Re: Follow-up on Linux-kernel code accessibility
From: Theodore Tso
Date: Fri Dec 19 2025 - 23:01:46 EST
On Fri, Dec 19, 2025 at 04:05:33PM -0500, Chris Mason wrote:
> I recently pushed out changes that remove most of the process and focus
> more on kernel internals. So hopefully over time we can get to
> something that just documents kerneling in a way that is useful beyond
> LLMs.
One of the things which I found really interesting, and it was a bit
of revelation to me, was how much we could have text that could be
useful *both* as a documentations for humans, as well as instructions
to LLM's. So I think both are important/useful.
- Ted