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