Message ID | 20200719021654.25922-1-jcmvbkbc@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | xtensa: add seccomp support | expand |
On Sat, Jul 18, 2020 at 07:16:51PM -0700, Max Filippov wrote: > Hello, > > this series adds support for seccomp filter on xtensa and updates > selftests/seccomp. Hi! Firstly, thanks for adding seccomp support! :) I would, however, ask that you CC maintainers on these kinds of changes for feedback. I was surprised to find the changes in the seccomp selftests today in Linus's tree. I didn't seem to get CCed on this series, even though get_maintainers shows this: $ ./scripts/get_maintainer.pl 0001-selftests-seccomp-add-xtensa-support.mbox Kees Cook <keescook@chromium.org> (supporter:SECURE COMPUTING) Andy Lutomirski <luto@amacapital.net> (reviewer:SECURE COMPUTING) Will Drewry <wad@chromium.org> (reviewer:SECURE COMPUTING) Shuah Khan <shuah@kernel.org> (maintainer:KERNEL SELFTEST FRAMEWORK) ... Regardless, I'm still glad to have more arch support! :) I'll send a follow-up patch to refactor a bit of the selftest. Thanks,
On Fri, Sep 11, 2020 at 12:38 PM Kees Cook <keescook@chromium.org> wrote: > On Sat, Jul 18, 2020 at 07:16:51PM -0700, Max Filippov wrote: > > Hello, > > > > this series adds support for seccomp filter on xtensa and updates > > selftests/seccomp. > > Hi! > > Firstly, thanks for adding seccomp support! :) I would, however, ask > that you CC maintainers on these kinds of changes for feedback. I was > surprised to find the changes in the seccomp selftests today in Linus's > tree. I didn't seem to get CCed on this series, even though > get_maintainers shows this: > > $ ./scripts/get_maintainer.pl 0001-selftests-seccomp-add-xtensa-support.mbox > Kees Cook <keescook@chromium.org> (supporter:SECURE COMPUTING) > Andy Lutomirski <luto@amacapital.net> (reviewer:SECURE COMPUTING) > Will Drewry <wad@chromium.org> (reviewer:SECURE COMPUTING) > Shuah Khan <shuah@kernel.org> (maintainer:KERNEL SELFTEST FRAMEWORK) > ... Sorry about that. Looks like I've filtered out too much of the cc: list. I'll fix my workflow. > Regardless, I'm still glad to have more arch support! :) I'll send a > follow-up patch to refactor a bit of the selftest.