All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: Mel Gorman <mel@csn.ul.ie>
Cc: lee.schermerhorn@hp.com, Linux MM <linux-mm@kvack.org>,
	linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org,
	Pekka Enberg <penberg@cs.helsinki.fi>,
	"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,
	hanth Aravamudan <nacc@us.ibm.com>,
	akpm@linux-foundation.org,
	KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>,
	Christoph Lameter <clameter@sgi.com>
Subject: Re: crash in kmem_cache_init
Date: Tue, 22 Jan 2008 22:45:05 +0100	[thread overview]
Message-ID: <20080122214505.GA15674@aepfle.de> (raw)
In-Reply-To: <20080122195448.GA15567@csn.ul.ie>

On Tue, Jan 22, Mel Gorman wrote:

> http://www.csn.ul.ie/~mel/postings/slab-20080122/partial-revert-slab-changes.patch
> .. Can you please check on your machine if it fixes your problem?

It does not fix or change the nature of the crash.

> Olaf, please confirm whether you need the patch below as well as the
> revert to make your machine boot.

It crashes now in a different way if the patch below is applied:

Linux version 2.6.24-rc8-ppc64 (olaf@lingonberry) (gcc version 4.1.2 20070115 (prerelease) (SUSE Linux)) #43 SMP Tue Jan 22 22:39:05 CET 2008
[boot]0012 Setup Arch
EEH: PCI Enhanced I/O Error Handling Enabled
PPC64 nvram contains 8192 bytes
Zone PFN ranges:
  DMA             0 ->   892928
  Normal     892928 ->   892928
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    1:        0 ->   892928
Could not find start_pfn for node 0
[boot]0015 Setup Done
Built 2 zonelists in Node order, mobility grouping on.  Total pages: 880720
Policy zone: DMA
Kernel command line: debug xmon=on panic=1  
[boot]0020 XICS Init
xics: no ISA interrupt controller
[boot]0021 XICS Done
PID hash table entries: 4096 (order: 12, 32768 bytes)
time_init: decrementer frequency = 275.070000 MHz
time_init: processor frequency   = 2197.800000 MHz
clocksource: timebase mult[e8ab05] shift[22] registered
clockevent: decrementer mult[466a] shift[16] cpu[0]
Console: colour dummy device 80x25
console handover: boot [udbg-1] -> real [hvc0]
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
freeing bootmem node 1
Memory: 3496632k/3571712k available (6188k kernel code, 75080k reserved, 1324k data, 1220k bss, 304k init)
Unable to handle kernel paging request for data at address 0x00000058
Faulting instruction address: 0xc0000000000fe018
cpu 0x0: Vector: 300 (Data Access) at [c00000000075bac0]
    pc: c0000000000fe018: .setup_cpu_cache+0x184/0x1f4
    lr: c0000000000fdfa8: .setup_cpu_cache+0x114/0x1f4
    sp: c00000000075bd40
   msr: 8000000000009032
   dar: 58
 dsisr: 42000000
  current = 0xc000000000665a50
  paca    = 0xc000000000666380
    pid   = 0, comm = swapper
enter ? for help
[c00000000075bd40] c0000000000fb368 .kmem_cache_create+0x3c0/0x478 (unreliable)
[c00000000075be20] c0000000005e6780 .kmem_cache_init+0x284/0x4f4
[c00000000075bee0] c0000000005bf8ec .start_kernel+0x2f8/0x3fc
[c00000000075bf90] c000000000008590 .start_here_common+0x60/0xd0
0:mon> 

0xc0000000000fe018 is in setup_cpu_cache (/home/olaf/kernel/git/linux-2.6-numa/mm/slab.c:2111).
2106                                    BUG_ON(!cachep->nodelists[node]);
2107                                    kmem_list3_init(cachep->nodelists[node]);
2108                            }
2109                    }
2110            }
2111            cachep->nodelists[numa_node_id()]->next_reap =
2112                            jiffies + REAPTIMEOUT_LIST3 +
2113                            ((unsigned long)cachep) % REAPTIMEOUT_LIST3;
2114
2115            cpu_cache_get(cachep)->avail = 0;

