diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2016-11-17 08:35:23 -0800 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2016-11-17 08:35:23 -0800 |
commit | 4548b63c3ceb570cc02c7e48c3cd935fed5d3fd2 (patch) | |
tree | 23e8411c08e031e2345281ec8dde54aaa02389db /kernel.spec | |
parent | 99a0eb090641893eb10f740485bc10ca77114a04 (diff) | |
download | kernel-4548b63c3ceb570cc02c7e48c3cd935fed5d3fd2.tar.gz kernel-4548b63c3ceb570cc02c7e48c3cd935fed5d3fd2.tar.xz kernel-4548b63c3ceb570cc02c7e48c3cd935fed5d3fd2.zip |
Linux v4.9-rc5-213-g961b708
- Fix CIFS bug with VMAP_STACK
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 e09427f6b..288b837b0 100644 --- a/kernel.spec +++ b/kernel.spec @@ -69,7 +69,7 @@ Summary: The Linux kernel # The rc snapshot level %global rcrev 5 # The git snapshot level -%define gitrev 2 +%define gitrev 3 # Set rpm version accordingly %define rpmversion 4.%{upstream_sublevel}.0 %endif @@ -617,6 +617,8 @@ Patch665: netfilter-x_tables-deal-with-bogus-nextoffset-values.patch #ongoing complaint, full discussion delayed until ksummit/plumbers Patch849: 0001-iio-Use-event-header-from-kernel-tree.patch +Patch850: Fix-BUG-in-calc_seckey.patch + # END OF PATCH DEFINITIONS %endif @@ -2155,6 +2157,10 @@ fi # # %changelog +* Thu Nov 17 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc5.git3.1 +- Linux v4.9-rc5-213-g961b708 +- Fix CIFS bug with VMAP_STACK + * Wed Nov 16 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc5.git2.1 - Linux v4.9-rc5-177-g81bcfe5 |