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=-7.2 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 75088C433F5 for ; Tue, 21 Sep 2021 15:04:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6157E610A0 for ; Tue, 21 Sep 2021 15:04:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233910AbhIUPGM (ORCPT ); Tue, 21 Sep 2021 11:06:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:46466 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233893AbhIUPGL (ORCPT ); Tue, 21 Sep 2021 11:06:11 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1B111610CA; Tue, 21 Sep 2021 15:04:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632236682; bh=TSJNrfXMxVajqKB6SEFsPvGcnVpAx0KlkE/vIuEutQ4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kVyEphdYDDR9AF0fFa8rgYduvDBCJer0XJRwuc19hLyn1ttGN4Efc5+qgHgYQj2wt ULPmVSjaVodsffD19ivP5iA+fSAIc9wNYBOF8D6W3MNJeDgi91/3LC47U6xzmHz/kK KGPPWrtbIclyY/y+oJc8vGHVRTXFJjF7hCo5Q5dw= Date: Tue, 21 Sep 2021 17:04:40 +0200 From: Greg Kroah-Hartman To: Joe Perches Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Michael Chan , Jakub Kicinski , Sasha Levin Subject: Re: [PATCH 5.10 116/122] bnxt_en: Convert to use netif_level() helpers. Message-ID: References: <20210920163915.757887582@linuxfoundation.org> <20210920163919.617145875@linuxfoundation.org> <5662a5175932e46febd024cadc4bece443aa92c0.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5662a5175932e46febd024cadc4bece443aa92c0.camel@perches.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 21, 2021 at 07:30:42AM -0700, Joe Perches wrote: > On Mon, 2021-09-20 at 18:44 +0200, Greg Kroah-Hartman wrote: > > From: Michael Chan > > > > [ Upstream commit 871127e6ab0d6abb904cec81fc022baf6953be1f ] > > > > Use the various netif_level() helpers to simplify the C code. This was > > suggested by Joe Perches. > > There isn't an actual change here. > > Unless this is a precursor to another patch, this isn't anything > that should go into stable. > > It is a dependancy for other fixes. thanks, greg k-h