All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] kernel-parameters.txt
@ 2005-03-06  1:11 Randy.Dunlap
  2005-03-06  4:46 ` Eamonn Lachlan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Randy.Dunlap @ 2005-03-06  1:11 UTC (permalink / raw)
  To: kernel-janitors

I just noticed that "kstack=" is not documented in
Documentation/kernel-parameters.txt.

It would be a Good Thing is someone would check for
kernel parameters/options that are missing from
kernel-parameters.txt and add them...

Thanks,
-- 
~Randy
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [KJ] kernel-parameters.txt
  2005-03-06  1:11 [KJ] kernel-parameters.txt Randy.Dunlap
@ 2005-03-06  4:46 ` Eamonn Lachlan
  2005-03-06 19:38 ` Randy.Dunlap
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Eamonn Lachlan @ 2005-03-06  4:46 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

Randy Dunlap wrote:
>
> I just noticed that "kstack=" is not documented in
> Documentation/kernel-parameters.txt.
> 
> It would be a Good Thing is someone would check for
> kernel parameters/options that are missing from
> kernel-parameters.txt and add them...

I'll try to sort that out. Thanks, Randy.

e.

[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [KJ] kernel-parameters.txt
  2005-03-06  1:11 [KJ] kernel-parameters.txt Randy.Dunlap
  2005-03-06  4:46 ` Eamonn Lachlan
@ 2005-03-06 19:38 ` Randy.Dunlap
  2005-03-07  0:17 ` Eamonn Lachlan
  2005-03-07  0:51 ` Randy.Dunlap
  3 siblings, 0 replies; 5+ messages in thread
From: Randy.Dunlap @ 2005-03-06 19:38 UTC (permalink / raw)
  To: kernel-janitors

Eamonn Lachlan wrote:
> Randy Dunlap wrote:
> 
>>I just noticed that "kstack=" is not documented in
>>Documentation/kernel-parameters.txt.
>>
>>It would be a Good Thing is someone would check for
>>kernel parameters/options that are missing from
>>kernel-parameters.txt and add them...
> 
> 
> I'll try to sort that out. Thanks, Randy.

Drat.  I just noticed that there is a file for x64-64 that
contains boot options:
Documentation/x86_64/boot-options.txt

which is too bad IMO, that should be merged into
kernel-parameters.txt, with indications that they are
X86-64 only.

-- 
~Randy
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [KJ] kernel-parameters.txt
  2005-03-06  1:11 [KJ] kernel-parameters.txt Randy.Dunlap
  2005-03-06  4:46 ` Eamonn Lachlan
  2005-03-06 19:38 ` Randy.Dunlap
@ 2005-03-07  0:17 ` Eamonn Lachlan
  2005-03-07  0:51 ` Randy.Dunlap
  3 siblings, 0 replies; 5+ messages in thread
From: Eamonn Lachlan @ 2005-03-07  0:17 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 825 bytes --]

Randy wrote:
>
>  ... [Documentation/x86_64/boot-options.txt]
> should be merged into kernel-parameters.txt,
> with indications that they are X86-64 only.

I'll have a look at merging the two files first, then,
alright?

A quick grep of the arch trees in 2.6.11 says there are 

   1 arch/alpha       1 arch/ppc
  11 arch/arm         9 arch/ppc64
   5 arch/arm26       5 arch/s390
  21 arch/i386        4 arch/sh
  12 arch/ia64        2 arch/sh64
   1 arch/m32r        1 arch/sparc
   3 arch/mips        8 arch/um
   2 arch/parisc     22 arch/x86_64

so many occurences of "__setup(".

But in the kernel-parameters.txt file, I only see only
four params with a PPC* arch flag where I would expect
to find ten.

There seem to be a lot missing. :)

Should I hunt the missing params down in their arch trees
and add them in?

e.

[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [KJ] kernel-parameters.txt
  2005-03-06  1:11 [KJ] kernel-parameters.txt Randy.Dunlap
                   ` (2 preceding siblings ...)
  2005-03-07  0:17 ` Eamonn Lachlan
@ 2005-03-07  0:51 ` Randy.Dunlap
  3 siblings, 0 replies; 5+ messages in thread
From: Randy.Dunlap @ 2005-03-07  0:51 UTC (permalink / raw)
  To: kernel-janitors

Eamonn Lachlan wrote:
> Randy wrote:
> 
>> ... [Documentation/x86_64/boot-options.txt]
>>should be merged into kernel-parameters.txt,
>>with indications that they are X86-64 only.
> 
> 
> I'll have a look at merging the two files first, then,
> alright?

Sounds good/right to me, but please check with Andi Kleen
(ak@suse.de) to see if he will merge it, so that you don't
waste your time.

> A quick grep of the arch trees in 2.6.11 says there are 
> 
>    1 arch/alpha       1 arch/ppc
>   11 arch/arm         9 arch/ppc64
>    5 arch/arm26       5 arch/s390
>   21 arch/i386        4 arch/sh
>   12 arch/ia64        2 arch/sh64
>    1 arch/m32r        1 arch/sparc
>    3 arch/mips        8 arch/um
>    2 arch/parisc     22 arch/x86_64
> 
> so many occurences of "__setup(".
> 
> But in the kernel-parameters.txt file, I only see only
> four params with a PPC* arch flag where I would expect
> to find ten.
> 
> There seem to be a lot missing. :)
> 
> Should I hunt the missing params down in their arch trees
> and add them in?

Yes, that's would I would prefer to see, but again, I don't
want you wasting time on it if it won't be merged.

-- 
~Randy
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-03-07  0:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-06  1:11 [KJ] kernel-parameters.txt Randy.Dunlap
2005-03-06  4:46 ` Eamonn Lachlan
2005-03-06 19:38 ` Randy.Dunlap
2005-03-07  0:17 ` Eamonn Lachlan
2005-03-07  0:51 ` Randy.Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.