diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-03-11 14:59:03 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-03-11 15:00:22 -0400 |
commit | 40514766bfa4d9bb4211482ff64081981277bbc2 (patch) | |
tree | eaa3628fff806ac1f509758fabf7537b29e5468d /kernel.spec | |
parent | 7a5671406157e2a1be522f775b0a4fa5f009f480 (diff) | |
download | kernel-40514766bfa4d9bb4211482ff64081981277bbc2.tar.gz kernel-40514766bfa4d9bb4211482ff64081981277bbc2.tar.xz kernel-40514766bfa4d9bb4211482ff64081981277bbc2.zip |
Add patch to allow "8250." prefix to keep working (rhbz 911771)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 3b928aa07..e63d60be8 100644 --- a/kernel.spec +++ b/kernel.spec @@ -738,12 +738,14 @@ Patch21267: keys-fix-race-with-concurrent-install_user_keyrings.patch #rhbz 857954 Patch21268: w1-fix-oops-when-w1_search-is-called-from.patch +#rhbz 911771 +Patch21269: serial-8250-Keep-8250.-xxxx-module-options-functiona.patch + Patch22000: weird-root-dentry-name-debug.patch #selinux ptrace child permissions Patch22001: selinux-apply-different-permission-to-ptrace-child.patch - # END OF PATCH DEFINITIONS %endif @@ -1434,6 +1436,9 @@ ApplyPatch keys-fix-race-with-concurrent-install_user_keyrings.patch #rhbz 857954 ApplyPatch w1-fix-oops-when-w1_search-is-called-from.patch +#rhbz 911771 +ApplyPatch serial-8250-Keep-8250.-xxxx-module-options-functiona.patch + # END OF PATCH APPLICATIONS %endif @@ -2276,6 +2281,7 @@ fi # || || %changelog * Mon Mar 11 2013 Josh Boyer <jwboyer@redhat.com> +- Add patch to allow "8250." prefix to keep working (rhbz 911771) - Add patch to fix w1_search oops (rhbz 857954) * Sun Mar 10 2013 Josh Boyer <jwboyer@redhat.com> - 3.9.0-0.rc1.git2.1 |