summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-10-08 12:20:56 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2014-10-08 12:20:58 -0400
commita3dbb48a2c8bd21beda72f66952f08b59d69064a (patch)
tree0b0bf383c80f96cf2bbc555a7894683c3c3eae91 /kernel.spec
parentda99f20f026faababa016afb0c23cc8af405f4ee (diff)
downloadkernel-a3dbb48a2c8bd21beda72f66952f08b59d69064a.tar.gz
kernel-a3dbb48a2c8bd21beda72f66952f08b59d69064a.tar.xz
kernel-a3dbb48a2c8bd21beda72f66952f08b59d69064a.zip
Add patch to fix ATA blacklist
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 0c75739e1..4f395a1ee 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -617,6 +617,8 @@ Patch26029: KEYS-Reinstate-EPERM-for-a-key-type-name-beginning-w.patch
Patch26030: GFS2-Make-rename-not-save-dirent-location.patch
+Patch26031: libata-Un-break-ATA-blacklist.patch
+
# git clone ssh://git.fedorahosted.org/git/kernel-arm64.git, git diff master...devel
Patch30000: kernel-arm64.patch
@@ -1346,6 +1348,8 @@ ApplyPatch KEYS-Reinstate-EPERM-for-a-key-type-name-beginning-w.patch
ApplyPatch GFS2-Make-rename-not-save-dirent-location.patch
+ApplyPatch libata-Un-break-ATA-blacklist.patch
+
%if 0%{?aarch64patches}
ApplyPatch kernel-arm64.patch
%ifnarch aarch64 # this is stupid, but i want to notice before secondary koji does.
@@ -2218,6 +2222,7 @@ fi
- Linux v3.17-2860-gef0625b70dac
- Reenable debugging options.
- Temporarily disable aarch64patches
+- Add patch to fix ATA blacklist
* Tue Oct 07 2014 Josh Boyer <jwboyer@fedoraproject.org>
- Add patch to fix GFS2 regression (from Bob Peterson)