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 842C919E968; Thu, 5 Feb 2026 17: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=1770313828; cv=none; b=Ua+xsBc1siq3b50cYBKFHpnQ0JKj+LVNKp6KBnECjGsDeCrzKRjqoy53fb4j9VADZAAkbARR1souOsFyoU7mvzz6Jz1X3Te/nHdhbafXNKGfOSWm2VMWQngoThMdhyXqYNOstsJj0Gj3CvnVZMJ24um+7hVE/11+sjbENlYwUAA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770313828; c=relaxed/simple; bh=CN4nUBI6L41rFyhFE3qsxFCGoucEV46Fb1kXtNIH+3M=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hVDYQFIKQ9kHFnsSDpN7Z/kRTng6/CXjJ0+gxI+E2Z9ToOcSlLoiQ1cR9pweAytNCokeD/P98ASEixWUzrNIOGI5JKURCQDEbo1paKOAIp0ib+8IV7dP8qk6Oj/p3OtN7QnxGlKhvlIdTuwzPKAp6YPi83hRJEA05tIJGmqIz0g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=d3lUgFNc; 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="d3lUgFNc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A85E0C4CEF7; Thu, 5 Feb 2026 17:50:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1770313828; bh=CN4nUBI6L41rFyhFE3qsxFCGoucEV46Fb1kXtNIH+3M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=d3lUgFNcQyXEPmEaOG8h5Fuxu8eUSokgIC3Nt+3N1Ts3k+uvxCk60podCzMwkqbpN fZu9HanuIBaSJkuBydJxQkDvgCRzmlUDmhAxdJRfRdpRV9tb+kr9nVgmRx2pTM56tq Xo+DkLkn6YGu7QUgfS90QfdXQtroZDo64d60xKLg= Date: Thu, 5 Feb 2026 18:50:25 +0100 From: Greg KH To: Dhyan K Prajapati Cc: Johannes Berg , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, stable@vger.kernel.org, dhyaan19022009-hue Subject: Re: [PATCH v5 wireless] mac80211: fix NULL pointer dereference in monitor mode Message-ID: <2026020512-egging-appetizer-fe38@gregkh> References: <20260205174650.4575-1-dhyaan19022009@gmail.com> 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: <20260205174650.4575-1-dhyaan19022009@gmail.com> On Thu, Feb 05, 2026 at 11:16:50PM +0530, Dhyan K Prajapati wrote: > From: dhyaan19022009-hue Doesn't match your signed-off-by line :(