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 BFD78C6FD1D for ; Tue, 4 Apr 2023 18:33:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236407AbjDDSdY (ORCPT ); Tue, 4 Apr 2023 14:33:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236397AbjDDSdM (ORCPT ); Tue, 4 Apr 2023 14:33:12 -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 30C9E76A1; Tue, 4 Apr 2023 11:30:22 -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 65FA063551; Tue, 4 Apr 2023 18:30:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51E15C433D2; Tue, 4 Apr 2023 18:30:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1680633020; bh=uujWBZow7hrMUvJAdkQExIQ+86oyKtTw332Yz5dCrRY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CK3BliWK8/fI3gxsrjLjx7gCpVJHlNMVmnNrFDylt54l0wpoUYRFqF6v3mRTvnqkD jdvZ4hD7j5jYj1bMwg8K6PzTr/1XKFhFilY91RV0IFTv8so8+Un51q9d7QUQ8pDaRj sJZjfYIcKuesGAlvINchqQFPTNtEjI1TRt9y7YtE= Date: Tue, 4 Apr 2023 20:30:18 +0200 From: Greg Kroah-Hartman To: Pavel Machek Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de Subject: Re: [PATCH 4.19 00/84] 4.19.280-rc1 review Message-ID: <2023040434-uprising-cleaver-055a@gregkh> References: <20230403140353.406927418@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Apr 04, 2023 at 01:46:52PM +0200, Pavel Machek wrote: > Hi! > > > This is the start of the stable review cycle for the 4.19.280 release. > > There are 84 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Jesse Brandeburg > > intel-ethernet: rename i40evf to iavf > > I don't think this one is suitable for stable. It is huga and has huge > impact, in part it renames module... Why is renaming a module a problem? It's needed for other fixes in this release, and to make maintaining this branch easier over time, like we have done for other drivers/subsystems in the past. thanks, greg k-h