From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-171.mta0.migadu.com (out-171.mta0.migadu.com [91.218.175.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E6B6A4749F8; Fri, 31 Jul 2026 16:35:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785515716; cv=none; b=McG1skHcl1ZsZYCLDVYXZeYjzbHxAtKHNCfQCd3kDU/WQdkDAQbboEuhbb4Yth22B1UHkv1b61jjqDxJxwpGVOekPedfcgCGKwg5qAcO/vrBBZMM+Hh1wxKM6WcpoLVPvleHyboDTz/ek6IKgJDYK808/NOLrWGxcjMya6QK1sQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785515716; c=relaxed/simple; bh=k5sZ8yh5BOVOkm6m+aB4IJxsBCN5qaz3UCrWsKZ1grE=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=A2m/fs6LKQqbkE9Xkv+t8UGn6NEu9a+hrNT5tqqumqABzI/kKlqjabW09uHJZGnAtYq2+sYxvqq53B90mM+X8q4K0v1t9wpKXmBAGMqgHBBFA3y8EoX68ADUPA5cNkKhZRGztR9W/ACN0fppS4erxAtLghi7zyDKPAvFxYWz9eM= 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=VVKXMVok; arc=none smtp.client-ip=91.218.175.171 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="VVKXMVok" Message-ID: <68c43a03-5fa0-42a8-b886-2c756e39515e@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1785515702; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=k5sZ8yh5BOVOkm6m+aB4IJxsBCN5qaz3UCrWsKZ1grE=; b=VVKXMVokpVB1vKabKOGmEKxPAc35f9q1vfORSbyiK3AUWl5pwb7Bi7uJ+FuiDTP3FParih CR9Ua6shXcMiVUoWCizph87o9FPuwe+lZ/dX8SgKzz1HMqNnPVJs77zhU68C2yTrUHpKAS VnYrIAV5xdaxxnMusa991Hx/mj8YpYI= Date: Sat, 1 Aug 2026 00:34:17 +0800 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions To: Miguel Ojeda Cc: Miguel Ojeda , Boqun Feng , Gary Guo , =?UTF-8?Q?Bj=C3=B6rn_Roy_Baron?= , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich , 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, Luis Chamberlain , Petr Pavlu , Daniel Gomez , Sami Tolvanen , Aaron Tomlin References: <20260723-fix-fops-owner-v9-0-c1c3af7f7bcb@linux.dev> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Alvin Sun In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Hi Miguel, Thanks for taking a look! On 7/31/26 14:46, Miguel Ojeda wrote: > On Thu, Jul 23, 2026 at 4:11 AM Alvin Sun wrote: >> base-commit: b7e5ac83cb16f7ffd11dc23736f84276602100ed > Was this old tag used for some reason? That was an oversight on my part - I forgot to rebase onto the latest tag before sending v9. The series is now based on v7.2-rc4. > >> prerequisite-change-id: 20260519-miscdev-use-format-9ab7e83b1c11:v3 >> prerequisite-patch-id: 405b334ff0d48ad350014f05a2321bdbaa025400 >> prerequisite-patch-id: 604b631c81d5423f4ebb2e12ba2d22e9ce371bfc >> prerequisite-patch-id: cb550d94cefe01920e0d3ced2b2bcbecd76f3907 >> prerequisite-patch-id: 3bc830839742591460cb86d9472c04f4686dc600 >> prerequisite-patch-id: 571058244bc8c7088638d2e3225713011246c7e9 >> prerequisite-patch-id: 347c5a3c6dbef9832bfce8419fc23e6e08ba477f >> prerequisite-patch-id: 3e202d988b56b88446f7535e90d3f00cf5f15701 > Are all these actually needed? Some seem unrelated (some were already > applied too). The prerequisites were just some import formatting changes that the series depended on at the time. After rebasing onto v7.2-rc4, I was able to drop all of them - the rebase was clean with no conflicts. I'll send v10 shortly. Best regards, Alvin > The only one that seems needed has Andreas' Acked-by, so > I guess it is fine. > > (By the way, I will use this second message to take this chance to > move the modules maintainers in the To: in case it helps, since I > didn't do it in my previous message) > > Thanks! > > Cheers, > Miguel