Linux v3.17-rc2-42-gf1bd473f95e0

- Don't enable CONFIG_DEBUG_WW_MUTEX_SLOWPATH (rhbz 1114160)
This commit is contained in:
Josh Boyer 2014-08-28 10:34:38 -04:00
parent ab9570130f
commit 760806ab8a
59 changed files with 59 additions and 58 deletions

View File

@ -1,4 +1,4 @@
From 51df1048183671e9cba083a669f26e553a932a66 Mon Sep 17 00:00:00 2001
From 2d3dc749e356ba021f7d346e572fd30f74991087 Mon Sep 17 00:00:00 2001
From: Matthew Garrett <matthew.garrett@nebula.com>
Date: Fri, 9 Mar 2012 08:39:37 -0500
Subject: [PATCH] ACPI: Limit access to custom_method

View File

@ -1,4 +1,4 @@
From 20c3228d2c0348c8c81b7f3dfdf28c27aef835b1 Mon Sep 17 00:00:00 2001
From 0fdf523a691fb1a357ff535ab4bec5c90d6fb8fc Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson@gmail.com>
Date: Thu, 3 May 2012 20:27:11 +0100
Subject: [PATCH] ARM: tegra: usb no reset

View File

@ -1,4 +1,4 @@
From ee9451963c00998b3438536e6cb311406659049b Mon Sep 17 00:00:00 2001
From 92bf8ae2f11fe5c8eda10008094150c65162282d Mon Sep 17 00:00:00 2001
From: Dave Howells <dhowells@redhat.com>
Date: Tue, 23 Oct 2012 09:30:54 -0400
Subject: [PATCH] Add EFI signature data types

View File

@ -1,4 +1,4 @@
From 97a6282bc7605e703d7e8f46eaa58d6ad9d1242a Mon Sep 17 00:00:00 2001
From b5e8f65d31c9f96675ee4e3defcbd307bde61b3f Mon Sep 17 00:00:00 2001
From: Dave Howells <dhowells@redhat.com>
Date: Tue, 23 Oct 2012 09:36:28 -0400
Subject: [PATCH] Add an EFI signature blob parser and key loader.

View File

@ -1,4 +1,4 @@
From 299a5d11206ac0ec9b59427912369bba99389b68 Mon Sep 17 00:00:00 2001
From 7bbdc8e46e0ef24b9428afa165988a1e8fbd52c3 Mon Sep 17 00:00:00 2001
From: Matthew Garrett <matthew.garrett@nebula.com>
Date: Fri, 9 Aug 2013 18:36:30 -0400
Subject: [PATCH] Add option to automatically enforce module signatures when in

View File

@ -1,4 +1,4 @@
From 1f044e52b16cc820a61181715a3a4a7c3514998e Mon Sep 17 00:00:00 2001
From 6fc266abc42f895dd37112ede2bc1506d70650e3 Mon Sep 17 00:00:00 2001
From: Matthew Garrett <matthew.garrett@nebula.com>
Date: Fri, 9 Aug 2013 17:58:15 -0400
Subject: [PATCH] Add secure_modules() call

View File

@ -1,4 +1,4 @@
From 0b4601bc49abfe662593b2cc609d1f0d85ba64cc Mon Sep 17 00:00:00 2001
From f7d77f2e9abf88bb593839304c7111a799b41e06 Mon Sep 17 00:00:00 2001
From: Kyle McMartin <kyle@redhat.com>
Date: Fri, 30 Aug 2013 09:28:51 -0400
Subject: [PATCH] Add sysrq option to disable secure boot mode

View File

@ -1,4 +1,4 @@
From b71b0dee004ffc83c5836f1b4f811464a03d63db Mon Sep 17 00:00:00 2001
From fdd530e5718abe9450489da258f92158afb00f32 Mon Sep 17 00:00:00 2001
From: Josh Boyer <jwboyer@fedoraproject.org>
Date: Fri, 26 Oct 2012 12:36:24 -0400
Subject: [PATCH] KEYS: Add a system blacklist keyring

