public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.4.26-pre5
@ 2004-03-20  5:54 Marcelo Tosatti
  2004-03-21  0:48 ` Bert Kammerer
  0 siblings, 1 reply; 4+ messages in thread
From: Marcelo Tosatti @ 2004-03-20  5:54 UTC (permalink / raw)
  To: linux-kernel


Hi, 

Here goes the fifth -pre of 2.4.26.

It includes a number of USB bugfixes/updates, SCSI driver/stack fixes from 
Doug Ledford, another ACPI update, amongst others.

This is probably the last -pre of 2.4.26 series.

Detailed changelog follows

Summary of changes from v2.4.26-pre4 to v2.4.26-pre5
============================================

<brill:fs.math.uni-frankfurt.de>:
  o USB Storage: unusual_devs.h entry submission

<dledford:build-base.perf.redhat.com>:
  o scsi_lib.c: Fix sg segment recounting
  o Fix various minor compiler warning issues
  o Fix for Red Hat bug #98264, usb reset locking problem
  o sym53c8xx:  Only do SCSI-3 PPR message based negotiations on SCSI-3 devices or SCSI-2 devices that know to set the DT bit in their INQUIRY return data.
  o scsi_scan.c: Correctness fix for scanning of multi-lun devices
  o scsi_scan.c: Add an option for making linux treat offlined devices as online
  o Update the error handler to use mod_timer
  o Don't leak command structs when no device is found

<jamesl:appliedminds.com>:
  o USB: Fixing HID support for non-explicitly specified usages

<michal_dobrzynski:mac.com>:
  o USB: add IRTrans support to ftdi_sio driver

<mlotek:foobar.pl>:
  o USB: another unusual_devs.h change

<not:just.any.name>:
  o USB: Using physical extents instead of logical ones for NEC USB HID gamepads

<pg:futureware.at>:
  o USB: more FTDI-SIO devices

<rene.herman:keyaccess.nl>:
  o 8139too assertions

<ricklind:us.ibm.com>:
  o block layer accounting fix

Alan Stern:
  o USB: fix unneeded SubClass entry in unusual_devs.h

Dave Kleikamp:
  o JFS: zero new log pages, etc

David Brownell:
  o USB Gadget: ethernet gadget locking tweaks
  o USB: EHCI updates (mostly periodic schedule scanning)
  o USB Gadget: make usb gadget strings talk utf-8
  o USB: add "gadget_chips.h"
  o USB: gadget config buffer utilities
  o USB: usb gadget, dualspeed {run,compile}-time flags
  o USB: gadget zero, simplified controller-specific configuration

Don Fry:
  o pcnet32 correct names for changes
  o pcnet32.c oops

Greg Kroah-Hartman:
  o USB: add support for the Aceeca Meazura device to the visor driver

Ian Abbott:
  o USB: ftdi_sio new PIDs and name fix for sysfs

Jeff Garzik:
  o Update pci_ids.h with new Intel PCI ids
  o Add Intel ICH6 irq router
  o Add Intel PCI ids to i810_audio
  o Add Intel PCI ids to IDE (PATA) driver
  o [netdrvr natsemi] Fix RX DMA mapping

Kumar Gala:
  o [PPC32] Modified OCP support so its not IBM specific and added new APIs to allow modification of the device tree before drivers are bound

Len Brown:
  o [ACPI] acpi_wakeup_address - print only when broken
  o [ACPI] global lock macro fixes (Paul Menage, Luming Yu) http://bugzilla.kernel.org/show_bug.cgi?id=1669
  o [ACPI] SMP poweroff (David Shaohua Li) http://bugzilla.kernel.org/show_bug.cgi?id=1141
  o [ACPI] ACPICA 20040311 from Bob Moore
  o [ACPI] add boot parameters "acpi_osi=" and "acpi_serialize" acpi_osi= will disable the _OSI method -- which by default tells the BIOS to behave as if Windows is the OS.

Luca Tettamanti:
  o USB: fix hid-core compile warning

Manfred Spraul:
  o forcedeth update

Marcelo Tosatti:
  o Changed EXTRAVERSION to -pre5

Martin Diehl:
  o USB: fix stack usage in pl2303 driver

Paul Mackerras:
  o [PPC32] Add support for the EP405/EP405PC embedded platforms
  o [PPC32] Avoid prefetching past the end of the source in copy routines
  o [PPC32] Add stabs debug entries to some assembler files
  o [PPC32] Add support for the Redwood 5 and 6 embedded boards

Paulo Marques:
  o USB: usblp.c (Was: usblp_write spins forever after an error)

Per Winkvist:
  o USB Storage: unusual devs fix for Pentax cameras

Pete Zaitcev:
  o USB: Change the USB Maintainer entry
  o USB: fix hid-input problem with BTC keyboards
  o Trivial input.c change: Add missing new line on error case printk()

Petko Manolov:
  o USB: patch for pegasus.h
  o USB: another patch to pegasus.h

Richard Curnow:
  o USB: Fix handling of bounce buffers by rh_call_control

Stelian Pop:
  o sonypi driver update
  o meye driver update

Thomas Chen:
  o USB: fix little bug in io_edgeport.c

Thomas Sailer:
  o USB: OSS audio driver workaround for buggy descriptors



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

* RE: Linux 2.4.26-pre5
  2004-03-20  5:54 Linux 2.4.26-pre5 Marcelo Tosatti
@ 2004-03-21  0:48 ` Bert Kammerer
  2004-03-21  4:35   ` Marcelo Tosatti
  0 siblings, 1 reply; 4+ messages in thread
From: Bert Kammerer @ 2004-03-21  0:48 UTC (permalink / raw)
  To: 'Marcelo Tosatti'; +Cc: linux-kernel

Hello Marcelo,

You're my last hope :-)

Ever since 2.4.25, when compiling it in to any RedHat 7.3 machine, the
following appears in dmesg:

attempt to access beyond end of device
03:02: rw=0, want=1020128, limit=1020127

I traced this to the mount version that ships with RedHat 7.3
(mount-2.11n). Upgrading mount to a newer version gets rid of the
messages, but I am unsure as to whether or not the errors are really
going away. Do you have any comments/suggestions concerning this issue?

Thanks a million!

Bert


On Sun, 20 Mar 2004, Marcelo Tosatti wrote:

Hi, 

Here goes the fifth -pre of 2.4.26.

It includes a number of USB bugfixes/updates, SCSI driver/stack fixes
from 
Doug Ledford, another ACPI update, amongst others.

This is probably the last -pre of 2.4.26 series.

Detailed changelog follows

Summary of changes from v2.4.26-pre4 to v2.4.26-pre5
============================================

<brill:fs.math.uni-frankfurt.de>:
  o USB Storage: unusual_devs.h entry submission

<dledford:build-base.perf.redhat.com>:
  o scsi_lib.c: Fix sg segment recounting
  o Fix various minor compiler warning issues
  o Fix for Red Hat bug #98264, usb reset locking problem
  o sym53c8xx:  Only do SCSI-3 PPR message based negotiations on SCSI-3
devices or SCSI-2 devices that know to set the DT bit in their INQUIRY
return data.
  o scsi_scan.c: Correctness fix for scanning of multi-lun devices
  o scsi_scan.c: Add an option for making linux treat offlined devices
as online
  o Update the error handler to use mod_timer
  o Don't leak command structs when no device is found

<jamesl:appliedminds.com>:
  o USB: Fixing HID support for non-explicitly specified usages

<michal_dobrzynski:mac.com>:
  o USB: add IRTrans support to ftdi_sio driver

<mlotek:foobar.pl>:
  o USB: another unusual_devs.h change

<not:just.any.name>:
  o USB: Using physical extents instead of logical ones for NEC USB HID
gamepads

<pg:futureware.at>:
  o USB: more FTDI-SIO devices

<rene.herman:keyaccess.nl>:
  o 8139too assertions

<ricklind:us.ibm.com>:
  o block layer accounting fix

Alan Stern:
  o USB: fix unneeded SubClass entry in unusual_devs.h

Dave Kleikamp:
  o JFS: zero new log pages, etc

David Brownell:
  o USB Gadget: ethernet gadget locking tweaks
  o USB: EHCI updates (mostly periodic schedule scanning)
  o USB Gadget: make usb gadget strings talk utf-8
  o USB: add "gadget_chips.h"
  o USB: gadget config buffer utilities
  o USB: usb gadget, dualspeed {run,compile}-time flags
  o USB: gadget zero, simplified controller-specific configuration

Don Fry:
  o pcnet32 correct names for changes
  o pcnet32.c oops

Greg Kroah-Hartman:
  o USB: add support for the Aceeca Meazura device to the visor driver

Ian Abbott:
  o USB: ftdi_sio new PIDs and name fix for sysfs

Jeff Garzik:
  o Update pci_ids.h with new Intel PCI ids
  o Add Intel ICH6 irq router
  o Add Intel PCI ids to i810_audio
  o Add Intel PCI ids to IDE (PATA) driver
  o [netdrvr natsemi] Fix RX DMA mapping

Kumar Gala:
  o [PPC32] Modified OCP support so its not IBM specific and added new
APIs to allow modification of the device tree before drivers are bound

Len Brown:
  o [ACPI] acpi_wakeup_address - print only when broken
  o [ACPI] global lock macro fixes (Paul Menage, Luming Yu)
http://bugzilla.kernel.org/show_bug.cgi?id=1669
  o [ACPI] SMP poweroff (David Shaohua Li)
http://bugzilla.kernel.org/show_bug.cgi?id=1141
  o [ACPI] ACPICA 20040311 from Bob Moore
  o [ACPI] add boot parameters "acpi_osi=" and "acpi_serialize"
acpi_osi= will disable the _OSI method -- which by default tells the
BIOS to behave as if Windows is the OS.

Luca Tettamanti:
  o USB: fix hid-core compile warning

Manfred Spraul:
  o forcedeth update

Marcelo Tosatti:
  o Changed EXTRAVERSION to -pre5

Martin Diehl:
  o USB: fix stack usage in pl2303 driver

Paul Mackerras:
  o [PPC32] Add support for the EP405/EP405PC embedded platforms
  o [PPC32] Avoid prefetching past the end of the source in copy
routines
  o [PPC32] Add stabs debug entries to some assembler files
  o [PPC32] Add support for the Redwood 5 and 6 embedded boards

Paulo Marques:
  o USB: usblp.c (Was: usblp_write spins forever after an error)

Per Winkvist:
  o USB Storage: unusual devs fix for Pentax cameras

Pete Zaitcev:
  o USB: Change the USB Maintainer entry
  o USB: fix hid-input problem with BTC keyboards
  o Trivial input.c change: Add missing new line on error case printk()

Petko Manolov:
  o USB: patch for pegasus.h
  o USB: another patch to pegasus.h

Richard Curnow:
  o USB: Fix handling of bounce buffers by rh_call_control

Stelian Pop:
  o sonypi driver update
  o meye driver update

Thomas Chen:
  o USB: fix little bug in io_edgeport.c

Thomas Sailer:
  o USB: OSS audio driver workaround for buggy descriptors


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel"
in the body of a message to majordomo@vger.kernel.org More majordomo
info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



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

* RE: Linux 2.4.26-pre5
  2004-03-21  0:48 ` Bert Kammerer
