- 13 Dec, 2002 13 commits
-
-
Matthew Wilcox authored
This driver does not need to use atomic operations on local variables.
-
Robert Love authored
Trivial but annoying: two printk() calls in drivers/scsi/hosts.c are missing '\n' Also, for some reason I have not yet investigated, shost_tp->name is NULL here. This should not be, eh? If it can be, we should do something to tidy up the printing of it.
-
Robert Love authored
This error message is uber annoying and needs to go. Non-root can flood the console with this junk on invalid SCSI CD-ROM ioctl(), and that is exactly what gnome-cd does. An illegal ioctl() returns an error to the program. That is sufficient - we do not need KERN_ERROR warnings all over the place. Especially when any user can cause them at any rate.
-
Rusty Russell authored
In some configurations, parport and bttv request a module inside their module_init function. Drop the lock around mod->init(), change module->live to module->state so we can detect modules which are in init.
-
Rusty Russell authored
module-init-tools 0.9 and newer supply a replacement depmod, so it's safe to run again. Also, some external programs like PCMCIA and mkinitrd really want the directory hierarchy in /lib/modules back again: it makes no difference to the tools (since 0.9), so revert it.
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
Peter Braam authored
Relatively straightforward fixes for intermezzo problems in 2.5.50. I think all of them related to: - two missing headers - use of timespec instead of time_t.
-
bk://are.twiddle.net/axp-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
http://jfs.bkbits.net/linux-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Andy Grover authored
-
Petko Manolov authored
I made the changes to the set/get_registers code.
-
- 12 Dec, 2002 11 commits
-
-
Richard Henderson authored
Cset exclude: rth@dorothy.sfbay.redhat.com|ChangeSet|20021207231352|30637
-
Andy Grover authored
- remove NATIVE_CHAR typedef - remove ACPI_{GET,VALID}_ADDRESS macros - fix memory corruption in deletion of a static AML buffer - fix fault caused by 0-length AML - fix user-buffer overwrite/corruption of buffer is too small - fix buffer-to-string conversion
-
Greg Kroah-Hartman authored
This allowed a lock to be removed. Also removed the MOD_* functions, and some remove logic was cleaned up by Oliver Neukum.
-
Greg Kroah-Hartman authored
-
Andy Grover authored
into groveronline.com:/root/bk/linux-acpi
-
Andreas Busch authored
here is an id-patch to get the Sony Cybershot F717 6meg pixel digital camera working with the standard usb-storage device driver.
-
Greg Kroah-Hartman authored
-
Ari Juhani Hämeenaho authored
Here are minimal usb_find_interface() patches for the core, usblp and scanner. Basic design is: - device major (USB_MAJOR for now) and minor are stored in probe() function to struct usb_interface as kdev_t - open() can use new core function usb_find_interface() to find matching device in drivers device list - disconnect() will set kdev_t struct usb_interface to NODEV, so open wont open it anymore without new probe() I tested these patches and they work for me. I will work on small patches of other work in these drivers (like removal of lock_kernel/unlock_kernel in usblp, fixing the disconnect problems in both drivers etc.). Those patches would be very small too, but there will be quite many.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
Thanks to Pat Mochel for pointing this out to me.
-
- 11 Dec, 2002 1 commit
-
-
Marcel Holtmann authored
This patch disables the USB Bluetooth TTY driver (bluetty.o) from the drivers/usb/class directory if the Linux Bluetooth subsystem is selected.
-
- 10 Dec, 2002 5 commits
-
-
Dave Kleikamp authored
The logic surrounding COMMIT_Holdlock was well-intentioned to reduce latency when deleting files, but it can also result in a hang that I don't have good fix for. I don't think removing this will hurt our overall performance very much.
-
Dave Kleikamp authored
jfs_destroy_inode was assuming that active_ag should never be set coming into this routine. Since it's possible for file to be extended after the file descriptor has been closed, we need to allow the possibility. (Dirty pages of memory mapped files can be written after the file has been closed.)
-
Greg Kroah-Hartman authored
This means that all individual usb-serial ports show up as their own devices in the driver model tree.
-
Marek Michalkiewicz authored
sorry to bother you again - now that 2.4.20 is out, is there any chance to include this in 2.4.21? I've been trying since 2.4.19, a few other UNUSUAL_DEV entries were added, but not this one... The device works fine with the patch (and doesn't work at all without it) for me and a few other people (devices with different "marketing" names, the same vendor:device id), no one has reported any problems. The patch has been in the 2.4-ac tree for a while, too.
-
Pete Zaitcev authored
I was getting annoyed that nobody fixed the obviously broken debounce loop, so I had to go ahead and fix that.
-
- 09 Dec, 2002 10 commits
-
-
bk://linux.bkbits.net/linux-2.5Dave Kleikamp authored
into hostme.bitkeeper.com:/ua/repos/j/jfs/linux-2.5
-
Andy Grover authored
into groveronline.com:/root/bk/linux-acpi
-
http://linux-acpi.bkbits.net/linux-acpiLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
* 5704-A0 chip-specific patch. fixes PXE issue. * the existence of the mini ring is an urban legend. (no production board has it; it requires external SRAM) * re-arrange driver-private struct to be cacheline-friendly.
-
Jeff Garzik authored
(from lkml)
-
Dave Jones authored
into tetrachloride.(none):/mnt/stuff/kernel/2.5/agpgart
-
Andy Grover authored
-
Linus Torvalds authored
-
Henrique Gobbi authored
-