ACPI: fix fan module removal when ACPI_PROCFS is disabled
On Tue, Apr 27, 2010 at 01:12:49PM -0400, Len Brown wrote: When ACPI_PROCFS is disabled, /proc/acpi/fan/ directory is not created. So, it should not be removed during the module removal either. Yes, this patch would make the #ifdefs consistent. But it looks like remove_proc_entry() just silently doe... 27 Apr 2010 14:28
[RFC] PCMCIA patches for 2.6.34-rc5 -- 2nd batch
Hey, in order to solve bugzilla bug 13426, and to fix another bug Alexander Kurz tracked down, I intend to submit a pull request for two additional patches tomorrow. They're available at git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git urgent As usual, I'm interested in your input to this p... 27 Apr 2010 13:20
[PATCH -mm 0/6] remove unnecessary sync_single_range_* in dma_map_ops
On Tue, Apr 27, 2010 at 09:25:34PM +0900, FUJITA Tomonori wrote: This patchset removes useless sync_single_range_for_cpu and sync_single_range_for_device hooks in dma_map_ops. These hooks were for dma_sync_single_range_* DMA API, however, the API became obsolete (the description in DMA API docs was removed ... 27 Apr 2010 13:20
acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification
Acked-by: Venkatesh Pallipadi <venki(a)google.com> On Tue, Apr 27, 2010 at 7:57 AM, Thomas Renninger <trenn(a)suse.de> wrote: This has been found be review. Currently PRE/POSTCHANGE events seem to only be thrown for one core if the BIOS tells us to run in CPU_ANY mode (switching one/any of the depending c... 27 Apr 2010 13:19
[PATCH] trivial: inode uses a mutex instead of a semaphore.
Replace the introduced i_sem by an i_mutex in the filesystem locking documentation. This was introduced [1] after all occurrences were already replaced in the same text [2]. However, the term "inode semaphore" has not been replaced then, and it's replaced now. [1] afddba49d18f346e5cc2938b6ed7c512db18ca68 [2] a7b... 27 Apr 2010 13:19
[PATCH] ACPI: fix fan module removal when ACPI_PROCFS is disabled
When ACPI_PROCFS is disabled, /proc/acpi/fan/ directory is not created. So, it should not be removed during the module removal either. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo(a)holoscopio.com> --- drivers/acpi/fan.c | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git ... 27 Apr 2010 13:19
threaded interrupt handler
Top half of interrupt is implemented as kernel thread in my embedded linux , this act as a Home Router . It has a wan -interface (eth1 ) and lan-interface t( eth0 ) https://rt.wiki.kernel.org/index.php/RT_PREEMPT_HOWTO http://lwn.net/Articles/302043/ 1. if i flood packets on my wan network interface , i ... 27 Apr 2010 13:19
linux-next: April 27 (mm/page-writeback)
When CONFIG_BLOCK is not enabled: mm/page-writeback.c:707: error: dereferencing pointer to incomplete type mm/page-writeback.c:708: error: dereferencing pointer to incomplete type --- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vge... 27 Apr 2010 14:28
linux-next: April 27 (iscsi_ibft)
when CONFIG_ACPI is not enabled: drivers/firmware/iscsi_ibft_find.c:112: error: dereferencing pointer to incomplete type drivers/firmware/iscsi_ibft_find.c:112: error: dereferencing pointer to incomplete type drivers/firmware/iscsi_ibft_find.c:112: warning: type defaults to 'int' in declaration of 'type name' dri... 11 May 2010 15:39
[ANNOUNCE] 2.6.33.3-rt16
We are pleased to announce the next update to our new preempt-rt series. I pushed out rt14 and rt15 w/o a release mail, so here are the change logs from rt13 to rt16 Changes from rt13 to rt14 846bcf3: Merge 2.6.33.3 863c3ad: net: Fix iptables get_counters() Changes from rt14 to rt15 510cc22: net: gi... 27 Apr 2010 12:11