All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Slaby <jirislaby@gmail.com>
To: Andi Kleen <ak@linux.intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	linux-acpi@vger.kernel.org
Subject: Re: WARNING at acpi/.../utmisc.c:1043 [Was: 2.6.26-rc8-mm1]
Date: Thu, 03 Jul 2008 17:24:36 +0200	[thread overview]
Message-ID: <486CEF34.4000702@gmail.com> (raw)
In-Reply-To: <486CE46C.6040700@linux.intel.com>

Andi Kleen napsal(a):
> Jiri Slaby wrote:
>> Andrew Morton napsal(a):
>>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.26-rc8/2.6.26-rc8-mm1/ 
>>>
>>
>> Running this in qemu shows up these 3 warnings while booting (It's 
>> tainted due to previous MTRR warning which was there for ever):
>>
>> PCI: Using configuration type 1 for base access
>> ------------[ cut here ]------------
>> WARNING: at /home/latest/xxx/drivers/acpi/utilities/utmisc.c:1043 
> 
> Not sure where that is coming from. My tree and my copy of linux-next
> doesn't have a WARN_ON in this function.

It's from
acpi-utmisc-use-warn_on-instead-of-warn_on_slowpath.patch

> Anyways, I assume you always saw this message right?

Yes (almost, see below), I've checked this now.

>> ACPI Exception (evxface-0645): AE_BAD_PARAMETER, Installing notify 
>> handler failed [20080609]
>> ACPI: Interpreter enabled
> 
> And the only thing new is the backtrace right?

In the two cases. The thermal one is new:

  processor ACPI0007:00: registered as cooling_device0
-thermal LNXTHERM:01: registered as thermal_zone0
-ACPI: Critical trip point
-Critical temperature reached (60 C), shutting down.
-ACPI: Thermal Zone [THRM] (60 C)
+------------[ cut here ]------------
+WARNING: at /home/latest/xxx/drivers/acpi/utilities/utmisc.c:1043 
acpi_ut_exception+0x3c/0xb9()
+Modules linked in:
+Pid: 1, comm: swapper Tainted: G       AW 2.6.26-rc8-mm1-nohz #9
+
+Call Trace:
+ [<ffffffff8023c2df>] warn_on_slowpath+0x5f/0x90
+ [<ffffffff80257a74>] ? up+0x34/0x50
+ [<ffffffff803576d6>] ? acpi_os_release_object+0x9/0xd
+ [<ffffffff8036f92c>] ? acpi_ut_delete_object_desc+0x48/0x4c
+ [<ffffffff8036f103>] ? acpi_ut_delete_internal_obj+0x167/0x16f
+ [<ffffffff8036f162>] ? acpi_ut_update_ref_count+0x57/0xa3
+ [<ffffffff8036f2a5>] ? acpi_ut_update_object_reference+0xf7/0x153
+ [<ffffffff8036e24e>] acpi_ut_exception+0x3c/0xb9
+ [<ffffffff80357912>] ? acpi_os_signal_semaphore+0x23/0x27
+ [<ffffffff8036719c>] ? acpi_evaluate_object+0x1ea/0x1fe
+ [<ffffffff8036f103>] ? acpi_ut_delete_internal_obj+0x167/0x16f
+ [<ffffffff803582e2>] ? acpi_evaluate_integer+0xbf/0xd1
+ [<ffffffff8037cbb6>] acpi_thermal_trips_update+0x6a/0x56c
+ [<ffffffff8036719c>] ? acpi_evaluate_object+0x1ea/0x1fe
+ [<ffffffff802fe7c0>] ? sysfs_ilookup_test+0x0/0x20
+ [<ffffffff8052b27e>] ? _spin_unlock+0x2e/0x40
+ [<ffffffff803582e2>] ? acpi_evaluate_integer+0xbf/0xd1
+ [<ffffffff8037d9e8>] acpi_thermal_add+0x3cf/0x43e
+ [<ffffffff80372312>] acpi_device_probe+0x49/0x8c
+ [<ffffffff803b2892>] driver_probe_device+0xa2/0x1e0
+ [<ffffffff803b2a5b>] __driver_attach+0x8b/0x90
+ [<ffffffff803b29d0>] ? __driver_attach+0x0/0x90
+ [<ffffffff803b204b>] bus_for_each_dev+0x6b/0xa0
+ [<ffffffff80339dca>] ? kobject_get+0x1a/0x30
+ [<ffffffff803b26dc>] driver_attach+0x1c/0x20
+ [<ffffffff803b18d8>] bus_add_driver+0x208/0x280
+ [<ffffffff8071032f>] ? acpi_thermal_init+0x0/0x83
+ [<ffffffff803b2c40>] driver_register+0x70/0x160
+ [<ffffffff8071032f>] ? acpi_thermal_init+0x0/0x83
+ [<ffffffff8037264a>] acpi_bus_register_driver+0x3e/0x40
+ [<ffffffff80710390>] acpi_thermal_init+0x61/0x83
+ [<ffffffff806f95b7>] do_one_initcall+0x35/0x15d
+ [<ffffffff802719f8>] ? register_irq_proc+0xe8/0x110
+ [<ffffffff802f0000>] ? __inode_dir_notify+0x30/0xf0
+ [<ffffffff806f987a>] kernel_init+0x19b/0x1a6
+ [<ffffffff802396f7>] ? schedule_tail+0x27/0x60
+ [<ffffffff8020c788>] child_rip+0xa/0x12
+ [<ffffffff806f96df>] ? kernel_init+0x0/0x1a6
+ [<ffffffff8020c77e>] ? child_rip+0x0/0x12
+
+---[ end trace 4eaa2a86a8e2da22 ]---
+ACPI Exception (thermal-0377): AE_OK, No or invalid critical threshold 
[20080609]
  Real Time Clock Driver v1.12ac

