kernel-hacking-2024-linux-s.../drivers
Al Viro 1678ec00a6 mISDN: fix misdn_add_timer()/misdn_del_timer() race
do add_timer() *before* unlocking dev->lock, or unpleasant things can
happen if misdn_del_timer() on another CPU finds the sucker, calls
del_timer_sync() (which does nothing, since we hadn't started the
timer yet) and frees it, just as we get around to add_timer()...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2013-04-29 15:41:48 -04:00
..
accessibility
acpi procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
amba ARM: 7675/1: amba: tegra-ahb: Fix build error w/ PM_SLEEP w/o PM_RUNTIME 2013-03-15 17:20:02 +00:00
ata sata_svw: switch to ->show_info() 2013-04-09 14:13:28 -04:00
atm
auxdisplay
base ACPI and power management fixes for 3.9-rc2 2013-03-07 14:54:28 -08:00
bcma
block procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
bluetooth Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth 2013-03-18 15:17:11 -04:00
bus
cdrom
char procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
clk clk: vt8500: Fix "fix device clock divisor calculations" 2013-03-14 22:34:26 +01:00
clocksource
connector
cpufreq cpufreq / intel_pstate: Do not load on VM that does not report max P state. 2013-03-06 23:40:11 +01:00
cpuidle
crypto
dca
devfreq
dio
dma
edac EDAC: Merge mci.mem_is_per_rank with mci.csbased 2013-03-16 06:32:30 +01:00
eisa
extcon
firewire
firmware efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE 2013-03-22 20:08:01 +00:00
gpio Here are a few pinctrl fixes for the v3.9 rc series: 2013-03-24 10:11:29 -07:00
gpu procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
hid Merge branch 'for-3.9/upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid 2013-03-08 14:42:52 -08:00
hsi
hv
hwmon hwmon: (lm75.h) Update header inclusion 2013-03-18 21:19:49 +01:00
hwspinlock
i2c Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2013-03-23 12:32:14 -07:00
ide procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
idle
iio First round of iio fixes post the 3.9 merge window. 2013-03-06 05:48:24 +08:00
infiniband Small batch of InfiniBand/RDMA fixes for 3.9: 2013-03-25 09:44:40 -07:00
input arm-soc: bug fixes for 3.9-rc3 2013-03-18 08:17:14 -07:00
iommu iommu, x86: Add DMA remap fault reason 2013-03-06 09:41:51 +01:00
ipack
irqchip
isdn mISDN: fix misdn_add_timer()/misdn_del_timer() race 2013-04-29 15:41:48 -04:00
leds
lguest
macintosh procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
mailbox
md A few bugfixes for md 2013-03-23 15:49:49 -07:00
media dvb_frontend: don't mess with ->f_op in ->release() 2013-04-29 15:41:47 -04:00
memory
memstick
message mptctl: don't wank with fasync in ->release() 2013-04-29 15:41:44 -04:00
mfd mfd: twl4030-madc: Remove __exit_p annotation 2013-03-15 07:42:22 +01:00
misc lis3lv02d: don't wank with fasync() on ->release() 2013-04-29 15:41:46 -04:00
mmc
mtd MTD fixes for 3.9 2013-03-18 08:27:41 -07:00
net procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
nfc
ntb
nubus nubus: Don't use create_proc_entry() 2013-04-09 14:16:38 -04:00
of
oprofile
parisc procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
parport
pci procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
pcmcia
pinctrl Here are a few pinctrl fixes for the v3.9 rc series: 2013-03-24 10:11:29 -07:00
platform procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
pnp procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
power
pps
ps3
ptp
pwm
rapidio
regulator
remoteproc
rpmsg
rtc procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
s390 constify a bunch of struct file_operations instances 2013-04-09 14:16:20 -04:00
sbus
scsi mpt3sas: don't wank with fasync on ->release() 2013-04-29 15:41:46 -04:00
sfi
sh
sn
spi
ssb
staging vt6655: slightly clean reading config file 2013-04-09 15:16:50 -04:00
target tcm: switch to ->show_info() 2013-04-09 14:13:19 -04:00
tc
thermal thermal: exynos_thermal: return a proper error code while thermal_zone_device_register fail. 2013-03-11 23:09:29 +08:00
tty procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
uio
usb yurex: don't wank with fasync on ->release()... 2013-04-29 15:41:43 -04:00
uwb
vfio vfio: include <linux/slab.h> for kmalloc 2013-03-15 12:58:20 -06:00
vhost Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending 2013-03-23 16:51:55 -07:00
video pxa3xx-gcu: stop embedding file_operations into device-private object 2013-04-09 14:16:40 -04:00
virt
virtio
vlynq
vme
w1 w1: fix oops when w1_search is called from netlink connector 2013-03-12 16:20:46 -07:00
watchdog watchdog: sp5100_tco: Set the AcpiMmioSel bitmask value to 1 instead of 2 2013-03-22 23:21:55 +01:00
xen Fixes: 2013-03-12 20:25:53 -07:00
zorro procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
Kconfig
Makefile