linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ppc64_defconfig to use AUTOFS_V4 not V3
@ 2006-11-29 18:05 Linas Vepstas
  2006-11-29 18:45 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Linas Vepstas @ 2006-11-29 18:05 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev, nfonteno



Paul,

Please apply. Although I have a general question: who is served
by the ppc64_defconfig these days? Any reason why its not more 
like powerpc_defcofig?  "make defconfig" uses uname -m to pick up
the defconfig, and my cell, rhel5 and sles10 boxes report ppc64 
not pseries for uname -m.  

--linas

Defconfig ppc64 kernels running under late-model distros
may hang in the automounter rc.d script, which seems to be
expecting autofs version 4. This patch uses the newer autofs.

Signed-off-by: Linas Vepstas <linas@austin.ibm.com>

----
 arch/powerpc/configs/ppc64_defconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux-2.6.19-rc4-git3/arch/powerpc/configs/ppc64_defconfig
===================================================================
--- linux-2.6.19-rc4-git3.orig/arch/powerpc/configs/ppc64_defconfig	2006-11-01 16:15:06.000000000 -0600
+++ linux-2.6.19-rc4-git3/arch/powerpc/configs/ppc64_defconfig	2006-11-29 11:53:48.000000000 -0600
@@ -1386,8 +1386,8 @@ CONFIG_INOTIFY=y
 CONFIG_INOTIFY_USER=y
 # CONFIG_QUOTA is not set
 CONFIG_DNOTIFY=y
-CONFIG_AUTOFS_FS=y
-# CONFIG_AUTOFS4_FS is not set
+# CONFIG_AUTOFS_FS is not set
+CONFIG_AUTOFS4_FS=m
 # CONFIG_FUSE_FS is not set
 
 #

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

* Re: [PATCH] ppc64_defconfig to use AUTOFS_V4 not V3
  2006-11-29 18:05 [PATCH] ppc64_defconfig to use AUTOFS_V4 not V3 Linas Vepstas
@ 2006-11-29 18:45 ` Olof Johansson
  2006-11-29 19:32   ` Linas Vepstas
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2006-11-29 18:45 UTC (permalink / raw)
  To: Linas Vepstas; +Cc: linuxppc-dev, nfonteno, Paul Mackerras

On Wed, 29 Nov 2006 12:05:22 -0600 linas@austin.ibm.com (Linas Vepstas) wrote:

> Please apply. Although I have a general question: who is served
> by the ppc64_defconfig these days? Any reason why its not more 
> like powerpc_defcofig?  "make defconfig" uses uname -m to pick up
> the defconfig, and my cell, rhel5 and sles10 boxes report ppc64 
> not pseries for uname -m.  

I like using it to build a kernel that runs on as much as possible with
a single image, but I don't think all platforms have been added there
(yet). Sort of like a superset of all other 64-bit configs.


-Olof

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

* Re: [PATCH] ppc64_defconfig to use AUTOFS_V4 not V3
  2006-11-29 18:45 ` Olof Johansson
@ 2006-11-29 19:32   ` Linas Vepstas
  0 siblings, 0 replies; 3+ messages in thread
From: Linas Vepstas @ 2006-11-29 19:32 UTC (permalink / raw)
  To: Olof Johansson; +Cc: linuxppc-dev, nfonteno, Paul Mackerras

On Wed, Nov 29, 2006 at 12:45:11PM -0600, Olof Johansson wrote:
> On Wed, 29 Nov 2006 12:05:22 -0600 linas@austin.ibm.com (Linas Vepstas) wrote:
> 
> > Please apply. Although I have a general question: who is served
> > by the ppc64_defconfig these days? Any reason why its not more 
> > like powerpc_defcofig?  "make defconfig" uses uname -m to pick up
> > the defconfig, and my cell, rhel5 and sles10 boxes report ppc64 
> > not pseries for uname -m.  
> 
> I like using it to build a kernel that runs on as much as possible with
> a single image, but I don't think all platforms have been added there
> (yet). Sort of like a superset of all other 64-bit configs.

Ahh, well, in that case, I propsoe turning on the following as well.

CONFIG_USB_MON=y
CONFIG_FUSE_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=y
CONFIG_XMON_DEFAULT=y

and a few device drivers:
CONFIG_IXGB_NAPI=y
CONFIG_S2IO=m
CONFIG_S2IO_NAPI=y

I had mistook ppc64 as being subset-ish not superset-ish.

--linas

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

end of thread, other threads:[~2006-11-29 19:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-29 18:05 [PATCH] ppc64_defconfig to use AUTOFS_V4 not V3 Linas Vepstas
2006-11-29 18:45 ` Olof Johansson
2006-11-29 19:32   ` Linas Vepstas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).