The patch titled Enforce ACPI resource conflict checks has been added to the -mm tree. Its filename is mm-only-enforce-acpi-resource-conflict-checks.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: Enforce ACPI resource conflict checks From: Jean Delvare <khali@xxxxxxxxxxxx> In -mm, enforce ACPI resource conflict checks, so that users will report to us. This patch is NOT meant to go to Linus at this point. Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx> Cc: "Mark M. Hoffman" <mhoffman@xxxxxxxxxxxxx> Cc: Jean Delvare <khali@xxxxxxxxxxxx> Cc: Len Brown <lenb@xxxxxxxxxx> Cc: Bjorn Helgaas <bjorn.helgaas@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/acpi/osl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/acpi/osl.c~mm-only-enforce-acpi-resource-conflict-checks drivers/acpi/osl.c --- a/drivers/acpi/osl.c~mm-only-enforce-acpi-resource-conflict-checks +++ a/drivers/acpi/osl.c @@ -1183,7 +1183,7 @@ __setup("acpi_wake_gpes_always_on", acpi #define ENFORCE_RESOURCES_LAX 1 #define ENFORCE_RESOURCES_NO 0 -static unsigned int acpi_enforce_resources = ENFORCE_RESOURCES_LAX; +static unsigned int acpi_enforce_resources = ENFORCE_RESOURCES_STRICT; static int __init acpi_enforce_resources_setup(char *str) { _ Patches currently in -mm which might be from khali@xxxxxxxxxxxx are mm-only-enforce-acpi-resource-conflict-checks.patch oz99x-i2c-button-and-led-support-driver.patch i2c-isp1301_omap-new-style-i2c-driver-updates-part-1.patch git-hwmon.patch adt7473-new-driver-for-analog-devices-adt7473-sensor-chip.patch apanel-fix-kconfig-dependencies.patch dmi-dont-save-the-same-device-twice-was-smbios-dmi-add-type-41-=-onboard-devices-extended-information.patch dmi-prevent-linked-list-corruption-resent.patch dmi-clean-up-dmi-helper-declarations.patch rtc-add-support-for-the-s-35390a-rtc-chip.patch rtc-add-support-for-the-s-35390a-rtc-chip-checkpatch-fixes.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html