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 E1AC91D5AC0; Fri, 13 Dec 2024 11:13:02 +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=1734088383; cv=none; b=LhzW5D/oyRdood51SBbAQeoz1FDScxFIej4FD1voOFEmcwDnh7c6SBYcvTCj6sAXZw2QzHvmFy1IFVG8jvCA5XwkymHDvueMukoo4YwnOQtulfJ/3uiKydrYBiZTqM7ljz0jX07OTNdZ8KgZfiTnUJ4TovRpJKc580cRjO/Yrjw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734088383; c=relaxed/simple; bh=ghEc1mMw4UknSZAXTzEjzz6QbuWdZS2vAc1pYml5U8o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=C14tY2JgtV7NZlcEyrFLNxHLaQXgoaCdQrtItHxc+1d/XHEnKGaOdiWhurBgUSDI/FdWxnb2dkeK1o+SBy2jPZmEAPl0JL5NwXeoW0vt2Em5YrkJ033WRX7IAXuKsDZ9MXOM4kF6w5kloQn/HOXoMxnt0Skhw5NYc3q8HW5FxQA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=GhrM4K+J; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="GhrM4K+J" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF25EC4CED0; Fri, 13 Dec 2024 11:13:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1734088382; bh=ghEc1mMw4UknSZAXTzEjzz6QbuWdZS2vAc1pYml5U8o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GhrM4K+Jbyq121MJ3/fM9WLVZlFEExKouVKa8LzIcd1GgEGKLVUwniDnkhPkzcCgu bhUhMl0w22POtOb3yKPi3F8UpTTYZW+wJARtQq55eSEHtc/YXOKVLuO8a8G2IgEI4Z ytrsVgxIR8ymKB75T1/d4QcQuRVJ1RTVQrpFQvwY= Date: Fri, 13 Dec 2024 12:12:59 +0100 From: Greg KH To: Hardik Gohil Cc: stable@vger.kernel.org, netdev@vger.kernel.org, Kenton Groombridge , Kees Cook , Johannes Berg , Xiangyu Chen , Sasha Levin Subject: Re: [PATCH v5.10.y v5.4.y] wifi: mac80211: Avoid address calculations via out of bounds array indexing Message-ID: <2024121334-clubbing-sublime-ed44@gregkh> References: <1729316200-15234-1-git-send-email-hgohil@mvista.com> <2024102147-paralyses-roast-0cec@gregkh> <2024110634-reformed-frightful-990d@gregkh> <2024121233-washing-sputter-11f4@gregkh> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Dec 13, 2024 at 03:54:58PM +0530, Hardik Gohil wrote: > > > > What did you do to change this patch? > > > > Also, what about 5.15.y, you can't "skip" a stable tree :( > > > > thanks, > > > > greg k-h > > I have not done any changes to patch but tested the patch from 6.6.y > by applying to 5.10.y and 5.4.y versions > > ref: > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.65&id=26b177ecdd311f20de4c379f0630858a675dfc0c I have no context here at all, sorry :(