From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B885CC7619A for ; Thu, 6 Apr 2023 03:19:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235125AbjDFDTc (ORCPT ); Wed, 5 Apr 2023 23:19:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234327AbjDFDT2 (ORCPT ); Wed, 5 Apr 2023 23:19:28 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 002FC1FE7 for ; Wed, 5 Apr 2023 20:19:27 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8F43B62AD2 for ; Thu, 6 Apr 2023 03:19:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD653C433EF; Thu, 6 Apr 2023 03:19:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680751167; bh=WBcX+ALJsZXJgSLglT3gOMa4spLs5SiX6NUnA41xE3M=; h=Date:From:To:CC:Subject:In-Reply-To:References:From; b=JWpjopWcb1gxv3B+3Tu/v3M8rDkH6AFSw5XcP2WFtSXRie2EBRGXRlb0vD+OXDfPQ xQrB7CCfz+3UTgtE86XCkw7n7VH/g3t3P9cee2R56xUp248EAxdvU0Fb5Ps0gxwBHn QBgXNcwNZyPOEeIWfiqmJ9cB2a4PUq/cwb+I6tWi0aFGD1st4bgSTzS4rW0oDoZYXb gnG43wDFaOFpwZ9lj6xx38qQHBQAYdx01CUclXGOAZPgHT+/VCeaqRvz/wNyIoHbsN vzCRPQpn7EgrEkAF5hCuavDa7xaZgnZn9mz5opKs2QffgAYy7TAPu7QUmjTjIobmF1 8/kclKZQnVwJQ== Date: Wed, 05 Apr 2023 20:19:26 -0700 From: Kees Cook To: Andrei Vagin , Kees Cook CC: Andrei Vagin , linux-kernel@vger.kernel.org, Christian Brauner , Chen Yu , Andy Lutomirski , Dietmar Eggemann , Ingo Molnar , Juri Lelli , Peter Oskolkov , Tycho Andersen , Will Drewry , Vincent Guittot , Peter Zijlstra Subject: =?US-ASCII?Q?Re=3A_=5BPATCH_0/6_v5_RESEND=5D_seccomp=3A_add_?= =?US-ASCII?Q?the_synchronous_mode_for_seccomp=5Funotify?= User-Agent: K-9 Mail for Android In-Reply-To: References: <20230308073201.3102738-1-avagin@google.com> <20230327102715.GA7701@hirez.programming.kicks-ass.net> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On April 3, 2023 11:32:00 AM PDT, Andrei Vagin wrote: >On Mon, Mar 27, 2023 at 3:27=E2=80=AFAM Peter Zijlstra wrote: >> >> On Tue, Mar 07, 2023 at 11:31:55PM -0800, Andrei Vagin wrote: >> >> > Kees is ready to take this patch set, but wants to get Acks from the >> > sched folks=2E >> > >> >> > Andrei Vagin (4): >> > seccomp: don't use semaphore and wait_queue together >> > sched: add a few helpers to wake up tasks on the current cpu >> > seccomp: add the synchronous mode for seccomp_unotify >> > selftest/seccomp: add a new test for the sync mode of >> > seccomp_user_notify >> > >> > Peter Oskolkov (1): >> > sched: add WF_CURRENT_CPU and externise ttwu >> >> Acked-by: Peter Zijlstra (Intel) > >Kees, > >Could you look at this patch set? You wrote to one of the previous >versions that you are ready to take it if sched maintainers approve it=2E >Here is no major changes from that moment=2E The sched-related part has >been cleaned up according with Peter's comments, and I moved the perf >test to the perf tool=2E Hi! Yes, thanks for keeping this going! I'm catching up after some vacation, b= ut this is on my TODO list=2E :) -Kees --=20 Kees Cook