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=-16.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,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 39078C4708F for ; Sat, 29 May 2021 01:25:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1045D613F5 for ; Sat, 29 May 2021 01:25:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229731AbhE2BVk (ORCPT ); Fri, 28 May 2021 21:21:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:46126 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229541AbhE2BVj (ORCPT ); Fri, 28 May 2021 21:21:39 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id EF072613F9; Sat, 29 May 2021 01:20:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622251204; bh=AnUhUPHOZLLD7ZlU5/Eb1f36CWMDOj+lyH1Lp8XLAw4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=BlCVbBK0bluFsRUuvlk+978yAEsG1zgbQm9RfXB9UmPFCxm+Sirs9VYLumwR8kP8Z 7B1tgLxKLcIeeiWT5sbYTrgCwvduhczFtVpsQdYHwZ4YhRWo7vuXpAhmWkZpEjviWC 4zcI5/gNMuy6CXCjPAuE2AtDe/6ht8cucspgvPedlVPKGDpCXc9k3wbcda8kb9mm36 en2S7Wd2/hS92RpCRxp/uZzyJeTLfPRRbhnOQ9o5mrLcMX1HbfQqIdhK1STzfVVTHr d7dP4nbQ9EcGhj580yT/mHSw4hZxcFv8bOQ1WAgY3Tm+HTz0wlN6JEFHOejUOueCRW aViYYgvRGT9KQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 1/1] ehea: fix error return code in ehea_restart_qps() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162225120392.30111.18172953600301226053.git-patchwork-notify@kernel.org> Date: Sat, 29 May 2021 01:20:03 +0000 References: <20210528085555.9390-1-thunder.leizhen@huawei.com> In-Reply-To: <20210528085555.9390-1-thunder.leizhen@huawei.com> To: Leizhen (ThunderTown) Cc: dougmill@linux.ibm.com, davem@davemloft.net, kuba@kernel.org, jeff@garzik.org, ossthema@de.ibm.com, 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 Fri, 28 May 2021 16:55:55 +0800 you wrote: > Fix to return -EFAULT from the error handling case instead of 0, as done > elsewhere in this function. > > By the way, when get_zeroed_page() fails, directly return -ENOMEM to > simplify code. > > Fixes: 2c69448bbced ("ehea: DLPAR memory add fix") > Reported-by: Hulk Robot > Signed-off-by: Zhen Lei > > [...] Here is the summary with links: - [1/1] ehea: fix error return code in ehea_restart_qps() https://git.kernel.org/netdev/net-next/c/015dbf5662fd You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html