mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.6.16-rc4-mm2 configs
@ 2006-02-27  1:09 Randy.Dunlap
  2006-02-27  1:59 ` Andrew Morton
  0 siblings, 1 reply; 7+ messages in thread
From: Randy.Dunlap @ 2006-02-27  1:09 UTC (permalink / raw)
  To: lkml; +Cc: akpm


a.  why does SONY_ACPI default to m ?  Other similar options are default n.

b.  config LSF
	bool "Support for Large Single Files"
	depends on X86 || (MIPS && 32BIT) || PPC32 || ARCH_S390_31 || SUPERH || UML
	default n
	help
	  When CONFIG_LBD is disabled, say Y here if you want to
	  handle large file(bigger than 2TB), otherwise say N.
	  When CONFIG_LBD is enabled, Y is set automatically.

This config option appears to be unimplemented and the Help text is
incorrect:  it is not set to Y automatically when CONFIG_LBD is enabled.
Where did this come from?

---
~Randy

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

* Re: 2.6.16-rc4-mm2 configs
  2006-02-27  1:09 2.6.16-rc4-mm2 configs Randy.Dunlap
@ 2006-02-27  1:59 ` Andrew Morton
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Morton @ 2006-02-27  1:59 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: linux-kernel

"Randy.Dunlap" <rdunlap@xenotime.net> wrote:
>
> 
> a.  why does SONY_ACPI default to m ?  Other similar options are default n.

Because I got heartily sick of losing the setting each time I went back to
a mainline kernel and did `make oldconfig'.

> b.  config LSF
> 	bool "Support for Large Single Files"
> 	depends on X86 || (MIPS && 32BIT) || PPC32 || ARCH_S390_31 || SUPERH || UML
> 	default n
> 	help
> 	  When CONFIG_LBD is disabled, say Y here if you want to
> 	  handle large file(bigger than 2TB), otherwise say N.
> 	  When CONFIG_LBD is enabled, Y is set automatically.
> 
> This config option appears to be unimplemented and the Help text is
> incorrect:  it is not set to Y automatically when CONFIG_LBD is enabled.
> Where did this come from?

2tb-files-*.patch.

That config option needs to go away, but the developer didn't seem to agree
with or appreciate that at the time.


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

* RE: 2.6.16-rc4-mm2 configs
@ 2006-02-27  7:28 Brown, Len
  0 siblings, 0 replies; 7+ messages in thread
From: Brown, Len @ 2006-02-27  7:28 UTC (permalink / raw)
  To: Andrew Morton; +Cc: rdunlap, linux-kernel


>> >> a.  why does SONY_ACPI default to m ?  Other similar options 
>> >are default n.
>> >
>> >Because I got heartily sick of losing the setting each time I 
>> >went back to a mainline kernel and did `make oldconfig'.
>> 
>> IIR the recommendation from Roman on these things was
>> to remove the default entirely.  If you have a favorite
>> .config file with =m in it, then make oldconfig should
>> preserve that choice.
>> 
>
>Nope.  Once you remove the Kconfig entry entirely (ie: go back to a
>mainline kernel), `make oldconfig' will rub that config entry out
>completely.

You're deleting the .config entirely and running "make oldconfig"
from scratch?

Hmmm, I always keep my sane .config around and run "make oldconfig"
on top of it in the context of the new kernel.  That preserves
my non-default selections.

-Len

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

* Re: 2.6.16-rc4-mm2 configs
  2006-02-27  3:55   ` Randy.Dunlap