View File

@ -1,4 +1,4 @@
From fd86b777f90d1761276d127d95c0ab88d1895d9e Mon Sep 17 00:00:00 2001
From e5e7bc54fb53e48f1b33e537156fd152cfe3345d Mon Sep 17 00:00:00 2001
From: Josh Boyer <jwboyer@fedoraproject.org>
Date: Fri, 26 Oct 2012 12:42:16 -0400
Subject: [PATCH] MODSIGN: Import certificates from UEFI Secure Boot

View File

@ -1,4 +1,4 @@
From d49aac88be733f790f60a163d3ddb706535c312a Mon Sep 17 00:00:00 2001
From ddd14fd06ca065becf5a287d66f8d3fb4ad5feb8 Mon Sep 17 00:00:00 2001
From: Josh Boyer <jwboyer@fedoraproject.org>
Date: Thu, 3 Oct 2013 10:14:23 -0400
Subject: [PATCH] MODSIGN: Support not importing certs from db

View File

@ -30,7 +30,6 @@ debug:
@perl -pi -e 's/# CONFIG_DEBUG_STACK_USAGE is not set/CONFIG_DEBUG_STACK_USAGE=y/' config-nodebug
@perl -pi -e 's/# CONFIG_DEBUG_SLAB is not set/CONFIG_DEBUG_SLAB=y/' config-nodebug
@perl -pi -e 's/# CONFIG_DEBUG_MUTEXES is not set/CONFIG_DEBUG_MUTEXES=y/' config-nodebug
@perl -pi -e 's/# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set/CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y/' config-nodebug
@perl -pi -e 's/# CONFIG_DEBUG_RT_MUTEXES is not set/CONFIG_DEBUG_RT_MUTEXES=y/' config-nodebug
@perl -pi -e 's/# CONFIG_DEBUG_LOCK_ALLOC is not set/CONFIG_DEBUG_LOCK_ALLOC=y/' config-nodebug
@perl -pi -e 's/# CONFIG_LOCK_TORTURE_TEST is not set/CONFIG_LOCK_TORTURE_TEST=m/' config-nodebug

View File

@ -10,7 +10,6 @@ config-release:
@perl -pi -e 's/CONFIG_DEBUG_STACK_USAGE=y/# CONFIG_DEBUG_STACK_USAGE is not set/' config-nodebug
@perl -pi -e 's/CONFIG_DEBUG_SLAB=y/# CONFIG_DEBUG_SLAB is not set/' config-nodebug
@perl -pi -e 's/CONFIG_DEBUG_MUTEXES=y/# CONFIG_DEBUG_MUTEXES is not set/' config-nodebug
@perl -pi -e 's/CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y/# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set/' config-nodebug
@perl -pi -e 's/CONFIG_DEBUG_RT_MUTEXES=y/# CONFIG_DEBUG_RT_MUTEXES is not set/' config-nodebug
@perl -pi -e 's/CONFIG_DEBUG_LOCK_ALLOC=y/# CONFIG_DEBUG_LOCK_ALLOC is not set/' config-nodebug
@perl -pi -e 's/CONFIG_LOCK_TORTURE_TEST=m/# CONFIG_LOCK_TORTURE_TEST is not set/' config-nodebug

View File

@ -1,4 +1,4 @@
From 66a4a762ae6187824d58c3f3589594b4c3ed6b19 Mon Sep 17 00:00:00 2001
From 69abf9abb9c068c745254f627e8c5c333ef9f5b7 Mon Sep 17 00:00:00 2001
From: Matthew Garrett <matthew.garrett@nebula.com>
Date: Thu, 8 Mar 2012 10:10:38 -0500
Subject: [PATCH] PCI: Lock down BAR access when module security is enabled

View File

@ -1,4 +1,4 @@
From d366bda14c46d525599e7be1a95188ea458b34ac Mon Sep 17 00:00:00 2001
From 0e6a3e329c18855d60da298c578c15068af744d8 Mon Sep 17 00:00:00 2001
From: Matthew Garrett <matthew.garrett@nebula.com>
Date: Fri, 9 Mar 2012 09:28:15 -0500
Subject: [PATCH] Restrict /dev/mem and /dev/kmem when module loading is

View File

@ -1,4 +1,4 @@
From 23cddc818269a000752cb1e6332529b259d17931 Mon Sep 17 00:00:00 2001
From 216e1a8118ba4883369d1b730e6c0e3352adb12e Mon Sep 17 00:00:00 2001
From: Josh Boyer <jwboyer@fedoraproject.org>
Date: Mon, 28 Jul 2014 12:59:48 -0400
Subject: [PATCH] Revert "Revert "ACPI / video: change acpi-video

View File

@ -1,4 +1,4 @@
From 153595109495c37cea9037d6c657d9342c8b16df Mon Sep 17 00:00:00 2001
From de4aee3a42609d823b532eea04f14714839134eb Mon Sep 17 00:00:00 2001
From: Josh Boyer <jwboyer@redhat.com>
Date: Mon, 25 Jun 2012 19:57:30 -0400
Subject: [PATCH] acpi: Ignore acpi_rsdp kernel parameter when module loading

View File

@ -1,4 +1,4 @@
From 174d0af15ac83da2ad41435400f0643bd93c23d9 Mon Sep 17 00:00:00 2001
From ae14605602d5e6090a04c764452c83946f827e93 Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede@redhat.com>
Date: Wed, 30 Apr 2014 15:24:19 +0200
Subject: [PATCH] acpi-video: Add 4 new models to the use_native_backlight dmi

View File

@ -1,4 +1,4 @@
From d2200ccf6915d4b357efe1db07257189cad47b86 Mon Sep 17 00:00:00 2001
From bb56ee76d81adce8c893cd598a2c6a07ea6d55e4 Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede@redhat.com>
Date: Mon, 2 Jun 2014 17:41:10 +0200
Subject: [PATCH] acpi-video: Add use native backlight quirk for the ThinkPad

View File

@ -1,4 +1,4 @@
From 308164db606d6055f0954814867e57dc795023aa Mon Sep 17 00:00:00 2001
From 8a93ba73f4f1abda0b541de337881370391c4938 Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede@redhat.com>
Date: Mon, 2 Jun 2014 17:41:11 +0200
Subject: [PATCH] acpi-video: Add use_native_backlight quirk for HP ProBook

View File

@ -1,4 +1,4 @@
From 333d1fee4ff67116d089059a8b22ed9c9c793199 Mon Sep 17 00:00:00 2001
From 5433d197c53c48afa546d8182b441012e82d0690 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Thu, 13 Mar 2014 14:18:52 -0500
Subject: [PATCH] arm: dts: am335x-bone-common: add

View File

@ -1,4 +1,4 @@
From 71f56f3ce47e5efbaefbc8000ba6b887d1dbdeb0 Mon Sep 17 00:00:00 2001
From e1deafe52a84df3578222bd3caecbcc09f382c57 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Tue, 31 Dec 2013 11:17:45 -0600
Subject: [PATCH] arm: dts: am335x-bone-common: enable and use i2c2

View File

@ -1,4 +1,4 @@
From 5ff566ba9e8304fe166b56b256f2ab8f9ce7fdc1 Mon Sep 17 00:00:00 2001
From c73f842662097d7735e2b02ab510ea5969f02df5 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Tue, 31 Dec 2013 14:18:00 -0600
Subject: [PATCH] arm: dts: am335x-bone-common: setup default pinmux

View File

@ -1,4 +1,4 @@
From 8bc452cd9f94cad31c497959081ca2f44ff200c9 Mon Sep 17 00:00:00 2001
From 008ec9391a29a3e5df401807e0791bd7f0dfcead Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Fri, 27 Dec 2013 13:14:19 -0600
Subject: [PATCH] arm: dts: am335x-boneblack: add cpu0 opp points

