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 X-Spam-Level: X-Spam-Status: No, score=-7.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 72AAEC433ED for ; Tue, 18 May 2021 16:46:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 34AE7611BD for ; Tue, 18 May 2021 16:46:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350897AbhERQrQ (ORCPT ); Tue, 18 May 2021 12:47:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:47204 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346670AbhERQrQ (ORCPT ); Tue, 18 May 2021 12:47:16 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id AF84C601FE; Tue, 18 May 2021 16:45:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621356358; bh=bERuiRZe9ZSLOiFNWknCvon0v6tNuzGcD0MRTu/YvXs=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=gicpzUe46UrSwOfI1A2OHw+RhCE/by0x8+Pq7lhV0Wa7YlwvyGTYtzH1BBhsKObPS rWU18sgEW815ByPXMChdjReFS/qKWi1SQTnQHpjtyQFyO+2VeAH7f0kHvwcRMNb/0P XDN3Db3B1b8vu5ejsuiOQ5XiZbSIiqtgm7ekNU832oo1gQrTFzAnA/XnA1Gg4QBAbn HXz6pjy2BkmuSUWhTseDWM+Nb0CSJod7UBYVos6e/LCpleOg3OseTuspie4Gv7LY1f A3s566VwEujzLEnTEttCv6IgyLfPKPCBiA1L5bmPy5jWb3uI3PNFRMDnfo7Vo9Hyy+ C1Qwu+xCn4sqQ== Subject: Re: [PATCH v2 0/4] Atomic addfd send and reply To: Sargun Dhillon , Kees Cook , LKML , containers@lists.linux.dev, Tycho Andersen Cc: =?UTF-8?Q?Mauricio_V=c3=a1squez_Bernal?= , Rodrigo Campos , Giuseppe Scrivano , Christian Brauner , =?UTF-8?Q?Micka=c3=abl_Sala=c3=bcn?= References: <20210517193908.3113-1-sargun@sargun.me> From: Andy Lutomirski Message-ID: Date: Tue, 18 May 2021 09:45:56 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <20210517193908.3113-1-sargun@sargun.me> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/17/21 12:39 PM, Sargun Dhillon wrote: > This is somewhat of a respin of "Handle seccomp notification preemption" > but without the controversial parts. Looks like a good solution to me, at least for this specific problem.