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 3CE70368287; Mon, 2 Mar 2026 13:36:53 +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=1772458614; cv=none; b=jjTtwIcbGHqZgwvSjeALbHRoR7puH4TlXyvbaDx2N7A1gaYkeF+RKiuRvk+WCFq7hBBJzS35jSRzDaaS2ZxUHE/kqOiB8kDgCy/zzF0i/43bhSUHW0WqWP3ikCxJOpC5T56Bu0rSXteQulOt+yPZnv+aa9433Kj+l3wyjlP4Iuw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772458614; c=relaxed/simple; bh=pQw2YjOswnnAOk9XprpzqH7dOiriJ4oyqujEFVudZ/s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ESxaDJTi0IzT8jMM3iZjQcaqMM+EkTMdiLbweVdGbOuV8/oaCTb8TofRQBAqLhoJhXNma0bd+2F2kVQ/ddF6QE5n8Dh3g4DbyVLBXKPc7DlDF7cMRISRbU7Mf+G8kFrhuA+yQGskpwJLG0P/dN0nPy0wAUc6nBt8vautgXL5SCs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=AiU3tQb5; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="AiU3tQb5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A06D9C19423; Mon, 2 Mar 2026 13:36:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1772458613; bh=pQw2YjOswnnAOk9XprpzqH7dOiriJ4oyqujEFVudZ/s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AiU3tQb50RXvvQu0+eRgc2Irk5aaDrONgCEPc0oJ/ucwWHOcEYmL0pMmlRKxiugaP vLkyi0NrtOTzxbRFlIToL8hzPBqtXnES1XUMoZSgqsULk910A7lUhIxyrnk1rhOo74 1PshY/bMd1S19YH+7hU8WZLatcN4936BSrwcCBCQ= Date: Mon, 2 Mar 2026 08:36:42 -0500 From: Greg Kroah-Hartman To: Marc Kleine-Budde Cc: Dwaipayan Ray , linux-can@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Mailhol , stable Subject: Re: checkpatch: format of stable@k.o address (was: Re: [PATCH] can: usb: etas_es58x: correctly anchor the urb in the read bulk callback) Message-ID: <2026030257-tavern-espionage-dbbc@gregkh> References: <2026022320-poser-stiffly-9d84@gregkh> <20260302-festive-crane-of-fortitude-d135bc-mkl@pengutronix.de> <2026030234-sheet-countless-fd2f@gregkh> <20260302-brainy-scrupulous-vicugna-164ebc-mkl@pengutronix.de> Precedence: bulk X-Mailing-List: linux-kernel@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: <20260302-brainy-scrupulous-vicugna-164ebc-mkl@pengutronix.de> On Mon, Mar 02, 2026 at 02:11:37PM +0100, Marc Kleine-Budde wrote: > On 02.03.2026 07:50:58, Greg Kroah-Hartman wrote: > > On Mon, Mar 02, 2026 at 11:01:48AM +0100, Marc Kleine-Budde wrote: > > > On 23.02.2026 17:39:20, Greg Kroah-Hartman wrote: > > > > When submitting an urb, that is using the anchor pattern, it needs to be > > > > anchored before submitting it otherwise it could be leaked if > > > > usb_kill_anchored_urbs() is called. This logic is correctly done > > > > elsewhere in the driver, except in the read bulk callback so do that > > > > here also. > > > > > > > > Cc: Vincent Mailhol > > > > Cc: Marc Kleine-Budde > > > > Cc: stable > > > > > > FYI: checkpatch suggests: > > > Invalid email format for stable: 'stable ', prefer 'stable@kernel.org' > > > > Checkpatch is wrong here, either is just fine. > > That check was introduced by Dwaipayan Ray (Cc'ed) in commit > fccaebf00e60 ("checkpatch: improve email parsing"), a.k.a. > v5.11-rc1~133^2~46. That's some regex hell that I don't want to attempt to fix up, but really, what I have here is just fine, and "should" be ok by checkpatch as well. thanks, greg k-h