Re: [XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWEPRC] def config changes

2006-10-26 Thread Jimi Xenidis


On Oct 25, 2006, at 9:02 PM, Maria Butrico wrote:


I want to quibble about this change.
First this is not an


# Automatically generated make config: don't edit


Yes it is.


I thought we diligently updated this file by hand.   We edit it all  
the time.  The comment is flat out wrong.  (I know you did not  
change the comment today, but I am in a quibbling mood.)


Second quibble:

-# Sat Oct  7 08:37:53 2006
+# Thu Oct 12 16:16:49 2006


When I get a good .config, I simply copy it into the tree and commit it.




Why did you change the date?  May I point out that today is neither  
Oct 7th nor is Oct 12.


No, it is the date that I created it.

  Maybe Amos was right about the battery on your machine clock,  
after all.   May I point out that the change is spurious.


spurious?
-JX



___
Xen-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel


Re: [XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWEPRC] def config changes

2006-10-26 Thread Segher Boessenkool

Why did you change the date?


Jimi did not change the date by hand.  The Kconfig logic discussed  
above

did so, and I believe that the myriad benefits of that logic outweigh
the cost of resolving the trivial merge conflict caused by the date.

Perhaps we can investigate removing the date insertion logic if this
becomes a real maintainer burden.


KCONFIG_NOTIMESTAMP=1


Segher


___
Xen-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel


Re: [XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWEPRC] def config changes

2006-10-26 Thread Amos Waterland
On Wed, Oct 25, 2006 at 09:02:29PM -0400, Maria Butrico wrote:
> I thought we diligently updated this file by hand.   We edit it all the 
> time.  The comment is flat out wrong.

The file is in fact automatically generated.  Nobody should ever edit a
defconfig by hand, since the Kconfig logic that turns on or off certain
options in response to the change would then have to be run by every end
user, resulting in a .config different from the defconfig in every
developer tree.  If we edit a config by hand, we edit .config in the
root, then run make, then copy .config to the desired defconfig.

> Why did you change the date?

Jimi did not change the date by hand.  The Kconfig logic discussed above
did so, and I believe that the myriad benefits of that logic outweigh
the cost of resolving the trivial merge conflict caused by the date.

Perhaps we can investigate removing the date insertion logic if this
becomes a real maintainer burden.


___
Xen-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel


Re: [XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWEPRC] def config changes

2006-10-25 Thread Maria Butrico
I want to quibble about this change. 


First this is not an


# Automatically generated make config: don't edit


I thought we diligently updated this file by hand.   We edit it all the 
time.  The comment is flat out wrong.  (I know you did not change the 
comment today, but I am in a quibbling mood.)


Second quibble:

-# Sat Oct  7 08:37:53 2006
+# Thu Oct 12 16:16:49 2006


Why did you change the date?  May I point out that today is neither Oct 
7th nor is Oct 12.  Maybe Amos was right about the battery on your 
machine clock, after all.   May I point out that the change is spurious. 


Xen patchbot-linux-ppc-2.6 wrote:

# HG changeset patch
# User Jimi Xenidis <[EMAIL PROTECTED]>
# Node ID f4d382795e57b926cd82256bcb3a74c539731796
# Parent  4ab8b63fcff117bec150b9f6afd3ff292f51c1dd
[LINUX][XEN][POWEPRC] def config changes

 - turn off SCSI and IPR debugging now that it works
 - add CONFIG_NUMA to complimenet the memory hotplug that allows us to
   map granted memory

Signed-off-by: Jimi Xenidis <[EMAIL PROTECTED]>
---
 arch/powerpc/configs/xen_maple_defconfig |   15 +--
 1 files changed, 9 insertions(+), 6 deletions(-)

diff -r 4ab8b63fcff1 -r f4d382795e57 arch/powerpc/configs/xen_maple_defconfig
--- a/arch/powerpc/configs/xen_maple_defconfig  Tue Oct 24 11:24:33 2006 -0400
+++ b/arch/powerpc/configs/xen_maple_defconfig  Wed Oct 25 17:22:54 2006 -0400
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.17
-# Sat Oct  7 08:37:53 2006
+# Thu Oct 12 16:16:49 2006
 #
 CONFIG_PPC64=y
 CONFIG_64BIT=y
@@ -163,9 +163,9 @@ CONFIG_EEH=y
 CONFIG_EEH=y
 CONFIG_SCANLOG=y
 CONFIG_LPARCFG=y
-# CONFIG_NUMA is not set
+CONFIG_NUMA=y
+CONFIG_NODES_SHIFT=4
 CONFIG_ARCH_SELECT_MEMORY_MODEL=y
-CONFIG_ARCH_FLATMEM_ENABLE=y
 CONFIG_ARCH_SPARSEMEM_ENABLE=y
 CONFIG_ARCH_SPARSEMEM_DEFAULT=y
 CONFIG_SELECT_MEMORY_MODEL=y
@@ -173,12 +173,15 @@ CONFIG_SELECT_MEMORY_MODEL=y
 # CONFIG_DISCONTIGMEM_MANUAL is not set
 CONFIG_SPARSEMEM_MANUAL=y
 CONFIG_SPARSEMEM=y
+CONFIG_NEED_MULTIPLE_NODES=y
 CONFIG_HAVE_MEMORY_PRESENT=y
 # CONFIG_SPARSEMEM_STATIC is not set
 CONFIG_SPARSEMEM_EXTREME=y
 CONFIG_MEMORY_HOTPLUG=y
 CONFIG_SPLIT_PTLOCK_CPUS=4
