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 50C89EE57D7 for ; Fri, 8 Sep 2023 07:08:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234355AbjIHHI4 (ORCPT ); Fri, 8 Sep 2023 03:08:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53254 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232223AbjIHHIz (ORCPT ); Fri, 8 Sep 2023 03:08:55 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C657F1BC8; Fri, 8 Sep 2023 00:08:51 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1F938C433C7; Fri, 8 Sep 2023 07:08:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1694156931; bh=Saa1sAIyQPH2fcGeR299juiy+29L73NlSsSTO5GU8xU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WyC0U0m52a32GXZMWEnlf4hZ016qfoRdPdCS/kp2SbxbhuM2cROLFZz6/S/yM1xM3 qWM8p+LH7Eeqc+283N2KYvm4xM9DXxIAw2qSfIJffEv/VpvSzEvNiZY3wH9CcC14yz hFLcNsSTM34e0O4QfOa195Ae7+cCEakEK4buWtMU= Date: Fri, 8 Sep 2023 08:08:49 +0100 From: Greg KH To: "Deepak Rathore -X (deeratho - E-INFO CHIPS INC at Cisco)" Cc: "stable@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [v6.1.52][PATCH] Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition Message-ID: <2023090826-fabulous-genetics-e912@gregkh> References: <20230906121525.3946250-1-deeratho@cisco.com> <2023090738-passive-snowless-3b9d@gregkh> <2023090820-wielder-angled-3def@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Fri, Sep 08, 2023 at 06:54:06AM +0000, Deepak Rathore -X (deeratho - E-INFO CHIPS INC at Cisco) wrote: > Hi Greg, > > This change is required to fix kernel CVE: CVE-2023-1989 which is > reported in v6.1 kernel version. Which change? > It is fixed in upstream starting from v6.3 kernel version and required > to fix in 6.1 kernel version as well so we have backported this from > v6.3 kernel version to v6.1 and I have sent this patch for review and > merging. Again, what commit are you referring to here. confused, greg k-h