WARNING: multiple messages have this Message-ID (diff)
From: Olaf Hering <olaf@aepfle.de>
To: Mel Gorman <mel@csn.ul.ie>
Cc: Christoph Lameter <clameter@sgi.com>,
	Pekka Enberg <penberg@cs.helsinki.fi>,
	linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org,
	"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,
	hanth Aravamudan <nacc@us.ibm.com>,
	KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>,
	lee.schermerhorn@hp.com, Linux MM <linux-mm@kvack.org>,
	akpm@linux-foundation.org
Subject: Re: crash in kmem_cache_init
Date: Tue, 22 Jan 2008 22:45:05 +0100	[thread overview]
Message-ID: <20080122214505.GA15674@aepfle.de> (raw)
In-Reply-To: <20080122195448.GA15567@csn.ul.ie>

On Tue, Jan 22, Mel Gorman wrote:

> http://www.csn.ul.ie/~mel/postings/slab-20080122/partial-revert-slab-changes.patch
> .. Can you please check on your machine if it fixes your problem?

It does not fix or change the nature of the crash.

> Olaf, please confirm whether you need the patch below as well as the
> revert to make your machine boot.

It crashes now in a different way if the patch below is applied:

Linux version 2.6.24-rc8-ppc64 (olaf@lingonberry) (gcc version 4.1.2 20070115 (prerelease) (SUSE Linux)) #43 SMP Tue Jan 22 22:39:05 CET 2008
[boot]0012 Setup Arch
EEH: PCI Enhanced I/O Error Handling Enabled
PPC64 nvram contains 8192 bytes
Zone PFN ranges:
  DMA             0 ->   892928
  Normal     892928 ->   892928
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    1:        0 ->   892928
Could not find start_pfn for node 0
[boot]0015 Setup Done
Built 2 zonelists in Node order, mobility grouping on.  Total pages: 880720
Policy zone: DMA
Kernel command line: debug xmon=on panic=1  
[boot]0020 XICS Init
xics: no ISA interrupt controller
[boot]0021 XICS Done
PID hash table entries: 4096 (order: 12, 32768 bytes)
time_init: decrementer frequency = 275.070000 MHz
time_init: processor frequency   = 2197.800000 MHz
clocksource: timebase mult[e8ab05] shift[22] registered
clockevent: decrementer mult[466a] shift[16] cpu[0]
Console: colour dummy device 80x25
console handover: boot [udbg-1] -> real [hvc0]
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
freeing bootmem node 1
Memory: 3496632k/3571712k available (6188k kernel code, 75080k reserved, 1324k data, 1220k bss, 304k init)
Unable to handle kernel paging request for data at address 0x00000058
Faulting instruction address: 0xc0000000000fe018
cpu 0x0: Vector: 300 (Data Access) at [c00000000075bac0]
    pc: c0000000000fe018: .setup_cpu_cache+0x184/0x1f4
    lr: c0000000000fdfa8: .setup_cpu_cache+0x114/0x1f4
    sp: c00000000075bd40
   msr: 8000000000009032
   dar: 58
 dsisr: 42000000
  current = 0xc000000000665a50
  paca    = 0xc000000000666380
    pid   = 0, comm = swapper
enter ? for help
[c00000000075bd40] c0000000000fb368 .kmem_cache_create+0x3c0/0x478 (unreliable)
[c00000000075be20] c0000000005e6780 .kmem_cache_init+0x284/0x4f4
[c00000000075bee0] c0000000005bf8ec .start_kernel+0x2f8/0x3fc
[c00000000075bf90] c000000000008590 .start_here_common+0x60/0xd0
0:mon> 

