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.0 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 autolearn=ham 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 296CFC433B4 for ; Thu, 22 Apr 2021 20:30:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F17D561450 for ; Thu, 22 Apr 2021 20:30:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239592AbhDVUau (ORCPT ); Thu, 22 Apr 2021 16:30:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:34400 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239509AbhDVUap (ORCPT ); Thu, 22 Apr 2021 16:30:45 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 5BEB561450; Thu, 22 Apr 2021 20:30:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1619123410; bh=BdBk3Sx9WMV/A5l9vmCm/YYwjH5Rc1ca/ukGmZHjK1U=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Kv81NI++JCJBBwzfbSLFBx0p2CUH9fC4S1ON9EQqBiteS4eByuvALP0AX0sM1dWyM fJ85jcQ2bJETaIdy1bpbi6QiC6YspXX2j0SQEB3632/aza4n8xCS7sInye5aHFV0Bi yONc+cXRn6PCsdCBPehD4DQAiOPjFTzHsY4e653nMFSXxqVjDkz9vGGXk2GR/yeMxP 2zOFxUo5yPgOiuwZpWKIaEE6KGZjykuuxddRO7kkfPSVQn+on0Ui0WXBK2se7U7p2u +6uhhezTwz+pSKERF2r4yuVLqrffOAe9XUT0uZM9WW/j39UOODeEI3njX0fQ1TCAHE lUHqvQvYCeaRg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2] net: wwan: core: Return poll error in case of port removal From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161912341035.26269.1097808472059831001.git-patchwork-notify@kernel.org> Date: Thu, 22 Apr 2021 20:30:10 +0000 References: <1619100361-1330-1-git-send-email-loic.poulain@linaro.org> In-Reply-To: <1619100361-1330-1-git-send-email-loic.poulain@linaro.org> To: Loic Poulain Cc: kuba@kernel.org, davem@davemloft.net, leon@kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 22 Apr 2021 16:06:01 +0200 you wrote: > Ensure that the poll system call returns proper error flags when port > is removed (nullified port ops), allowing user side to properly fail, > without further read or write. > > Fixes: 9a44c1cc6388 ("net: Add a WWAN subsystem") > Signed-off-by: Loic Poulain > > [...] Here is the summary with links: - [net-next,v2] net: wwan: core: Return poll error in case of port removal https://git.kernel.org/netdev/net-next/c/57e222475545 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html