Re: What is the fastest way to build and boot a kernel (Manoj)

2017-04-25 Thread 许文武
___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: What is the fastest way to build and boot a kernel

2017-04-25 Thread Manoj
Code Soldier1 writes: > Hi, > > Can someone suggest what is the fastest way to build a minimal kernel > and boot. For example if I am working on TCP and would like to make a > small change and reboot, what is the fastest way, I rather not build > the whole kernel. > > Thanks FWIW, check this out

Re: What is the fastest way to build and boot a kernel

2017-04-21 Thread Bjørn Mork
Joe Smith writes: > In cases where IP rights are an issue Very few maintainers are lawyers. They cannot make that assertion. The administrative rules are simple, both for submitters and maintainers. They have to be. Bjørn ___ Kernelnewbies mailing

Re: What is the fastest way to build and boot a kernel

2017-04-20 Thread Joe Smith
On Thu, Apr 20, 2017 at 10:50 AM, Bjørn Mork wrote: > Joe Smith writes: >> On Thu, Apr 20, 2017 at 9:31 AM, Alexander Kapshuk >> wrote: >> >>> then you just add a line saying:: >>> >>> Signed-off-by: Random J Developer >>> >>> using your real name (sorry, no pseudonyms or anonymous contribution

Re: What is the fastest way to build and boot a kernel

2017-04-20 Thread Bjørn Mork
Joe Smith writes: > On Thu, Apr 20, 2017 at 9:31 AM, Alexander Kapshuk > wrote: > >> then you just add a line saying:: >> >> Signed-off-by: Random J Developer >> >> using your real name (sorry, no pseudonyms or anonymous contributions.) > > How does anyone know what my real name is. No one does

Re: What is the fastest way to build and boot a kernel

2017-04-20 Thread Joe Smith
On Thu, Apr 20, 2017 at 9:31 AM, Alexander Kapshuk wrote: > On Thu, Apr 20, 2017 at 7:20 PM, Code Soldier1 wrote: >> On Thu, Apr 20, 2017 at 1:21 AM, Sébastien Masson >> wrote: >>> >>> On 2017-04-19 20:26, Code Soldier1 wrote: On Wed, Apr 19, 2017 at 3:32 AM, Tobin C. Harding wrote: >

Re: What is the fastest way to build and boot a kernel

2017-04-20 Thread Alexander Kapshuk
On Thu, Apr 20, 2017 at 7:20 PM, Code Soldier1 wrote: > On Thu, Apr 20, 2017 at 1:21 AM, Sébastien Masson > wrote: >> >> On 2017-04-19 20:26, Code Soldier1 wrote: >>> >>> On Wed, Apr 19, 2017 at 3:32 AM, Tobin C. Harding wrote: On Tue, Apr 18, 2017 at 08:59:36AM -0700, Code Soldier1 wr

Re: What is the fastest way to build and boot a kernel

2017-04-20 Thread Code Soldier1
On Thu, Apr 20, 2017 at 1:21 AM, Sébastien Masson wrote: > > On 2017-04-19 20:26, Code Soldier1 wrote: >> >> On Wed, Apr 19, 2017 at 3:32 AM, Tobin C. Harding wrote: >>> >>> On Tue, Apr 18, 2017 at 08:59:36AM -0700, Code Soldier1 wrote: >>> [snip] >>> >>> Why the moniker? >> >> >> Why not ? unlik

Re: What is the fastest way to build and boot a kernel

2017-04-20 Thread Sébastien Masson
On 2017-04-19 20:26, Code Soldier1 wrote: > On Wed, Apr 19, 2017 at 3:32 AM, Tobin C. Harding wrote: >> On Tue, Apr 18, 2017 at 08:59:36AM -0700, Code Soldier1 wrote: >> [snip] >> >> Why the moniker? > > Why not ? unlike most people today I value my privacy. Hi! In my opinion, the point is no

Re: What is the fastest way to build and boot a kernel

2017-04-19 Thread Code Soldier1
On Wed, Apr 19, 2017 at 3:32 AM, Tobin C. Harding wrote: > On Tue, Apr 18, 2017 at 08:59:36AM -0700, Code Soldier1 wrote: > [snip] > > Why the moniker? Why not ? unlike most people today I value my privacy. -- CS1 ___ Kernelnewbies mailing list Kerne

Re: What is the fastest way to build and boot a kernel

2017-04-19 Thread Stephen Brennan
On Tue, Apr 18, 2017 at 08:59:36AM -0700, Code Soldier1 wrote: > Can someone suggest what is the fastest way to build a minimal kernel > and boot. For example if I am working on TCP and would like to make a > small change and reboot, what is the fastest way, I rather not build > the whole kernel.

Re: What is the fastest way to build and boot a kernel

2017-04-19 Thread Aruna Hewapathirane
>> On Wed, Apr 19, 2017 at 6:49 AM, wrote: >> On Wed, 19 Apr 2017 20:32:31 +1000, "Tobin C. Harding" said: >> On Tue, Apr 18, 2017 at 08:59:36AM -0700, Code Soldier1 wrote: >> [snip] >> >> Why the moniker? >>Could be worse. "Code Cannon Fodder", for example And this is what happens when you

Re: What is the fastest way to build and boot a kernel

2017-04-19 Thread Aruna Hewapathirane
>> On Tue, Apr 18, 2017 at 11:59 AM, Code Soldier1 wrote: >> Hi, >> Can someone suggest what is the fastest way to build a minimal kernel >> and boot. Two ways to build a minimal kernel. Try make localmodconfig or make tinyconfig and see what fits your needs best. If this is still not what you n

Re: What is the fastest way to build and boot a kernel

2017-04-19 Thread valdis . kletnieks
On Wed, 19 Apr 2017 20:32:31 +1000, "Tobin C. Harding" said: > On Tue, Apr 18, 2017 at 08:59:36AM -0700, Code Soldier1 wrote: > [snip] > > Why the moniker? Could be worse. "Code Cannon Fodder", for example pgpv0BFLq0gT5.pgp Description: PGP signature _

Re: What is the fastest way to build and boot a kernel

2017-04-19 Thread Tobin C. Harding
On Tue, Apr 18, 2017 at 08:59:36AM -0700, Code Soldier1 wrote: [snip] Why the moniker? ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: What is the fastest way to build and boot a kernel

2017-04-18 Thread Guru Das S
On 18 April 2017 at 11:04, Code Soldier1 wrote: > Thanks a lot Greg and Peter. Hello, Top-posting is frowned upon in the Linux Kernel mailing lists. Please use the interleaved style instead, as described in this Wikipedia article: https://en.wikipedia.org/wiki/Posting_style#Placement_of_replies

Re: What is the fastest way to build and boot a kernel

2017-04-18 Thread Code Soldier1
Thanks a lot Greg and Peter. On Tue, Apr 18, 2017 at 10:44 AM, Greg KH wrote: > On Tue, Apr 18, 2017 at 10:38:52AM -0700, Code Soldier1 wrote: >> Hi Greg, >> >> No I did not know about 'make localmodconfig'. Can you kindly explain. > > Did you look at the help in the kernel makefile: > >

Re: What is the fastest way to build and boot a kernel

2017-04-18 Thread Greg KH
On Tue, Apr 18, 2017 at 10:38:52AM -0700, Code Soldier1 wrote: > Hi Greg, > > No I did not know about 'make localmodconfig'. Can you kindly explain. Did you look at the help in the kernel makefile: make help will show you what the different options do. localmodconfig makes a kernel conf

Re: What is the fastest way to build and boot a kernel

2017-04-18 Thread Peter Senna Tschudin
On Tue, Apr 18, 2017 at 7:38 PM, Code Soldier1 wrote: > Hi Greg, > > No I did not know about 'make localmodconfig'. Can you kindly explain. > As far as the change is concerned I am planning to change a few things > and experiment, so there is nothing specific. Check this out: https://lwn.net/Art

Re: What is the fastest way to build and boot a kernel

2017-04-18 Thread Code Soldier1
Hi Greg, No I did not know about 'make localmodconfig'. Can you kindly explain. As far as the change is concerned I am planning to change a few things and experiment, so there is nothing specific. Thanks, On Tue, Apr 18, 2017 at 9:07 AM, Greg KH wrote: > On Tue, Apr 18, 2017 at 08:59:36AM -0700

Re: What is the fastest way to build and boot a kernel

2017-04-18 Thread Greg KH
On Tue, Apr 18, 2017 at 08:59:36AM -0700, Code Soldier1 wrote: > Hi, > > Can someone suggest what is the fastest way to build a minimal kernel > and boot. For example if I am working on TCP and would like to make a > small change and reboot, what is the fastest way, I rather not build > the whole