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 A9C2019F416; Mon, 14 Apr 2025 17:47:52 +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=1744652872; cv=none; b=DQ0hSwmVFJ7Q2SUI4G5IZYujySg9wNstuNdu6oa+zI7jrIjaSo6Tvf6wnTPakT95Ogd0kTZyaLPvJD65VdLZoI54t/RPXovYI3uc8wc/VyNph72uHBFMatHig/xQVkiCDkStBFI6bTPRHpp8DEwSU/hBC5eOcdvNoo0PMw6Nfuc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744652872; c=relaxed/simple; bh=IK0QzALc3l3nTUoKpKZeFp2WTECzmtukmpBgk0s1pus=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Op1c4jRPj009UH0YJQGGB9jUu074Ywu6dBKUXHizOeTARwm3Y2IpWwiAurC4KDFwNUFUqIoJ3eaP41sC23c+4aStMHh9wmcFU6JjNpPkCs9zbpq4ETacdGhHi7XCHf2e2ZNWoBOoNa4Xeb43SFWKylR8tMyDjpmr3pw/kkAfYH4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bQAO09BC; 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="bQAO09BC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6259C4CEE2; Mon, 14 Apr 2025 17:47:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744652872; bh=IK0QzALc3l3nTUoKpKZeFp2WTECzmtukmpBgk0s1pus=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bQAO09BCQagPkBXBmg+CUVTsWDRtuyiUyuQsgVlHVB++meFe7aSxbqHVER3jTGksa 9BWaxhY6DKJLry+d4ixp0wgVRLIEcwvBaGEvWE0qDN5M6BvUUwd/k6a1XAPUm6QtIA IjSS7p2BkRybthrJoyDtn7Q8pRAGD8+OhSVj4ekE9dMNsNb1XGnKESWl8Hmnu9iyyu dNTJm0/wQpnCzRrqmvEdZfP3cIjXTx2YxuxKPxSPgV4WQXCtKF1QuTzzmOoF7QekrR 0KYGcw+xkCRiEruS+G/XSzhSBGeJs4ZvMSQaVELHTmiN0G7KNyp7zbltKBa2PxwqZV FA2wy4sQgUblA== Date: Mon, 14 Apr 2025 07:47:51 -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 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. Thanks. -- tejun