From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263435AbUC3BcG (ORCPT ); Mon, 29 Mar 2004 20:32:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263450AbUC3BcG (ORCPT ); Mon, 29 Mar 2004 20:32:06 -0500 Received: from mail.kroah.org ([65.200.24.183]:32456 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S263435AbUC3Bbz (ORCPT ); Mon, 29 Mar 2004 20:31:55 -0500 Date: Mon, 29 Mar 2004 17:31:32 -0800 From: Greg KH To: linux-hotplug-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net, Linux-usb-users@lists.sourceforge.net Subject: [ANNOUNCE] 2004-03-29 release of hotplug scripts Message-ID: <20040330013132.GC8647@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org I've just packaged up the latest Linux hotplug scripts into a release, which can be found at: http://sourceforge.net/project/showfiles.php?group_id=17679 Or from your favorite kernel.org mirror at: kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_03_29.tar.gz or for those who like bz2 packages: kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_03_29.tar.bz2 I've also packaged up some pre-built (and signed) Red Hat FC 2-test based rpms: kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_03_29-1.noarch.rpm kernel.org/pub/linux/utils/kernel/hotplug/hotplug-base-2004_03_29-1.noarch.rpm The source rpm is available if you want to rebuild it for other distros or versions of Red Hat at: kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_03_29-1.src.rpm The main web site for the linux-hotplug project can be found at: http://linux-hotplug.sf.net/ which contains lots of documentation on the whole linux-hotplug process. This release is recommended for _anyone_ using older versions of the hotplug scripts (especially the last development snapshot) as lots of bugs have been fixed. Especially for any scsi or usb-storage users, now the proper drivers should be automatically loaded when a device is plugged in. The release is still backwards compatible with 2.4, so there is no need to worry about upgrading. The full ChangeLog extract since the last release is included below for those who want to know everything that's been changed, and who to blame for them :) Many thanks to everyone who has send in patches for this release, without these submissions, this release would still contain lots of issues... thanks, greg k-h Mon Mar 29 2004 kroah - 2004_03_29 release - make test on network start for /var/... a Red Hat specific test - make modprobe use '-q' to get rid of some unneeded messages at times. Reported by upstream users at: http://bugs.gentoo.org/show_bug.cgi?id=37086 Sat Mar 27 2004 ukai - usb.rc: fix usb coldplugging on linux 2.6.* sleep to wait usb data propagated at usb boot Fri Mar 26 2004 kroah - more messages quieted (in scsi.agent this time.) - make "... no modules for..." messages not print out except if debugging is enabled. - From Jean Tourrilhes : add support for ifrename if present. - From Stephen Hemminger : add stir4200 to the usb.distmap file. - From Rolf Eike Beer : fix detection of kernel series for older machines with no USB or PCI busses. Mon Mar 15 2004 ukai - firmware.agent: quote firmware name - usb.agent: sysfs usb attribute value is hex - scsi.agent: remove bashism - input.rc: do not even try if /proc/bus/input is missing in input_boot_events - input.agent: use input_match_bits for bits parameters - default.hotplug: provides open file descriptors for stdin, stdout and stderr Sun Mar 14 2004 ukai - ieee1394.agent: fix misplaced conversion code for module map parameters - pci.rc: fix [: missing ']' Thu Mar 11 2004 kroah - 2004_03_11 release - From Dmitry Torokhov : add evbug to the blacklist of modules - From Kay Sievers : We should mention the DEVPATH in the hotplug man page too, as someone missed it and got confused. - 5 patches from Marco d'Itri : - 000_small_fixes: fixed some small bugs. - 001_no_bashisms: removed bashisms from all scripts. - 003_no_useless_includes: removed some unused code. - 004_2.6_pci_synthesis: added sysfs support to pci.rc, enabling boot time events synthesis on lacking the pcimodules program. - 004_2.6_usb_sysfs: improved sysfs support in the USB scripts. Please review the changes marked with the FIXME comment: this works on my system and others, but I'm not sure that it's the proper way. Fri Feb 13 2004 dbrownell - scsi.agent waits for /sys$DEVPATH/type to appear before modprobing higher level drivers. Patch from Patrick Mansfield