Linus, please pull from the for-linus branch at
git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git for-linus
to receive the following ieee1394 and firewire subsystem updates. The
ieee1394 part fixes and enhances SBP-2 reconnection when further devices
are plugged in to a bus or become ready while other devices are in use.
The -stable team will receive a backport of the regression fix.
Stefan Richter (4):
ieee1394: regression in 2.6.25: updates should happen before probes
ieee1394: don't drop nodes during bus reset series
ieee1394: sbp2: let nodemgr retry node updates during bus reset series
firewire: Kconfig help update
drivers/firewire/Kconfig | 4 +-
drivers/ieee1394/nodemgr.c | 63 +++++++++++++++++++-----------------
drivers/ieee1394/nodemgr.h | 2 +-
drivers/ieee1394/sbp2.c | 25 ++++++++++----
4 files changed, 54 insertions(+), 40 deletions(-)
commit 30b0aa7c9a5e769a874a456cd56396eebf164b91
Author: Stefan Richter <stefanr@s5r6.in-berlin.de>
Date: Sat Aug 16 21:52:28 2008 +0200
firewire: Kconfig help update
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig
index fa6d6ab..4509024 100644
--- a/drivers/firewire/Kconfig
+++ b/drivers/firewire/Kconfig
@@ -12,8 +12,8 @@ config FIREWIRE
This is the "Juju" FireWire stack, a new alternative implementation
designed for robustness and simplicity. You can build either this
stack, or the old stack (the ieee1394 driver, ohci1394 etc.) or both.
- Please read http://wiki.linux1394.org/JujuMigration before you
- enable the new stack.
+ Please read http://ieee1394.wiki.kernel.org/index.php/Juju_Migration
+ before you enable the new stack.
To compile this driver as a module, say M here: the module will be
called firewire-core.
commit a3384067fb0df9c58e112ac6a5ec9beb7d169482
Author: Stefan Richter <stefanr@s5r6.in-berlin.de>
Date: ...