From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta1.formilux.org (mta1.formilux.org [51.159.59.229]) (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 E7B9E3803CC; Mon, 11 May 2026 20:26:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=51.159.59.229 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778531173; cv=none; b=C8gL2YZWI0vlPrE08Eu8u+tdJiUEDOMPFxRQDvWmYT2V6kz4VWSSumyZecI8lRv7+Cg7DJ9sAWRd1g3V/iJDNOWcsNpxaZ9hcEORv+B6GW3idqcq9EDJ7JuOd2p4ECBciXdC0zvKuYIKX4ABups0IjAkiBoV1ZRWMdeM74Kkk5g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778531173; c=relaxed/simple; bh=cXxfqxuQ4bMovFOhILP4kFSxyP347BRWwT2doxePogM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GaW9bmexuxCa3fMg1lAjvtovUye7ovn1lMOAa4Z6v051wFRY8zvI1moz8+MG3F8ZnRh8B4dnECYHyIsDnotqN7v/DLl2bKoPyxLWNJ4GJa+bYkGoecyUeBEOiNxOP1ISZhfTeOMfsa9VUWGJDDN6DqUXFZiGgvREUVAZNuRakeI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=1wt.eu; spf=pass smtp.mailfrom=1wt.eu; dkim=pass (1024-bit key) header.d=1wt.eu header.i=@1wt.eu header.b=BNjZzw86; arc=none smtp.client-ip=51.159.59.229 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=1wt.eu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=1wt.eu Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=1wt.eu header.i=@1wt.eu header.b="BNjZzw86" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1wt.eu; s=mail; t=1778531167; bh=sV6h7rBJgaaYqTMWiO4QoIXSUi1lUmG7AF3xMpPmZWE=; h=From:Message-ID:From; b=BNjZzw86z/bEIbHzs/hz2T1PK6hEMFy2sFJ+8cjP9iMH9+4CadeDfGuieNeDFBEE1 jwx3ec6CMzX0dLBOyWDiu2eLo9E9vO6W3lGUQuRMBSNM4HEuS5ijfFTRYgxS/+2vaO SUbPxe8241icRKWP91HsuHi1Y1CiInAotPdvkGeE= Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by mta1.formilux.org (Postfix) with ESMTP id 28A7DC0A9C; Mon, 11 May 2026 22:26:07 +0200 (CEST) Date: Mon, 11 May 2026 22:26:06 +0200 From: Willy Tarreau To: Jonathan Corbet Cc: Greg KH , Leon Romanovsky , skhan@linuxfoundation.org, security@kernel.org, workflows@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/3] Documentation: security-bugs: explain what is and is not a security bug Message-ID: References: <20260509094755.2838-1-w@1wt.eu> <20260509094755.2838-3-w@1wt.eu> <2026051124-afar-renewal-795c@gregkh> <878q9pvlif.fsf@trenco.lwn.net> Precedence: bulk X-Mailing-List: linux-kernel@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: <878q9pvlif.fsf@trenco.lwn.net> Hi Jon! On Mon, May 11, 2026 at 12:39:20PM -0600, Jonathan Corbet wrote: > Willy Tarreau writes: > > >> > >> Looks great, thank you! > >> > >> Reviewed-by: Greg Kroah-Hartman > >> > >> Want me to take it through one of my trees now to get it to Linus this > >> week, or should it go through the documentation tree? Either is fine > >> with me. > > > > Yes, please take it as usual, it's simpler for me and it will likely > > allow it to be published ealier, which ultimately should help us > > faster ;-) > > I can ship stuff Linusward quickly too... :) But it's fine if Greg > takes it, of course. Oh that's fine then. I thought you only delivered such updates into next releases. I'm fine with either way of course! Let's pick the path of least effort for each. Thank you! Willy