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 C33DA824A3 for ; Thu, 14 May 2026 01:53:56 +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=1778723636; cv=none; b=LjhoG1AOCGk7/BvQYxGpuMbkmhabkH//dH/HFHKllDrII1flp0BGe3E7r+4qAKJWPLybAPwBfBgOiYaOxHP4lsZ5zbwf9be6bFp3SbVQS8dTLJ7dV6eaFxJt+esSDDuCfBf6iHmoB2MjDyeius62bygVcgEWsV/3ozSvEysdpVM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778723636; c=relaxed/simple; bh=3FFZjC3YzBCfEFyz92e3xfqwOMYjG2a86HtzZkqg5tA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XKVBjrqKZKg3jpen6+MBOuFEwFktgoOwgU7igD3fTSRa2ns9YrcsvxWxOWuSObf33+BNSlVxGtwy5LZDfiMBfmYo6TafXJRGXCPLMaW63DyCSKzzb5Xobnk6IP0UusINWSdSfFcAdGW+4g9bEMG/BxMgBchUS2+MKxc/pQ36B8A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WaUqt5H8; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="WaUqt5H8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65029C2BCB3; Thu, 14 May 2026 01:53:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778723636; bh=3FFZjC3YzBCfEFyz92e3xfqwOMYjG2a86HtzZkqg5tA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WaUqt5H8vDJJvUz6r9Hv4y4YYjzTwCJzZM/tQQo7K4kQFhBSWCpHTesZhscoKxtNg B/xF7F0jGS+Y4M7u2G+q6WnuvvanF+LTb6JcOkwniy+9z37Bsdkl0C2iB2Ve/+FIH0 quxREcApbDJHgHNvEfnFigXQYYuS9AnMybJYPf+SIyviKo3BUWx1f1ohkLf6mCbVIg UtLOQkn13rn8GRj6oi0Wog4G1LGE4i1JLqtePYV5plK9eOxzw55V/GnF4khBcsWE37 1hNyPeaZTG77bgjd2Ihh66T1dl0kGM/TmfwZsFiPIfU1L0eQRuMFjycXoVED/Fgjc7 4GT/7y5h+N62g== Date: Wed, 13 May 2026 18:53:55 -0700 From: Kees Cook To: Runxi Yu Cc: Jonathan Corbet , Sasha Levin , Randy Dunlap , Runxi Yu , SeongJae Park , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] README: Don't organize the README by arbitrary "roles" Message-ID: <202605131853.0B32278D@keescook> References: <202605131844.085EF96F@keescook> 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: On Thu, May 14, 2026 at 01:50:23AM +0000, Runxi Yu wrote: > Could you point to where this was discussed? A bit of web search did not reveal it; thanks. https://lore.kernel.org/lkml/?q=s%3AREADME+d%3A2025.. -- Kees Cook