From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-177.mta1.migadu.com (out-177.mta1.migadu.com [95.215.58.177]) (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 C2B263DB335; Fri, 31 Jul 2026 16:58:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.177 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785517105; cv=none; b=qxUXgWNXA9UyZ4iwr2JQBcDYIwuHuNfQ1sBTgpI7BYhAsi8GRJexfceb5LO8plAmoonuYfEZh6OuYkGCQTK15i5AqNPOF5A+JPYS+TGmv9KK2AQrdy/kG2hh4UyDAKtLzjmZXRujWM0fMq8/95h0vkQVGfAoDU/ZgYKULMvpJic= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785517105; c=relaxed/simple; bh=7Wkc5vnPJfK8+T6cj+GxOwF6aP8t3LLmOUCwYz0pevc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=eJ6ywt5LQddsv6DbL9zYscSuBYI4mO/g9VXKeoiaCX1K3r7dl/C2yKi7y0cZFaQN1AmDxh8ZlXg7dm7PKzKDWo1Tkr3JBTkZ5qRyMejbJGFdZIZ1ptQ/Tf4ppI6UP93ubrbnZJ/EjVBk8Aa8ZhAEG+glxuCG1myMsxuckSWkNXY= 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=QDupzw9e; arc=none smtp.client-ip=95.215.58.177 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="QDupzw9e" Message-ID: <191efe80-24d1-4aab-8746-21afb4c379bc@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1785517090; 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=7Wkc5vnPJfK8+T6cj+GxOwF6aP8t3LLmOUCwYz0pevc=; b=QDupzw9eNh0JVgtVkhnk9fpyAzqrfoSZcykUG5rIYn9PyeUrXBswOnBQUHvPKBV/p2MNUf mfRJ1cQlIl9txEmp6iCYbDFObuLFKeBZy0GRG3CtTIljNnrDbkEdkJiywNamh8zB4FrxIM 8PggOuJ4D54cvOEyYOsxvLigg1zLIWo= Date: Sat, 1 Aug 2026 00:57:22 +0800 Precedence: bulk X-Mailing-List: linux-pci@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: Gary Guo , Miguel Ojeda Cc: Miguel Ojeda , Boqun Feng , =?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> <68c43a03-5fa0-42a8-b886-2c756e39515e@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 On 8/1/26 00:43, Gary Guo wrote: > On Fri Jul 31, 2026 at 5:34 PM BST, Alvin Sun wrote: >> 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. > If the patch applies cleanly then there's a no need to send a new version. Sounds good. I'll hold off on v10 then. Thanks! Best regards, Alvin > > Best, > Gary > >> 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 >