Linux v5.0.9

Fix NFS server crash (rhbz 1701077)
This commit is contained in:
Laura Abbott 2019-04-21 17:15:20 -07:00
commit a0e7ac1690
4 changed files with 117 additions and 50 deletions

View file

@ -54,7 +54,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
%define stable_update 8
%define stable_update 9
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@ -625,15 +625,15 @@ Patch512: v3-tpm-fix-an-invalid-condition-in-tpm_common_poll.patch
# rhbz 1683382
Patch515: nfsv4.1-avoid-false-retries.patch
# CVE-2019-9857 rhbz 1694758 1694759
Patch516: 0001-inotify-Fix-fsnotify_mark-refcount-leak-in-inotify_u.patch
# CVE-2019-3882 rhbz 1689426 1695571
Patch517: vfio-type1-limit-dma-mappings-per-container.patch
# CVE-2019-9500 rhbz 1701224 1701226
Patch518: 0001-brcmfmac-assure-SSID-length-from-firmware-is-limited.patch
# rhbz 1701077
Patch519: nfsd-wake-waiters-blocked-on-file_lock-before-deleting-it.patch
# END OF PATCH DEFINITIONS
%endif
@ -1907,6 +1907,10 @@ fi
#
#
%changelog
* Mon Apr 22 2019 Laura Abbott <labbott@redhat.com> - 5.0.9-300
- Linux v5.0.9
- Fix NFS server crash (rhbz 1701077)
* Thu Apr 18 2019 Justin M. Forbes <jforbes@fedoraproject.org>
- Fix CVE-2019-9500 (rhbz 1701224 1701226)