View File

@ -1,4 +1,4 @@
From 2b719bb263dcc4403c16b33b9528ce440df3b2da Mon Sep 17 00:00:00 2001
From 13b399652b5e588d07f641696f2f70c4eea68d69 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Fri, 27 Dec 2013 13:05:09 -0600
Subject: [PATCH] arm: dts: am335x-boneblack: lcdc add panel-info

View File

@ -1,4 +1,4 @@
From a2fdf52463682783500f25fb63d34c002f9c70ef Mon Sep 17 00:00:00 2001
From 2953de57ce87734851510a22cd1d552bad9772f8 Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson@gmail.com>
Date: Fri, 11 Jul 2014 00:10:56 +0100
Subject: [PATCH] arm: i.MX6 Utilite device dtb

View File

@ -1,4 +1,4 @@
From 300215f613ed4a0cbe36b5e7ad7348ab8a957296 Mon Sep 17 00:00:00 2001
From 0233bcf2a2fa9eda59ad095ed537142d029d2d51 Mon Sep 17 00:00:00 2001
From: Matthew Garrett <matthew.garrett@nebula.com>
Date: Fri, 9 Mar 2012 08:46:50 -0500
Subject: [PATCH] asus-wmi: Restrict debugfs interface when module loading is

View File

@ -1,4 +1,4 @@
From a3fb038f2ecb9ceda80716b9f5bd725b8c3a16a4 Mon Sep 17 00:00:00 2001
From 0dd2ca45bfbc2a276c8b1e8088e6e8e08f1b960a Mon Sep 17 00:00:00 2001
From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org>
Date: Wed, 6 Feb 2013 09:57:47 -0500
Subject: [PATCH] ath9k: rx dma stop check

View File

@ -5,7 +5,6 @@ CONFIG_SND_PCM_XRUN_DEBUG=y
CONFIG_DEBUG_ATOMIC_SLEEP=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_LOCK_TORTURE_TEST=m

View File

@ -4457,6 +4457,7 @@ CONFIG_HEADERS_CHECK=y
# CONFIG_READABLE_ASM is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
# CONFIG_DEBUG_LOCKDEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set

View File

@ -5,7 +5,6 @@ CONFIG_SND_PCM_XRUN_DEBUG=y
CONFIG_DEBUG_ATOMIC_SLEEP=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_LOCK_TORTURE_TEST=m

View File

@ -1,4 +1,4 @@
From b141dc019cb4ae85a69ed3426734a7f8a68701d0 Mon Sep 17 00:00:00 2001
From 995a7066e08c740756da6b53b5cb117fb091c491 Mon Sep 17 00:00:00 2001
From: Dave Anderson <anderson@redhat.com>
Date: Tue, 26 Nov 2013 12:42:46 -0500
Subject: [PATCH] crash-driver

View File

@ -1,4 +1,4 @@
From a3aea1ba0f5378cdee90f20aa4b6e48d64e82d0b Mon Sep 17 00:00:00 2001
From 98ca3c0ff6c65bd4f044db5a8b1ffeb189917752 Mon Sep 17 00:00:00 2001
From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org>
Date: Wed, 30 Jan 2013 10:55:31 -0500
Subject: [PATCH] criu: no expert

View File

@ -1,4 +1,4 @@
From 11b395c6e9767552d3f97f4434889b45bd05e111 Mon Sep 17 00:00:00 2001
From 93851b90329ba02fbe0e0127ce6832db0e1cfdd6 Mon Sep 17 00:00:00 2001
From: Kyle McMartin <kyle@phobos.i.jkkm.org>
Date: Tue, 30 Mar 2010 00:04:29 -0400
Subject: [PATCH] die-floppy-die

View File

