From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 8E0681A08AB; Mon, 14 Apr 2025 17:49:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744652977; cv=none; b=o9pJ9M7Bmf43LQsNP/mrRltDfgsqJGe5KQYmzgkabkqUNuEkGrIPD0tGVlSaFt5cajrjl10UE06EHYcwWMxMzYv3bJ0/Z8QsBXAV6jvUpCXKS4n52vvKPaFmaqYKqUeHL2sssfzjTAhXj8IW3BodJPmyDPHRScbeLzaJSEKNEm4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744652977; c=relaxed/simple; bh=BAv6bnKoYxFp/fDbax9jwlawyZZT38TQ/mRQ3RBAkxE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UWlWhFz05bw1qJMjDA7dTJIIGKxwm9l+WB4gpDvovf6ejva7T1xzrhKRpilMNoO1Jb82p1KDuyU1fGRulFFOmix3PoqH90SQQRPSA6cKYgF+ynm36GpZVFro4R5FDVTfDvO+BkGVRvuqYBkVhRpM/XQFUShRVwfFGL9S8P+mSbI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=P6OVy/qS; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="P6OVy/qS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C5743C4CEE5; Mon, 14 Apr 2025 17:49:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744652977; bh=BAv6bnKoYxFp/fDbax9jwlawyZZT38TQ/mRQ3RBAkxE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P6OVy/qS73Ee/pRpyrjmYICjSMlsSAiY3qtxW0OGDWClpCjqmbb5VMCJHjGmXIAOz 8SBQlEPqAwmBKgcmh5EB5fL/RdKfXaNXeeS2K9JvKU9H9mBHbguFhI81vENWxE/Fy4 9lZOf9pwWCdqn2GEYg/DinUDp5znoVrRTD9c1pixcHAT9l69plLJDy3zpktYb4tI5I RdyB8z9CfZvXhVVPh71edQDkm2HyYVqgiGR7s/Tnu00KyQsO1KKw9Y0RxUB6FmLPd3 2Fw+p2HYsOb49/3yhlogPA09VeJ4ugON0j1w9cbPwDAWA+Ag3LwpvrRwAnj/YSVgzs rRwA2BLKr2TWg== Date: Mon, 14 Apr 2025 07:49:35 -1000 From: Tejun Heo To: Tamir Duberstein Cc: Miguel Ojeda , Alice Ryhl , Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Trevor Gross , Bjorn Helgaas , Greg Kroah-Hartman , "Rafael J. Wysocki" , Danilo Krummrich , Lai Jiangshan , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH v3] rust: workqueue: remove HasWork::OFFSET Message-ID: References: <20250411-no-offset-v3-1-c0b174640ec3@gmail.com> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Mon, Apr 14, 2025 at 07:47:51AM -1000, Tejun Heo wrote: > On Mon, Apr 14, 2025 at 01:44:31PM -0400, Tamir Duberstein wrote: > > On Mon, Apr 14, 2025 at 1:37 PM Tejun Heo wrote: > > > > > > On Mon, Apr 14, 2025 at 07:34:51PM +0200, Miguel Ojeda wrote: > > > > On Mon, Apr 14, 2025 at 7:24 PM Tejun Heo wrote: > > > > > > > > > > Acked-by: Tejun Heo > > > > > > > > > > Please let me know how you want it routed. > > > > > > > > If you would like to take it, then that would be nice. Otherwise, I > > > > can also take it. > > > > > > Alright, applied to wq/for-6.16. > > > > Looks like you took it without the prerequisite patch. > > Ah, okay. Lemme track back and apply the prerequisite first. Miguel, now that I thought a bit about it, I probably shouldn't be applying patches that I don't understand enough to tell which one depends on what. Can you please apply this series and the delayed_work one? Thanks. -- tejun