From mboxrd@z Thu Jan 1 00:00:00 1970 From: Palmer Dabbelt Subject: [PATCH 0/2] RISC-V: Add support for SECCOMP Date: Wed, 24 Oct 2018 13:40:34 -0700 Message-ID: <20181024204036.8799-1-palmer@sifive.com> References: Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Cc: Palmer Dabbelt , aou@eecs.berkeley.edu, paul@paul-moore.com, eparis@redhat.com, keescook@chromium.org, luto@amacapital.net, wad@chromium.org, Wesley Terpstra , dhowells@redhat.com, tglx@linutronix.de, pombredanne@nexb.com, Greg KH , kstewart@linuxfoundation.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, linux-audit@redhat.com, david.abdurachmanov@gmail.comlinux-kernel@vger.kernel.org List-Id: linux-audit@redhat.com On Tue, 23 Oct 2018 01:20:28 PDT (-0700), david.abdurachmanov@gmail.com wrote: > On Tue, Oct 23, 2018 at 3:20 AM Palmer Dabbelt wrote: > >> I'm pretty sure this is our largest patch set since the original kernel >> contribution, and it's certainly the one with the most contributors. >> While I don't have anything else I know I'm going to submit for the >> merge window, I would be somewhat surprised if I didn't screw anything >> up. > > Hi Palmer, > > Do you plan to land wip-seccomp in 4.20? > > It was mentioned back in August: > http://lists.infradead.org/pipermail/linux-riscv/2018-August/001182.html > > david I've updated the patches to live on top of 4.19 as well as cleaning up the Kconfig entry. Unless anyone has any comments I'll add them to for-next and submit a PR next week. Thanks for the reminder!