Received: by 2002:a05:6a10:c604:0:0:0:0 with SMTP id y4csp2744634pxt; Mon, 9 Aug 2021 07:59:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwP4YXraqgKLMRxDLPE4wqZu9+ieWR4+Yck/dLx8Hs/Nyzkqk3fkW1pmt85nJYvL2Hh96/8 X-Received: by 2002:a05:6638:3796:: with SMTP id w22mr22845844jal.34.1628521141684; Mon, 09 Aug 2021 07:59:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628521141; cv=none; d=google.com; s=arc-20160816; b=v5buf6dH7Qi3D+T2pINAKnHlvvc61/Rw0/Lc519jHVJFxq8zMFKioHDSN/cY09YBf0 duqZYsD7nu+KFM8Aaa08zIz8zZHqDluWOcLq0uS7c808nRjbLGJ69SeqJzP7RLoXQI7M VgjDhHUFkdwsluUAtery2/xwivDH35VUq0hcmtos8byCDiOiNJroXWZG5QqwTtrIlcXb +A5aV+5CdVzm3XYaH0Bx3Xyxl7EmyLprQkjbSSIE9jqYmALbZcMGXDSwT/xjuPTvy80Q hcbamNVOs2AGzxtBKefZ3LlAV1ZF0bx8Wm85rd2MomuKyCt6qXELz16MUkYRmAtUyY8G 6JeQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=TGzzeDjF8tVuRfZ7vFwkVlAZLEpKGq2u28KBuTXtuXA=; b=luy7z5uBtf7rEXE8c3Nb1jSj9RnQSLLZbPfhHx1BqmPG94nnzv6Q0d7crx1Rt1VJ9V TFk2fuzDbCxjPlwO72vIx9AVC0srq1QBnX2YWnNgc1z1MDoAVCfxhqwla0rifJ1cPUjY dPrUKwP0Zsu5xraUgWfEuLQmRc5wXjzJvA6ZZX1dEINS2N9ihtnzSUvuTsCGmRSFHwcf RmWODh6X8QwkFafyhC+ZF/AnaUSpZ4435AGHbRrxdxVTZupsVFwBOYHYRWcE4t019nn9 bY61Qz9A3BC1MfY9vMlZY2b55pJtjLevD5xkf0E37GuiiwuxzJMOtk1cmMXCLP39iXgX ROxw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o7si19730135jao.123.2021.08.09.07.58.50; Mon, 09 Aug 2021 07:59:01 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234787AbhHIO5X (ORCPT + 99 others); Mon, 9 Aug 2021 10:57:23 -0400 Received: from verein.lst.de ([213.95.11.211]:60875 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234969AbhHIO5X (ORCPT ); Mon, 9 Aug 2021 10:57:23 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id D071A67357; Mon, 9 Aug 2021 16:56:59 +0200 (CEST) Date: Mon, 9 Aug 2021 16:56:59 +0200 From: Christoph Hellwig To: Bart Van Assche Cc: Christoph Hellwig , Joel Becker , linux-kernel@vger.kernel.org, Bodo Stroesser , "Martin K . Petersen" , Brendan Higgins Subject: Re: [PATCH v4 0/3] Restore the kernel v5.13 text attribute write behavior Message-ID: <20210809145659.GA21234@lst.de> References: <20210805043503.20252-1-bvanassche@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210805043503.20252-1-bvanassche@acm.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks, I've applied patch 1 and will send it to Linus this week. Patch 2 seems like something that should go through the kunit tree, and if we do so patch 3 should go along with that.