linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, Greg KH <gregkh@suse.de>
Subject: Re: 2.6.23-rc6-mm1: atomic counter underflow
Date: Wed, 19 Sep 2007 20:02:05 +0200	[thread overview]
Message-ID: <20070919200205.057e3fbc@gondolin.boeblingen.de.ibm.com> (raw)
In-Reply-To: <200709191843.54902.m.kozlowski@tuxland.pl>

On Wed, 19 Sep 2007 18:43:54 +0200,
Mariusz Kozlowski <m.kozlowski@tuxland.pl> wrote:

> On fresh boot it happens with mmc_core. On the next fresh boot it didn't happen with
> firewire_core. So you can be right that some of them are follow-on errors.

OK, this seems to point to mmc_core then. (I couldn't reproduce it with
other modules registering a bus type like iucv either, so it doesn't
seem to be a generic type of bug...)

> Anyway to
> trigger it just run these commands:
> 
> # logger -t "foobar" "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
> # modprobe mmc_core
> # rmmod mmc_core
> # logger -t "foobar" "yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy"

Unfortunately this would involve setting up a non-s390 test box, which
I currently don't have time to do :(

> 
> > Could you try with DEBUG_KOBJECT set?
> 
> Please find it attached below.

Thanks.


> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> kobject mmc_core: registering. parent: <NULL>, set: module
> kobject holders: registering. parent: mmc_core, set: <NULL>
> kobject_uevent_env
> kobject filter function caused the event to drop!
> kobject_uevent_env
> fill_kobj_path: path = '/module/mmc_core'
> ---- begin silly warning ----
> This is a janitorial warning, not a kernel bug.
> The kobject at, or inside 'mmc_bus_type'@(0xded0c1b0) is not dynamically allocated.
> kobjects must be dynamically allocated, not static
> ---- end silly warning ----
> kobject mmc: registering. parent: <NULL>, set: bus
> kobject_uevent_env
> fill_kobj_path: path = '/bus/mmc'
> ---- begin silly warning ----
> This is a janitorial warning, not a kernel bug.
> The kobject at, or inside 'mmc_bus_type'@(0xded0c290) is not dynamically allocated.
> kobjects must be dynamically allocated, not static
> ---- end silly warning ----
> kobject devices: registering. parent: mmc, set: <NULL>
> kobject_uevent_env
> kobject filter function caused the event to drop!
> ---- begin silly warning ----
> This is a janitorial warning, not a kernel bug.
> The kobject at, or inside 'mmc_bus_type'@(0xded0c220) is not dynamically allocated.
> kobjects must be dynamically allocated, not static
> ---- end silly warning ----
> kobject drivers: registering. parent: mmc, set: <NULL>
> kobject_uevent_env
> kobject filter function caused the event to drop!
> ---- begin silly warning ----
> This is a janitorial warning, not a kernel bug.
> The kobject at, or inside 'mmc_host_class'@(0xded0c4f8) is not dynamically allocated.
> kobjects must be dynamically allocated, not static
> ---- end silly warning ----
> ---- begin silly warning ----
> This is a janitorial warning, not a kernel bug.
> The kobject at, or inside 'mmc_host_class'@(0xded0c470) is not dynamically allocated.
> kobjects must be dynamically allocated, not static
> ---- end silly warning ----
> kobject mmc_host: registering. parent: <NULL>, set: class
> kobject_uevent_env
> fill_kobj_path: path = '/class/mmc_host'
> ---- begin silly warning ----
> This is a janitorial warning, not a kernel bug.
> The kobject at, or inside 'sdio_bus_type'@(0xded0c790) is not dynamically allocated.
> kobjects must be dynamically allocated, not static
> ---- end silly warning ----
> kobject sdio: registering. parent: <NULL>, set: bus
> kobject_uevent_env
> fill_kobj_path: path = '/bus/sdio'
> ---- begin silly warning ----
> This is a janitorial warning, not a kernel bug.
> The kobject at, or inside 'sdio_bus_type'@(0xded0c870) is not dynamically allocated.
> kobjects must be dynamically allocated, not static
> ---- end silly warning ----
> kobject devices: registering. parent: sdio, set: <NULL>
> kobject_uevent_env
> kobject filter function caused the event to drop!
> ---- begin silly warning ----
> This is a janitorial warning, not a kernel bug.
> The kobject at, or inside 'sdio_bus_type'@(0xded0c800) is not dynamically allocated.
> kobjects must be dynamically allocated, not static
> ---- end silly warning ----
> kobject drivers: registering. parent: sdio, set: <NULL>
> kobject_uevent_env
> kobject filter function caused the event to drop!
> kobject drivers: unregistering
> kobject_uevent_env
> kobject filter function caused the event to drop!
> kobject drivers: cleaning up
> kobject '<NULL>' does not have a release() function, if this is not a directory kobject, it is broken and must be fixed.

<Unrelated side note: We should probably save the kobject's name for
printing this debug message, it looks a bit odd :)>

> kobject devices: unregistering
> kobject_uevent_env
> kobject filter function caused the event to drop!
> kobject devices: cleaning up
> kobject '<NULL>' does not have a release() function, if this is not a directory kobject, it is broken and must be fixed.
> kobject sdio: unregistering
> kobject_uevent_env
> fill_kobj_path: path = '/bus/sdio'
> kobject sdio: cleaning up

And now for some reason the reference count for the sdio bus has
already dropped to 0. Strange, since the addition/removal of stuff
below it looks symmetric, and it doesn't seem to do anything different
from other bus types.

> kobject '<NULL>' does not have a release() function, if this is not a directory kobject, it is broken and must be fixed.
> WARNING: at lib/kref.c:33 kref_get()
>  [<c0104a1c>] dump_trace+0x202/0x22b
>  [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
>  [<c0105608>] show_trace+0x12/0x14
>  [<c010572c>] dump_stack+0x15/0x17
>  [<c024c6cf>] kref_get+0x40/0x42
>  [<c024b852>] kobject_get+0x12/0x17
>  [<c02d5970>] bus_get+0x11/0x22
>  [<c02d5bf9>] bus_remove_file+0xe/0x27
>  [<c02d5c22>] remove_probe_files+0x10/0x1f
>  [<c02d5c6c>] bus_unregister+0x3b/0x66
>  [<ded052bd>] sdio_unregister_bus+0xd/0xf [mmc_core]
>  [<ded0666d>] mmc_exit+0xd/0x23 [mmc_core]
>  [<c013c9d6>] sys_delete_module+0x154/0x202
>  [<c010406a>] sysenter_past_esp+0x5f/0x99
>  [<ffffe410>] 0xffffe410
>  =======================

The bus_get()/bus_put() stuff will lead to repeated calls to the
release function in this error case, that explains the following
errors. (By the way, isn't the bus_get()/but_pus() pair in
bus_remove_file() superfluous? The caller should hold a reference
anyway.)

What completely confuses me here is that the devices/drivers ksets have
already been unregistered (see above), when remove_probe_files() should
have been called before that...

> kobject <NULL>: cleaning up
> kobject '<NULL>' does not have a release() function, if this is not a directory kobject, it is broken and must be fixed.
> WARNING: at lib/kref.c:33 kref_get()
>  [<c0104a1c>] dump_trace+0x202/0x22b
>  [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
>  [<c0105608>] show_trace+0x12/0x14
>  [<c010572c>] dump_stack+0x15/0x17
>  [<c024c6cf>] kref_get+0x40/0x42
>  [<c024b852>] kobject_get+0x12/0x17
>  [<c02d5970>] bus_get+0x11/0x22
>  [<c02d5bf9>] bus_remove_file+0xe/0x27
>  [<c02d5c2e>] remove_probe_files+0x1c/0x1f
>  [<c02d5c6c>] bus_unregister+0x3b/0x66
>  [<ded052bd>] sdio_unregister_bus+0xd/0xf [mmc_core]
>  [<ded0666d>] mmc_exit+0xd/0x23 [mmc_core]
>  [<c013c9d6>] sys_delete_module+0x154/0x202
>  [<c010406a>] sysenter_past_esp+0x5f/0x99
>  [<ffffe410>] 0xffffe410
>  =======================
> kobject <NULL>: cleaning up
> kobject '<NULL>' does not have a release() function, if this is not a directory kobject, it is broken and must be fixed.
> kobject <NULL>: unregistering

And here sdio is unregistered *again*. (The <NULL> indicates that this
is a kobject for which kobject_cleanup() has already been called.)

> kobject_uevent_env
> kobject filter function caused the event to drop!
> BUG: atomic counter underflow at:
>  [<c0104a1c>] dump_trace+0x202/0x22b
>  [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
>  [<c0105608>] show_trace+0x12/0x14
>  [<c010572c>] dump_stack+0x15/0x17
>  [<c024c71d>] kref_put+0x4c/0xaf
>  [<c024b74e>] kobject_put+0x14/0x16
>  [<c024b83d>] unlink+0x3b/0x3e
>  [<c024b8ba>] kobject_del+0x16/0x19
>  [<c024b8ef>] kobject_unregister+0x32/0x3f
>  [<c024b90b>] kset_unregister+0xf/0x11
>  [<c02d5c74>] bus_unregister+0x43/0x66
>  [<ded052bd>] sdio_unregister_bus+0xd/0xf [mmc_core]
>  [<ded0666d>] mmc_exit+0xd/0x23 [mmc_core]
>  [<c013c9d6>] sys_delete_module+0x154/0x202
>  [<c010406a>] sysenter_past_esp+0x5f/0x99
>  [<ffffe410>] 0xffffe410
>  =======================
> kobject <NULL>: unregistering
> kobject_uevent_env
> kobject filter function caused the event to drop!
> BUG: atomic counter underflow at:
>  [<c0104a1c>] dump_trace+0x202/0x22b
>  [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
>  [<c0105608>] show_trace+0x12/0x14
>  [<c010572c>] dump_stack+0x15/0x17
>  [<c024c71d>] kref_put+0x4c/0xaf
>  [<c024b74e>] kobject_put+0x14/0x16
>  [<c024b83d>] unlink+0x3b/0x3e
>  [<c024b8ba>] kobject_del+0x16/0x19
>  [<c024b8ef>] kobject_unregister+0x32/0x3f
>  [<c024b90b>] kset_unregister+0xf/0x11
>  [<c02d5c7f>] bus_unregister+0x4e/0x66
>  [<ded052bd>] sdio_unregister_bus+0xd/0xf [mmc_core]
>  [<ded0666d>] mmc_exit+0xd/0x23 [mmc_core]
>  [<c013c9d6>] sys_delete_module+0x154/0x202
>  [<c010406a>] sysenter_past_esp+0x5f/0x99
>  [<ffffe410>] 0xffffe410
>  =======================
> WARNING: at lib/kref.c:33 kref_get()
>  [<c0104a1c>] dump_trace+0x202/0x22b
>  [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
>  [<c0105608>] show_trace+0x12/0x14
>  [<c010572c>] dump_stack+0x15/0x17
>  [<c024c6cf>] kref_get+0x40/0x42
>  [<c024b852>] kobject_get+0x12/0x17
>  [<c02d5970>] bus_get+0x11/0x22
>  [<c02d5bf9>] bus_remove_file+0xe/0x27
>  [<c02d5c8b>] bus_unregister+0x5a/0x66
>  [<ded052bd>] sdio_unregister_bus+0xd/0xf [mmc_core]
>  [<ded0666d>] mmc_exit+0xd/0x23 [mmc_core]
>  [<c013c9d6>] sys_delete_module+0x154/0x202
>  [<c010406a>] sysenter_past_esp+0x5f/0x99
>  [<ffffe410>] 0xffffe410
>  =======================
> kobject <NULL>: cleaning up
> kobject '<NULL>' does not have a release() function, if this is not a directory kobject, it is broken and must be fixed.
> kobject <NULL>: unregistering
> kobject_uevent_env
> BUG: atomic counter underflow at:
>  [<c0104a1c>] dump_trace+0x202/0x22b
>  [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
>  [<c0105608>] show_trace+0x12/0x14
>  [<c010572c>] dump_stack+0x15/0x17
>  [<c024c71d>] kref_put+0x4c/0xaf
>  [<c024b74e>] kobject_put+0x14/0x16
>  [<c024b83d>] unlink+0x3b/0x3e
>  [<c024b8ba>] kobject_del+0x16/0x19
>  [<c024b8ef>] kobject_unregister+0x32/0x3f
>  [<c024b90b>] kset_unregister+0xf/0x11
>  [<c024b915>] subsystem_unregister+0x8/0xa
>  [<c02d5c93>] bus_unregister+0x62/0x66
>  [<ded052bd>] sdio_unregister_bus+0xd/0xf [mmc_core]
>  [<ded0666d>] mmc_exit+0xd/0x23 [mmc_core]
>  [<c013c9d6>] sys_delete_module+0x154/0x202
>  [<c010406a>] sysenter_past_esp+0x5f/0x99
>  [<ffffe410>] 0xffffe410
>  =======================
> kobject mmc_host: unregistering
> kobject_uevent_env
> fill_kobj_path: path = '/class/mmc_host'
> kobject mmc_host: cleaning up
> kobject drivers: unregistering
> kobject_uevent_env
> kobject filter function caused the event to drop!
> kobject drivers: cleaning up
> kobject '<NULL>' does not have a release() function, if this is not a directory kobject, it is broken and must be fixed.
> kobject devices: unregistering
> kobject_uevent_env
> kobject filter function caused the event to drop!
> kobject devices: cleaning up
> kobject '<NULL>' does not have a release() function, if this is not a directory kobject, it is broken and must be fixed.
> kobject mmc: unregistering
> kobject_uevent_env
> fill_kobj_path: path = '/bus/mmc'
> kobject mmc: cleaning up
> kobject '<NULL>' does not have a release() function, if this is not a directory kobject, it is broken and must be fixed.
> kobject holders: unregistering
> kobject_uevent_env
> kobject filter function caused the event to drop!
> kobject holders: cleaning up
> kobject mmc_core: unregistering
> kobject_uevent_env
> fill_kobj_path: path = '/module/mmc_core'
> kobject mmc_core: cleaning up
> kobject '<NULL>' does not have a release() function, if this is not a directory kobject, it is broken and must be fixed.
> yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

-ECONFUSED. Perhaps DEBUG_DRIVER may help some more. Or /me getting
some sleep.

  reply	other threads:[~2007-09-19 18:02 UTC|newest]

Thread overview: 227+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-18  8:18 2.6.23-rc6-mm1 Andrew Morton
2007-09-18  8:24 ` 2.6.23-rc6-mm1 Andrew Morton
2007-09-18  9:13 ` 2.6.23-rc6-mm1 Kamalesh Babulal
2007-09-18  9:27   ` 2.6.23-rc6-mm1 Andrew Morton
2007-09-18  9:34     ` 2.6.23-rc6-mm1 Satyam Sharma
2007-09-18 19:17       ` 2.6.23-rc6-mm1 Greg KH
2007-09-22  9:21         ` 2.6.23-rc6-mm1 Satyam Sharma
2007-09-25  5:35           ` 2.6.23-rc6-mm1 Greg KH
2007-09-18  9:34   ` 2.6.23-rc6-mm1 Andy Whitcroft
2007-09-18 10:02     ` 2.6.23-rc6-mm1 Benjamin Herrenschmidt
2007-09-18 12:07       ` 2.6.23-rc6-mm1 Kamalesh Babulal
2007-09-18 16:53         ` 2.6.23-rc6-mm1 Andrew Morton
2007-09-18 19:16         ` 2.6.23-rc6-mm1 Greg KH
2007-09-18 21:35           ` 2.6.23-rc6-mm1 Benjamin Herrenschmidt
2007-09-18 15:07 ` 2.6.23-rc6-mm1 Valdis.Kletnieks
2007-09-18 15:50   ` 2.6.23-rc6-mm1 Sam Ravnborg
2007-09-18 15:27 ` 2.6.23-rc6-mm1 Miles Lane
2007-09-18 15:39   ` 2.6.23-rc6-mm1 Miles Lane
2007-09-18 15:52   ` 2.6.23-rc6-mm1 Sam Ravnborg
2007-09-18 19:17   ` 2.6.23-rc6-mm1 Sam Ravnborg
2007-09-18 19:42     ` 2.6.23-rc6-mm1 Miles Lane
2007-09-18 20:26       ` 2.6.23-rc6-mm1 Sam Ravnborg
2007-09-18 22:38         ` 2.6.23-rc6-mm1 Gabriel C
2007-09-18 22:48           ` 2.6.23-rc6-mm1 Gabriel C
2007-09-19 19:33             ` 2.6.23-rc6-mm1 Sam Ravnborg
2007-09-19 20:36               ` 2.6.23-rc6-mm1 Gabriel C
2007-09-19 20:43                 ` 2.6.23-rc6-mm1 Sam Ravnborg
2007-09-19 18:48           ` 2.6.23-rc6-mm1 Sam Ravnborg
2007-09-18 15:43 ` modpost errors ( Re: 2.6.23-rc6-mm1) Gabriel C
2007-09-18 15:56   ` Sam Ravnborg
2007-09-18 16:37     ` [v4l-dvb-maintainer] " mkrufky
2007-09-18 22:06       ` Mauro Carvalho Chehab
2007-09-18 16:20 ` 2.6.23-rc6-mm1: Build failure on ppc64 drivers/net/ehea/ehea_main.c Mel Gorman
2007-09-18 16:41   ` Mel Gorman
2007-09-18 19:08   ` David Miller
2007-09-18 17:18 ` 2.6.23-rc6-mm1 (watchdog) Randy Dunlap
2007-09-18 17:41   ` Randy Dunlap
2007-09-18 17:20 ` 2.6.23-rc6-mm1 Miles Lane
2007-09-18 18:05   ` 2.6.23-rc6-mm1 Mel Gorman
2007-09-18 17:44 ` 2.6.23-rc6-mm1 Mel Gorman
2007-09-19 16:29   ` 2.6.23-rc6-mm1: kgdb support on ppc64 utterly broken Mel Gorman
2007-09-22  8:41   ` 2.6.23-rc6-mm1 Satyam Sharma
2007-09-24 11:14     ` 2.6.23-rc6-mm1 Mel Gorman
2007-09-18 19:32 ` 2.6.23-rc6-mm1 - Mostly working, with a kbuild oddity Valdis.Kletnieks
2007-09-18 20:32   ` Sam Ravnborg
2007-09-18 22:03     ` Valdis.Kletnieks
2007-09-19  7:34       ` Sam Ravnborg
2007-09-19 15:53         ` Valdis.Kletnieks
2007-09-19 17:39           ` Sam Ravnborg
2007-09-18 20:21 ` 2.6.23-rc6-mm1: failure to boot on HP nx6325 Rafael J. Wysocki
2007-09-18 20:54   ` Rafael J. Wysocki
2007-09-18 21:37     ` 2.6.23-rc6-mm1: failure to boot on HP nx6325, no sound when booted, USB-related WARNING Rafael J. Wysocki
2007-09-19  7:06       ` Thomas Gleixner
2007-09-19 17:44         ` Rafael J. Wysocki
2007-09-19 19:21           ` Thomas Gleixner
2007-09-20  0:06             ` Rafael J. Wysocki
2007-09-20  6:18               ` Thomas Gleixner
2007-09-20 13:29                 ` Rafael J. Wysocki
2007-09-20 13:43                   ` Thomas Gleixner
2007-09-20 14:12                     ` Rafael J. Wysocki
2007-09-20 13:53                       ` Thomas Gleixner
2007-09-20 14:47                         ` Rafael J. Wysocki
2007-09-20 14:50                           ` Thomas Gleixner
2007-09-20 15:49                             ` Thomas Gleixner
2007-09-20 20:39                               ` Rafael J. Wysocki
2007-09-20 21:08                                 ` Thomas Gleixner
2007-09-20 21:35                                   ` Linus Torvalds
2007-09-20 21:54                                     ` Rafael J. Wysocki
2007-09-20 22:01                                       ` Thomas Gleixner
2007-09-20 21:55                                     ` Linus Torvalds
2007-09-20 22:05                                       ` Thomas Gleixner
2007-09-20 22:30                                         ` Rafael J. Wysocki
2007-09-21 12:59                                           ` Thomas Gleixner
2007-09-21 14:20                                             ` Rafael J. Wysocki
2007-09-21 16:27                                               ` Thomas Gleixner
2007-09-21 19:20                                                 ` Rafael J. Wysocki
2007-09-21 19:16                                                   ` Thomas Gleixner
2007-09-21 19:37                                                     ` Rafael J. Wysocki
2007-09-20 23:35                                       ` Len Brown
2007-09-21  7:56                                         ` Thomas Gleixner
2007-09-21  9:25                                           ` Rafael J. Wysocki
2007-09-21  4:51                                       ` Paul Mackerras
2007-09-21  8:06                                         ` Thomas Gleixner
2007-10-11 21:19                                           ` Pavel Machek
2007-09-20 21:45                                   ` Rafael J. Wysocki
2007-09-20 21:53                                     ` Thomas Gleixner
2007-09-20 22:35                                       ` Rafael J. Wysocki
2007-09-21  9:24                                       ` Rafael J. Wysocki
2007-09-20 20:42                       ` Rafael J. Wysocki
2007-09-18 20:54 ` 2.6.23-rc6-mm1 sparc build error Mathieu Desnoyers
2007-09-18 21:05   ` Andrew Morton
2007-09-20 12:53     ` Guennadi Liakhovetski
2007-09-21 13:51       ` Mathieu Desnoyers
2007-09-18 21:45 ` 2.6.23-rc6-mm1: atomic counter underflow Mariusz Kozlowski
2007-09-19  8:27   ` Cornelia Huck
2007-09-19 16:43     ` Mariusz Kozlowski
2007-09-19 18:02       ` Cornelia Huck [this message]
2007-09-20  7:42         ` kobject: Temporarily save k_name on cleanup for debug message Cornelia Huck
2007-09-20  7:43         ` Cornelia Huck
2007-09-20 17:26           ` Mariusz Kozlowski
2007-09-20 13:35         ` 2.6.23-rc6-mm1: atomic counter underflow Cornelia Huck
2007-09-20 16:30           ` Pierre Ossman
2007-09-20 17:27           ` Mariusz Kozlowski
2007-09-19  9:28 ` 2.6.23-rc6-mm1 -- powerpc link failure Andy Whitcroft
2007-09-19 16:36   ` Segher Boessenkool
2007-09-19 16:52     ` Andy Whitcroft
2007-09-19 17:44   ` Sam Ravnborg
2007-09-25 13:40     ` Andy Whitcroft
2007-09-19  9:36 ` 2.6.23-rc6-mm1 -- powerpc pSeries_log_error panic in rtas_call/early_enable_eeh Andy Whitcroft
2007-09-19 11:43 ` X-freeze after clflush changes [Was: 2.6.23-rc6-mm1] Jiri Slaby
2007-09-19 11:53   ` Jiri Slaby
2007-09-19 14:59     ` Jiri Slaby
2007-09-19 19:10       ` Andrew Morton
2007-09-19 19:24         ` Andi Kleen
2007-09-19 19:46           ` Jiri Slaby
2007-09-19 19:54             ` Andi Kleen
2007-09-19 19:57               ` Jiri Slaby
2007-09-19 20:01                 ` Jiri Slaby
2007-09-19 21:42                   ` Andrew Morton
2007-09-19 20:32                 ` Valdis.Kletnieks
2007-09-19 20:47                   ` Jiri Slaby
2007-09-20 13:17                     ` Valdis.Kletnieks
2007-09-20 22:24                       ` Dave Airlie
2007-09-20  1:51                 ` Dave Airlie
2007-09-20  7:24                   ` Jiri Slaby
2007-09-20  7:33                     ` Dave Airlie
2007-09-20  9:24                       ` Zhenyu Wang
2007-09-20 22:10                         ` Jiri Slaby
2007-09-21  1:27                           ` Zhenyu Wang
2007-09-20  0:18           ` Dave Airlie
2007-09-20  1:42           ` Dave Airlie
2007-09-20  2:24             ` Andrew Morton
2007-09-20  7:19               ` Jiri Slaby
2007-09-20 22:06             ` Matt Mackall
2007-09-20 23:03               ` Andi Kleen
2007-09-20 23:31                 ` Matt Mackall
2007-09-20 23:44                   ` Andi Kleen
2007-09-21 17:18                     ` Valdis.Kletnieks
2007-09-21  7:07                   ` Jiri Slaby
2007-09-21 17:16               ` Valdis.Kletnieks
2007-09-21 17:30                 ` Jiri Slaby
2007-09-21 17:54                   ` Valdis.Kletnieks
2007-09-21 19:33                   ` Valdis.Kletnieks
2007-09-21 19:38                     ` Jiri Slaby
2007-09-21 19:43                       ` Jiri Slaby
2007-09-24  3:25                         ` Valdis.Kletnieks
2007-09-24  6:06                           ` Jiri Slaby
2007-09-24  7:37                             ` Valdis.Kletnieks
2007-09-24  8:10                               ` Jiri Slaby
2007-09-19 16:43 ` 2.6.23-rc6-mm1 -- mkfs stuck in 'D' Andy Whitcroft
2007-09-19 20:03   ` Hugh Dickins
2007-09-19 20:44     ` Peter Zijlstra
2007-09-20 11:31       ` Hugh Dickins
2007-09-20 12:15         ` Peter Zijlstra
     [not found]         ` <20070922015509.GA5332@mail.ustc.edu.cn>
2007-09-22  1:55           ` Fengguang Wu
2007-09-22 13:16             ` Peter Zijlstra
     [not found]               ` <20070923012049.GA6010@mail.ustc.edu.cn>
2007-09-23  1:20                 ` Fengguang Wu
2007-09-23 13:02                   ` Peter Zijlstra
     [not found]                     ` <20070924030109.GA5892@mail.ustc.edu.cn>
2007-09-24  3:01                       ` Fengguang Wu
2007-09-24  7:35                         ` Peter Zijlstra
     [not found]                           ` <20070924081207.GA2266@mail.ustc.edu.cn>
2007-09-24  8:12                             ` Fengguang Wu
2007-09-23 14:19             ` 2.6.23-rc6-mm1 -- ipg.c don't compile on i386 with CONFIG_HIGHMEM64G trem
2007-09-19 23:02 ` 2.6.23-rc6-mm1 Tilman Schmidt
2007-09-19 23:24   ` 2.6.23-rc6-mm1 Andrew Morton
2007-09-19 23:28     ` 2.6.23-rc6-mm1 Chuck Ebbert
2007-09-19 23:55       ` 2.6.23-rc6-mm1 Tilman Schmidt
2007-09-20 19:10         ` 2.6.23-rc6-mm1 Tilman Schmidt
2007-09-19 23:44     ` 2.6.23-rc6-mm1 David Brownell
2007-09-20  0:06       ` 2.6.23-rc6-mm1 Andrew Morton
2007-09-20  4:43         ` 2.6.23-rc6-mm1 David Brownell
2007-09-20  6:11           ` 2.6.23-rc6-mm1 Andrew Morton
2007-09-20  7:54             ` 2.6.23-rc6-mm1 Kay Sievers
2007-09-20 16:15               ` 2.6.23-rc6-mm1 David Brownell
2007-09-20  8:51             ` 2.6.23-rc6-mm1 Alessandro Zummo
2007-09-20 17:36             ` 2.6.23-rc6-mm1 David Brownell
2007-09-20 19:20   ` 2.6.23-rc6-mm1 Tilman Schmidt
2007-09-20 20:25     ` 2.6.23-rc6-mm1 Andrew Morton
2007-09-21  0:53       ` 2.6.23-rc6-mm1 Tilman Schmidt
2007-09-19 23:58 ` 2.6.23-rc6-mm1 Joseph Fannin
2007-09-20  0:09   ` 2.6.23-rc6-mm1 Andrew Morton
     [not found]     ` <f86d6cc00709200721h6e8f7cf8xa2264e9d1f88883b@mail.gmail.com>
     [not found]       ` <f86d6cc00709200912j37a3218boa882a044c0610779@mail.gmail.com>
2007-09-20 19:44         ` 2.6.23-rc6-mm1 Andrew Morton
2007-09-21  2:04         ` 2.6.23-rc6-mm1 Joseph Fannin
2007-09-21  2:04         ` [PATCH] make mv643xx_eth.c build again Joseph Fannin
2007-09-20  8:41 ` 2.6.23-rc6-mm1 - make access to tasks nsproxy ligther (fix) Cedric Le Goater
2007-09-20  8:59   ` Pavel Emelyanov
2007-09-20  9:12     ` Cedric Le Goater
2007-09-20 17:08       ` Cedric Le Goater
2007-09-24  4:00         ` Serge E. Hallyn
2007-09-20 13:13 ` 2.6.23-rc6-mm1: Build failure on ppc64 drivers/ata/pata_scc.c Mel Gorman
2007-09-20 14:09   ` Alan Cox
2007-09-20 15:14     ` Mel Gorman
2007-09-20 15:45     ` Kamalesh Babulal
2007-09-22  2:50     ` Satyam Sharma
2007-09-24 11:01       ` Mel Gorman
2007-09-26  3:39       ` Jeff Garzik
2007-09-20 13:25 ` Build failure on ppc64 drivers/block/ps3disk.c Mel Gorman
2007-09-20 13:32   ` Jens Axboe
2007-09-20 13:37   ` 2.6.23-rc6-mm1: Build failures on ppc64_defconfig Satyam Sharma
2007-09-22  6:50     ` Satyam Sharma
2007-09-22  6:51     ` Satyam Sharma
2007-09-22  6:54     ` Satyam Sharma
2007-09-24 11:12       ` Mel Gorman
2007-09-22  7:25     ` Satyam Sharma
2007-09-22  7:40     ` [PATCH -mm] pasemi_mac: Build fix after recent netdev stats changes Satyam Sharma
2007-09-21  2:05 ` [PATCH] Remove broken netfilter binary sysctls from bridging code Joseph Fannin
2007-09-21  4:21   ` Eric W. Biederman
2007-09-24 16:55     ` Patrick McHardy
2007-09-24 20:14       ` Stephen Hemminger
2007-09-25  4:07         ` Patrick McHardy
2007-09-25 16:12           ` Stephen Hemminger
2007-09-25 16:22             ` Patrick McHardy
2007-09-25 14:03       ` Eric W. Biederman
2007-09-25 14:26         ` Patrick McHardy
2007-09-25 16:38           ` Eric W. Biederman
2007-09-22  7:54 ` [PATCH -mm] mv643xx_eth: Remove redundant multiple initialization Satyam Sharma
2007-09-22  7:55 ` [PATCH -mm] iseries_veth: Kill unused variable Satyam Sharma
     [not found] ` <20070923014214.GA16766@mail.ustc.edu.cn>
2007-09-23  1:42   ` [BUG 2.6.23-rc6-mm1] NMI Watchdog detected LOCKUP on CPU 0 Fengguang Wu
2007-09-23  4:22     ` Andrew Morton
     [not found]       ` <20070923053040.GA5820@mail.ustc.edu.cn>
2007-09-23  5:30         ` Fengguang Wu
2007-09-23  5:35           ` Andrew Morton
     [not found]             ` <20070923055303.GA14899@mail.ustc.edu.cn>
2007-09-23  5:53               ` Fengguang Wu
     [not found]   ` <20070923015217.GA5956@mail.ustc.edu.cn>
2007-09-23  1:52     ` Fengguang Wu
2007-09-23  3:01 ` [-mm Patch] net/bluetooth/hidp/core.c: Make hidp_setup_input() return int WANG Cong
2007-09-23 22:13   ` roel
2007-09-24  2:38     ` WANG Cong
2007-09-24  2:50     ` [Resend][-mm " WANG Cong
2007-09-24  7:09     ` [-mm " Marcel Holtmann

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=20070919200205.057e3fbc@gondolin.boeblingen.de.ibm.com \
    --to=cornelia.huck@de.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.kozlowski@tuxland.pl \
    /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 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).