0xc0000000000fe018 is in setup_cpu_cache (/home/olaf/kernel/git/linux-2.6-numa/mm/slab.c:2111).
2106                                    BUG_ON(!cachep->nodelists[node]);
2107                                    kmem_list3_init(cachep->nodelists[node]);
2108                            }
2109                    }
2110            }
2111            cachep->nodelists[numa_node_id()]->next_reap =
2112                            jiffies + REAPTIMEOUT_LIST3 +
2113                            ((unsigned long)cachep) % REAPTIMEOUT_LIST3;
2114
2115            cpu_cache_get(cachep)->avail = 0;


WARNING: multiple messages have this Message-ID (diff)
From: Olaf Hering <olaf@aepfle.de>
To: Mel Gorman <mel@csn.ul.ie>
Cc: Christoph Lameter <clameter@sgi.com>,
	Pekka Enberg <penberg@cs.helsinki.fi>,
	linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org,
	"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,
	hanth Aravamudan <nacc@us.ibm.com>,
	KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>,
	lee.schermerhorn@hp.com, Linux MM <linux-mm@kvack.org>,
	akpm@linux-foundation.org
Subject: Re: crash in kmem_cache_init
Date: Tue, 22 Jan 2008 22:45:05 +0100	[thread overview]
Message-ID: <20080122214505.GA15674@aepfle.de> (raw)
In-Reply-To: <20080122195448.GA15567@csn.ul.ie>

On Tue, Jan 22, Mel Gorman wrote:

> http://www.csn.ul.ie/~mel/postings/slab-20080122/partial-revert-slab-changes.patch
> .. Can you please check on your machine if it fixes your problem?

It does not fix or change the nature of the crash.

> Olaf, please confirm whether you need the patch below as well as the
> revert to make your machine boot.

It crashes now in a different way if the patch below is applied:

Linux version 2.6.24-rc8-ppc64 (olaf@lingonberry) (gcc version 4.1.2 20070115 (prerelease) (SUSE Linux)) #43 SMP Tue Jan 22 22:39:05 CET 2008
[boot]0012 Setup Arch
EEH: PCI Enhanced I/O Error Handling Enabled
PPC64 nvram contains 8192 bytes
Zone PFN ranges:
  DMA             0 ->   892928
  Normal     892928 ->   892928
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    1:        0 ->   892928
Could not find start_pfn for node 0
[boot]0015 Setup Done
Built 2 zonelists in Node order, mobility grouping on.  Total pages: 880720
Policy zone: DMA
Kernel command line: debug xmon=on panic=1  
[boot]0020 XICS Init
xics: no ISA interrupt controller
[boot]0021 XICS Done
PID hash table entries: 4096 (order: 12, 32768 bytes)
time_init: decrementer frequency = 275.070000 MHz
time_init: processor frequency   = 2197.800000 MHz
clocksource: timebase mult[e8ab05] shift[22] registered
clockevent: decrementer mult[466a] shift[16] cpu[0]
Console: colour dummy device 80x25
console handover: boot [udbg-1] -> real [hvc0]
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
freeing bootmem node 1
Memory: 3496632k/3571712k available (6188k kernel code, 75080k reserved, 1324k data, 1220k bss, 304k init)
Unable to handle kernel paging request for data at address 0x00000058
Faulting instruction address: 0xc0000000000fe018
cpu 0x0: Vector: 300 (Data Access) at [c00000000075bac0]
    pc: c0000000000fe018: .setup_cpu_cache+0x184/0x1f4
    lr: c0000000000fdfa8: .setup_cpu_cache+0x114/0x1f4
    sp: c00000000075bd40
   msr: 8000000000009032
   dar: 58
 dsisr: 42000000
  current = 0xc000000000665a50
  paca    = 0xc000000000666380
    pid   = 0, comm = swapper
enter ? for help
[c00000000075bd40] c0000000000fb368 .kmem_cache_create+0x3c0/0x478 (unreliable)
[c00000000075be20] c0000000005e6780 .kmem_cache_init+0x284/0x4f4
[c00000000075bee0] c0000000005bf8ec .start_kernel+0x2f8/0x3fc
[c00000000075bf90] c000000000008590 .start_here_common+0x60/0xd0
0:mon> 