WARNING: multiple messages have this Message-ID (diff)
From: Jiri Slaby <jirislaby@gmail.com>
To: Andi Kleen <ak@linux.intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	linux-acpi@vger.kernel.org
Subject: Re: WARNING at acpi/.../utmisc.c:1043 [Was: 2.6.26-rc8-mm1]
Date: Thu, 03 Jul 2008 17:24:36 +0200	[thread overview]
Message-ID: <486CEF34.4000702@gmail.com> (raw)
In-Reply-To: <486CE46C.6040700@linux.intel.com>

Andi Kleen napsal(a):
> Jiri Slaby wrote:
>> Andrew Morton napsal(a):
>>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.26-rc8/2.6.26-rc8-mm1/ 
>>>
>>
>> Running this in qemu shows up these 3 warnings while booting (It's 
>> tainted due to previous MTRR warning which was there for ever):
>>
>> PCI: Using configuration type 1 for base access
>> ------------[ cut here ]------------
>> WARNING: at /home/latest/xxx/drivers/acpi/utilities/utmisc.c:1043 
> 
> Not sure where that is coming from. My tree and my copy of linux-next
> doesn't have a WARN_ON in this function.

It's from
acpi-utmisc-use-warn_on-instead-of-warn_on_slowpath.patch

> Anyways, I assume you always saw this message right?

Yes (almost, see below), I've checked this now.

>> ACPI Exception (evxface-0645): AE_BAD_PARAMETER, Installing notify 
>> handler failed [20080609]
>> ACPI: Interpreter enabled
> 
> And the only thing new is the backtrace right?

In the two cases. The thermal one is new:

  processor ACPI0007:00: registered as cooling_device0
