Linux 3.2-rc1-git4
Also fix CVE-2011-4131: nfs4_getfacl decoding kernel oops (rhbz 753236)
This commit is contained in:
parent
90ac8d9ea5
commit
c7a536b330
3 changed files with 130 additions and 2 deletions
12
kernel.spec
12
kernel.spec
|
|
@ -87,7 +87,7 @@ Summary: The Linux kernel
|
|||
# The rc snapshot level
|
||||
%define rcrev 1
|
||||
# The git snapshot level
|
||||
%define gitrev 3
|
||||
%define gitrev 4
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 3.%{upstream_sublevel}.0
|
||||
%endif
|
||||
|
|
@ -707,6 +707,9 @@ Patch21090: bcma-brcmsmac-compat.patch
|
|||
|
||||
Patch21091: pci-Rework-ASPM-disable-code.patch
|
||||
|
||||
#rhbz 753236
|
||||
Patch21029: nfsv4-include-bitmap-in-nfsv4_get_acl_data.patch
|
||||
|
||||
%endif
|
||||
|
||||
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
|
||||
|
|
@ -1347,6 +1350,9 @@ ApplyPatch bcma-brcmsmac-compat.patch
|
|||
|
||||
ApplyPatch pci-Rework-ASPM-disable-code.patch
|
||||
|
||||
#rhbz 753236
|
||||
ApplyPatch nfsv4-include-bitmap-in-nfsv4_get_acl_data.patch
|
||||
|
||||
# END OF PATCH APPLICATIONS
|
||||
|
||||
%endif
|
||||
|
|
@ -2053,6 +2059,10 @@ fi
|
|||
# ||----w |
|
||||
# || ||
|
||||
%changelog
|
||||
* Mon Nov 14 2011 Josh Boyer <jwboyer@redhat.com>
|
||||
- CVE-2011-4131: nfs4_getfacl decoding kernel oops (rhbz 753236)
|
||||
- Linux 3.2-rc1-git4
|
||||
|
||||
* Sat Nov 12 2011 Josh Boyer <jwboyer@redhat.com>
|
||||
- Linux 3.2-rc1-git3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue