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 2B2D02236FD for ; Mon, 11 May 2026 10:09:33 +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=1778494174; cv=none; b=tku2ZOKsjS+c/9m7vBB+9qTYvqjLpwWXHtSwouMb/uY7HSs04IzypplXXA12Dl785uuscDp0kCJJAiVg3VhcDxdeLTvgB8z9+ibyhjGbshx/BQwPBzqtgWTOf+PdPn1B71Hk+aX2MJ5z/MIm37Eg3EF9liSI0pJ/fCBB9pqZXMM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778494174; c=relaxed/simple; bh=zQhoOizndaIcnuVjyYY3FFDLyRgLzanPIVukGi6IcYM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BanqybmCyk3VCAD2py6BkPfmg3TFtaQ+1gFaJ2xuzXhZtNAKPxca+jDVEUhSbWbG8tm0P+uUgulh1AH8zvbTBS0XMQiA+L+MT8frRpZBmoY3l6qY+lzhus/fv1SVG7V13w3yLcndpprhcq9yCCOnoMzzgKC7ZjIsAh2gnCyim5U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=W/6Il5pn; 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="W/6Il5pn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5B10CC2BCB0; Mon, 11 May 2026 10:09:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778494173; bh=zQhoOizndaIcnuVjyYY3FFDLyRgLzanPIVukGi6IcYM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=W/6Il5pnT79BkxuSDoQmfDQ+37GleFvW6NP+zW/GGujfXbfrHx67c3J6OmgWbzUV0 uIvrjcFupUchvOwmZHzP45vQ/wZdgcusBcktg5keRY6x1kXnqmFo/mzKGLhUZgPOfx kLeMrAUSIbtoZP5+BbiGa3BGkicotG4YUuPt0N3A= Date: Mon, 11 May 2026 12:09:31 +0200 From: Greg KH To: Alexandra Winter Cc: Nagamani PV , aswin@linux.ibm.com, sidraya@linux.ibm.com, hidayath@linux.ibm.com, pasic@linux.ibm.com, mjambigi@linux.ibm.com, dk@linux.ibm.com, twinkler@linux.ibm.com, jaka@linux.ibm.com, wenjia@linux.ibm.com, gbayer@linux.ibm.com, linux390-list@tuxmaker.boeblingen.de.ibm.com, stable@vger.kernel.org Subject: Re: [PATCH net-next V2] net/iucv: fix UAF in afiucv_netdev_event() Message-ID: <2026051159-juicy-freehand-c715@gregkh> References: <20260508170534.2208812-1-nagamani@linux.ibm.com> <9c08d526-e909-4c17-be0b-7fe99f43a007@linux.ibm.com> Precedence: bulk X-Mailing-List: stable@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: <9c08d526-e909-4c17-be0b-7fe99f43a007@linux.ibm.com> On Mon, May 11, 2026 at 11:14:41AM +0200, Alexandra Winter wrote: > stable@vger.kernel.org: Please ignore this is still in internal review!! > > IBMers: be careful when replying to this mail, Thunderbird automatically added stable@vger.kernel.org > because of the Cc: tag !! > We should not add this tag, while patches are still in internal review. then perhaps use stable@kernel.org instead as the documentation states you can use for "internal" stuff? Please consider this issue now public. thanks, greg k-h