+CONFIG_MIGRATION=y
 CONFIG_RESOURCES_64BIT=y
+CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y
 CONFIG_ARCH_MEMORY_PROBE=y
 # CONFIG_PPC_64K_PAGES is not set
 # CONFIG_SCHED_SMT is not set
@@ -512,14 +515,14 @@ CONFIG_SCSI_SAS_ATTRS=y
 # CONFIG_SCSI_INIA100 is not set
 # CONFIG_SCSI_SYM53C8XX_2 is not set
 CONFIG_SCSI_IPR=y
-CONFIG_SCSI_IPR_TRACE=y
-CONFIG_SCSI_IPR_DUMP=y
+# CONFIG_SCSI_IPR_TRACE is not set
+# CONFIG_SCSI_IPR_DUMP is not set
 # CONFIG_SCSI_QLOGIC_1280 is not set
 # CONFIG_SCSI_QLA_FC is not set
 # CONFIG_SCSI_LPFC is not set
 # CONFIG_SCSI_DC395x is not set
 # CONFIG_SCSI_DC390T is not set
-CONFIG_SCSI_DEBUG=y
+# CONFIG_SCSI_DEBUG is not set
 
 #

 # Multi-device support (RAID and LVM)

___
Xen-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel
  




___
Xen-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel


[XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWEPRC] def config changes

2006-10-25 Thread Xen patchbot-linux-ppc-2 . 6
# HG changeset patch
# User Jimi Xenidis <[EMAIL PROTECTED]>
# Node ID f4d382795e57b926cd82256bcb3a74c539731796
# Parent  4ab8b63fcff117bec150b9f6afd3ff292f51c1dd
[LINUX][XEN][POWEPRC] def config changes

 - turn off SCSI and IPR debugging now that it works
 - add CONFIG_NUMA to complimenet the memory hotplug that allows us to
   map granted memory

Signed-off-by: Jimi Xenidis <[EMAIL PROTECTED]>
---
 arch/powerpc/configs/xen_maple_defconfig |   15 +--
 1 files changed, 9 insertions(+), 6 deletions(-)

diff -r 4ab8b63fcff1 -r f4d382795e57 arch/powerpc/configs/xen_maple_defconfig
--- a/arch/powerpc/configs/xen_maple_defconfig  Tue Oct 24 11:24:33 2006 -0400
+++ b/arch/powerpc/configs/xen_maple_defconfig  Wed Oct 25 17:22:54 2006 -0400
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.17
-# Sat Oct  7 08:37:53 2006
+# Thu Oct 12 16:16:49 2006
 #
 CONFIG_PPC64=y
 CONFIG_64BIT=y
@@ -163,9 +163,9 @@ CONFIG_EEH=y
 CONFIG_EEH=y
 CONFIG_SCANLOG=y
 CONFIG_LPARCFG=y
-# CONFIG_NUMA is not set
+CONFIG_NUMA=y
+CONFIG_NODES_SHIFT=4
 CONFIG_ARCH_SELECT_MEMORY_MODEL=y
-CONFIG_ARCH_FLATMEM_ENABLE=y
 CONFIG_ARCH_SPARSEMEM_ENABLE=y
 CONFIG_ARCH_SPARSEMEM_DEFAULT=y
 CONFIG_SELECT_MEMORY_MODEL=y
@@ -173,12 +173,15 @@ CONFIG_SELECT_MEMORY_MODEL=y
 # CONFIG_DISCONTIGMEM_MANUAL is not set
 CONFIG_SPARSEMEM_MANUAL=y
 CONFIG_SPARSEMEM=y
+CONFIG_NEED_MULTIPLE_NODES=y
 CONFIG_HAVE_MEMORY_PRESENT=y
 # CONFIG_SPARSEMEM_STATIC is not set
 CONFIG_SPARSEMEM_EXTREME=y
 CONFIG_MEMORY_HOTPLUG=y
 CONFIG_SPLIT_PTLOCK_CPUS=4
+CONFIG_MIGRATION=y
 CONFIG_RESOURCES_64BIT=y
+CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y
 CONFIG_ARCH_MEMORY_PROBE=y
 # CONFIG_PPC_64K_PAGES is not set
 # CONFIG_SCHED_SMT is not set
@@ -512,14 +515,14 @@ CONFIG_SCSI_SAS_ATTRS=y
 # CONFIG_SCSI_INIA100 is not set
 # CONFIG_SCSI_SYM53C8XX_2 is not set
 CONFIG_SCSI_IPR=y
-CONFIG_SCSI_IPR_TRACE=y
-CONFIG_SCSI_IPR_DUMP=y
+# CONFIG_SCSI_IPR_TRACE is not set
+# CONFIG_SCSI_IPR_DUMP is not set
 # CONFIG_SCSI_QLOGIC_1280 is not set
 # CONFIG_SCSI_QLA_FC is not set
 # CONFIG_SCSI_LPFC is not set
 # CONFIG_SCSI_DC395x is not set
 # CONFIG_SCSI_DC390T is not set
-CONFIG_SCSI_DEBUG=y
+# CONFIG_SCSI_DEBUG is not set
 
 #
 # Multi-device support (RAID and LVM)

___
Xen-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel