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 D028E3CD8AC for ; Fri, 15 May 2026 11:35:59 +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=1778844959; cv=none; b=Updnn8GoffBpMJ/fLNfK1IJNOqXzznVh8r5AZdHAkVLOM3cbfA43hB0S9rhDn1AoCVSXxVMwSLBgL0DsFDQNu6HdY4YN2SjUssbk1+z6l/EpYrUnP2laCNqtU6FXbQH2w9e8qcOpQPm69iZvOznaZOiE6p6MWkNz2IL1UL571Ig= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778844959; c=relaxed/simple; bh=EYCsbFmRxBnwDhPzDvWjchjVhytxtnTllL2j7/O7c+s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cUlqRj8Zu7akP9QULd34Zp9gxikdaidKGBRSSArzYbyqXnQ1JGYnh8rLQ5QYvZfQfqL4SRC0WeKWS3uDjyTy7ZkO+/qTQZfYfsoJOUFS5LBrM3eNuDat3HJoGiBUmGOfon++21x2HVdsUhHhtFhLg65bVDzZpmiuBkU2GYpUhoU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=W1sm1iK6; 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="W1sm1iK6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C5C9C2BCC7; Fri, 15 May 2026 11:35:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778844959; bh=EYCsbFmRxBnwDhPzDvWjchjVhytxtnTllL2j7/O7c+s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=W1sm1iK6zWzNlrlOPVii/4BNkV69kXt0qOU6wTernkzv4TVLW8LXrFSdj68YThTGZ abwHJeaUnyqYdRUnwXr9pn8Z7xSAkah4axGSwgcmSfIGt5O0O/xv7VI1LCGhKD+tUT Qnc6nZIx/7aemQwZvdiBv7RK9c+TJwMEHcVbfpC0= Date: Fri, 15 May 2026 13:36:03 +0200 From: Greg KH To: Alexandru Hossu Cc: security@kernel.org, linux-wireless@vger.kernel.org, johannes@sipsolutions.net Subject: Re: [PATCH] wifi: cfg80211: validate common_info length in ieee80211_mle_size_ok() Message-ID: <2026051527-scrooge-oppressor-1500@gregkh> References: <6a06f87c.643c4978.1f1059.84ae@mx.google.com> Precedence: bulk X-Mailing-List: linux-wireless@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: <6a06f87c.643c4978.1f1059.84ae@mx.google.com> On Fri, May 15, 2026 at 03:42:04AM -0700, Alexandru Hossu wrote: > Hi Greg, > > Here is the fix. Context matters :) Also, this isn't in a mergable format, please take a look at the kernel documentation for how to do this properly. thanks, greg k-h