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 705F72367D1; Sat, 7 Feb 2026 16:49:58 +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=1770482998; cv=none; b=iNvN89XI4kFRKYgFfq2NfJLQrS9/wxIQH4PTs5l6Wvx+iq1ZHV3QCHv6pzi2PHy3ssgY7X5qDOd296AmRQitzAUJBvJbozPeDdtkna177UDzFHTakCHV+tGEbOHBn2ULwIzEnWfHiCeOHQfP7dJSGTQxwnXUsD2vKAw7jcvlwRk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770482998; c=relaxed/simple; bh=cMrd0H0Y8lTk1Uw39PbbAGK2uNp3ZjB9nex83KwWNYA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jCd9IOtsdPfOT4wUG9+m1q6YSOT2kGsWV19rPU9PABXVZS3QUEcRwdgHQUKdHOQv1hG0Tv4e6T6BVt9kmz3dtxlIQuDRoHVAi1wK5fzBkJ/E4Lj1yw4BLdEgmsupZ0ibcclMac1JhIneyxuQZqaOvk4YeJpPzPh/1CJzvSswhUc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NUMX4Ayx; 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="NUMX4Ayx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2EFCC116D0; Sat, 7 Feb 2026 16:49:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770482998; bh=cMrd0H0Y8lTk1Uw39PbbAGK2uNp3ZjB9nex83KwWNYA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NUMX4AyxGjqx9ekuxGKmNTYcOnGPH6zQpM7e5kC+q/d4f6iBMzl/78bJDJhMisIGb 0G0vATjZQ0p5h+3TpK3HOBRpWiT57gVGqHS+dZtiJp9YPfkG/eoy0MFM8XDdSoDwNk AyYseCtYsmv33JP5am7AHdZr1vaynYkxhOBnVVsSZFAKEZNIvuRgxo41aDy7zYI/uo eYYu8ux8kgWjQuUjekL8uwRPnnHZlNCR+frE9q8p0e+6tfHaY6+A7VB0V4WmiNSOPw zR86XiTH8kA6RRBVum8VuXb2ngMj9Q3p3Xwf58+7E1hQPWQboBnsZlxIJhomI5Cj8T OMshkvP39FJMQ== Date: Sat, 7 Feb 2026 06:49:56 -1000 From: Tejun Heo To: Logan Gunthorpe Cc: Pat Somaru , Vinod Koul , dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dma: plx_dma: Convert from tasklet to BH workqueue Message-ID: References: <20260206090058.1127675-1-patso@likewhatevs.io> <829601a5-f39e-43a1-bec5-80195a8833da@deltatee.com> Precedence: bulk X-Mailing-List: dmaengine@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <829601a5-f39e-43a1-bec5-80195a8833da@deltatee.com> On Fri, Feb 06, 2026 at 11:43:59AM -0700, Logan Gunthorpe wrote: > > Signed-off-by: Pat Somaru > > Looks good to me, thanks! > > Reviewed-by: Logan Gunthorpe How do you want to route the patch? I can take it through the wq tree if that's preferable. Thanks. -- tejun