Loading kernel/seccomp.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -915,7 +915,7 @@ long seccomp_get_filter(struct task_struct *task, unsigned long filter_off, fprog = filter->prog->orig_prog; fprog = filter->prog->orig_prog; if (!fprog) { if (!fprog) { /* This must be a new non-cBPF filter, since we save every /* This must be a new non-cBPF filter, since we save * every cBPF filter's orig_prog above when * every cBPF filter's orig_prog above when * CONFIG_CHECKPOINT_RESTORE is enabled. * CONFIG_CHECKPOINT_RESTORE is enabled. */ */ Loading Loading
kernel/seccomp.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -915,7 +915,7 @@ long seccomp_get_filter(struct task_struct *task, unsigned long filter_off, fprog = filter->prog->orig_prog; fprog = filter->prog->orig_prog; if (!fprog) { if (!fprog) { /* This must be a new non-cBPF filter, since we save every /* This must be a new non-cBPF filter, since we save * every cBPF filter's orig_prog above when * every cBPF filter's orig_prog above when * CONFIG_CHECKPOINT_RESTORE is enabled. * CONFIG_CHECKPOINT_RESTORE is enabled. */ */ Loading