@ -1,4 +1,4 @@
From 289a22d04b701e93920a30d32043f64612496e2f Mon Sep 17 00:00:00 2001
From 6f919ce142691acc27fae1e3c6fa910152705848 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Thu, 20 May 2010 10:30:31 -0400
Subject: [PATCH] disable i8042 check on apple mac

View File

@ -1,4 +1,4 @@
From dbb5f893454f34632ddebcb4a7f113359cd38d81 Mon Sep 17 00:00:00 2001
From a5f63a267f6d236ce8c7b3a225c05bb486811570 Mon Sep 17 00:00:00 2001
From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org>
Date: Fri, 18 Apr 2014 06:58:29 -0400
Subject: [PATCH] disable libdw unwind on non-x86

View File

@ -1,4 +1,4 @@
From ce3a7a0782ea5efbff78b755a0b94c28c32870cd Mon Sep 17 00:00:00 2001
From 0d551caa381d9ac171301de5b84b4bac261c628d Mon Sep 17 00:00:00 2001
From: Adam Jackson <ajax@redhat.com>
Date: Wed, 13 Nov 2013 10:17:24 -0500
Subject: [PATCH] drm/i915: hush check crtc state

View File

@ -1,4 +1,4 @@
From 4572ae165a836645d64bee1654c879b01e722340 Mon Sep 17 00:00:00 2001
From ddb5feb5cee7b553ca3b6ac54ed1485d8bb902d2 Mon Sep 17 00:00:00 2001
From: Josh Boyer <jwboyer@fedoraproject.org>
Date: Tue, 27 Aug 2013 13:33:03 -0400
Subject: [PATCH] efi: Add EFI_SECURE_BOOT bit

View File

@ -1,4 +1,4 @@
From a0978eae9855d36c69ebfa438eb3c3f418048957 Mon Sep 17 00:00:00 2001
From 3b7c2609b8204a477b3ee0e0b3127ee925d4d89a Mon Sep 17 00:00:00 2001
From: Josh Boyer <jwboyer@fedoraproject.org>
Date: Tue, 5 Feb 2013 19:25:05 -0500
Subject: [PATCH] efi: Disable secure boot if shim is in insecure mode

View File

@ -1,4 +1,4 @@
From 48051c59dc0674e8aadb93916e0e3bcc78a9a542 Mon Sep 17 00:00:00 2001
From 1452bb0ce7d2792ab0724619d92a0cad6884d43b Mon Sep 17 00:00:00 2001
From: Josh Boyer <jwboyer@fedoraproject.org>
Date: Tue, 27 Aug 2013 13:28:43 -0400
Subject: [PATCH] efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI

View File

@ -1,4 +1,4 @@
From 3320d798e10effd8f1cf85de3a12662ec0d8953d Mon Sep 17 00:00:00 2001
From a337cd78947a4ad3c40d0a61abcbaed78eccccc3 Mon Sep 17 00:00:00 2001
From: Josh Boyer <jwboyer@fedoraproject.org>
Date: Fri, 20 Jun 2014 08:53:24 -0400
Subject: [PATCH] hibernate: Disable in a signed modules environment

View File

@ -1,4 +1,4 @@
From be281d27c3a3606a0a87679fb451964e47cd60a7 Mon Sep 17 00:00:00 2001
From a1eecd20d243778af131ecc9357966abfd86b25f Mon Sep 17 00:00:00 2001
From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org>
Date: Thu, 29 Jul 2010 16:46:31 -0700
Subject: [PATCH] input: kill stupid messages

View File

@ -1,4 +1,4 @@
From 18138ceee07929e44c451461056343b0138dae8b Mon Sep 17 00:00:00 2001
From dc3277153a58a65ef0cc219f519f40ccd876ddb4 Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@redhat.com>
Date: Thu, 25 Sep 2008 16:23:33 -0400
Subject: [PATCH] input: silence i8042 noise

View File

