From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta1.migadu.com (out-124.mta1.migadu.com [95.215.58.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6188142FCBA for ; Thu, 13 Aug 2026 08:15:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786608914; cv=none; b=gQAqkqab2EcnFFbxPhyOvWlena57pk7E3B+RHLY2Ooi4N7gEX2x1rnPl6wRPZv53ZXlcoyeeczCbq/WLrfoQj4jFMTNR/OgwQgE0cHWzn/XIqE1ZhsspV5HgBaIb2NY5l5LaUevgC4JtziXQ7oohONiiEUJ1N9yHl1pjMlC9kDM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786608914; c=relaxed/simple; bh=HJkkjybnc95eKMUgffBgUHHJLr8cPHCSSaxuPE45BEc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=g2v+3I0GTWsH5tYNPor7lxZ8IhsShIRPPya852UXi/DcSfIDdeGMoN/kNhzbXV6JejCYcN6pxMZ21jtAab04cJQhwdk8+Iq7y9ATAo9C18J7ORBFMJDNEzqOXlZuHyQzoA7BhDghiriQewtKyhZ8XLCA4/GnP7fsCe1WaEcWh9Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=UHai7FBN; arc=none smtp.client-ip=95.215.58.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="UHai7FBN" X-Envelope-To: linux-kernel@vger.kernel.org DKIM-Signature: a=rsa-sha256; bh=HJkkjybnc95eKMUgffBgUHHJLr8cPHCSSaxuPE45BEc=; c=simple/simple; d=linux.dev; h=from:to:subject:date:message-id:mime-version:content-type; s=key1; t=1786608910; v=1; x=1787213710; b=UHai7FBNVrl0ZSe+2mNdxKwYssAUVvc8lLsNDvxwVJM9F25wBLYV5Nekeg3/FEgeXSbEloJt ZUh6B0rVaU2nqJACkfxm66O77x++fBtgRcll4Gv0xFHv1ZqOU6grQX9i/Mwzt/PjWYN5IIfrGkF LJ4WiabhJaVR4BgMgGXFog+A= X-Envelope-To: linux-kernel@vger.kernel.org Received: from [10.0.11.3] (2a11:3:200::10a9) by smtp.migadu.com with ESMTPS id 549bb4bc2be94b73; Thu, 13 Aug 2026 08:15:10 +0000 X-Migadu-Flow: FLOW_OUT Message-ID: <0102f153-154b-430d-a3da-2c8423fb3f1f@linux.dev> Date: Thu, 13 Aug 2026 16:14:42 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v10 00/10] Fix missing fops.owner in Rust DRM/misc abstractions To: Miguel Ojeda Cc: Boqun Feng , Gary Guo , =?UTF-8?Q?Bj=C3=B6rn_Roy_Baron?= , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich , Luis Chamberlain , Petr Pavlu , Daniel Gomez , Sami Tolvanen , Aaron Tomlin , Greg Kroah-Hartman , "Rafael J. Wysocki" , David Airlie , Simona Vetter , Daniel Almeida , Arnd Bergmann , Brendan Higgins , David Gow , Rae Moar , Breno Leitao , Jens Axboe , Dave Ertman , Leon Romanovsky , Igor Korotin , FUJITA Tomonori , Bjorn Helgaas , =?UTF-8?Q?Krzysztof_Wilczy=C5=84ski?= , =?UTF-8?Q?Arve_Hj=C3=B8nnev=C3=A5g?= , Todd Kjos , Christian Brauner , Carlos Llamas , rust-for-linux@vger.kernel.org, linux-modules@vger.kernel.org, driver-core@lists.linux.dev, dri-devel@lists.freedesktop.org, nova-gpu@lists.linux.dev, linux-kselftest@vger.kernel.org, kunit-dev@googlegroups.com, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-pci@vger.kernel.org References: <20260811-fix-fops-owner-v10-0-7e71776f9dbe@linux.dev> From: Alvin Sun In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 8/13/26 00:33, Miguel Ojeda wrote: > By the way, I removed the Acked-by in that last patch since I think it > came from an older version as a series-tag that didn't have the patch. > Please let me know if I should re-add it. Hi Miguel, Thanks for applying the series and catching the stray Acked-by. It was a v5 series-tag, from before the MAINTAINERS patch existed, so no need to re-add it. I'll be more careful with tags in future submissions. Best regards, Alvin