-thermal LNXTHERM:01: registered as thermal_zone0
-ACPI: Critical trip point
-Critical temperature reached (60 C), shutting down.
-ACPI: Thermal Zone [THRM] (60 C)
+------------[ cut here ]------------
+WARNING: at /home/latest/xxx/drivers/acpi/utilities/utmisc.c:1043 
acpi_ut_exception+0x3c/0xb9()
+Modules linked in:
+Pid: 1, comm: swapper Tainted: G       AW 2.6.26-rc8-mm1-nohz #9
+
+Call Trace:
+ [<ffffffff8023c2df>] warn_on_slowpath+0x5f/0x90
+ [<ffffffff80257a74>] ? up+0x34/0x50
+ [<ffffffff803576d6>] ? acpi_os_release_object+0x9/0xd
+ [<ffffffff8036f92c>] ? acpi_ut_delete_object_desc+0x48/0x4c
+ [<ffffffff8036f103>] ? acpi_ut_delete_internal_obj+0x167/0x16f
+ [<ffffffff8036f162>] ? acpi_ut_update_ref_count+0x57/0xa3
+ [<ffffffff8036f2a5>] ? acpi_ut_update_object_reference+0xf7/0x153
+ [<ffffffff8036e24e>] acpi_ut_exception+0x3c/0xb9
+ [<ffffffff80357912>] ? acpi_os_signal_semaphore+0x23/0x27
+ [<ffffffff8036719c>] ? acpi_evaluate_object+0x1ea/0x1fe
+ [<ffffffff8036f103>] ? acpi_ut_delete_internal_obj+0x167/0x16f
+ [<ffffffff803582e2>] ? acpi_evaluate_integer+0xbf/0xd1
+ [<ffffffff8037cbb6>] acpi_thermal_trips_update+0x6a/0x56c
+ [<ffffffff8036719c>] ? acpi_evaluate_object+0x1ea/0x1fe
+ [<ffffffff802fe7c0>] ? sysfs_ilookup_test+0x0/0x20
+ [<ffffffff8052b27e>] ? _spin_unlock+0x2e/0x40
+ [<ffffffff803582e2>] ? acpi_evaluate_integer+0xbf/0xd1
+ [<ffffffff8037d9e8>] acpi_thermal_add+0x3cf/0x43e
+ [<ffffffff80372312>] acpi_device_probe+0x49/0x8c
+ [<ffffffff803b2892>] driver_probe_device+0xa2/0x1e0
+ [<ffffffff803b2a5b>] __driver_attach+0x8b/0x90
+ [<ffffffff803b29d0>] ? __driver_attach+0x0/0x90
+ [<ffffffff803b204b>] bus_for_each_dev+0x6b/0xa0
+ [<ffffffff80339dca>] ? kobject_get+0x1a/0x30
+ [<ffffffff803b26dc>] driver_attach+0x1c/0x20
+ [<ffffffff803b18d8>] bus_add_driver+0x208/0x280
+ [<ffffffff8071032f>] ? acpi_thermal_init+0x0/0x83
+ [<ffffffff803b2c40>] driver_register+0x70/0x160
+ [<ffffffff8071032f>] ? acpi_thermal_init+0x0/0x83
+ [<ffffffff8037264a>] acpi_bus_register_driver+0x3e/0x40
+ [<ffffffff80710390>] acpi_thermal_init+0x61/0x83
+ [<ffffffff806f95b7>] do_one_initcall+0x35/0x15d
+ [<ffffffff802719f8>] ? register_irq_proc+0xe8/0x110
+ [<ffffffff802f0000>] ? __inode_dir_notify+0x30/0xf0
+ [<ffffffff806f987a>] kernel_init+0x19b/0x1a6
+ [<ffffffff802396f7>] ? schedule_tail+0x27/0x60
+ [<ffffffff8020c788>] child_rip+0xa/0x12
+ [<ffffffff806f96df>] ? kernel_init+0x0/0x1a6
+ [<ffffffff8020c77e>] ? child_rip+0x0/0x12
+
+---[ end trace 4eaa2a86a8e2da22 ]---
+ACPI Exception (thermal-0377): AE_OK, No or invalid critical threshold 
[20080609]
  Real Time Clock Driver v1.12ac

--
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>

  reply	other threads:[~2008-07-03 15:25 UTC|newest]