@ 2006-02-27  4:50     ` Andrew Morton
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Morton @ 2006-02-27  4:50 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: len.brown, linux-kernel

"Randy.Dunlap" <rdunlap@xenotime.net> wrote:
>
> On Sun, 26 Feb 2006 19:51:09 -0800 Andrew Morton wrote:
> 
> > "Brown, Len" <len.brown@intel.com> wrote:
> > >
> > >  
> > > >> a.  why does SONY_ACPI default to m ?  Other similar options 
> > > >are default n.
> > > >
> > > >Because I got heartily sick of losing the setting each time I 
> > > >went back to a mainline kernel and did `make oldconfig'.
> > > 
> > > IIR the recommendation from Roman on these things was
> > > to remove the default entirely.  If you have a favorite
> > > .config file with =m in it, then make oldconfig should
> > > preserve that choice.
> > > 
> > 
> > Nope.  Once you remove the Kconfig entry entirely (ie: go back to a
> > mainline kernel), `make oldconfig' will rub that config entry out
> > completely.
> 
> Yes.  So you have it =m so that it will build in your
> test builds, right?  or some other reason?
> 

As I said, I got tired of losing the setting and not being able to control
the backlight brightness.  <insert anecdote about sitting outside at son's
basketball game, having to recompile entire kernel by smell so I could read
the screen>


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

* Re: 2.6.16-rc4-mm2 configs
  2006-02-27  3:51 ` Andrew Morton
@ 2006-02-27  3:55   ` Randy.Dunlap
  2006-02-27  4:50     ` Andrew Morton
  0 siblings, 1 reply; 7+ messages in thread
From: Randy.Dunlap @ 2006-02-27  3:55 UTC (permalink / raw)
  To: Andrew Morton; +Cc: len.brown, linux-kernel

On Sun, 26 Feb 2006 19:51:09 -0800 Andrew Morton wrote:

> "Brown, Len" <len.brown@intel.com> wrote:
> >
> >  
> > >> a.  why does SONY_ACPI default to m ?  Other similar options 
> > >are default n.
> > >
> > >Because I got heartily sick of losing the setting each time I 
> > >went back to a mainline kernel and did `make oldconfig'.
> > 
> > IIR the recommendation from Roman on these things was
> > to remove the default entirely.  If you have a favorite
> > .config file with =m in it, then make oldconfig should
> > preserve that choice.
> > 
> 
> Nope.  Once you remove the Kconfig entry entirely (ie: go back to a
> mainline kernel), `make oldconfig' will rub that config entry out
> completely.

Yes.  So you have it =m so that it will build in your
test builds, right?  or some other reason?

thanks,
---
~Randy

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

* Re: 2.6.16-rc4-mm2 configs
  2006-02-27  2:47 Brown, Len
@ 2006-02-27  3:51 ` Andrew Morton
  2006-02-27  3:55   ` Randy.Dunlap
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew Morton @ 2006-02-27  3:51 UTC (permalink / raw)
  To: Brown, Len; +Cc: rdunlap, linux-kernel

"Brown, Len" <len.brown@intel.com> wrote:
>
>  
> >> a.  why does SONY_ACPI default to m ?  Other similar options 
> >are default n.
> >
> >Because I got heartily sick of losing the setting each time I 
> >went back to a mainline kernel and did `make oldconfig'.
> 
> IIR the recommendation from Roman on these things was
> to remove the default entirely.  If you have a favorite
> .config file with =m in it, then make oldconfig should
> preserve that choice.
> 

Nope.  Once you remove the Kconfig entry entirely (ie: go back to a
mainline kernel), `make oldconfig' will rub that config entry out
completely.

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

* RE: 2.6.16-rc4-mm2 configs
@ 2006-02-27  2:47 Brown, Len
  2006-02-27  3:51 ` Andrew Morton
  0 siblings, 1 reply; 7+ messages in thread
From: Brown, Len @ 2006-02-27  2:47 UTC (permalink / raw)
  To: Andrew Morton, Randy.Dunlap; +Cc: linux-kernel

 
>> a.  why does SONY_ACPI default to m ?  Other similar options 
>are default n.
>
>Because I got heartily sick of losing the setting each time I 
>went back to a mainline kernel and did `make oldconfig'.

IIR the recommendation from Roman on these things was
to remove the default entirely.  If you have a favorite
.config file with =m in it, then make oldconfig should
preserve that choice.

-Len

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

end of thread, other threads:[~2006-02-27  7:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-27  1:09 2.6.16-rc4-mm2 configs Randy.Dunlap
2006-02-27  1:59 ` Andrew Morton
2006-02-27  2:47 Brown, Len
2006-02-27  3:51 ` Andrew Morton
2006-02-27  3:55   ` Randy.Dunlap
2006-02-27  4:50     ` Andrew Morton
2006-02-27  7:28 Brown, Len

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®