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 C95DA1C3C1C; Tue, 11 Mar 2025 06:59:31 +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=1741676371; cv=none; b=CRo6gBI2agdYYe0cylaQL9R6bLArwCps9+spXLINo+rvUmonVtKpjAfRgX4/FDOaujj6GGy6FL8NKZyQnMiedv6j8w5c+JqeqwJdOGQTQcn1ANXmZpy8lr9vsPMRYXcq/A9fPBMTijqWbKIrSsdElgHGMUl1QeH7F1ITh7jGlSs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741676371; c=relaxed/simple; bh=+qy3os88weZeL6J67prExXZz+5oBn86BhVCuf5i67E0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Gc40h9GaNrhqce+HecL0yE8hbYTILOaXXleVbtU2l95P3mOJQ3xgpEswMDgRJ1PVr1eRCZqjJnIzU7JoxGL27sZmVV7Mu5+G6kef3Zik5/vf830aZ9ol9ivA/jcLLzPsDjEg+r0pIv3W1+99z0IALJEFUoKB2rkC2piOm7lEETY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=N8GWyhe3; 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="N8GWyhe3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D98EDC4CEEA; Tue, 11 Mar 2025 06:59:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1741676371; bh=+qy3os88weZeL6J67prExXZz+5oBn86BhVCuf5i67E0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=N8GWyhe3OsEas7MImdqJu07utUZtJiujLs+fghyI9LZhv/NQb3aNLphzGYr6b8Mo2 EPJb9CGrWzysmO+MTSxyvx9nNCQfS0obztXINvQnNolHOGNE8HOTrc0xnL1z5xHo9+ G6/7UYIUM0qYoS0sKmTRH+dsgWAMfnvnJEUxl3z8= Date: Tue, 11 Mar 2025 07:58:09 +0100 From: Greg KH To: Cameron Williams Cc: jirislaby@kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] tty: serial: 8250: Add Brainboxes XC devices Message-ID: <2025031103-spooky-venomous-7a85@gregkh> References: Precedence: bulk X-Mailing-List: linux-serial@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: On Tue, Mar 11, 2025 at 06:54:00AM +0000, Cameron Williams wrote: > Cc'ing stable > > Cc: stable@vger.kernel.org > This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.