078307 Remove trace_buf_size and trace_event from the kernel bootparameters of the kdump kernel

Authored and Committed by liutgnu 2 years ago
1 file changed. 4 lines added. 0 lines removed.
    Remove trace_buf_size and trace_event from the kernel bootparameters of the kdump kernel
    
    upstream: fedora
    resolves: bz2003832
    conflict: none
    
    commit f39000f5240e577347d2cdae8fd9bcb710fe7325
    Author: fj1508ic@fujitsu.com <fj1508ic@fujitsu.com>
    Date:   Tue Jan 26 06:37:28 2021 +0000
    
        Remove trace_buf_size and trace_event from the kernel bootparameters of the kdump kernel
    
        The kdump kernel uses resources for ftrace because trace_buf_size, which
        specifies the ring buffer size for ftrace, and trace_event, which specifies
        a valid trace event, are not removed, but the kdump kernel does not require
        ftrace.
    
        trace_buf_size is ignored if the specified size is 0, so specify 1.
    
        Signed-off-by: Hisashi Nagaoka <fj1508ic@fujitsu.com>
        Acked-by: Kairui Song <kasong@redhat.com>
    
    Signed-off-by: Tao Liu <ltao@redhat.com>
    
        
file modified
+4 -0