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 488B7C7EE23 for ; Tue, 30 May 2023 13:43:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232776AbjE3NnB (ORCPT ); Tue, 30 May 2023 09:43:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60964 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232762AbjE3Nm7 (ORCPT ); Tue, 30 May 2023 09:42:59 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 10E35C5; Tue, 30 May 2023 06:42:59 -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 A1DAC62EEC; Tue, 30 May 2023 13:42:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8E9EDC433D2; Tue, 30 May 2023 13:42:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685454178; bh=88twlvhBpz/dbRVQNZujTvpnfWesPLuIsK8tph8tdlg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jVKnFkvJq39Cvb+WW3ywNYWG9VAHM6Lwf/cJgsbIqABjC3ecepZZVvquVtHE2yO/j ysknKcnQx5aWgWvNEUzXbouSVaS+HSF+mmCyP/4W0rMnPif2GRs5UxLcQNezRzHdsv rwXYVapbMGdwgefrS0ormPmbxqx+xhfdg8kNX77U= Date: Tue, 30 May 2023 14:42:55 +0100 From: Greg KH To: Dragos-Marian Panait Cc: stable@vger.kernel.org, Ruihan Li , Marcel Holtmann , Luiz Augusto von Dentz , Johan Hedberg , Paolo Abeni , "David S . Miller" , Eric Dumazet , Jakub Kicinski , netdev@vger.kernel.org, linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4.14 0/1] Hardening against CVE-2023-2002 Message-ID: <2023053030-moaning-endanger-ac26@gregkh> References: <20230530131740.269890-1-dragos.panait@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230530131740.269890-1-dragos.panait@windriver.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 30, 2023 at 04:17:39PM +0300, Dragos-Marian Panait wrote: > The following commit is needed to harden against CVE-2023-2002: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=000c2fa2c144c499c881a101819cf1936a1f7cf2 > > Ruihan Li (1): > bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() > > net/bluetooth/hci_sock.c | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > > > base-commit: b3f141a5bc7f877e96528dd31a139854ec4d6017 > -- > 2.40.1 > Nit, for 1 patch series, no need for a cover letter, you can put the same info below the --- line if that's easier. thanks, greg k-h