Thread overview: 353+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-03  9:02 2.6.26-rc8-mm1 Andrew Morton
2008-07-03  9:02 ` 2.6.26-rc8-mm1 Andrew Morton
2008-07-03  9:02 ` 2.6.26-rc8-mm1 Andrew Morton
2008-07-03 11:22 ` [BUILD-FAILURE] 2.6.26-rc8-mm1 - build failure at drivers/char/hvc_rtas.c Kamalesh Babulal
2008-07-03 11:22   ` Kamalesh Babulal
2008-07-03 11:59 ` [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" KOSAKI Motohiro
2008-07-03 11:59   ` KOSAKI Motohiro
2008-07-03 12:21   ` Jeff Garzik
2008-07-03 12:21     ` Jeff Garzik
2008-07-03 13:04     ` Hugh Dickins
2008-07-03 13:04       ` Hugh Dickins
2008-07-03 13:11       ` Jeff Garzik
2008-07-03 13:11         ` Jeff Garzik
2008-07-03 13:33         ` David Woodhouse
2008-07-03 13:33           ` David Woodhouse
2008-07-03 13:38           ` Jeff Garzik
2008-07-03 13:38             ` Jeff Garzik
2008-07-03 13:52             ` David Woodhouse
2008-07-03 13:52               ` David Woodhouse
2008-07-03 17:30               ` Theodore Tso
2008-07-03 17:30                 ` Theodore Tso
2008-07-03 18:56                 ` David Woodhouse
2008-07-03 18:56                   ` David Woodhouse
2008-07-03 19:31                   ` Valdis.Kletnieks
2008-07-03 19:49                     ` David Woodhouse
2008-07-03 19:49                       ` David Woodhouse
2008-07-03 20:52                       ` Rafael J. Wysocki
2008-07-03 20:52                         ` Rafael J. Wysocki
2008-07-03 21:03                   ` Jeff Garzik
2008-07-03 21:03                     ` Jeff Garzik
2008-07-03 21:33                     ` David Woodhouse
2008-07-03 21:33                       ` David Woodhouse
2008-07-03 21:42                       ` Rafael J. Wysocki
2008-07-03 21:42                         ` Rafael J. Wysocki
2008-07-03 21:43                         ` David Woodhouse
2008-07-03 21:43                           ` David Woodhouse
2008-07-03 21:52                           ` Rafael J. Wysocki
2008-07-03 21:52                             ` Rafael J. Wysocki
2008-07-03 21:54                             ` David Woodhouse
2008-07-03 21:54                               ` David Woodhouse
2008-07-03 22:27                               ` Rafael J. Wysocki
2008-07-03 22:27                                 ` Rafael J. Wysocki
2008-07-03 22:22                       ` Jeff Garzik
2008-07-03 22:22                         ` Jeff Garzik
2008-07-03 22:25                         ` Alan Cox
2008-07-03 22:25                           ` Alan Cox
2008-07-03 23:14                           ` Jeff Garzik
2008-07-03 23:14                             ` Jeff Garzik
2008-07-03 23:02                             ` Alan Cox
2008-07-03 23:02                               ` Alan Cox
2008-07-04  2:31                           ` Mikael Pettersson
2008-07-04  2:31                             ` Mikael Pettersson
2008-07-03 23:21                   ` David Miller
2008-07-03 23:21                     ` David Miller, David Woodhouse
2008-07-04  0:18                     ` Theodore Tso
2008-07-04  0:18                       ` Theodore Tso
2008-07-04  1:09                       ` David Woodhouse
2008-07-04  1:09                         ` David Woodhouse
2008-07-04  1:09                         ` David Woodhouse
2008-07-04  1:47                         ` Theodore Tso
2008-07-04  1:47                           ` Theodore Tso
2008-07-04  0:24                     ` David Woodhouse
2008-07-04  0:24                       ` David Woodhouse
2008-07-04  1:28                       ` Grant Coady
2008-07-04  1:28                         ` Grant Coady
2008-07-04  2:42                       ` david
2008-07-04  2:42                         ` david
2008-07-04 10:07                         ` David Woodhouse
2008-07-04 10:07                           ` David Woodhouse
2008-07-04 10:09                       ` Andi Kleen
2008-07-04 10:09                         ` Andi Kleen
2008-07-04 13:10                         ` David Woodhouse
2008-07-04 13:10                           ` David Woodhouse
2008-07-04 13:15                           ` Jeff Garzik
2008-07-04 13:15                             ` Jeff Garzik
2008-07-04 13:27                             ` David Woodhouse
2008-07-04 13:27                               ` David Woodhouse
2008-07-04 13:39                               ` Jeff Garzik
2008-07-04 13:39                                 ` Jeff Garzik
2008-07-04 13:27                                 ` Alan Cox
2008-07-04 13:27                                   ` Alan Cox
2008-07-04 13:48                                   ` David Woodhouse
2008-07-04 13:48                                     ` David Woodhouse
2008-07-04 14:06                                   ` Jeff Garzik
2008-07-04 14:06                                     ` Jeff Garzik
2008-07-04 20:43                                   ` David Miller
2008-07-04 20:43                                     ` David Miller, Alan Cox
2008-07-04 21:04                                     ` Alan Cox
2008-07-04 21:04                                       ` Alan Cox
2008-07-06 20:17                                       ` david
2008-07-06 20:17                                         ` david
2008-07-06 20:27                                         ` David Woodhouse
2008-07-06 20:27                                           ` David Woodhouse
2008-07-06 20:51                                           ` Jeff Garzik
2008-07-06 20:51                                             ` Jeff Garzik
2008-07-06 20:52                                           ` david
2008-07-06 20:52                                             ` david
2008-07-06 20:56                                             ` David Woodhouse
2008-07-06 20:56                                               ` David Woodhouse
2008-07-06 21:03                                               ` david
2008-07-06 21:03                                                 ` david
2008-07-06 21:38                                               ` Jeff Garzik
2008-07-06 21:38                                                 ` Jeff Garzik
2008-07-06 22:10                                                 ` David Woodhouse
2008-07-06 22:10                                                   ` David Woodhouse
2008-07-06 23:22                                                   ` Jeff Garzik
2008-07-06 23:22                                                     ` Jeff Garzik
2008-07-05  6:05                                     ` Jeff Garzik
2008-07-05  6:05                                       ` Jeff Garzik
2008-07-07 17:52                                     ` Rick Jones
2008-07-07 17:52                                       ` Rick Jones
2008-07-04 13:46                                 ` David Woodhouse
2008-07-04 13:46                                   ` David Woodhouse
2008-07-04 14:07                                   ` Jeff Garzik
2008-07-04 14:07                                     ` Jeff Garzik
2008-07-04 14:38                                     ` Alan Cox
2008-07-04 14:38                                       ` Alan Cox
2008-07-06 23:40                                       ` Jeff Garzik
2008-07-06 23:40                                         ` Jeff Garzik
2008-07-07 15:53                                         ` Alan Cox
2008-07-07 15:53                                           ` Alan Cox
2008-07-07 17:24                                           ` Jeff Garzik
2008-07-07 17:24                                             ` Jeff Garzik
2008-07-07 18:13                                             ` Alan Cox
2008-07-07 18:13                                               ` Alan Cox
2008-07-07 18:57                                               ` Jeff Garzik
2008-07-07 18:57                                                 ` Jeff Garzik
2008-07-07 18:30                                                 ` Alan Cox
2008-07-07 18:30                                                   ` Alan Cox
2008-07-07 19:16                                                   ` Jeff Garzik
2008-07-07 19:16                                                     ` Jeff Garzik
2008-07-07 18:45                                                     ` Alan Cox
2008-07-07 18:45                                                       ` Alan Cox
2008-07-07 19:48                                                       ` Jeff Garzik
2008-07-07 19:48                                                         ` Jeff Garzik
2008-07-07 19:48                                                         ` Jeff Garzik
2008-07-07 20:48                                                   ` David Miller
2008-07-07 20:48                                                     ` David Miller, Alan Cox
2008-07-07 20:42                                                     ` Alan Cox
2008-07-07 20:42                                                       ` Alan Cox
2008-07-07 21:45                                                       ` David Miller
2008-07-07 21:45                                                         ` David Miller, Alan Cox
2008-07-07 21:14                                                         ` Alan Cox
2008-07-07 21:14                                                           ` Alan Cox
2008-07-07 21:58                                                           ` David Miller
2008-07-07 21:58                                                             ` David Miller, Alan Cox
2008-07-08  6:36                                                             ` Alan Cox
2008-07-08  6:36                                                               ` Alan Cox
2008-07-08  8:57                                                               ` David Miller
2008-07-08  8:57                                                                 ` David Miller, Alan Cox
2008-07-04 14:30                                 ` Theodore Tso
2008-07-04 14:30                                   ` Theodore Tso
2008-07-04 14:37                                   ` David Woodhouse
2008-07-04 14:37                                     ` David Woodhouse
2008-07-04 18:01                                   ` David Woodhouse
2008-07-04 18:01                                     ` David Woodhouse
2008-07-04 20:28                                     ` Sam Ravnborg
2008-07-04 20:28                                       ` Sam Ravnborg
2008-07-05  4:35                                   ` Jeff Garzik
2008-07-05  4:35                                     ` Jeff Garzik
2008-07-05  4:35                                     ` Jeff Garzik
2008-07-04 20:39                                 ` David Miller
2008-07-04 20:39                                   ` David Miller, Jeff Garzik
2008-07-04 14:10                               ` Theodore Tso
2008-07-04 14:10                                 ` Theodore Tso
2008-07-04 14:23                                 ` Takashi Iwai
2008-07-04 14:23                                   ` Takashi Iwai
2008-07-04 14:39                                   ` Hannes Reinecke
2008-07-04 14:39                                     ` Hannes Reinecke
2008-07-04 14:42                                     ` David Woodhouse
2008-07-04 14:42                                       ` David Woodhouse
2008-07-04 21:34                                       ` Grant Coady
2008-07-04 21:34                                         ` Grant Coady
2008-07-04 22:08                                         ` David Woodhouse
2008-07-04 22:08                                           ` David Woodhouse
2008-07-05  0:06                                         ` Gene Heskett
2008-07-04 23:13                                       ` Olivier Galibert
2008-07-04 23:13                                         ` Olivier Galibert
2008-07-04 23:58                                         ` Henrique de Moraes Holschuh
2008-07-04 23:58                                         ` Henrique de Moraes Holschuh
2008-07-04 23:58                                           ` Henrique de Moraes Holschuh
2008-07-05  0:51                                           ` Trent Piepho
2008-07-05  0:51                                             ` Trent Piepho
2008-07-05  3:52                                             ` Henrique de Moraes Holschuh
2008-07-05  3:52                                               ` Henrique de Moraes Holschuh
2008-07-05  6:01                                               ` Bill Fink
2008-07-05  6:01                                                 ` Bill Fink
2008-07-05 13:08                                                 ` Henrique de Moraes Holschuh
2008-07-05 13:08                                                   ` Henrique de Moraes Holschuh
2008-07-05  4:10                                           ` Jeff Garzik
2008-07-05  4:10                                             ` Jeff Garzik
2008-07-05  7:41                                         ` Takashi Iwai
2008-07-05  7:41                                           ` Takashi Iwai
2008-07-05  8:50                                           ` David Woodhouse
2008-07-05  8:50                                             ` David Woodhouse
2008-07-05 10:53                                           ` Olivier Galibert
2008-07-05 10:53                                             ` Olivier Galibert
2008-07-05 11:22                                             ` Andi Kleen
2008-07-05 11:22                                               ` Andi Kleen
2008-07-05 11:22                                               ` Andi Kleen
2008-07-05 12:02                                               ` Olivier Galibert
2008-07-05 12:02                                                 ` Olivier Galibert
2008-07-05 12:09                                                 ` Andi Kleen
2008-07-05 12:09                                                   ` Andi Kleen
2008-07-05 12:09                                                   ` Andi Kleen
2008-07-05 12:16                                                   ` David Woodhouse
2008-07-05 12:16                                                     ` David Woodhouse
2008-07-05 12:23                                                     ` Andi Kleen
2008-07-05 12:23                                                       ` Andi Kleen
2008-07-05 12:42                                                       ` David Woodhouse
2008-07-05 12:42                                                         ` David Woodhouse
2008-07-05 13:57                                                         ` Andi Kleen
2008-07-05 13:57                                                           ` Andi Kleen
2008-07-05 14:44                                                     ` Olivier Galibert
2008-07-05 14:44                                                       ` Olivier Galibert
2008-07-05 15:10                                                       ` David Woodhouse
2008-07-05 15:10                                                         ` David Woodhouse
2008-07-05 17:13                                                     ` Christoph Hellwig
2008-07-05 17:13                                                       ` Christoph Hellwig
2008-07-05 20:55                                                       ` David Woodhouse
2008-07-05 20:55                                                         ` David Woodhouse
2008-07-06 10:02                                                         ` Christoph Hellwig
2008-07-06 10:02                                                           ` Christoph Hellwig
2008-07-06 10:55                                                           ` David Woodhouse
2008-07-06 10:55                                                             ` David Woodhouse
2008-07-06 11:50                                                             ` Andi Kleen
2008-07-06 11:50                                                               ` Andi Kleen
2008-07-06 12:22                                                               ` David Woodhouse
2008-07-06 12:22                                                                 ` David Woodhouse
2008-07-04 14:44                                     ` Takashi Iwai
2008-07-04 14:44                                       ` Takashi Iwai
2008-07-04 14:24                                 ` maximilian attems
2008-07-04 14:24                                   ` maximilian attems
2008-07-04 14:24                                   ` maximilian attems
2008-07-04 14:36                                   ` Theodore Tso
2008-07-04 14:36                                     ` Theodore Tso
2008-07-05 10:26                                     ` maximilian attems
2008-07-05 10:26                                       ` maximilian attems
2008-07-05 10:26                                       ` maximilian attems
2008-07-04 14:31                                 ` David Woodhouse
2008-07-04 14:31                                   ` David Woodhouse
2008-07-04 20:37                               ` David Miller
2008-07-04 20:37                                 ` David Miller, David Woodhouse
2008-07-04 20:42                                 ` Arjan van de Ven
2008-07-04 20:42                                   ` Arjan van de Ven
2008-07-04 20:43                                   ` David Woodhouse
2008-07-04 20:43                                     ` David Woodhouse
2008-07-04 20:52                                     ` David Miller
2008-07-04 20:52                                       ` David Miller, David Woodhouse
2008-07-04 21:05                                       ` David Woodhouse
2008-07-04 21:05                                         ` David Woodhouse
2008-07-05  4:05                                       ` Valdis.Kletnieks
2008-07-04 20:51                                   ` David Miller
2008-07-04 20:51                                     ` David Miller, Arjan van de Ven
2008-07-04 20:59                                     ` Arjan van de Ven
2008-07-04 20:59                                       ` Arjan van de Ven
2008-07-04 21:12                                       ` David Woodhouse
2008-07-04 21:12                                         ` David Woodhouse
2008-07-04 21:10                                     ` Alan Cox
2008-07-04 21:10                                       ` Alan Cox
2008-07-04 20:53                                 ` David Woodhouse
2008-07-04 20:53                                   ` David Woodhouse
2008-07-05  4:04                                   ` Jeff Garzik
2008-07-05  4:04                                     ` Jeff Garzik
2008-07-04 13:42                           ` Andi Kleen
2008-07-04 13:42                             ` Andi Kleen
2008-07-03 20:34         ` David Miller
2008-07-03 20:34           ` David Miller, Jeff Garzik
2008-07-03 20:54           ` David Woodhouse
2008-07-03 20:54             ` David Woodhouse
2008-07-09 20:43             ` Alexandre Oliva
2008-07-09 20:43               ` Alexandre Oliva
2008-07-04 11:06       ` Takashi Iwai
2008-07-04 11:06         ` Takashi Iwai
2008-07-04 13:17         ` David Woodhouse
2008-07-04 13:17           ` David Woodhouse
2008-07-04 13:26           ` Takashi Iwai
2008-07-04 13:26             ` Takashi Iwai
2008-07-04 13:28             ` David Woodhouse
2008-07-04 13:28               ` David Woodhouse
2008-07-04 13:42             ` Jeff Garzik
2008-07-04 13:42               ` Jeff Garzik
2008-07-04 13:45               ` David Woodhouse
2008-07-04 13:45                 ` David Woodhouse
2008-07-04 14:10                 ` Jeff Garzik
2008-07-04 14:10                   ` Jeff Garzik
2008-07-04 14:13                   ` David Woodhouse
2008-07-04 14:13                     ` David Woodhouse
2008-07-05  6:14                     ` Jeff Garzik
2008-07-05  6:14                       ` Jeff Garzik
2008-07-04 13:28           ` Jeff Garzik
2008-07-04 13:28             ` Jeff Garzik
2008-07-03 16:10   ` Chuck Lever
2008-07-03 16:10     ` Chuck Lever
     [not found] ` <20080703020236.adaa51fa.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
