We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2049aad commit 04e1f99Copy full SHA for 04e1f99
tools/testing/selftests/seccomp/seccomp_benchmark.c
@@ -194,14 +194,14 @@ int main(int argc, char *argv[])
194
ksft_set_plan(7);
195
196
ksft_print_msg("Running on:\n");
197
- ksft_print_msg("");
+ ksft_print_msg("%s", "");
198
system("uname -a");
199
200
ksft_print_msg("Current BPF sysctl settings:\n");
201
/* Avoid using "sysctl" which may not be installed. */
202
203
system("grep -H . /proc/sys/net/core/bpf_jit_enable");
204
205
system("grep -H . /proc/sys/net/core/bpf_jit_harden");
206
207
affinity();
0 commit comments