diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2013-11-20 19:51:25 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2013-11-20 19:51:25 -0500 |
commit | 772b620d713a3d73f9a2c053ba65e43fb84615f4 (patch) | |
tree | ccc52d4bea3f8be4ef878387189d9ca7c72890eb | |
parent | 806c8da8304c320d073b22bd5b49f2d995c9cf1f (diff) | |
download | kernel-772b620d713a3d73f9a2c053ba65e43fb84615f4.tar.gz kernel-772b620d713a3d73f9a2c053ba65e43fb84615f4.tar.xz kernel-772b620d713a3d73f9a2c053ba65e43fb84615f4.zip |
Linux v3.12-10928-g527d151
- Drop ACPI blacklist year options and patch (removed with upstream commit 4c47cb197e13 )
-rw-r--r-- | PatchList.txt | 1 | ||||
-rw-r--r-- | config-powerpc-generic | 1 | ||||
-rw-r--r-- | config-x86-32-generic | 2 | ||||
-rw-r--r-- | config-x86_64-generic | 1 | ||||
-rw-r--r-- | kernel.spec | 11 | ||||
-rw-r--r-- | silence-acpi-blacklist.patch | 25 | ||||
-rw-r--r-- | sources | 2 |
7 files changed, 7 insertions, 36 deletions
diff --git a/PatchList.txt b/PatchList.txt index e0a26a21c..b47d7201e 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 7ba1a5da5..a2f0dcfeb 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 868a7e3d4..f3c11b3d8 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 e007e5431..99e5c5f67 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 7127b938e..23cfc578b 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 <jwboyer@fedoraproject.org> - 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 <jwboyer@fedoraproject.org> - 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 c5997bb6e..000000000 --- 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; @@ -1,2 +1,2 @@ cc6ee608854e0da4b64f6c1ff8b6398c linux-3.12.tar.xz -37c6ed84ca806ce520d4b9c87cf854ab patch-3.12-git9.xz +36f4f0d251485587b5ce0a8ffb2fbd3c patch-3.12-git10.xz |