From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA278C433EF for ; Mon, 25 Jul 2022 07:00:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230190AbiGYHAp (ORCPT ); Mon, 25 Jul 2022 03:00:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44608 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230237AbiGYHAm (ORCPT ); Mon, 25 Jul 2022 03:00:42 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B8CD6A46A; Mon, 25 Jul 2022 00:00:41 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 61584610A7; Mon, 25 Jul 2022 07:00:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 49DF1C341C6; Mon, 25 Jul 2022 07:00:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1658732440; bh=PU/uIPIuT+1JDGrwewxldEjg0C1KjctDuSqs0gZtTDk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kw4hbPrz2g6Htu4tGQOtrQGNyXTYbvOkPF4UaqNJiQZuAXWBmrm6MQEKNq6Ty5z5U oU3uJPO3An296oEQqQHv8W1aRSfCm9WHsX7R1TtThhOcgOn6bcBVrSYjHcSC/+knBA 8U2IjXrZa61LhxyYIW+lovvpex2nKICIEhX1o34c= Date: Mon, 25 Jul 2022 09:00:37 +0200 From: Greg Kroah-Hartman To: Jiri Slaby Cc: Sasha Levin , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Max Staudt , Marc Kleine-Budde Subject: Re: [PATCH AUTOSEL 5.18 28/54] tty: Add N_CAN327 line discipline ID for ELM327 based CAN driver Message-ID: References: <20220720011031.1023305-1-sashal@kernel.org> <20220720011031.1023305-28-sashal@kernel.org> <544401cc-97ad-c9b6-16e0-ea74d2695fd4@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <544401cc-97ad-c9b6-16e0-ea74d2695fd4@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 25, 2022 at 07:35:13AM +0200, Jiri Slaby wrote: > On 20. 07. 22, 3:10, Sasha Levin wrote: > > From: Max Staudt > > > > [ Upstream commit ec5ad331680c96ef3dd30dc297b206988023b9e1 ] > > > > The actual driver will be added via the CAN tree. > > Hmm, it's a new driver (ldisc). Should it really go to stable? You are right, no, this shouldn't go to stable kernels, it doesn't affect them at all. Sasha, can you drop this from all autosel queues? thanks, greg k-h