]>
git.hungrycats.org Git - linux/log
Linus Torvalds [Mon, 9 Dec 2002 10:42:29 +0000 (02:42 -0800)]
Linux v2.5.51
Henrique Gobbi [Mon, 9 Dec 2002 09:31:57 +0000 (01:31 -0800)]
[PATCH] cyclades.c compile fix
Davide Libenzi [Mon, 9 Dec 2002 09:31:50 +0000 (01:31 -0800)]
[PATCH] epoll bits 0.59 ...
- Finalized the interface by :
* Having an epoll_event structure instead of using the pollfd
* Adding a 64 bit opaque data member to the epoll_event structure
* Removing the "fd" member from the epoll_event structure
* Removing the "revents" member to leave space for a unique 32 bit
"events" member
- Fixes the problem where, due the new callback'd wake_up() mechanism
loops might be generated by bringing deadlock or stack blow ups.
In fact a user could create a cycle by adding epoll fds inside
other epoll fds. The patch solves the problem by either :
* Moving the wake_up() call done on the poll wait queue head,
outside the locked region
* Implementing a new safe wake up function for the poll wait queue
head
- Some variable renaming
- Changed __NR_sys_epoll_* to __NR_epoll_* ( Hanna Linder )
- Blocked the add operation of an epoll file descriptor inside itself
- Comments added/fixed
Linus Torvalds [Mon, 9 Dec 2002 08:36:06 +0000 (00:36 -0800)]
Merge bk://fbdev.bkbits.net/fbdev-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
James Simmons [Mon, 9 Dec 2002 08:03:32 +0000 (00:03 -0800)]
Merge maxwell.earthlink.net:/usr/src/linus-2.5
into maxwell.earthlink.net:/usr/src/fbdev-2.5
James Simmons [Mon, 9 Dec 2002 07:47:42 +0000 (23:47 -0800)]
New NVIDIA and Radeon cards pci ids. Soon I will add support for these :-) Also a needed fix for fbcon.c.
James Simmons [Mon, 9 Dec 2002 06:42:05 +0000 (22:42 -0800)]
Merge bk://linux.bkbits.net/linux-2.5
into maxwell.earthlink.net:/usr/src/linus-2.5
Dave Jones [Mon, 9 Dec 2002 12:58:34 +0000 (11:58 -0100)]
Merge tetrachloride.(none):/mnt/stuff/kernel/2.5/bk-linus
into tetrachloride.(none):/mnt/stuff/kernel/2.5/agpgart
Greg Kroah-Hartman [Mon, 9 Dec 2002 03:31:26 +0000 (19:31 -0800)]
Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5
into kroah.com:/home/greg/linux/BK/gregkh-2.5
Art Haas [Mon, 9 Dec 2002 03:27:38 +0000 (19:27 -0800)]
[PATCH] C99 initializer for drivers/usb/storage/usb.c
Here's a small patch for the file. The patch is against 2.5.50.
Matthew Dharm [Mon, 9 Dec 2002 03:00:37 +0000 (19:00 -0800)]
[PATCH] PATCH: usb-storage: make internal structs more consistent
This patch makes ss->ep_int just like ep_in and ep_out for improved code
symmetry and readability. It may (on some architectures) also shrink the
size of the per-device data structure.
Matthew Dharm [Mon, 9 Dec 2002 02:59:40 +0000 (18:59 -0800)]
[PATCH] usb-storage: make CBI interrupt URBs one-shot
Change interrupt used for CBI from periodic to one-shot. This (a) reduces
consumed bandwidth, (b) makes the logic clearer, and (c) makes the abort
mechanism more uniform.
Greg Kroah-Hartman [Mon, 9 Dec 2002 02:23:16 +0000 (18:23 -0800)]
[PATCH] USB: fixup kobil_sct driver to build properly with urb callback changes.
Thomas Wahrenbruch [Mon, 9 Dec 2002 02:16:21 +0000 (18:16 -0800)]
[PATCH] USB: kobil_sct driver for 2.5.50
David Brownell [Mon, 9 Dec 2002 02:08:07 +0000 (18:08 -0800)]
[PATCH] patch 2.5.50+, ehci-hcd loop termination
While in search of a different bug, I found this one
that got in with the recent 'async_next' patch. The
schedule scan termination changed (had to), but it
wasn't quite correct. Slower and/or misbehaving
devices might have wedged a CPU ... fix is simple,
only restart the scan when the list may have changed.
Oliver Neukum [Mon, 9 Dec 2002 02:05:28 +0000 (18:05 -0800)]
[PATCH] USB usbfs: fix race between disconnect and usbdev_open
Greg Kroah-Hartman [Mon, 9 Dec 2002 01:49:29 +0000 (17:49 -0800)]
[PATCH] USB: Add Treo 300 id to the visor driver supported devices list.
Greg Kroah-Hartman [Mon, 9 Dec 2002 01:12:49 +0000 (17:12 -0800)]
[PATCH] USB: Fix compile error in usbmidi driver.
James Simmons [Mon, 9 Dec 2002 00:37:31 +0000 (16:37 -0800)]
Merge maxwell.earthlink.net:/usr/src/linus-2.5
into maxwell.earthlink.net:/usr/src/fbdev-2.5
James Simmons [Mon, 9 Dec 2002 00:23:05 +0000 (16:23 -0800)]
Merge bk://linux.bkbits.net/linux-2.5
into maxwell.earthlink.net:/usr/src/linus-2.5
Robert Love [Sun, 8 Dec 2002 09:59:50 +0000 (01:59 -0800)]
[PATCH] remove stale add_blkdev_randomness() uses
add_blkdev_randomness() is long gone, so remove stale declaration and
comments
Linus Torvalds [Sun, 8 Dec 2002 09:58:08 +0000 (01:58 -0800)]
Merge bk://kernel.bkbits.net/acme/misc-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Arnaldo Carvalho de Melo [Sun, 8 Dec 2002 10:01:30 +0000 (08:01 -0200)]
o parport/probe: fix up header cleanups: add include <linux/string.h>
Linus Torvalds [Sun, 8 Dec 2002 09:57:30 +0000 (01:57 -0800)]
Merge http://ppc.bkbits.net/for-linus-ppc64
into home.transmeta.com:/home/torvalds/v2.5/linux
Anton Blanchard [Mon, 9 Dec 2002 03:26:57 +0000 (14:26 +1100)]
ppc64: Renmove Pci_Large_Bus_System, nothing uses it
Anton Blanchard [Mon, 9 Dec 2002 03:08:36 +0000 (14:08 +1100)]
ppc64: merge some updates from 2.4
Anton Blanchard [Mon, 9 Dec 2002 02:45:19 +0000 (13:45 +1100)]
ppc64: extend ppc_find_proc_name to work on __init functions
Anton Blanchard [Mon, 9 Dec 2002 02:23:52 +0000 (13:23 +1100)]
ppc64: PCI rework 1
Anton Blanchard [Mon, 9 Dec 2002 00:00:33 +0000 (11:00 +1100)]
ppc64: Add sys_restart_syscall, from ppc32
Anton Blanchard [Sun, 8 Dec 2002 23:11:57 +0000 (10:11 +1100)]
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/for-alan
Linus Torvalds [Sun, 8 Dec 2002 09:56:18 +0000 (01:56 -0800)]
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Arnaldo Carvalho de Melo [Sun, 8 Dec 2002 09:54:44 +0000 (07:54 -0200)]
o net/wan/sealevel: remove unused flags variable
Arnaldo Carvalho de Melo [Sun, 8 Dec 2002 09:52:16 +0000 (07:52 -0200)]
o wanpipe: test_bit and friends requires a long pointer
Arnaldo Carvalho de Melo [Sun, 8 Dec 2002 09:42:11 +0000 (07:42 -0200)]
o if_wanpipe_common: test_bit and friends requires a long pointer
Arnaldo Carvalho de Melo [Sun, 8 Dec 2002 09:25:37 +0000 (07:25 -0200)]
o net/wan/sdla_fr: test_bit and friends require a long pointer
Arnaldo Carvalho de Melo [Sun, 8 Dec 2002 09:13:45 +0000 (07:13 -0200)]
o net/wan/hostess_sv11: remove unused variable flags
Arnaldo Carvalho de Melo [Sun, 8 Dec 2002 09:04:04 +0000 (07:04 -0200)]
o oss/maui: fix up header cleanups: add include <linux/interrupt.h>
Arnaldo Carvalho de Melo [Sun, 8 Dec 2002 09:01:42 +0000 (07:01 -0200)]
o scsi/pci2000: fix up header includes: add include <linux/interrupt.h>
Arnaldo Carvalho de Melo [Sun, 8 Dec 2002 09:00:09 +0000 (07:00 -0200)]
o scsi/pci2220i: fix up header cleanups: add include <linux/interrupt.h>
Arnaldo Carvalho de Melo [Sun, 8 Dec 2002 08:56:09 +0000 (06:56 -0200)]
o scsi/ini9100u: fix up header cleanups: add include <linux/interrupt.h>
Also clean up the includes a bit.
Arnaldo Carvalho de Melo [Sun, 8 Dec 2002 08:51:36 +0000 (06:51 -0200)]
o oss/wf_midi: fix up header cleanups, add include <linux/interrupt.h>
Arnaldo Carvalho de Melo [Sun, 8 Dec 2002 08:50:38 +0000 (06:50 -0200)]
o net/dl2k: set_bit requires a long pointer
Arnaldo Carvalho de Melo [Sun, 8 Dec 2002 07:37:17 +0000 (05:37 -0200)]
o appletalk/cops: s/spinlock_init/spin_lock_init/g
Anton Blanchard [Sun, 8 Dec 2002 06:47:54 +0000 (17:47 +1100)]
Merge samba.org:/scratch/anton/linux-2.5_ppc64_work
into samba.org:/scratch/anton/for-alan
Anton Blanchard [Sun, 8 Dec 2002 06:37:25 +0000 (17:37 +1100)]
ppc64: remove fake pci config read code, its currently broken
Anton Blanchard [Sun, 8 Dec 2002 06:35:20 +0000 (17:35 +1100)]
ppc64: get rid of -fomit-frame-pointer and implement xics ibm,int-on
David S. Miller [Sun, 8 Dec 2002 06:28:56 +0000 (22:28 -0800)]
Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5
into kernel.bkbits.net:/home/davem/net-2.5
David S. Miller [Sun, 8 Dec 2002 06:40:58 +0000 (22:40 -0800)]
[CRYPTO]: internal.h needs init.h
Adam J. Richter [Sun, 8 Dec 2002 06:36:58 +0000 (22:36 -0800)]
[CRYPTO]: Simplify crypto memory allocation.
David S. Miller [Sun, 8 Dec 2002 06:30:47 +0000 (22:30 -0800)]
Merge bk://kernel.bkbits.net/acme/net-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5
David S. Miller [Sun, 8 Dec 2002 06:19:07 +0000 (22:19 -0800)]
Merge davem@nuts.ninka.net:/home/davem/src/BK/sparc-2.5
into kernel.bkbits.net:/home/davem/sparc-2.5
Pete Zaitcev [Sun, 8 Dec 2002 06:33:57 +0000 (22:33 -0800)]
[SPARC]: kill NR_IRQS + 1 stuff.
David S. Miller [Sun, 8 Dec 2002 06:21:15 +0000 (22:21 -0800)]
[SPARC]: Header tidy to fix the build.
David S. Miller [Sun, 8 Dec 2002 06:11:23 +0000 (22:11 -0800)]
Merge davem@nuts.ninka.net:/home/davem/src/BK/sparc-2.5
into kernel.bkbits.net:/home/davem/sparc-2.5
David S. Miller [Sun, 8 Dec 2002 05:54:15 +0000 (21:54 -0800)]
[SPARC]: Update defconfig.
David S. Miller [Sun, 8 Dec 2002 05:12:36 +0000 (21:12 -0800)]
[SHAPER]: Make shapers_registers actually visible to shaper_exit.
Anton Blanchard [Sun, 8 Dec 2002 05:04:41 +0000 (16:04 +1100)]
ppc64: EEH cleanup from Todd Inglett
David S. Miller [Sun, 8 Dec 2002 05:02:12 +0000 (21:02 -0800)]
[NBD]: nbd.c wants blkdev.h and blk.h
David S. Miller [Sun, 8 Dec 2002 04:51:17 +0000 (20:51 -0800)]
[NBD]: Kill extraneous endif.
David S. Miller [Sun, 8 Dec 2002 04:46:41 +0000 (20:46 -0800)]
[SPARC64]: Update defconfig.
David S. Miller [Sun, 8 Dec 2002 04:46:10 +0000 (20:46 -0800)]
[COMPAT]: Convert to new nanosleep implementation.
David S. Miller [Sun, 8 Dec 2002 04:38:32 +0000 (20:38 -0800)]
[SPARC]: ADd ERESTART_RESTARTBLOCK signal return handling.
David S. Miller [Sun, 8 Dec 2002 04:32:25 +0000 (20:32 -0800)]
[SPARC]: Always use linux/thread_info.h now for C code.
David S. Miller [Sun, 8 Dec 2002 04:27:38 +0000 (20:27 -0800)]
[SPARC]: Add restart_block to thread_info.
David S. Miller [Sun, 8 Dec 2002 04:22:44 +0000 (20:22 -0800)]
[SPARC]: Add sys_restart_syscall entries.
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 23:00:36 +0000 (21:00 -0200)]
o net/dl2k: test_bit expects pointer to long
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 22:59:07 +0000 (20:59 -0200)]
o sound/mpu401: attach_mpu returns int
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 22:58:07 +0000 (20:58 -0200)]
o appletalk/cops: add missing linux/spinlock include
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 22:57:30 +0000 (20:57 -0200)]
o cdrom/gscd: fixup printk format specifier
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 22:46:09 +0000 (20:46 -0200)]
o ipv4/route: convert /proc/net/rt_cache to seq_file
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 21:42:18 +0000 (19:42 -0200)]
o stallion: use module_{init,exit}, {cleanup,init}_module now are macros
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 21:41:49 +0000 (19:41 -0200)]
o istallion: use module_{init,exit}, {cleanup,init}_module now are macros
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 21:33:19 +0000 (19:33 -0200)]
o epca: use module_{init,exit}, {cleanup,init}_module now are macros
Richard Henderson [Sat, 7 Dec 2002 20:04:29 +0000 (12:04 -0800)]
[TRIVIAL] Use asm-generic/topology.h.
From colpatch@us.ibm.com
Richard Henderson [Sat, 7 Dec 2002 19:50:44 +0000 (11:50 -0800)]
[ALPHA] Clean up Ivan's patch (ChangeSet 1.456.18.11) for the
Alcor buggy window.
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 13:25:11 +0000 (11:25 -0200)]
o dvb/saa7146_core: use pci_[gs]et_drvdata instead of pdev->driver_data
Fixes build, also move some zero initialized globals to .bss
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 13:07:07 +0000 (11:07 -0200)]
o sch_atm: sockfd_put is already defined similarly in linux/net.h
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 13:03:30 +0000 (11:03 -0200)]
o atm/mpc: fix up struct initialization
Fixes this:
net/atm/mpc.c:752: warning: braces around scalar initializer
Also converts it to C99 struct style initialization
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 12:57:03 +0000 (10:57 -0200)]
o watchdog/sbc60xxwdt: comment out goto label not being used
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 12:54:11 +0000 (10:54 -0200)]
o scx200_gpio: fix up header cleanups: add include <linux/fs.h>
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 12:53:30 +0000 (10:53 -0200)]
o zftape: zft_init cannot be static it is used also in lowlevel/ftape-init
Ivan Kokshaysky [Sat, 7 Dec 2002 12:37:29 +0000 (04:37 -0800)]
[PATCH] alpha pci update
- back out Jay's changes in quirk_cypress;
- take into account iommu windows setup for pci resources allocation;
- don't use 2nd arg in pcibios_update_resource(), it's going to be
removed;
- implement pcibios_enable_device() - currently we use the init-time
pdev_enable_device() which is sentenced to death.
Ivan.
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 12:27:04 +0000 (10:27 -0200)]
ip2main: remove unused variable rc in ip2_init_board
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 12:14:10 +0000 (10:14 -0200)]
o gus_wave: remove unused variable 'flags'
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 12:11:33 +0000 (10:11 -0200)]
o opl3sa2: remove spurious comma
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 12:07:57 +0000 (10:07 -0200)]
o atmtcp: fix struct initialization
Fix this warning:
drivers/atm/atmtcp.c:324: warning: braces around scalar initializer
Also convert it to C99 style initialization
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 11:56:14 +0000 (09:56 -0200)]
o nbd: fix up headers changes, include blk.h and blkdev.h
Also fix an unbalanced #endif
James Simmons [Sat, 7 Dec 2002 11:24:53 +0000 (03:24 -0800)]
Merge maxwell.earthlink.net:/usr/src/linus-2.5
into maxwell.earthlink.net:/usr/src/fbdev-2.5
James Simmons [Sat, 7 Dec 2002 10:13:35 +0000 (02:13 -0800)]
Merge bk://linux.bkbits.net/linux-2.5
into maxwell.earthlink.net:/usr/src/linus-2.5
Arnaldo Carvalho de Melo [Sat, 7 Dec 2002 10:01:38 +0000 (08:01 -0200)]
Merge conectiva.com.br:/home/BK/includes-2.5.old
into conectiva.com.br:/home/BK/includes-2.5
Richard Henderson [Sat, 7 Dec 2002 07:16:45 +0000 (23:16 -0800)]
Merge dorothy.sfbay.redhat.com:/dorothy/rth/linux/linus-2.5
into dorothy.sfbay.redhat.com:/dorothy/rth/linux/axp-2.5
Richard Henderson [Sat, 7 Dec 2002 07:13:52 +0000 (23:13 -0800)]
[ALPHA] Include asm/io.h in asm/pci.h to match i386
and thence fix a scsi build error.
Richard Henderson [Sat, 7 Dec 2002 07:11:14 +0000 (23:11 -0800)]
Merge ssh://are.twiddle.net/BK/axp-2.5
into dorothy.sfbay.redhat.com:/dorothy/rth/linux/axp-2.5
David S. Miller [Sat, 7 Dec 2002 06:31:19 +0000 (22:31 -0800)]
Merge nuts.ninka.net:/home/davem/src/BK/sparcwork-2.5
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5
Ivan Kokshaysky [Sat, 7 Dec 2002 05:59:16 +0000 (21:59 -0800)]
[PATCH] more typos in __stxncpy
[posted on axp-list yesterday; I already have some success reports]
- ev6: missing local label which causes oopses in several places.
BTW, I was quite surprised that `as' allows such things
(I guess it shouldn't):
br 1f
...
$foo:
...
1:
- ev5: t12 instead of t10 - corruption in ISO readdir, probably other
nastiness.
Also, minor cleanups:
- move the label in $unaligned, this should save a cycle or two;
- replace redundant `mskqh' with a nop (it doesn't save any cycles though);
- fix comment: t12 _is_ touched.
Applies to both 2.4 and 2.5.
Ivan.
Anton Blanchard [Sat, 7 Dec 2002 03:27:49 +0000 (14:27 +1100)]
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/linux-2.5_ppc64_work
Linus Torvalds [Sat, 7 Dec 2002 03:23:56 +0000 (19:23 -0800)]
Merge bk://ppc.bkbits.net/for-linus-ppc
into home.transmeta.com:/home/torvalds/v2.5/linux
Paul Mackerras [Sun, 8 Dec 2002 06:35:19 +0000 (17:35 +1100)]
PPC32: cope with PPC750FX rev 2.0 errata where we can't enable DPM
(dynamic power management)
Paul Mackerras [Sun, 8 Dec 2002 06:24:23 +0000 (17:24 +1100)]
PPC32: don't use call descend in boot Makefiles
Paul Mackerras [Sun, 8 Dec 2002 05:36:00 +0000 (16:36 +1100)]
PPC32: add support for restarting syscalls with ERESTART_RESTARTBLOCK