0xc0000000000fe018 is in setup_cpu_cache (/home/olaf/kernel/git/linux-2.6-numa/mm/slab.c:2111).
2106                                    BUG_ON(!cachep->nodelists[node]);
2107                                    kmem_list3_init(cachep->nodelists[node]);
2108                            }
2109                    }
2110            }
2111            cachep->nodelists[numa_node_id()]->next_reap =
2112                            jiffies + REAPTIMEOUT_LIST3 +
2113                            ((unsigned long)cachep) % REAPTIMEOUT_LIST3;
2114
2115            cpu_cache_get(cachep)->avail = 0;

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  parent reply	other threads:[~2008-01-22 21:44 UTC|newest]

Thread overview: 177+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-15 15:09 crash in kmem_cache_init Olaf Hering
2008-01-15 15:58 ` Olaf Hering
2008-01-17 12:14 ` Pekka Enberg
2008-01-17 12:14   ` Pekka Enberg
2008-01-17 12:14   ` Pekka Enberg
2008-01-17 14:30   ` Christoph Lameter
2008-01-17 14:30     ` Christoph Lameter
2008-01-17 14:30     ` Christoph Lameter
2008-01-17 18:12     ` Olaf Hering
2008-01-17 18:12       ` Olaf Hering
2008-01-17 18:12       ` Olaf Hering
2008-01-17 18:58       ` Christoph Lameter
2008-01-17 18:58         ` Christoph Lameter
2008-01-17 18:58         ` Christoph Lameter
2008-01-17 19:54         ` Olaf Hering
2008-01-17 19:54           ` Olaf Hering
2008-01-17 20:20           ` Olaf Hering
2008-01-17 20:20             ` Olaf Hering
2008-01-17 20:20             ` Olaf Hering
2008-01-19  4:56             ` Christoph Lameter
2008-01-19  4:56               ` Christoph Lameter
2008-01-19  4:56               ` Christoph Lameter
2008-01-17 21:15         ` Olaf Hering
2008-01-17 21:15           ` Olaf Hering
2008-01-17 21:15           ` Olaf Hering
2008-01-18  6:56           ` Olaf Hering
2008-01-18  6:56             ` Olaf Hering
2008-01-18  6:56             ` Olaf Hering
2008-01-18 18:42             ` Christoph Lameter
2008-01-18 18:42               ` Christoph Lameter
2008-01-18 18:42               ` Christoph Lameter
2008-01-19  4:55             ` Christoph Lameter
2008-01-19  4:55               ` Christoph Lameter
2008-01-19  4:55               ` Christoph Lameter
2008-01-18 18:47           ` Christoph Lameter
2008-01-18 18:47             ` Christoph Lameter
2008-01-18 18:47             ` Christoph Lameter
2008-01-18 21:30             ` Mel Gorman
2008-01-18 21:30               ` Mel Gorman
2008-01-18 21:30               ` Mel Gorman
2008-01-18 21:43               ` Christoph Lameter
2008-01-18 21:43                 ` Christoph Lameter
2008-01-18 21:43                 ` Christoph Lameter
2008-01-18 22:16               ` Christoph Lameter
2008-01-18 22:16                 ` Christoph Lameter
2008-01-18 22:16                 ` Christoph Lameter
2008-01-18 22:19                 ` Nish Aravamudan
2008-01-18 22:19                   ` Nish Aravamudan
2008-01-18 22:19                   ` Nish Aravamudan
2008-01-18 22:38                 ` Christoph Lameter
2008-01-18 22:38                   ` Christoph Lameter
2008-01-18 22:38                   ` Christoph Lameter
2008-01-18 22:57                 ` Olaf Hering
2008-01-18 22:57                   ` Olaf Hering
2008-01-18 22:57                   ` Olaf Hering
2008-01-22 19:54                   ` Mel Gorman
2008-01-22 19:54                     ` Mel Gorman
2008-01-22 19:54                     ` Mel Gorman
2008-01-22 20:11                     ` Christoph Lameter
2008-01-22 20:11                       ` Christoph Lameter
2008-01-22 20:11                       ` Christoph Lameter
2008-01-22 21:26                       ` Mel Gorman
2008-01-22 21:26                         ` Mel Gorman
2008-01-22 21:26                         ` Mel Gorman
2008-01-22 21:34                         ` Christoph Lameter
2008-01-22 21:34                           ` Christoph Lameter
2008-01-22 21:34                           ` Christoph Lameter
2008-01-22 22:50                           ` Mel Gorman
2008-01-22 22:50                             ` Mel Gorman
2008-01-22 22:57                             ` Christoph Lameter
2008-01-22 22:57                               ` Christoph Lameter
2008-01-22 22:57                               ` Christoph Lameter
2008-01-22 23:10                               ` Mel Gorman
2008-01-22 23:10                                 ` Mel Gorman
2008-01-22 23:10                                 ` Mel Gorman
2008-01-22 23:14                                 ` Christoph Lameter
2008-01-22 23:14                                   ` Christoph Lameter
2008-01-22 23:14                                   ` Christoph Lameter
2008-01-22 22:59                             ` Pekka Enberg
2008-01-22 22:59                               ` Pekka Enberg
2008-01-22 22:59                               ` Pekka Enberg
2008-01-22 23:12                               ` Christoph Lameter
2008-01-22 23:12                                 ` Christoph Lameter
2008-01-22 23:12                                 ` Christoph Lameter
2008-01-22 23:18                                 ` Christoph Lameter
2008-01-22 23:18                                   ` Christoph Lameter
2008-01-22 23:18                                   ` Christoph Lameter
2008-01-23  8:19                                   ` Pekka Enberg
2008-01-23  8:19                                     ` Pekka Enberg
2008-01-23  8:19                                     ` Pekka Enberg
2008-01-23  8:40                                     ` Olaf Hering
2008-01-23  8:40                                       ` Olaf Hering
2008-01-23  8:40                                       ` Olaf Hering
2008-01-22 21:45                     ` Olaf Hering [this message]
2008-01-22 21:45                       ` Olaf Hering
2008-01-22 21:45                       ` Olaf Hering
2008-01-22 22:12                       ` Nish Aravamudan
2008-01-22 22:12                         ` Nish Aravamudan
2008-01-22 22:12                         ` Nish Aravamudan
2008-01-22 22:23                       ` Christoph Lameter
2008-01-22 22:23                         ` Christoph Lameter
2008-01-22 22:23                         ` Christoph Lameter
2008-01-23  7:58                         ` Olaf Hering
2008-01-23  7:58                           ` Olaf Hering
2008-01-23  7:58                           ` Olaf Hering
2008-01-23 10:50                           ` Mel Gorman
2008-01-23 10:50                             ` Mel Gorman
2008-01-23 10:50                             ` Mel Gorman
2008-01-23 12:14                             ` Olaf Hering
2008-01-23 12:14                               ` Olaf Hering
2008-01-23 12:14                               ` Olaf Hering
2008-01-23 12:52                               ` Olaf Hering
2008-01-23 12:52                                 ` Olaf Hering
2008-01-23 12:52                                 ` Olaf Hering
2008-01-23 13:55                                 ` [PATCH] Fix boot problem in situations where the boot CPU is running on a memoryless node Mel Gorman
2008-01-23 13:55                                   ` Mel Gorman
2008-01-23 13:55                                   ` Mel Gorman
2008-01-23 14:18                                   ` Pekka J Enberg
2008-01-23 14:18                                     ` Pekka J Enberg
2008-01-23 14:18                                     ` Pekka J Enberg
2008-01-23 14:32                                     ` Pekka J Enberg
2008-01-23 14:32                                       ` Pekka J Enberg
2008-01-23 14:32                                       ` Pekka J Enberg
2008-01-23 14:49                                       ` Pekka J Enberg
2008-01-23 14:49                                         ` Pekka J Enberg
2008-01-23 14:49                                         ` Pekka J Enberg
2008-01-23 15:56                                         ` Mel Gorman
2008-01-23 15:56                                           ` Mel Gorman
2008-01-23 15:56                                           ` Mel Gorman
2008-01-23 17:29                                           ` Pekka J Enberg
2008-01-23 17:29                                             ` Pekka J Enberg
2008-01-23 17:29                                             ` Pekka J Enberg
2008-01-23 17:42                                             ` Pekka J Enberg
2008-01-23 17:42                                               ` Pekka J Enberg
2008-01-23 17:42                                               ` Pekka J Enberg
2008-01-23 18:51                                             ` Christoph Lameter
2008-01-23 18:51                                               ` Christoph Lameter
2008-01-23 18:51                                               ` Christoph Lameter
2008-01-23 19:52                                             ` Nishanth Aravamudan
2008-01-23 19:52                                               ` Nishanth Aravamudan
2008-01-23 19:52                                               ` Nishanth Aravamudan
2008-01-23 21:02                                               ` Pekka Enberg
2008-01-23 21:02                                                 ` Pekka Enberg
2008-01-23 21:02                                                 ` Pekka Enberg
2008-01-23 21:14                                                 ` Christoph Lameter
2008-01-23 21:14                                                   ` Christoph Lameter
2008-01-23 21:14                                                   ` Christoph Lameter
2008-01-23 21:36                                                   ` Nishanth Aravamudan
2008-01-23 21:36                                                     ` Nishanth Aravamudan
2008-01-23 21:36                                                     ` Nishanth Aravamudan
2008-01-24  3:13                                                     ` Christoph Lameter
2008-01-24  3:13                                                       ` Christoph Lameter
2008-01-24  3:13                                                       ` Christoph Lameter
2008-01-23 18:36                                         ` Christoph Lameter
2008-01-23 18:36                                           ` Christoph Lameter
2008-01-23 18:36                                           ` Christoph Lameter
2008-01-23 18:35                                     ` Christoph Lameter
2008-01-23 18:35                                       ` Christoph Lameter
2008-01-23 18:35                                       ` Christoph Lameter
2008-01-23 14:27                                   ` Olaf Hering
2008-01-23 14:27                                     ` Olaf Hering
2008-01-23 14:27                                     ` Olaf Hering
2008-01-23 14:42                                     ` Mel Gorman
2008-01-23 14:42                                       ` Mel Gorman
2008-01-23 14:42                                       ` Mel Gorman
2008-01-23 18:41                                   ` Christoph Lameter
2008-01-23 18:41                                     ` Christoph Lameter
2008-01-23 18:41                                     ` Christoph Lameter
2008-01-23 13:41                               ` crash in kmem_cache_init Mel Gorman
2008-01-23 13:41                                 ` Mel Gorman
2008-01-23 13:41                                 ` Mel Gorman
2008-01-18 18:51           ` Christoph Lameter
2008-01-18 18:51             ` Christoph Lameter
2008-01-18 18:51             ` Christoph Lameter
2008-01-17 19:03       ` Christoph Lameter
2008-01-17 19:03         ` Christoph Lameter
2008-01-17 19:03         ` Christoph Lameter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080122214505.GA15674@aepfle.de \
    --to=olaf@aepfle.de \
    --cc=akpm@linux-foundation.org \
    --cc=aneesh.kumar@linux.vnet.ibm.com \
    --cc=clameter@sgi.com \
    --cc=kamezawa.hiroyu@jp.fujitsu.com \
    --cc=lee.schermerhorn@hp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=mel@csn.ul.ie \
    --cc=nacc@us.ibm.com \
    --cc=penberg@cs.helsinki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.