On Mon, 24 Sep 2007 01:51:17 -0700 Jonathan Campbell wrote:Regarding only the DMI-disable patch: This seems reasonable, so I tried to use it. Here are the results and comments and meta-comments. 1. Please forcibly wrap text lines in mail body at around column 70-72. 2. Put patches inline in the mail body, not as attachments. 3. Make patches against current mainline (e.g., 2.6.23-rc7), not against the stable tree. Mainline is where someone would end up applying them. 4. The DMI patch does not build against current mainline. It needs the additional patch below (at end of mail). 5. The Kconfig part of the DMI patch contains a trailing space. No brownie today. 6. The Kconfig entry for "config DMI" should not be listed under "Processor types and features". It should just go into the main EMBEDDED menu: menuconfig EMBEDDED bool "Configure standard kernel features (for small systems)" After all of these fixes, I can ack the patch. --- From: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> --- drivers/acpi/thermal.c | 2 ++ 1 file changed, 2 insertions(+) --- linux-2.6.23-rc7.orig/drivers/acpi/thermal.c +++ linux-2.6.23-rc7/drivers/acpi/thermal.c @@ -1440,7 +1440,9 @@ static int __init acpi_thermal_init(void { int result = 0; +#ifdef CONFIG_DMI dmi_check_system(thermal_dmi_table); +#endif /* CONFIG_DMI */ if (off) { printk(KERN_NOTICE "ACPI: thermal control disabled\n"); -
| Linus Torvalds | Linux 2.6.21-rc4 |
| Jens Axboe | [PATCH 0/8] IO queuing and complete affinity |
| Nicholas A. Bellinger | Re: Integration of SCST in the mainstream Linux kernel |
| Robin Lee Powell | NFS hang + umount -f: better behaviour requested. |
git: | |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Ingo Molnar | Re: [crash] BUG: unable to handle kernel NULL pointer dereference at 0000000000000... |
| Gerrit Renker | [PATCH 19/37] dccp: Header option insertion routine for feature-negotiation |
| Gary Thomas | Marvell 88E609x switch? |
| Jamie Lokier | Re: silent semantic changes with reiser4 |
| Jan Kara | [PATCH 10/16] ext4: Remove syncing logic from ext4_file_write |
| Jack Stone | Re: Versioning file system |
| Jens Axboe | [PATCH 8/8] vm: Add an tuning knob for vm.max_writeback_pages |
