Re: Feedback on my development setup

Josh Marshall <[email protected]> Tue, 23 Apr 2024 11:34:36 -0400
Newsgroups org.kernel.vger.linux-newbie
Message-ID <CAFkJGRdjvebW6u6pyyA_MeHsoecRgYjiVrxoWYWsREdYH9iOFQ@mail.gmail.com>
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.

On Fri, Apr 19, 2024 at 12:15 PM ngn <[email protected]> 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.