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=-21.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 6111EC47080 for ; Wed, 2 Jun 2021 00:10:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4BCA1613B4 for ; Wed, 2 Jun 2021 00:10:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235365AbhFBAM0 (ORCPT ); Tue, 1 Jun 2021 20:12:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:56044 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235267AbhFBALu (ORCPT ); Tue, 1 Jun 2021 20:11:50 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 44116613D7; Wed, 2 Jun 2021 00:10:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622592608; bh=GL4+ucwIjyp80vawKes7lgQ+7FdYlowqRGWpZ/xgcf8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=kcxEq+j7FbMZqrORGL/IfHicMQQtgc2MWciKCZq/WGvvr17yYfp1Xaj9giIu4VqwA fGQsfZbHLXEEj74kSxTGn/RwbjuOmx6yqfXyqftuQMbcaneLp4GU/tPoSING/nEjpm YRaEPdA6oxpeJcHabrmD+X5wzH6iELmf+DpC6eQ0U5rtKQJzOoY39gvgWihS0iTO/j Z6bWXXZZ1xCt15Uo+UMwDtSIT09VNnSFT/pK5x+ddF6qvUYC82JddKLfJG6DqXPVzX TxaoSvDtck7UgvYXJzTXUFtrqzUaBhhnpyJEg7q4rPRRYoVi06cnrnjgNm6rNGKEVX d3JpfP4xMy/0Q== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: dcb: Return the correct errno code From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162259260824.22595.14975192070822553857.git-patchwork-notify@kernel.org> Date: Wed, 02 Jun 2021 00:10:08 +0000 References: <20210601141358.4131155-1-zhengyongjun3@huawei.com> In-Reply-To: <20210601141358.4131155-1-zhengyongjun3@huawei.com> To: Zheng Yongjun Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 1 Jun 2021 22:13:58 +0800 you wrote: > When kalloc or kmemdup failed, should return ENOMEM rather than ENOBUF. > > Signed-off-by: Zheng Yongjun > --- > net/dcb/dcbnl.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Here is the summary with links: - [net-next] net: dcb: Return the correct errno code https://git.kernel.org/netdev/net-next/c/b923cda96388 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html