From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4CF26288D7 for ; Thu, 8 Feb 2024 18:50:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707418229; cv=none; b=kLFHiLW/E6spWWztmXEFz2Nqwgo3p+uaIBPT/1wz9wU8vtU8FLTyg0WD6ufDJCANNLw1FSIy15BZwCS6X88b0RecX7K26ArXIguEO9bXDhrVhQ/q1u41K5CdIm+HgXXphIW4I55+QqiSU4KIy9gCSRVy/YQWFt6rV8kt9SmGW4c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707418229; c=relaxed/simple; bh=9+ypL8Xb9sp7s8lroS+Mpk9bbwPFjSjazwt1Zx8IdYo=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=R6Mk3t0CX1urAXMbX0aDuY17m5l00cMrxscTvuPZpCT7vNFW3mm4jKBxViTmyTeC5PVyiijtPBA54QVPD4/z6LgtbLFELS/mNypJWLAPLs7+V9Z2WzwAEsqy9NzRqh+UCG2g2JD+QjpjHjEAykpj8oLQ5poJ1s5Z1vJPb7YQjoo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=T8HGivk3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="T8HGivk3" Received: by smtp.kernel.org (Postfix) with ESMTPS id BF97BC43390; Thu, 8 Feb 2024 18:50:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707418228; bh=9+ypL8Xb9sp7s8lroS+Mpk9bbwPFjSjazwt1Zx8IdYo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=T8HGivk3t9iUZzGvXaWmKZAWXJDCS8KtDNq8MUfioeQRB/50PjqRFrTpreGtAR8OQ V2pUOXaocWok7JtoLka53v0VgLVjy+NzlLS0eAq/TPAmtXrSUS5UsuRF1e6cJ3x3AV 1eIbQ6/99d9/is8u5PKCCJaUN2QykdI89vSzEIIdIleEr/ThmBcQtD5MsPE/8QBTvj jYiE/v/3+j926twN5K47nOl8csf0Dlj63+0c2kUw/XVrxpizghOaT8n4GpnhM4G05t 0iztNhxhQENSaIkwaB+5NQQpyYTMAzLDjWQqRz92OO31G+G9jgfd1ZgSRMp0v63nXA 7NJGWXp2ccHhw== 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 A4DBFC395F1; Thu, 8 Feb 2024 18:50:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-bluetooth@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v3] Bluetooth: hci_conn: Always use sk_timeo as conn_timeout From: patchwork-bot+bluetooth@kernel.org Message-Id: <170741822866.20497.7770592337601689769.git-patchwork-notify@kernel.org> Date: Thu, 08 Feb 2024 18:50:28 +0000 References: <20240208140240.3249372-1-luiz.dentz@gmail.com> In-Reply-To: <20240208140240.3249372-1-luiz.dentz@gmail.com> To: Luiz Augusto von Dentz Cc: linux-bluetooth@vger.kernel.org Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz : On Thu, 8 Feb 2024 09:02:40 -0500 you wrote: > From: Luiz Augusto von Dentz > > This aligns the use socket sk_timeo as conn_timeout when initiating a > connection and then use it when scheduling the resulting HCI command, > that way the command is actually aborted synchronously thus not > blocking commands generated by hci_abort_conn_sync to inform the > controller the connection is to be aborted. > > [...] Here is the summary with links: - [v3] Bluetooth: hci_conn: Always use sk_timeo as conn_timeout https://git.kernel.org/bluetooth/bluetooth-next/c/1405ad2e8a9d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html