@ -1,4 +1,4 @@
From 2f4ebc4fd953dd394d36907264067c42199d5290 Mon Sep 17 00:00:00 2001
From 37e94f8e7e677b03420c454bcf18ea8fd72d8450 Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@redhat.com>
Date: Mon, 6 Oct 2008 23:03:03 -0700
Subject: [PATCH] kbuild: AFTER_LINK

View File

@ -69,7 +69,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 2
# The git snapshot level
%define gitrev 1
%define gitrev 2
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@ -2275,6 +2275,10 @@ fi
# ||----w |
# || ||
%changelog
* Thu Aug 28 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.17.0-0.rc2.git2.1
- Linux v3.17-rc2-42-gf1bd473f95e0
- Don't enable CONFIG_DEBUG_WW_MUTEX_SLOWPATH (rhbz 1114160)
* Wed Aug 27 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.17.0-0.rc2.git1.1
- Disable streams on via XHCI (rhbz 1132666)
- Linux v3.17-rc2-9-g68e370289c29

View File

@ -1,4 +1,4 @@
From 53519eb288a4fa0e852700173b54a200e7928643 Mon Sep 17 00:00:00 2001
From 4296d841b871f7ade8eee191e096b965ba8dcf55 Mon Sep 17 00:00:00 2001
From: Matthew Garrett <matthew.garrett@nebula.com>
Date: Fri, 9 Aug 2013 03:33:56 -0400
Subject: [PATCH] kexec: Disable at runtime if the kernel enforces module

View File

@ -1,4 +1,4 @@
From cee2a7fffd93aa5597e805075ef3a2b0d8d6c573 Mon Sep 17 00:00:00 2001
From 097160763e71925b673b518ea24adae05e9a71a1 Mon Sep 17 00:00:00 2001
From: Josh Boyer <jwboyer@fedoraproject.org>
Date: Mon, 11 Nov 2013 08:39:16 -0500
Subject: [PATCH] lib/cpumask: Make CPUMASK_OFFSTACK usable without debug

View File

@ -1,4 +1,4 @@
From 27ff31453a99134084fe3eeb41961fb6f601c73e Mon Sep 17 00:00:00 2001
From 5aa7491b84209e5daadd924f2efc013054d98319 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89ric=20Piel?= <eric.piel@tremplin-utc.net>
Date: Thu, 3 Nov 2011 16:22:40 +0100
Subject: [PATCH] lis3: improve handling of null rate

View File

@ -1,4 +1,4 @@
From 53834f7c74c20d955d8f230fa40aa9c9af21fce2 Mon Sep 17 00:00:00 2001
From 074479bdf9cc93bbf161e7ba9dce20c81e1c7a31 Mon Sep 17 00:00:00 2001
From: Cong Wang <xiyou.wangcong@gmail.com>
Date: Sat, 16 Aug 2014 12:36:46 -0700
Subject: [PATCH] nfs: fix kernel warning when removing proc entry

View File

@ -1,4 +1,4 @@
From 63e2ceaa4c9c88f32189a5c9d52d1ad5f33f9891 Mon Sep 17 00:00:00 2001
From e50434617b4edb2c07f937076aa84c49caa3b0b8 Mon Sep 17 00:00:00 2001
From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org>
Date: Thu, 29 Jul 2010 16:46:31 -0700
Subject: [PATCH] no pcspkr modalias

View File

@ -1,4 +1,4 @@
From e591ddd2cb230eb6f425ad2378c49db058ac4f9a Mon Sep 17 00:00:00 2001
From 0dfaa061c100ab902fed0aa00ed1da52fe1e5e93 Mon Sep 17 00:00:00 2001
From: Kyle McMartin <kmcmarti@redhat.com>
Date: Mon, 2 Jun 2014 15:11:01 -0400
Subject: [PATCH] perf: install trace-event plugins

View File

