diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-12-18 13:36:25 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-12-18 13:36:29 -0500 |
commit | 672002c87d3b969328359938ad9dbe7d5074dfff (patch) | |
tree | 598e52cc9af77963c8a832a5ab53d187c9841476 /kernel.spec | |
parent | e7d4b21c96bbb54a882e7141827d78d64209be8f (diff) | |
download | kernel-672002c87d3b969328359938ad9dbe7d5074dfff.tar.gz kernel-672002c87d3b969328359938ad9dbe7d5074dfff.tar.xz kernel-672002c87d3b969328359938ad9dbe7d5074dfff.zip |
Fix from Kyle McMartin for target_core_user uapi issue since it's enabled
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index f76d75fe1..764869485 100644 --- a/kernel.spec +++ b/kernel.spec @@ -643,6 +643,8 @@ Patch26104: dm-cache-only-use-overwrite-optimisation-for-promoti.patch Patch26105: dm-cache-dirty-flag-was-mistakenly-being-cleared-whe.patch Patch26106: dm-cache-fix-spurious-cell_defer-when-dealing-with-p.patch +Patch26107: uapi-linux-target_core_user.h-fix-headers_install.sh.patch + # git clone ssh://git.fedorahosted.org/git/kernel-arm64.git, git diff master...devel Patch30000: kernel-arm64.patch @@ -1394,6 +1396,8 @@ ApplyPatch dm-cache-only-use-overwrite-optimisation-for-promoti.patch ApplyPatch dm-cache-dirty-flag-was-mistakenly-being-cleared-whe.patch ApplyPatch dm-cache-fix-spurious-cell_defer-when-dealing-with-p.patch +ApplyPatch uapi-linux-target_core_user.h-fix-headers_install.sh.patch + %if 0%{?aarch64patches} ApplyPatch kernel-arm64.patch %ifnarch aarch64 # this is stupid, but i want to notice before secondary koji does. @@ -2263,6 +2267,7 @@ fi # || || %changelog * Thu Dec 18 2014 Josh Boyer <jwboyer@fedoraproject.org> +- Fix from Kyle McMartin for target_core_user uapi issue since it's enabled - Fix dm-cache crash (rhbz 1168434) - Fix blk-mq crash on CPU hotplug (rhbz 1175261) |