Hi Linus, I think this is probably suitable for 2.6.27 as it fixes a regression. The change to softlockup in 2.6.25 to report on processes that seem to get stuck in TASK_UNINTERRUPTIBLE waits causes a warning when an md array wants to resync but has to wait for some other array one the same devices to finish its resync. This patch converts the wait to TASK_INTERRUPTIBLE to avoid the warning. Thanks, NeilBrown The following changes since commit 45e9c0de2e86485f8b6633fd64ab19cfbff167f6: Arjan van de Ven (1): warn: Turn the netdev timeout WARN_ON() into a WARN() are available in the git repository at: git://neil.brown.name/md for-linus NeilBrown (1): md: Don't wait UNINTERRUPTIBLE for other resync to finish drivers/md/md.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html