From 772b620d713a3d73f9a2c053ba65e43fb84615f4 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Nov 21 2013 00:51:25 +0000 Subject: Linux v3.12-10928-g527d151 - Drop ACPI blacklist year options and patch (removed with upstream commit 4c47cb197e13 ) --- diff --git a/PatchList.txt b/PatchList.txt index e0a26a2..b47d720 100644 --- a/PatchList.txt +++ b/PatchList.txt @@ -36,7 +36,6 @@ https://dev.openwrt.org/browser/trunk/package/mac80211/patches/552-ath9k_rx_dma_ Turn into CONFIG_ options and upstream ? * input-kill-stupid-messages.patch -* silence-acpi-blacklist.patch * silence-fbcon-logo.patch * silence-noise.patch Fedora local 'hush' patches. (TODO: push more upstream) diff --git a/config-powerpc-generic b/config-powerpc-generic index 7ba1a5d..a2f0dcf 100644 --- a/config-powerpc-generic +++ b/config-powerpc-generic @@ -371,6 +371,7 @@ CONFIG_RCU_FANOUT_LEAF=16 # CONFIG_OF_VIDEOMODE is not set # CONFIG_POWERNV_MSI is not set +# CONFIG_CPU_LITTLE_ENDIAN is not set CONFIG_POWER_RESET_GPIO=y CONFIG_FB_SSD1307=m diff --git a/config-x86-32-generic b/config-x86-32-generic index 868a7e3..f3c11b3 100644 --- a/config-x86-32-generic +++ b/config-x86-32-generic @@ -73,8 +73,6 @@ CONFIG_APM_CPU_IDLE=y # CONFIG_APM_DISPLAY_BLANK is not set # CONFIG_APM_ALLOW_INTS is not set -CONFIG_ACPI_BLACKLIST_YEAR=1999 - # CONFIG_X86_POWERNOW_K6 is not set CONFIG_X86_POWERNOW_K7=y diff --git a/config-x86_64-generic b/config-x86_64-generic index e007e54..99e5c5f 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -38,7 +38,6 @@ CONFIG_MEM_SOFT_DIRTY=y CONFIG_KEXEC_JUMP=y -CONFIG_ACPI_BLACKLIST_YEAR=0 CONFIG_ACPI_HOTPLUG_MEMORY=y # CONFIG_INTEL_SCU_IPC is not set diff --git a/kernel.spec b/kernel.spec index 7127b93..23cfc57 100644 --- a/kernel.spec +++ b/kernel.spec @@ -95,7 +95,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 0 # The git snapshot level -%define gitrev 9 +%define gitrev 10 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -656,8 +656,6 @@ Patch1825: drm-i915-dp-stfu.patch Patch1826: drm-i915-hush-check-crtc-state.patch # Quiet boot fixes -# silence the ACPI blacklist code -Patch2802: silence-acpi-blacklist.patch # fs fixes @@ -1363,9 +1361,6 @@ ApplyPatch drm-i915-hush-check-crtc-state.patch # Radeon DRM -# silence the ACPI blacklist code -ApplyPatch silence-acpi-blacklist.patch - # Patches headed upstream ApplyPatch fs-proc-devtree-remove_proc_entry.patch @@ -2215,6 +2210,10 @@ fi # ||----w | # || || %changelog +* Thu Nov 21 2013 Josh Boyer - 3.13.0-0.rc0.git10.1 +- Linux v3.12-10928-g527d151 +- Drop ACPI blacklist year options and patch (removed with upstream commit 4c47cb197e13 ) + * Wed Nov 20 2013 Josh Boyer - 3.13.0-0.rc0.git9.1 - Linux v3.12-10710-gb4789b8 diff --git a/silence-acpi-blacklist.patch b/silence-acpi-blacklist.patch deleted file mode 100644 index c5997bb..0000000 --- a/silence-acpi-blacklist.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -up linux-2.6.26.noarch/drivers/acpi/blacklist.c.jx linux-2.6.26.noarch/drivers/acpi/blacklist.c ---- linux-2.6.26.noarch/drivers/acpi/blacklist.c.jx 2008-07-13 17:51:29.000000000 -0400 -+++ linux-2.6.26.noarch/drivers/acpi/blacklist.c 2008-08-12 14:21:39.000000000 -0400 -@@ -81,18 +81,18 @@ static int __init blacklist_by_year(void - - /* Doesn't exist? Likely an old system */ - if (!dmi_get_date(DMI_BIOS_DATE, &year, NULL, NULL)) { -- printk(KERN_ERR PREFIX "no DMI BIOS year, " -+ printk(KERN_INFO PREFIX "no DMI BIOS year, " - "acpi=force is required to enable ACPI\n" ); - return 1; - } - /* 0? Likely a buggy new BIOS */ - if (year == 0) { -- printk(KERN_ERR PREFIX "DMI BIOS year==0, " -+ printk(KERN_INFO PREFIX "DMI BIOS year==0, " - "assuming ACPI-capable machine\n" ); - return 0; - } - if (year < CONFIG_ACPI_BLACKLIST_YEAR) { -- printk(KERN_ERR PREFIX "BIOS age (%d) fails cutoff (%d), " -+ printk(KERN_INFO PREFIX "BIOS age (%d) fails cutoff (%d), " - "acpi=force is required to enable ACPI\n", - year, CONFIG_ACPI_BLACKLIST_YEAR); - return 1; diff --git a/sources b/sources index ddf1738..a01720c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ cc6ee608854e0da4b64f6c1ff8b6398c linux-3.12.tar.xz -37c6ed84ca806ce520d4b9c87cf854ab patch-3.12-git9.xz +36f4f0d251485587b5ce0a8ffb2fbd3c patch-3.12-git10.xz