@ -1,4 +1,4 @@
From c4e10d0398a34186b1e5ee189dd234652a3faee4 Mon Sep 17 00:00:00 2001
From 53865b7669b3d02180850d7bbc80bbcf126cc6ba Mon Sep 17 00:00:00 2001
From: Pantelis Antoniou <panto@antoniou-consulting.com>
Date: Sat, 15 Sep 2012 12:00:41 +0300
Subject: [PATCH] pinctrl: pinctrl-single must be initialized early.

View File

@ -1,4 +1,4 @@
From a8fefe3cbe7727765a3ae6aa423de6c85d5555f1 Mon Sep 17 00:00:00 2001
From 166776180305360fec06e3178609eb1b2763a573 Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede@redhat.com>
Date: Mon, 2 Jun 2014 17:40:59 +0200
Subject: [PATCH] samsung-laptop: Add broken-acpi-video quirk for NC210/NC110

View File

@ -1,4 +1,4 @@
From f8683780455d8732d182f072544f02867b17866c Mon Sep 17 00:00:00 2001
From 2ed49367cc14a9feee4e1b7b705ccc2c0bacb7d2 Mon Sep 17 00:00:00 2001
From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org>
Date: Fri, 10 Feb 2012 14:56:13 -0500
Subject: [PATCH] scsi: sd_revalidate_disk prevent NULL ptr deref

View File

@ -1,4 +1,4 @@
From be72ddc4c23f84297e3fb22d97263172caf25586 Mon Sep 17 00:00:00 2001
From ac8aad1fa561fef2bdaaac4b36434f75a5d116fb Mon Sep 17 00:00:00 2001
From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org>
Date: Thu, 29 Jul 2010 16:46:31 -0700
Subject: [PATCH] silence fbcon logo

View File

@ -1,4 +1,4 @@
5c569ed649a0c9711879f333e90c5386 linux-3.16.tar.xz
49868ce6467b35cd9ffea1120d129462 perf-man-3.16.tar.gz
2ec9ec50955f1b719b79494d6a72b385 patch-3.17-rc2.xz
d888c274a71f266669da7892f85141a2 patch-3.17-rc2-git1.xz
0e1daefbe79a3551edfe62d98773d0e0 patch-3.17-rc2-git2.xz

View File

@ -1,4 +1,4 @@
From 2f49ee1bd94717b5c7f07bbc14b5a452b2cf47f2 Mon Sep 17 00:00:00 2001
From 998715094cfab4eb230db8206d60dc5f32488e73 Mon Sep 17 00:00:00 2001
From: Dave Jones <davej@redhat.com>
Date: Tue, 24 Jun 2014 08:43:34 -0400
Subject: [PATCH] watchdog: Disable watchdog on virtual machines.

View File

@ -1,4 +1,4 @@
From fb6291ca16a2b7f4d168cb5937cdb724e70c1515 Mon Sep 17 00:00:00 2001
From 751e127039fd548ee54dc73bce90aefe17b8e710 Mon Sep 17 00:00:00 2001
From: Matthew Garrett <matthew.garrett@nebula.com>
Date: Thu, 8 Mar 2012 10:35:59 -0500
Subject: [PATCH] x86: Lock down IO port access when module security is enabled

View File

@ -1,4 +1,4 @@
From e159e04a2a0879cafbf99c0fa74af23ebe781eba Mon Sep 17 00:00:00 2001
From 435ad20f1f16f9519b9657564308ccfa700bf565 Mon Sep 17 00:00:00 2001
From: Matthew Garrett <matthew.garrett@nebula.com>
Date: Fri, 8 Feb 2013 11:12:13 -0800
Subject: [PATCH] x86: Restrict MSR access when module loading is restricted

View File

@ -1,4 +1,4 @@
From 160cf46209944d2fd7e20e39cf3fa77b961b5b20 Mon Sep 17 00:00:00 2001
From 6e014b000a525f396b9c3565826c63642e052df7 Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede@redhat.com>
Date: Mon, 25 Aug 2014 12:21:56 +0200
Subject: [PATCH] xhci: Disable streams on Via XHCI with device-id 0x3432