2008-07-03 12:29   ` [BUILD-FAILURE] 2.6.26-rc8-mm1 - x86 - __ptep_modify_prot_start() missing Kamalesh Babulal
2008-07-03 12:29     ` Kamalesh Babulal
     [not found]     ` <20080703122943.GB6451-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2008-07-03 17:46       ` Andrew Morton
2008-07-03 17:46         ` Andrew Morton
2008-07-03 18:00         ` Jeremy Fitzhardinge
     [not found]           ` <486D13C3.3000409-TSDbQ3PG+2Y@public.gmane.org>
2008-07-03 18:14             ` Andrew Morton
2008-07-03 18:14               ` Andrew Morton
     [not found]               ` <20080703111418.19f568ca.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
2008-07-03 19:03                 ` Heiko Carstens
2008-07-03 19:03                   ` Heiko Carstens
2008-07-04 22:49   ` 2.6.26-rc8-mm1: unable to mount nfs shares Mariusz Kozlowski
2008-07-04 22:49     ` Mariusz Kozlowski
2008-07-04 22:49     ` Mariusz Kozlowski
     [not found]     ` <200807050049.33287.m.kozlowski-NWF1p15JEu3VItvQsEIGlw@public.gmane.org>
2008-07-04 23:07       ` Andrew Morton
2008-07-04 23:07         ` Andrew Morton
2008-07-04 23:07         ` Andrew Morton
2008-07-08 14:42   ` [BUG] 2.6.26-rc8-mm1 - sleeping function called from invalid context at include/linux/pagemap.h:291 Kamalesh Babulal
2008-07-08 14:42     ` Kamalesh Babulal
2008-07-08 14:42     ` Kamalesh Babulal
     [not found]     ` <48737CBE.4010301-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2008-07-12  7:15       ` KOSAKI Motohiro
