Re: Endianness Questions

2014-09-01 Thread Greg Freemyer
On September 1, 2014 1:09:25 AM EDT, nick xerofo...@gmail.com wrote: Hey Guys, I have a question about ordering of bits with the types for signed and unsigned in the kernel tree. I am wondering if my list below is a good list of major areas of the kernel that need variable ordering based to a

The start physical and virtual address of NUMA memory node

2014-09-01 Thread J.Hwan Kim
Hi, everyone I have 2 memory nodes in my NUMA system. I want to know the start (physical and virtual) address of each memory node. How can I do? Please give me any hint... Thanks in advance J.Hwan Kim ___ Kernelnewbies mailing list

Re: The start physical and virtual address of NUMA memory node

2014-09-01 Thread Oussama Jabbari
On Mon, Sep 1, 2014 at 5:23 PM, J.Hwan Kim frog1...@gmail.com wrote: Hi, everyone I have 2 memory nodes in my NUMA system. I want to know the start (physical and virtual) address of each memory node. How can I do? Please give me any hint... Hi, there is some infos when you type : dmesg |

[PATCH - resend] checkpatch: Remove unnecessary + after {8,8}

2014-09-01 Thread Joe Perches
There's a useless + use that needs to be removed as perl 5.20 emits a Useless use of greediness modifier '+' message each time it's hit. Reported-by: Greg KH gre...@linuxfoundation.org Signed-off-by: Joe Perches j...@perches.com --- Resending, maybe Andrew's all-seeing eye blinked... On Fri,

Re: The start physical and virtual address of NUMA memory node

2014-09-01 Thread J.Hwan Kim
2014년 09월 02일 00:57, Oussama Jabbari 쓴 글: I have 2 memory nodes in my NUMA system. I want to know the start (physical and virtual) address of each memory node. How can I do? Please give me any hint... Hi, there is some infos when you type : dmesg | grep -i numa My embedded system says

Resources to teach from C to Kernel Development?

2014-09-01 Thread Ed Holmes
Can you recommend me any books or online resources to teach a C programmer Kernel development? I can program in C but I don't really know where to go from there. I've tried the Eucalyptus challenge but it just suggests things to try. No actual tutorial.

Re: [PATCH] checkpatch: Remove unnecessary + after {8,8}

2014-09-01 Thread Sören Brinkmann
Hi Joe, On Fri, 2014-07-11 at 07:09PM -0700, Joe Perches wrote: There's a useless + use that needs to be removed as perl 5.20 emits a Useless use of greediness modifier '+' message each time it's hit. I saw this Perl warning today as well and wondered whether this patch is coming or not.

Re: Resources to teach from C to Kernel Development?

2014-09-01 Thread Raphael Philipe
Do you mean Eudyptula Challenge? You should definitely take a look at this book: http://lwn.net/Kernel/LDD3/ . There is a printed version that you can buy too. It is worth. If you want see the examples of the book that run in a newer Kernel version, look at this:

Re: eudyptula-challenge.org doesn't response.

2014-09-01 Thread Lucas Tanure
Hi, Just wait my friend. The average response time is 4 weeks. I'm in the same point, just waiting. thanks -- Lucas Tanure +55 (19) 988176559 On Mon, Sep 1, 2014 at 11:50 PM, hdarwin hdarwi...@gmail.com wrote: I think there are some eudyptula-challenge.org challenge player in this mailling