@ 2004-03-21  4:35   ` Marcelo Tosatti
  2004-03-21 20:49     ` Bert Kammerer
  0 siblings, 1 reply; 4+ messages in thread
From: Marcelo Tosatti @ 2004-03-21  4:35 UTC (permalink / raw)
  To: Bert Kammerer; +Cc: 'Marcelo Tosatti', linux-kernel



On Sat, 20 Mar 2004, Bert Kammerer wrote:

> Hello Marcelo,
> 
> You're my last hope :-)
> 
> Ever since 2.4.25, when compiling it in to any RedHat 7.3 machine, the
> following appears in dmesg:
> 
> attempt to access beyond end of device
> 03:02: rw=0, want=1020128, limit=1020127
> 
> I traced this to the mount version that ships with RedHat 7.3
> (mount-2.11n). Upgrading mount to a newer version gets rid of the
> messages, but I am unsure as to whether or not the errors are really
> going away. Do you have any comments/suggestions concerning this issue?
> 
> Thanks a million!

Hi Bert,

I saw your previous email to lkml but didnt answer... 

This error is harmless: Dont worry. It will be fixed in -rc1 (which should 
be out 
Monday or so).



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

* RE: Linux 2.4.26-pre5
  2004-03-21  4:35   ` Marcelo Tosatti
@ 2004-03-21 20:49     ` Bert Kammerer
  0 siblings, 0 replies; 4+ messages in thread
From: Bert Kammerer @ 2004-03-21 20:49 UTC (permalink / raw)
  To: 'Marcelo Tosatti'; +Cc: linux-kernel

On Sun, 21 Mar 2004, Marcelo Tosatti wrote:

> Hi Bert,
>
> I saw your previous email to lkml but didnt answer... 
> 
> This error is harmless: Dont worry. It will be fixed in -rc1 (which
should 
> be out 
> Monday or so).

Thanks a million! I was pulling my hair out over this one.

Bert

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel"
in the body of a message to majordomo@vger.kernel.org More majordomo
info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



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

end of thread, other threads:[~2004-03-21 20:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-20  5:54 Linux 2.4.26-pre5 Marcelo Tosatti
2004-03-21  0:48 ` Bert Kammerer
2004-03-21  4:35   ` Marcelo Tosatti
2004-03-21 20:49     ` Bert Kammerer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox