Hello everyone, Last draft before I send in a patch. Big change is an added preamble to set tone and intent. Also some stuff up top setting forth the structure of the document. Carlos, I tried figuring out what you meant by troubles with KVM, but all that boiled down to was scant documentation on use cases people rarely venture into. I think that is a different document from what I am trying to write, although I might now be qualified to write it. Pranjal, sorry man, more words :) https://gitlab.com/anadon/getting-started-on-kernel-dev-guide-workspace/-/blob/main/Linux%20basic%20dev%20setup.rst?ref_type=heads On Tue, Apr 23, 2024 at 1:43 PM Josh Marshall <joshua.r.marshall.1991@xxxxxxxxx> wrote: > > Hello Carlos, > > My intention right now is still to gather feedback on the draft! > Everything, including if it should be sliced and diced into other > places, is up for consideration. The final intent is a patch into the > central doc tree and not remote documentation. I'll wait longer to > gather more input before replying to particular points. > > On Tue, Apr 23, 2024 at 12:40 PM Bilbao, Carlos <carlos.bilbao@xxxxxxx> wrote: > > > > Hello Josh, > > > > On 4/23/2024 10:34 AM, Josh Marshall wrote: > > > I have a draft document which I would like broader review on, which > > > currently lives here: > > > https://gitlab.com/anadon/getting-started-on-kernel-dev-guide-workspace. > > > This document is to ease the setup of Kernel Development. I intend to > > > send this in as a patch to the mainline doc tree once it gets by a > > > suitable number of reviewers. > > > > It's great that you're interested in improving the documentation. I've CCed > > linux-doc list for visibility. > > > > However, please note that we already have existing documentation, and it > > might be better to extend what's already there rather than creating > > something entirely new. You can refer to: > > > > https://www.kernel.org/doc/html/latest/process/development-process.html > > > > If you still feel the need to start a new document and host it remotely, I > > suggest updating: > > > > https://www.kernel.org/doc/html/v6.1/process/kernel-docs.html > > > > If I may offer a suggestion, focusing on documenting the challenges you've > > encountered with KVM, etc., could be more valuable that trying to cover > > everything. > > > > > > > > On Fri, Apr 19, 2024 at 12:15 PM ngn <ngn@xxxxxx> wrote: > > >> > > >> On Thu, Apr 18, 2024 at 05:40:20PM -0400, Josh Marshall wrote: > > >>> Looks like breakpoints aren't working? https://paste.debian.net/1314501/ > > >>> > > >> > > >> This maybe caused by Kernel Address Space Randomization (KASLR), try > > >> disabling it by adding nokaslr option to the boot options. > > > > Thanks, > > Carlos