2008-07-12  7:15         ` KOSAKI Motohiro
2008-07-12  7:15         ` KOSAKI Motohiro
2008-07-03 14:26 ` WARNING at acpi/.../utmisc.c:1043 [Was: 2.6.26-rc8-mm1] Jiri Slaby
2008-07-03 14:26   ` Jiri Slaby
2008-07-03 14:38   ` Andi Kleen
2008-07-03 14:38     ` Andi Kleen
2008-07-03 15:24     ` Jiri Slaby [this message]
2008-07-03 15:24       ` Jiri Slaby
2008-07-03 23:35 ` 2.6.26-rc8-mm1--No e100 :( logs say missing formware Grant Coady
2008-07-03 23:35   ` Grant Coady
2008-07-04  0:40   ` Andrew Morton
2008-07-04  0:40     ` Andrew Morton
2008-07-03 23:42 ` 2.6.26-rc8-mm1--No e100 :( logs say missing firmware Grant Coady
2008-07-03 23:42   ` Grant Coady
2008-07-04  2:48 ` Question: split-lur // Re: 2.6.26-rc8-mm1 KAMEZAWA Hiroyuki
2008-07-04  2:48   ` KAMEZAWA Hiroyuki
2008-07-04  9:02 ` memcg: lru scan fix (Was: 2.6.26-rc8-mm1 KAMEZAWA Hiroyuki
2008-07-04  9:02   ` KAMEZAWA Hiroyuki
2008-07-04 19:16   ` Rik van Riel
2008-07-04 19:16     ` Rik van Riel
2008-07-04 19:24     ` Andrew Morton
2008-07-04 19:24       ` Andrew Morton
2008-07-05  3:59       ` KAMEZAWA Hiroyuki
2008-07-05  3:59         ` KAMEZAWA Hiroyuki
2008-07-04  9:09 ` [PATCH] memcg: handle shmem's swap cache (Was 2.6.26-rc8-mm1 KAMEZAWA Hiroyuki
2008-07-04  9:09   ` KAMEZAWA Hiroyuki
2008-07-05  5:41   ` Balbir Singh
2008-07-05  5:41     ` Balbir Singh
2008-07-05  6:11     ` KAMEZAWA Hiroyuki
2008-07-05  6:11       ` KAMEZAWA Hiroyuki
2008-07-05  6:49       ` Balbir Singh
2008-07-05  6:49         ` Balbir Singh
2008-07-05  8:16         ` kamezawa.hiroyu
2008-07-05  8:16           ` kamezawa.hiroyu
2008-07-09 21:33 ` 2.6.26-rc8-mm1 - Missing AC97 power save Kconfig? Zan Lynx
2008-07-09 21:33   ` Zan Lynx
2008-07-09 22:05   ` Randy Dunlap
2008-07-09 22:05     ` Randy Dunlap
2008-07-09 22:34     ` Zan Lynx
2008-07-09 22:34       ` Zan Lynx

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=486CEF34.4000702@gmail.com \
    --to=jirislaby@gmail.com \
    --cc=ak@linux.intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    /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.