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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4DDE9C43460 for ; Mon, 5 Apr 2021 16:11:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 208476139E for ; Mon, 5 Apr 2021 16:11:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239378AbhDEQLQ (ORCPT ); Mon, 5 Apr 2021 12:11:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:33406 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229832AbhDEQLO (ORCPT ); Mon, 5 Apr 2021 12:11:14 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7F61C613A0; Mon, 5 Apr 2021 16:11:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1617639068; bh=0nxhWE6IAzpMJqaGVDCss/SA+OOiQa0lCJ58aPZldA0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=K+bqum1sUfOUSlwEk+awVoaZGLXUj7pX3/i/MItYtAHRVbItgqWTLbrQeCePmscYH YerfMBg483DSYAI9YPF6zRViWBagZuckRzZ64J6OLYEl+VZqxtKz4QYcm87RLEcoS8 i64zVLz1wXdJlLJ76atDuKeGqm5aWYZmDxbsn/mI= Date: Mon, 5 Apr 2021 18:11:05 +0200 From: Greg Kroah-Hartman To: Pavel Machek Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Vincent Mailhol , Marc Kleine-Budde , Sasha Levin Subject: Re: [PATCH 5.10 039/126] can: dev: move driver related infrastructure into separate subdir Message-ID: References: <20210405085031.040238881@linuxfoundation.org> <20210405085032.339701089@linuxfoundation.org> <20210405153029.GB32232@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210405153029.GB32232@amd> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 05, 2021 at 05:30:29PM +0200, Pavel Machek wrote: > Hi! > > > From: Marc Kleine-Budde > > > > [ Upstream commit 3e77f70e734584e0ad1038e459ed3fd2400f873a ] > > > > This patch moves the CAN driver related infrastructure into a separate subdir. > > It will be split into more files in the coming patches. > > I don't think this is suitable for stable. I don't think any of the > follow up patches depend on it...? Yes it does.