CONFIG_BLOCK=n doesn't (quite) work. Will fix later.
CONFIG_MSI=y is probably broken - try disabling it before reporting
interrupt-related oopses. Then please report it whether or not that fixed
it.
Could I point out the fifth bullet-point in the "Boilerplate" section,
below?
git-cryptodev.patch is dropped due to my continuing inability to pull a
clean git diff (there is hope, but more work is needed)
Ditto git-sas.patch
And git-audit-master.patch (I think).
Things will improve around the 2.6.19-rc1 timeframe.
1,915 patches breaks the previous record by ~200.
This kernel includes the patch to sort the PCI devices breadth-first.
This might cause strange things to happen (particular devices get assigned
to different /dev nodes, for example). If this is suspected, please try
reverting gregkh-pci-pci-sort-device-lists-breadth-first.patch then send a
report.
Boilerplate:
See the `hot-fixes' directory for any important updates to this patchset.
-mm kernel commit activity can be reviewed by subscribing to the
mm-commits mailing list.
echo "subscribe mm-commits" | mail majordomo@vger.kernel.org
If you hit a bug in -mm and it is not obvious which patch caused it, it is
most valuable if you can perform a bisection search to identify which patch
introduced the bug. Instructions for this process are at
But beware that this process takes some time (around ten rebuilds and
reboots), so consider reporting the bug first and if we cannot immediately
identify the faulty patch, then perform the bisection search.
When reporting bugs, please try to Cc: the relevant maintainer and mailing
list on any email.
When reporting bugs in this kernel via email, please also rewrite the
email Subject: in some manner to reflect the nature of the bug. Some
developers filter by Subject: when looking for messages to read.
-lockdep-core-add-enable-disable_irq_irqsave-irqrestore-apis-frv-fix.patch
Folded into
lockdep-core-add-enable-disable_irq_irqsave-irqrestore-apis.patch (I think)
+add-genetlink-utilities-for-payload-length-calculation.patch
+fix-taskstats-size-calculation-use-the-new-genetlink-utility-functions.patch
+fix-getdelaysc-cpumask-length-and-error-reporting.patch
taskstats fixes for the Comprehensive System Accounting patches in -mm.
+pr_debug-aio-use-size_t-length-modifier-in-pr_debug-format-arguments.patch
+pr_debug-configfs-use-size_t-length-modifier-in-pr_debug-format-argument.patch
+pr_debug-sysfs-use-size_t-length-modifier-in-pr_debug-format-arguments.patch
+pr_debug-umem-repair-nonexistant-bh-pr_debug-reference.patch
+pr_debug-tipar-repair-nonexistant-pr_debug-argument-use.patch
+pr_debug-dell_rbu-fix-pr_debug-argument-warnings.patch
+pr_debug-ifb-replace-missing-comma-to-separate-pr_debug-arguments.patch
+pr_debug-trident-use-size_t-length-modifier-in-pr_debug-format-arguments.patch
+pr_debug-check-pr_debug-arguments.patch
+isdn-debug-build-fix.patch
+isdn-more-pr_debug-fixes.patch
Make pr_debug() check its arguments even if !defined(DEBUG). Plus fixes
arising from this.