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 B5CB7C54EAA for ; Mon, 30 Jan 2023 13:40:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236489AbjA3NkF (ORCPT ); Mon, 30 Jan 2023 08:40:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235054AbjA3NkC (ORCPT ); Mon, 30 Jan 2023 08:40:02 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8DB132798E for ; Mon, 30 Jan 2023 05:40:01 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 3A262B8111C for ; Mon, 30 Jan 2023 13:40:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3E6A7C433D2; Mon, 30 Jan 2023 13:39:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675085998; bh=ZzMJHiJqebQ4kw2ICADhTnCs7qv1ooggE4O4Ys2so2A=; h=In-Reply-To:References:Date:From:To:Cc:Subject:From; b=kkcfAE4xV2OwZvZNAvnlTSdqRlG7NZuDW360eUuImqzOenxJ7F/xCdZnz01Nx+Dn1 FjWlaLA+i9gIdp3y+Ivag/A44HAAqlhusKcw86pXqZzbjYqSF+QBqQMGKsEIZyh2YW nZYNeensFF1z9DXFVebGL4j8tAd0+bDARyq2kwIzTkG/cKOKaQ91FxHmhSqpRa4kRT 8vxplFkRgneROPalvQ6BDQYGxVNYfRCNmTbNdboncb8OQ23L49Y/PHBsExetngTAh/ Unf8HCjVVms1/WxirkX5TktYV/QlFp2HHHJ5baQpYvTtdTwOn42Ruc5CCd7Rst89K1 5HqvN8UokyTTQ== Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailauth.nyi.internal (Postfix) with ESMTP id 19B5027C005A; Mon, 30 Jan 2023 08:39:57 -0500 (EST) Received: from imap51 ([10.202.2.101]) by compute6.internal (MEProxy); Mon, 30 Jan 2023 08:39:57 -0500 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrudefvddgheeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvfevufgtsehttdertderredtnecuhfhrohhmpedftehr nhguuceuvghrghhmrghnnhdfuceorghrnhgusehkvghrnhgvlhdrohhrgheqnecuggftrf grthhtvghrnhepleevgfduieehfeeltdettdfhfffgkedugeeklefftdeivdfgveeiteet keehffevnecuffhomhgrihhnpehkvghrnhgvlhdrohhrghenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegrrhhnugdomhgvshhmthhprghuthhh phgvrhhsohhnrghlihhthidquddvkeehudejtddvgedqvdekjedttddvieegqdgrrhhnug eppehkvghrnhgvlhdrohhrghesrghrnhgusgdruggv X-ME-Proxy: Feedback-ID: i36794607:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id EEE14B60086; Mon, 30 Jan 2023 08:39:55 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.9.0-alpha0-85-gd6d859e0cf-fm-20230116.001-gd6d859e0 Mime-Version: 1.0 Message-Id: In-Reply-To: References: <20230126163719.3585002-1-arnd@kernel.org> <20230126103811.56d71351.alex.williamson@redhat.com> <20230126174044.GA15999@lst.de> <20230126104515.3fcb3abf.alex.williamson@redhat.com> <20230130073324.GA590@lst.de> Date: Mon, 30 Jan 2023 14:39:36 +0100 From: "Arnd Bergmann" To: "Arnd Bergmann" , "Christoph Hellwig" , "Alex Williamson" Cc: "Tony Krowiak" , "Jason Gunthorpe" , "Steven Rostedt" , "Finn Behrens" , "Miguel Ojeda" , "Masami Hiramatsu" , linux-kernel@vger.kernel.org Subject: Re: [PATCH] vfio-mdev: add back CONFIG_VFIO dependency Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 30, 2023, at 14:34, Arnd Bergmann wrote: > On Mon, Jan 30, 2023, at 08:33, Christoph Hellwig wrote: >> On Thu, Jan 26, 2023 at 10:45:15AM -0700, Alex Williamson wrote: >>> The culprit is already in my next branch, we just need a fix that >>> includes all the cases. A respin of Arnd's patch would be preferable >>> to keep the fixes in one place. Thanks, >> >> Arnd, do you plan to resend the patch, or should I take care of it? > > I sent the v2 last week, it looks like I forgot to add you to Cc there: > > https://lore.kernel.org/all/20230126211211.1762319-1-arnd@kernel.org/ I just tried again and see that neither my own script nor the normal scripts/get_maintainer.pl picks up the hch@lst.de address from the Signed-off-by line in the "Fixes" commit, though it does pick up the addresses from Jason, Tony and Alex. I have no idea what is going on there. arnd