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 0C6FAC77B75 for ; Tue, 18 Apr 2023 10:40:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231302AbjDRKkj (ORCPT ); Tue, 18 Apr 2023 06:40:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231324AbjDRKkb (ORCPT ); Tue, 18 Apr 2023 06:40:31 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A223183FE for ; Tue, 18 Apr 2023 03:40:20 -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 3D60562481 for ; Tue, 18 Apr 2023 10:40:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 90A4AC4339B; Tue, 18 Apr 2023 10:40:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681814419; bh=mp1jUM7FA9Ce+ogbJUnDvozLoq+DflTxljcFKstGllA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=E4AENG7s2VjlRyWT5/ldpvXOMg71SMxWhAoqip+NsueYnjC5OR086cH97wJrstzeh mm/z4Dp1cVxqfeNisfD+Hw2d6MPA9P0ZvDxnlfxWy0Uww905VQ1zsNoM+kCBPlU3Xa +qZAejMXPgbHYGkrrXwxdvA9V0ZH6OcnHOaBVK5+bUVff4vY/8uc691QsopDMaHTDs RmBXO7pBi1wgYiKLvpUcc3mkA3rzG6UFPBmZfkfQjd6Ii9ftGhgFURA+4OSS1RmS3r nNF9olufBtIOKW4hT4bsy2fESMOqiV5prUKzkiYv/EvscXOwpZOyAvIIpPpcZOYYTP 7kOrf4PbwtHtQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 6D8C3C4167B; Tue, 18 Apr 2023 10:40:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net 0/2] bnxt_en: Bug fixes From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168181441944.15261.3551106304375753138.git-patchwork-notify@kernel.org> Date: Tue, 18 Apr 2023 10:40:19 +0000 References: <20230417065819.122055-1-michael.chan@broadcom.com> In-Reply-To: <20230417065819.122055-1-michael.chan@broadcom.com> To: Michael Chan Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, gospo@broadcom.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Sun, 16 Apr 2023 23:58:17 -0700 you wrote: > This small series contains 2 fixes. The first one fixes the PTP > initialization logic on older chips to avoid logging a warning. The > second one fixes a potenial NULL pointer dereference in the driver's > aux bus unload path. > > Kalesh AP (1): > bnxt_en: Fix a possible NULL pointer dereference in unload path > > [...] Here is the summary with links: - [net,1/2] bnxt_en: Do not initialize PTP on older P3/P4 chips https://git.kernel.org/netdev/net/c/e8b51a1a15d5 - [net,2/2] bnxt_en: Fix a possible NULL pointer dereference in unload path https://git.kernel.org/netdev/net/c/4f4e54b1041e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html