Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'staging-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging

Pull staging tree fix from Greg KH:
"Here is a single android driver fix for 3.14-rc4 that fixes a reported
problem in the binder driver"

* tag 'staging-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
staging: binder: Fix death notifications

+1 -2
+1 -2
drivers/staging/android/binder.c
··· 2904 2904 refs++; 2905 2905 2906 2906 if (!ref->death) 2907 - goto out; 2907 + continue; 2908 2908 2909 2909 death++; 2910 2910 ··· 2917 2917 BUG(); 2918 2918 } 2919 2919 2920 - out: 2921 2920 binder_debug(BINDER_DEBUG_DEAD_BINDER, 2922 2921 "node %d now dead, refs %d, death %d\n", 2923 2922 node->debug_id, refs, death);