[PATCH 3/3] [2.6.26] ehea: Add DLPAR memory remove support
The eHEA driver uses the recently modified walk_memory_resource for powerpc functionality to detect the memory layout. It further uses the memory hotplug notifiers to catch memory hotplug events. Signed-off-by: Hannes Hering <hering2(a)de.ibm.com> --- diff -Nurp -X dontdiff linux-2.6.26-rc1/drivers/net/ehea/ehea... 7 May 2008 09:20
2.6.25.2 - Jiffies/Time jumping back and forth (Regereesion from 2.6.24)
Hi, any news on the one below? I upgraded to 2.6.25.2 and the problem still persists. Would adding a bugzilla actually help ? :-) http://www.ussg.iu.edu/hypermail/linux/kernel/0804.2/1144.html Cheers Martin ------------------------------------------------------ Martin Knoblauch email: k n o b i AT kno... 7 May 2008 14:14
Rename WARN() to WARNING() to clear the namespace
Hi Arjan, Arjan van de Ven <arjan(a)infradead.org> writes: Subject: Rename WARN() to WARNING() to clear the namespace From: Arjan van de Ven <arjan(a)linux.intel.com> We want to use WARN() as a variant of WARN_ON(), however a few drivers are using WARN() internally. This patch renames these to WARNIN... 7 May 2008 09:20
Undocumented and duplicated code
On Tue, May 06, 2008 at 07:39:44PM -0700, Yinghai Lu wrote: On Tue, May 6, 2008 at 6:48 PM, Rene Herman <rene.herman(a)keyaccess.nl> wrote: Good day. On 2.6.25 and below, my /proc/cpuinfo looks like: processor : 0 vendor_id : AuthenticAMD cpu family : 6 mod... 7 May 2008 09:20
[PATCH 2/3] [2.6.26] ehea: Add dependency to Kconfig
The new ehea memory hot plug implementation depends on MEMORY_HOTPLUG. Signed-off-by: Hannes Hering <hering2(a)de.ibm.com> --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index f90a86b..181cd86 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2440,7 +2440,7 @@ config CHELSIO_T3 co... 7 May 2008 09:20
Kernel naming convention in the merge phase
On Thu, 2008-05-01 at 11:06 -0700, H. Peter Anvin wrote: Most of the robots don't have access to git. For me a 2.6.25-gitX looks like a snapshot that leads to a 2.6.25.1 and _not_ to a 2.6.26-rc1. Tough. It's a naming convention quite old (we had -bk before -git, too.) What about a -rc0... 7 May 2008 09:20
[PATCH 1/3] [2.6.26] memory: Introduce exports for memory notifiers
This patch introduces two exports to allow modules to use memory notifiers. Signed-off-by: Hannes Hering <hering2(a)de.ibm.com> --- diff --git a/drivers/base/memory.c b/drivers/base/memory.c index 8ce6de5..937e825 100644 --- a/drivers/base/memory.c +++ b/drivers/base/memory.c @@ -53,11 +53,13 @@ int register_m... 7 May 2008 09:20
[PATCH 0/3] [2.6.26] ehea: Add DLPAR memory remove support
Hi, this patchset adds memory remove hotplug support for the ehea driver. These patches apply against kernel 2.6.26-rc1. Regards Hannes -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.ke... 7 May 2008 08:31
[RFC no patch yet] bootmem2: Another try
Hi, my idea is now as follows: Bootmem2 is block-oriented where a block represents a contiguous range of physical memory. Every block has a bitmap that keeps track of the pages on it. On top of this block interface, bootmem2 implements the node model where a node can provide one or more memory blocks. O... 7 May 2008 08:31
unprivileged mounts git tree
Here's a git tree of the unprivileged mounts patchset: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git unprivileged-mounts Could this be added to -mm (and dropped if it's in the way of something) for some testing and added visibility until it's reviewed by Christoph/Al? I'm not reposting the... 7 May 2008 08:31