Al Viro
be7ee9b2f5
[PATCH] fix __user annotations in drivers/base/memory.c
...
sysfs store doesn't deal with userland pointers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:58:04 -05:00
Al Viro
73a09e626b
[PATCH] drivers/char/watchdog/sbc_epx_c3.c __user annotations
...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:57:58 -05:00
Al Viro
dad08dfc48
[PATCH] dvb NULL noise removal
...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:57:52 -05:00
Al Viro
4bb8089c86
[PATCH] kernel/sys.c NULL noise removal
...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:57:47 -05:00
Al Viro
53f087febf
[PATCH] timer.c NULL noise removal
...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:57:42 -05:00
Al Viro
76edc6051e
[PATCH] ipv4 NULL noise removal
...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:57:37 -05:00
Al Viro
e110ab94eb
[PATCH] fix __user annotations in fs/select.c
...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:57:31 -05:00
Al Viro
3023b438c4
[PATCH] missing include in ser_a2232
...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:57:25 -05:00
Al Viro
c350885854
[PATCH] fallout from ptrace consolidation patch: cris/arch-v10
...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:57:19 -05:00
Al Viro
7be7cbf684
[PATCH] drivers/scsi/mac53c94.c __iomem annotations
...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:57:14 -05:00
Al Viro
3ba9d91208
[PATCH] ppc: last_task_.... is defined only on non-SMP
...
... so it should be exported only on non-SMP.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:57:08 -05:00
Al Viro
304cd3efe6
[PATCH] restore power-off on sparc32
...
Damn you, Eric
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:57:02 -05:00
Al Viro
83ec98be05
[PATCH] fix breakage in ocp.c
...
it's ocp_device_...., not ocp_driver_....
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:56:57 -05:00
Al Viro
b6298c22c5
[PATCH] missing includes in drivers/net/mv643xx_eth.c
...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:56:52 -05:00
Al Viro
4fb7d9827e
[PATCH] drive_info removal outside of arch/i386
...
drive_info is used only by hd.c and that happens under #ifdef __i386__.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:56:47 -05:00
Al Viro
164006da31
[PATCH] bogus asm/delay.h includes
...
asm/delay.h is non-portable; linux/delay.h should be used in generic code.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:56:41 -05:00
Al Viro
1b8623545b
[PATCH] remove bogus asm/bug.h includes.
...
A bunch of asm/bug.h includes are both not needed (since it will get
pulled anyway) and bogus (since they are done too early). Removed.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2006-02-07 20:56:35 -05:00
Linus Torvalds
92118c739d
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
2006-02-07 16:29:55 -08:00
Linus Torvalds
b4669d66fb
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6
2006-02-07 16:29:27 -08:00
Linus Torvalds
b43d4ddaec
Merge git://oss.sgi.com:8090/oss/git/rc-fixes-xfs-2.6
2006-02-07 16:28:26 -08:00
Greg Ungerer
8e63e66b4c
[PATCH] m68knommu: use tty_schedule_flip() in 68328serial.c
...
Use the new tty_schedule_flip() instead of the original direct
schedule_work of the flip buffer.
Signed-off-by: Greg Ungerer <gerg@uclinux.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-02-07 16:19:15 -08:00
Greg Ungerer
e39485636b
[PATCH] m68knommu: use tty_schedule_flip() in 68360serial.c
...
Use the new tty_schedule_flip() instead of the original direct
schedule_work of the flip buffer.
Signed-off-by: Greg Ungerer <gerg@uclinux.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-02-07 16:16:54 -08:00
Greg Ungerer
230afb065b
[PATCH] m68knommu: hardirq.h needs definition of NR_IRQS
...
Need to include the local asm/irq.h to get the NR_IRQS definition.
Signed-off-by: Greg Ungerer <gerg@uclinux.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-02-07 16:16:54 -08:00
Greg Ungerer
10c1f71caa
[PATCH] m68knommu: need pm_power_off in m68knommu
...
Need place holders for the power management power off and idle functions.
Signed-off-by: Greg Ungerer <gerg@uclinux.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-02-07 16:16:53 -08:00
Greg Ungerer
a9cdffb14a
[PATCH] m68knommu: compile fixes for mcfserial.c
...
Re-organize the default CONSOLE baud rate define setting so that
it is only set once.
Use the new tty_schedule_flip() instead of the original direct
schedule_work of the flip buffer.
Signed-off-by: Greg Ungerer <gerg@uclinux.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-02-07 16:16:53 -08:00