First
|
Prev |
Next
|
Last
Pages: 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920
[PATCH -next] staging: fix wlan-ng depends From: Randy Dunlap <randy.dunlap(a)oracle.com> drivers/built-in.o: In function `wlan_free_wiphy': (.text+0x3f5eb5): undefined reference to `wiphy_unregister' drivers/built-in.o: In function `wlan_free_wiphy': (.text+0x3f5ec4): undefined reference to `wiphy_free' drivers/built-in.o: In function `wlan_create_wiphy':... 23 Jun 2010 23:52
[patch 45/52] fs: icache RCU hash lookups Signed-off-by: Nick Piggin <npiggin(a)suse.de> --- fs/inode.c | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) Index: linux-2.6/fs/inode.c =================================================================== --- linux-2.6.orig/fs/inode.c +++ linux-2.6/fs/inode.c @... 23 Jun 2010 23:52
[patch 24/52] fs: dcache reduce d_parent locking Use RCU property of dcache to simplify locking in some places where we take d_parent and d_lock. Comment: don't need rcu_deref because we take the spinlock and recheck it. Signed-off-by: Nick Piggin <npiggin(a)suse.de> -- Index: linux-2.6/fs/dcache.c ===========================================================... 23 Jun 2010 23:52
[patch 26/52] fs: icache lock s_inodes list Protect sb->s_inodes with a new lock, sb_inode_list_lock. Signed-off-by: Nick Piggin <npiggin(a)suse.de> --- fs/drop_caches.c | 4 ++++ fs/fs-writeback.c | 4 ++++ fs/inode.c | 12 ++++++++++++ fs/notify/inode_mark.c | 2 ++ fs/notify/inotify/inotify.c | ... 23 Jun 2010 23:52
[patch 02/52] fs: fix superblock iteration race list_for_each_entry_safe is not suitable to protect against concurrent modification of the list. 6754af6 introduced a race in sb walking. list_for_each_entry can use the trick of pinning the current entry in the list before we drop and retake the lock because it subsequently follows cur->next. However list_for_ea... 23 Jun 2010 23:52
[patch 20/52] fs: dcache reduce dcache_inode_lock dcache_inode_lock can be avoided in d_delete() and d_materialise_unique() in cases where it is not required. Signed-off-by: Nick Piggin <npiggin(a)suse.de> --- fs/dcache.c | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) Index: linux-2.6/fs/dcache.c ===========================... 23 Jun 2010 23:52
[patch 25/52] fs: dcache DCACHE_REFERENCED improve dentry referenced bit is only set when installing the dentry back onto the LRU. However with lazy LRU, the dentry can already be on the LRU list at dput time, thus missing out on setting the referenced bit. Fix this. Signed-off-by: Nick Piggin <npiggin(a)suse.de> Index: linux-2.6/fs/dcache.c ==================... 23 Jun 2010 23:52
[RFC 2/5] NMI return notifier Many kernel services can not be used in NMI handler. So NMI handler needs a mechanism to do these operations in other contexts such as IRQ and process. This patch implements such a mechanism based on soft_irq in a similar way as user return notifier. A new soft_irq named NMI_RETURN_NOTIFIER_SOFTIRQ is defined an... 23 Jun 2010 23:52
[RFC 4/5] x86, Use NMI return notifier in MCE Use general NMI return notifier mechanism to replace the self interrupt used in MCE handler. Signed-off-by: Huang Ying <ying.huang(a)intel.com> --- arch/x86/include/asm/entry_arch.h | 4 -- arch/x86/include/asm/irq_vectors.h | 5 --- arch/x86/kernel/cpu/mcheck/mce.c | 50 +++++-------------------------... 23 Jun 2010 23:52
linux-next: build failure after merge of the sound tree Hi Takashi, After merging the sound tree, today's linux-next build (x86_64 allmodconfig) failed like this: sound/usb/mixer.c: In function 'get_ctl_value_v1': sound/usb/mixer.c:308: error: 'struct usb_mixer_interface' has no member named 'ctrlif' Caused by commit 3d8d4dcfd423b01ef7ea7c3c97720764b7adb6df ("ALS... 28 Jun 2010 12:50 |