linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 2.5.38
@ 2002-09-22  4:34 Linus Torvalds
  2002-09-22  6:16 ` make bzImage fails on 2.5.38 Aniruddha Shankar
                   ` (9 more replies)
  0 siblings, 10 replies; 32+ messages in thread
From: Linus Torvalds @ 2002-09-22  4:34 UTC (permalink / raw)
  To: Kernel Mailing List


Trying to be a bit more timely about releases, especially since some 
people couldn't use 2.5.37 due to the X lockup that should hopefully
be fixed (no idea _why_ that old bug only started to matter recently, the 
bug itself was several months old).

ia64 updates, a vm86 mode bug that bit XFree86 startup (and must have
bitten dosemu too, but maybe people aren't using DOS much any more), PCI 
driver attach fixes, JFS, ACPI, net drivers etc.

		Linus

---

Summary of changes from v2.5.37 to v2.5.38
============================================

David Mosberger <davidm@tiger.hpl.hp.com>:
  o ia64: Minor cleanups
  o ia64: First draft of perfmon sampling-interval randomization
    support
  o ia64: Make sure register-backing store gets mapped with the right
    PTE protection bits
  o ia64: Fix return path of signal delivery for sigaltstack() case
  o ia64: Fix narrow window during which signal could be delivered with
    only the memory stack switched over to the alternate signal stack.
  o Fix edge-triggered IRQ handling.  See Linus's cset 1.611 for
    details
  o ia64: Fix comment in arch/ia64/kernel/signal.c
  o ia64: Fix x86 struct ipc_kludge (reported by R Sreelatha, fix
    proposed by Dave Miller).
  o ia64: Preserve f11-f15 around calls into firmware.  Patch by John
    Marvin
  o ia64: Dont execute srlz.d needlessly (reported by Chris Ruemmler)
  o ia64: Fix typo in perfmon.c.  (Patch by Stephane Eranian.)
  o ia64: Sync up with 2.5.35+.  Add ia64-specific huge page support
    (by Rohit Seth)
  o ia64: Make include/asm-ia64/suspend.h non-empty (suggested by Keith
    Owens)
  o ia64: Add arch/ia64/mm/hugetlbpage.c by Rohit Seth
  o ia64: A few huge page fixes (patch by Rohit Seth)
  o ia64: Fix zx1-platform support
  o ia64: Sync with 2.5.37
  o ia64: Reorganize initialization sequence a bit
  o ia64: Switch over to using ACPI PCI support routines.  This gets
    rid of much of the code-duplication that existed between ACPI and
    the ia64 IOSAPIC code.

<felipewd@terra.com.br>:
  o Add support for get-MII-data ioctls in 8139cp net driver

<fenghua.yu@intel.com>:
  o Optimize __ia64_save_fpu() and __ia64_load_fpu() for Itanium 2

<fletch@aracnet.com>:
  o free_area_init_node fix (for non discontigmem direct use)

Alexander Viro <viro@math.psu.edu>:
  o gendisk for pcd, cdu31a, cm206, mcd, mcdx, sbpcd, jsflash, mtdblock_ro,
    pf, swim3, loop, aztcd, gscd, optcd, sjcd, sonycd, stram, rd, nbd, xpram,
    acorn floppy, swim_iop
  o devfs handling for cdroms moved to register_disk()
  o misc cleanups
  o crapectomy and Lindent pf.c
  o switch to add_disk()
  o removal of bogus exports
  o beginning of probe_disk() and gendisks for floppy

Andy Grover <agrover@groveronline.com>:
  o ACPI: change a non-critical debug message to a lower output level
  o ACPI: Add include to provide PREFIX (Adrian Bunk)
  o ACPI: Re-enable compilation of ACPI subordinate drivers as modules
    (Bjoern A. Zeeb)

Dave Kleikamp <shaggy@kleikamp.austin.ibm.com>:
  o JFS: Avoid parallel allocations within the same allocation group
  o JFS: Slightly relax allocation group reservation
  o JFS: swsusp support
  o JFS: Put legacy OS/2 extended attributes in "os2." namespace
  o JFS: Fix compiler errors in xattr.c

David S. Miller <davem@redhat.com>:
  o missing unlock_kernel

Erich Focht <efocht@ess.nec.de>:
  o Remove global semaphore_lock for ia64, similar to i386 change for
    2.5.25

Jean Tourrilhes <jt@hpl.hp.com>:
  o Fix wavelan_cs net driver build
  o update irda nsc-ircc driver
  o More __FUNCTION__ cleanups for IrDA

Jeff Garzik <jgarzik@mandrakesoft.com>:
  o Add new MII lib functions mii_check_link, mii_check_media
  o Fix more IrDA __FUNCTION__ breakage.  It now builds, yay

Jens Axboe <axboe@suse.de>:
  o IDE fixes

Linus Torvalds <torvalds@home.transmeta.com>:
  o Don't try to attach a driver to a pci device that already has one
  o Don't do a 64-bit divide when a simple shift will do
  o Avoid confusion "mount" and "fsck" - don't show things like
    floppies and CD's in /proc/partitions.
  o Fix vm86 system call interface to entry.S. This has been broken
    since the thread_info support went in (early July), and can cause
    lockups at X startup etc.

Patrick Mochel <mochel@osdl.org>:
  o Adding driver model support in IDE

Petr Vandrovec <vandrove@vc.cvut.cz>:
  o Fix NCP_IOC_SETOBJECTNAME ioctl in ncpfs
  o Fix bigendian problems in ncpfs
  o Add support for text mount option string to ncpfs
  o ncpfs: Proper handling of watchdog packets
  o ncpfs: Verify packet signatures on replies
  o ncpfs: Pass unknown packets from server to userspace daemon. Now we
    can deliver server messages to logged-in users even with UDP or TCP
    transport.

Robert Love <rml@tech9.net>:
  o schedule() in_atomic() check

Steven Cole <elenstev@mesatop.com>:
  o Link eepro100 net driver with mii module, fixing static build

Stéphane Eranian <eranian@hpl.hp.com>:
  o ia64: perfmon update
  o perfmon cleanup patch
  o Fix bug in pfm_write_pmds()



^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2002-09-26 21:07 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-22  4:34 Linux 2.5.38 Linus Torvalds
2002-09-22  6:16 ` make bzImage fails on 2.5.38 Aniruddha Shankar
2002-09-22  6:31   ` Alexander Viro
2002-09-22  6:43     ` [PATCH] " Hiroshi Takekawa
2002-09-22  6:56     ` Aniruddha Shankar
2002-09-22  9:54     ` Arjan van de Ven
2002-09-22 10:14       ` Alexander Viro
2002-09-22 10:53 ` [BUG,PATCH] 2.5.38 floppy Philipp Matthias Hahn
2002-09-22 13:09 ` Linux 2.5.38 Adrian Bunk
2002-09-22 13:21   ` Alexander Viro
2002-09-22 20:02 ` Jochen Friedrich
2002-09-22 20:07   ` Arnaldo Carvalho de Melo
2002-09-22 20:22   ` Jochen Friedrich
2002-09-23  1:44     ` Peter Rival
2002-09-23  2:32       ` Linus Torvalds
2002-09-23  2:39         ` Jeff Garzik
2002-09-22 21:59 ` [PATCH] #include <linux/version.h> missing in drivers/usb/host/ohci-hcd.c Luc Van Oostenryck
2002-09-23 19:51   ` Greg KH
2002-09-23  0:19 ` Linux 2.5.38 Michel Eyckmans (MCE)
2002-09-23  0:57   ` Skip Ford
2002-09-23  2:27   ` Linus Torvalds
2002-09-23 23:06     ` Michel Eyckmans (MCE)
2002-09-23 23:23       ` Linus Torvalds
2002-09-24 22:42         ` Michel Eyckmans (MCE)
2002-09-25 17:46           ` Bill Davidsen
2002-09-26  0:43             ` Russell King
2002-09-24 12:54   ` [PATCH] export find_task_by_pid() for 2.5.38 James Morris
2002-09-23 12:53 ` Linux 2.5.38 Clemens Schwaighofer
2002-09-23 15:28 ` Linux 2.5.38 [PATCH] IrDA Philipp Matthias Hahn
2002-09-23 22:04   ` Jean Tourrilhes
2002-09-26 20:40 ` [PATCH] Re: Linux 2.5.38 Rasmus Andersen
2002-09-26 21:12 ` Rasmus Andersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).