30 Oct, 2005
23 commits
-
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
Fix TASK_SIZE for 32-bit processes on 64-bit kernels.
-
Signed-off-by: Ralf Baechle
-
initialization actually useful and as is certainly unmergable with
upstream.Signed-off-by: Ralf Baechle
-
drivers with ISA such as legacy free PCI.
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
Signed-off-by: Thiemo Seufer
Signed-off-by: Ralf Baechle -
Don't clobber the preloaded TI_FLAGS in a2 needlessly.
Unexport local functions.Signed-off-by: Thiemo Seufer
Signed-off-by: Ralf Baechle -
Signed-off-by: Thiemo Seufer
Signed-off-by: Ralf Baechle -
Signed-off-by: Thiemo Seufer
Signed-off-by: Ralf Baechle -
spot the typo...
Signed-off-by: Al Viro
Signed-off-by: Linus Torvalds -
Bluetooth HIDP selects INPUT and it really needs it to be there - module
depends on input core. And input core is never built on s390...Marked as broken on s390, for now; if somebody has better ideas, feel
free to fix it and remove dependency...Signed-off-by: Al Viro
Acked-by: Marcel Holtmann
Signed-off-by: Linus Torvalds -
switched to simple_read_from_buffer(), killed broken use of min().
Incidentally, that use of min() had been fixed once, only to be
reintroduced in commit 4244f72436ab77c3c29a6447af81734ab3925d85:[PATCH] USB: upgrade of the idmouse driver
[snip]
- if (count > IMGSIZE - *ppos)
- count = IMGSIZE - *ppos;
+ count = min ((loff_t)count, IMGSIZE - (*ppos));Note the lovely use of cast to shut the warning about misuse of min()
up...Signed-off-by: Al Viro
Signed-off-by: Linus Torvalds -
it's input_allocate_device(), not input_dev_allocate()...
Signed-off-by: Al Viro
Signed-off-by: Linus Torvalds -
frv, sh64, ia64 and sparc64 do not have do_settimeofday() exported (the
last two are using variant in kernel/time.c). Exports added to match
the rest of architectures.Signed-off-by: Al Viro
Signed-off-by: Linus Torvalds -
Signed-off-by: Al Viro
Signed-off-by: Linus Torvalds -
Signed-off-by: Al Viro
Signed-off-by: Linus Torvalds -
use of IS_ERR/PTR_ERR in infiniband/core/agent.c, without a portable
chain of includes pulling err.h (breaks on a bunch of platforms).Signed-off-by: Al Viro
Acked-by: Roland Dreier
Signed-off-by: Linus Torvalds -
trivial iomem annotations + missing memcpy_fromio() caught by those
Signed-off-by: Al Viro
Signed-off-by: Linus Torvalds -
Signed-off-by: Al Viro
Signed-off-by: Linus Torvalds -
exit_signal() (called from copy_process's error path) should decrement
->signal->live, otherwise forking process will miss 'group_dead' in
do_exit().Signed-off-by: Oleg Nesterov
Signed-off-by: Linus Torvalds -
as-iosched deals with aliased requests differently from other ioscheds.
It links together aliased requests using rq->queuelist instead of
spilling alises to dispatch queue like other ioscheds do. Requests
linked in this way cannot be merged.Unfortunately, generic q->last_merge handling patch didn't take this
into account and q->last_merge could be set to an aliased request
resulting in Badness, corrupt list and eventually panic.This explicitly marks aliased requests to be unmergeable.
Signed-off-by: Tejun Heo
Signed-off-by: Linus Torvalds
29 Oct, 2005
17 commits
-
fib_del_ifaddr() dereferences ifa->ifa_dev, so the code already assumes that
ifa->ifa_dev is non-NULL, the check is unnecessary.Signed-off-by: Jayachandran C.
Signed-off-by: Arnaldo Carvalho de Melo -
Expose faster ether compare for use by protocols and other
driver. And change name to be more consistent with other ether
address manipulation routines in same fileSigned-off-by: Stephen Hemminger
Signed-off-by: Arnaldo Carvalho de Melo -
The default value for tcp_tso_win_divisor is 3.
Signed-off-by: Akinobu Mita
Signed-off-by: Arnaldo Carvalho de Melo -
Thanks to Andrew for doing the hard work on this.
Signed-off-by: Greg Kroah-Hartman
-
This driver comes from the gnokii project.
Was further cleaned up by me to match recent usb-serial core changes.Signed-off-by: Greg Kroah-Hartman
-
This is a patch to get the ELV FHZ1000 Home Automation control device to
work with Linux. The patch adds a new device ID to the ftdi_sio driver.
It is for kernel version 2.6.13.4.Signed-off-by: Martin Hagelin
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Koen Kooi
-
With CONFIG_PM=n:
drivers/built-in.o(.text+0x1098c): In function `hub_thread':
drivers/usb/core/hub.c:2673: undefined reference to `.dpm_runtime_resume'
drivers/built-in.o(.text+0x10998):drivers/usb/core/hub.c:2674: undefined reference to `.dpm_runtime_resume'Please, never ever ever put extern decls into .c files. Use the darn header
files :(Cc: David Brownell
Signed-off-by: Andrew Morton
Signed-off-by: Greg Kroah-Hartman -
With CONFIG_PM=n:
drivers/built-in.o(.text+0x2a69c): In function `ohci_hub_control':
drivers/usb/host/ohci-hub.c:539: undefined reference to `.usb_hcd_resume_root_hub'
drivers/built-in.o(.text+0x2b920): In function `ohci_irq':
drivers/usb/host/ohci-hcd.c:726: undefined reference to `.usb_hcd_resume_root_hub'Cc: David Brownell
Signed-off-by: Andrew Morton
Signed-off-by: Greg Kroah-Hartman -
This patch (as592) makes a few small improvements to the way device
strings are handled, and it fixes some bugs in a couple of other sysfs
attribute routines. (Look at show_configuration_string() to see what I
mean.)Signed-off-by: Alan Stern
Signed-off-by: Greg Kroah-Hartman -
This patch (as591) fixes a rather innocuous bug that has been around for
quite a long time: Virtual root hubs should have a maxpacket length of
64 for endpoint 0. I didn't realize it was wrong until I started
looking through the endpoint attribute files.Signed-off-by: Alan Stern
Signed-off-by: Greg Kroah-Hartman -
This patch (as590) fixes up all the remaining places where usbcore can
use kzalloc rather than kmalloc/memset.Signed-off-by: Alan Stern
Signed-off-by: Greg Kroah-Hartman -
I can't stand text lines that wrap-around in my 80-column windows. This
patch (as589) makes cosmetic changes to a couple of source files.Signed-off-by: Alan Stern
Signed-off-by: Greg Kroah-Hartman