From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 70DF61E5724; Fri, 12 Jun 2026 00:16:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781223361; cv=none; b=NzpZD4rnNgZNJkwJt3gfGPX/UT4COX78itvU5+8RyRDNBSN88A1niY0CSY4jNCCbvmZY8V9/DgBt15ELy1h5CQWJWOn9jjQtQiMsGAAFOikuzoWpeafruAGwG4paWbLNQF00dngZ1cB7BjaQgjQkGOXTom3DQ1HqExGJLv5ISko= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781223361; c=relaxed/simple; bh=trPl9E/NPOcIiL9fnNtUJ6Qojjjrc0W8ccKb6LqsizI=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=ifu+TUbHt6If5+rK/tglNLHsWCCu9fn7FpJEVcj6MkhhsrMBh27RHbacbhDwCcUp9Z6JJIBgm66yEh/JMjLCVHUNhJU7HejZu+alIsROLRh9EXhqCWWpGe6j7tYKiF7SxsehR+iRRWPObDL8763356Y2qd1g7yBw285gJ1ZA5pU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=TU4WZbZh; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="TU4WZbZh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC6BC1F000E9; Fri, 12 Jun 2026 00:15:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781223360; bh=knIMGB9uT3vqgP2ooIIsZTSTNdIsZh95XjgznEq18uk=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=TU4WZbZhjKH5pttXmE+QJ1fkcv2E53JkUtMgctLXcR1vayDfw8Vt2HaIXXGpwyNZv oeS+gR98y0txB1vAPRNcOqw1LsKMjZyVTIOJsKiQLn4SgmVXU0ec92WgE4Fa2+xgWg ogBwDxaaBSmwSJBZ9A0pMs/P90FgBbohygF65qkhnk7wChZctHxo+h1tdpNMG19Tta Po6FB1BNyYHmDX8v5+KbctQsEn7g/hCDeiJu8gVsm6Ep/8V6LgOswpDtfWNgZsgnoU YpBZdLuZKWTlgKXmI+VbAAhHbjcVbMdHsSqSTIWwHA4C4mR6OP2zY9dGmPoPn7dPwM 1YaLl9oEu+itQ== Date: Thu, 11 Jun 2026 17:15:59 -0700 From: Jakub Kicinski To: Luiz Augusto von Dentz Cc: davem@davemloft.net, linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [GIT PULL] bluetooth 2026-06-10 Message-ID: <20260611171559.5219cce9@kernel.org> In-Reply-To: <20260610180050.419401-1-luiz.dentz@gmail.com> References: <20260610180050.419401-1-luiz.dentz@gmail.com> Precedence: bulk X-Mailing-List: linux-bluetooth@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 10 Jun 2026 14:00:50 -0400 Luiz Augusto von Dentz wrote: > bluetooth pull request for net: > > - hci_core: Fix UAF in hci_unregister_dev() > - hci_event: fix simultaneous discovery stuck in FINDING > - hci: validate codec capability element length > - eir: Fix stack OOB write when prepending the Flags AD > - L2CAP: Fix UAF in channel timeout by holding conn ref > - btusb: fix use-after-free on registration failure > - btusb: fix use-after-free on marvell probe failure > - btusb: fix wakeup source leak on probe failure > - btusb: fix wakeup irq devres lifetime > - btmtk: fix URB leak in alloc_mtk_intr_urb error path > - vhci: validate devcoredump state before side effects Missed the PR :( Sorry about that :( *iif* you're still rebasing the tree - could you mend the fixes tag? Commit: 13d7c52acbb8 ("Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref") Fixes tag: Fixes: 75780ca4c6a8 ("Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen()") Has these problem(s): - Target SHA1 does not exist