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 4FCA4C32771 for ; Fri, 19 Aug 2022 20:00:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349248AbiHSUAS (ORCPT ); Fri, 19 Aug 2022 16:00:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39330 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231364AbiHSUAR (ORCPT ); Fri, 19 Aug 2022 16:00:17 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA275E3C36 for ; Fri, 19 Aug 2022 13:00:16 -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 8DCE36162D for ; Fri, 19 Aug 2022 20:00:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id ECF13C433C1; Fri, 19 Aug 2022 20:00:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660939216; bh=jRiRcSg2O1Hb4vQHwfP6uvIKqylQ8/mfkBV4jB6Z7hE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=FDaFAVXbgqcSK7SE8sTulJHdsFC7YkX5S/Dm0305gJJQGtoruH741P5UQcWhhGYkZ GSW1DKWCHVeLwZy9gpT0eCcHl6eUP5WwxOdworJmquU+b6ppGG/SqpvfoFnaUOwtCU zMksUmbavkY2Jr1cmH46BeYSahybpcAhIZ/ocDVhMz7qLdBxvQBcrZ+wedz9EsyPCL erHPjYL6N49lOyIzUw0mnhnjB2SuHKow9Jm5tEZRvrb8Z5sPJMkGK7EeknpyzMTGl9 m6pHOJrTlKZ0UyN/1Jxd28aBnJiBue5/jLb+vHegXfJ2rz+5V5aP8XMrtRvprmDZg1 CF8eLIWSu6lzw== 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 D4B72E2A054; Fri, 19 Aug 2022 20:00:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] Bluetooth: ISO: Fix not handling shutdown condition From: patchwork-bot+bluetooth@kernel.org Message-Id: <166093921586.9792.633047156078121044.git-patchwork-notify@kernel.org> Date: Fri, 19 Aug 2022 20:00:15 +0000 References: <20220819184633.19437-1-luiz.dentz@gmail.com> In-Reply-To: <20220819184633.19437-1-luiz.dentz@gmail.com> To: Luiz Augusto von Dentz Cc: linux-bluetooth@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz : On Fri, 19 Aug 2022 11:46:33 -0700 you wrote: > From: Luiz Augusto von Dentz > > In order to properly handle shutdown syscall the code shall not assume > that the how argument is always SHUT_RDWR resulting in SHUTDOWN_MASK as > that would result in poll to immediatelly report EPOLLHUP instead of > properly waiting for disconnect_cfm (Disconnect Complete) which is > rather important for the likes of BAP as the CIG may need to be > reprogrammed. > > [...] Here is the summary with links: - Bluetooth: ISO: Fix not handling shutdown condition https://git.kernel.org/bluetooth/bluetooth-next/c/a89e4b749aab You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html