Re: powerpc build fail

2017-02-21 Thread Tobin C. Harding
On Tue, Feb 21, 2017 at 09:53:01PM +1100, Tobin C. Harding wrote: > The current (2bfe01e) torvalds git tree fails to build with the following > error > > arch/powerpc/kernel/time.c: In function ‘running_clock’: > arch/powerpc/kernel/time.c:712:25: error: implicit declaration of function >

Re: kernel development process question, patch review

2017-02-21 Thread valdis . kletnieks
On Tue, 21 Feb 2017 12:35:33 +1100, "Tobin C. Harding" said: > If a reviewer makes a suggestion and one intends on making the change > as suggested is it required (normal protocol) to reply stating that > the you understand their suggestion and intend on implementing it or > is this just noise.

Re: kernel development process question, patch review

2017-02-21 Thread Ozgur Karatas
Hello, I think the list idea is no need for confusion, it is desirable to provide people with a new kernel newbies update to this list with a help and a quick solution to their problems. This is like pre-kernel training. TO and CC already come with the get_maintainer.pl script. TO: Primary

How to dump user space stack from kernel space

2017-02-21 Thread Abhay Koralli
Hi,  We want to get the user space stack trace from the kernel space. Is there any easy way to dump the same ? Warm Regards,-Abhay.___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org

Help needed in kernel boot

2017-02-21 Thread Er Krishna
Hi Guys, This question is not directly related with Linux Kernel, but more or less with U boot and Kernel booting. So apologies. When we do cpu release the satndalone application (may be kernel or so) starts running on particular processor. How does it happens ? Can anyone pls let me know this