android_kernel_samsung_msm8976/arch
Al Viro d8c215adbf um: convert count_lock to mutex, fix a race in line_open()
If two processes are opening the same line, the second to get
into line_open() will decide that it doesn't need to do anything
(correctly) or wait for anything.  The latter, unfortunately,
is incorrect - the first opener might not be through yet.  We
need to have exclusion covering the entire line_init(), including
the blocking parts.  Moreover, the next patch will need to
widen the exclusion on mconsole side of things, also including
the blocking bits, so let's just convert that sucker to mutex...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
2012-03-25 00:29:53 +01:00
..
alpha alpha: fix 32/64-bit bug in futex support 2012-03-05 15:49:43 -08:00
arm SH/R-Mobile fixes for 3.3-rc. 2012-03-12 22:47:20 -07:00
avr32
blackfin
c6x C6X: remove dead code from entry.S 2012-03-16 09:27:57 -04:00
cris
frv
h8300
hexagon
ia64
m32r
m68k
microblaze
mips MIPS: traps.c: Fix typo 2012-02-20 18:33:20 +01:00
mn10300
openrisc openrisc: Fix up audit_syscall_[entry|exit]() usage 2012-02-17 09:53:12 +01:00
parisc [PARISC] don't unconditionally override CROSS_COMPILE for 64 bit. 2012-02-28 09:39:28 -06:00
powerpc powerpc: Fix various issues with return to userspace 2012-02-22 16:48:53 +11:00
s390 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux 2012-03-01 18:22:55 -08:00
score
sh sh: fix up the ubc clock definition for sh7785. 2012-03-07 15:28:32 +09:00
sparc sparc32: Add -Av8 to assembler command line. 2012-03-13 18:19:51 -07:00
tile arch/tile/configs: convert to minimal configs via "make savedefconfig" 2012-03-14 14:33:16 -04:00
um um: convert count_lock to mutex, fix a race in line_open() 2012-03-25 00:29:53 +01:00
unicore32
x86 perf/x86: Fix local vs remote memory events for NHM/WSM 2012-03-12 20:43:41 +01:00
xtensa
.gitignore
Kconfig