File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5070,7 +5070,7 @@ static __init int test_ringbuffer(void)
5070
5070
int ret = 0 ;
5071
5071
5072
5072
if (security_locked_down (LOCKDOWN_TRACEFS )) {
5073
- pr_warning ("Lockdown is enabled, skipping ring buffer tests\n" );
5073
+ pr_warn ("Lockdown is enabled, skipping ring buffer tests\n" );
5074
5074
return 0 ;
5075
5075
}
5076
5076
Original file line number Diff line number Diff line change @@ -1889,7 +1889,7 @@ int __init register_tracer(struct tracer *type)
1889
1889
}
1890
1890
1891
1891
if (security_locked_down (LOCKDOWN_TRACEFS )) {
1892
- pr_warning ("Can not register tracer %s due to lockdown\n" ,
1892
+ pr_warn ("Can not register tracer %s due to lockdown\n" ,
1893
1893
type -> name );
1894
1894
return - EPERM ;
1895
1895
}
@@ -8796,7 +8796,7 @@ struct dentry *tracing_init_dentry(void)
8796
8796
struct trace_array * tr = & global_trace ;
8797
8797
8798
8798
if (security_locked_down (LOCKDOWN_TRACEFS )) {
8799
- pr_warning ("Tracing disabled due to lockdown\n" );
8799
+ pr_warn ("Tracing disabled due to lockdown\n" );
8800
8800
return ERR_PTR (- EPERM );
8801
8801
}
8802
8802
@@ -9244,7 +9244,7 @@ __init static int tracer_alloc_buffers(void)
9244
9244
9245
9245
9246
9246
if (security_locked_down (LOCKDOWN_TRACEFS )) {
9247
- pr_warning ("Tracing disabled due to lockdown\n" );
9247
+ pr_warn ("Tracing disabled due to lockdown\n" );
9248
9248
return - EPERM ;
9249
9249
}
9250
9250
You can’t perform that action at this time.
0 commit comments