Re: Missing linux-headers

2022-10-09 Thread Scott J. Crouch
_HDR_PATH="/usr/local" headers_install" is probably what you want (note I didn't put "include/" in the path). Depending on how the toolchain is configured, it should be looking for headers in /usr/local/include first, /usr/include/ second (you can see what it's doing

Re: Missing linux-headers

2022-10-08 Thread Scott J. Crouch
he directory where you built your kernel). Hope that helps. Scott. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: [PATCH] staging: rtl8723au: Fix brace coding style issues reported by checkpatch

2014-10-29 Thread Scott Lovenberg
your morning coffee. :) -- Peace and Blessings, -Scott. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: [PATCH] staging: rtl8723au: Fix brace coding style issues reported by checkpatch

2014-10-29 Thread Scott Lovenberg
On Wed, Oct 29, 2014 at 1:48 AM, Sudip Mukherjee sudipm.mukher...@gmail.com wrote: On Wed, Oct 29, 2014 at 11:38 AM, Scott Lovenberg scott.lovenb...@gmail.com wrote: On Wed, Oct 29, 2014 at 12:05 AM, Sudip Mukherjee sudipm.mukher...@gmail.com wrote: On Wed, Oct 29, 2014 at 7:31 AM, nick

Re: Patch submission issue

2014-06-11 Thread Scott Lovenberg
. :) -Scott. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: [PATCH] net: ethernet: clean out braces / old code (found via checkpatch)

2012-10-03 Thread Scott Lovenberg
On Wed, Oct 3, 2012 at 5:13 AM, Matthew Walster matt...@walster.org wrote: On 2 October 2012 17:16, Scott Lovenberg scott.lovenb...@gmail.com wrote: Looks good to me. Maintainer didn't think so :( On 2 October 2012 19:46, David Miller da...@davemloft.net wrote: That comment

Re: [PATCH] net: ethernet: clean out braces / old code (found via checkpatch)

2012-10-02 Thread Scott Lovenberg
-- 1.7.10.4 Looks good to me. -- Peace and Blessings, -Scott. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: starting to patch kernel

2012-09-26 Thread Scott Lovenberg
system mailing list). I don't know if that's anything you'd be interested in, but I like to lurk there among other places. -- Peace and Blessings, -Scott. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org

Re: Does Linux process exist information leakage?

2012-01-19 Thread Scott Lovenberg
there is no leak. -Fredrick Thanks for clearing that up. I learned something today. :) -- Peace and Blessings, -Scott. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Does Linux process exist information leakage?

2012-01-19 Thread Scott Lovenberg
On Mon, Jan 16, 2012 at 18:45, Jonathan Neuschäfer j.neuschae...@gmx.netwrote: On Mon, Jan 16, 2012 at 01:19:22PM -0500, Scott Lovenberg wrote: Let me walk you guys through how this bug could be exploited. The file that you want to access is blocked from you by file system permissions

Re: Does Linux process exist information leakage?

2012-01-16 Thread Scott Lovenberg
On Thu, Jan 12, 2012 at 12:00, Jonathan Neuschäfer j.neuschae...@gmx.netwrote: On Wed, Jan 11, 2012 at 12:52:33PM -0500, Scott Lovenberg wrote: Real world example in C; I fixed a security bug in Samba that dealt with this exact problem. Credential files were read to memory as the root user

Re: Does Linux process exist information leakage?

2012-01-16 Thread Scott Lovenberg
On Mon, Jan 16, 2012 at 13:45, Greg Freemyer greg.freem...@gmail.comwrote: On Thu, Jan 12, 2012 at 12:00 PM, Jonathan Neuschäfer j.neuschae...@gmx.net wrote: On Wed, Jan 11, 2012 at 12:52:33PM -0500, Scott Lovenberg wrote: Real world example in C; I fixed a security bug in Samba that dealt

Re: Does Linux process exist information leakage?

2012-01-11 Thread Scott Lovenberg
skip to the end of the patch if you don't want to follow the entire flow of the code) Does this help express the idea any better? -- Peace and Blessings, -Scott. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http

Re: Kernel not showing in grub2

2011-09-28 Thread scott
go about creating the abi short of recompiling. Thanks, Scott ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Kernel not showing in grub2

2011-09-28 Thread scott
On 09/28/2011 04:25 PM, Julie Sullivan wrote: Hi Scott On Wed, Sep 28, 2011 at 2:11 AM, scottredhowlingwol...@nc.rr.com wrote: I compiled a 3.0.0-rc7 kernel. Everything went smoothly except it doesn't show in the grub menu even after doing sudo update-grub. I see the kernel in /boot/grub

Re: Kernel not showing in grub2

2011-09-28 Thread scott
I'll reinstall grub and see what happens. Thanks,Scott ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Kernel not showing in grub2

2011-09-28 Thread scott
On 09/28/2011 09:56 PM, scott wrote: On 09/27/2011 10:44 PM, Prashant Shah wrote: You can install something called grub customizer (just google for it) I have grub-customizer already. It shows in the menu in that, too. I even manually added it to grub.cfg. I'm beginning to think something

Kernel not showing in grub2

2011-09-27 Thread scott
-img, vmlinux and config are all there. Would the missing abi- keep grub from recognizing it or am I barking up the wrong tree. If it is, how do I go about creating the abi short of recompiling. Thanks, Scott ___ Kernelnewbies mailing list Kernelnewbies

Kernel compilation

2011-01-04 Thread scott
, but I keep getting the same errors. I've cut out as many Experimental options I thought might cause a problem and still get a kernel panic at boot. Anyone have a clue what I'm doing wrong? Scott ___ Kernelnewbies mailing list Kernelnewbies

Re: Kernel compilation

2011-01-04 Thread scott
On 01/05/2011 01:46 AM, Mulyadi Santosa wrote: Hi Scott :) On Wed, Jan 5, 2011 at 12:34, scottredhowlingwol...@nc.rr.com wrote: I'm new to the list and would like to say hello to everyone. Now on to the meat. I have tried to compile a kernel with a grsec patch 5 times now using a couple