Browse code

Apply the f*xattrat syscall family patch for linux as well

Change-Id: Iac0eee91deebfa6643810558a51f5c0d93bd3bff
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5186
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>

Bo Gan authored on 2018/05/23 09:08:20
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 Summary:        Kernel
3 3
 Name:           linux
4 4
 Version:    	4.4.131
5
-Release:        2%{?kat_build:.%kat_build}%{?dist}
5
+Release:        3%{?kat_build:.%kat_build}%{?dist}
6 6
 License:    	GPLv2
7 7
 URL:        	http://www.kernel.org/
8 8
 Group:        	System Environment/Kernel
... ...
@@ -49,6 +49,7 @@ Patch23:        0001-ocfs2-subsystem.su_mutex-is-required-while-accessing.patch
49 49
 Patch24:        0001-mac80211_hwsim-fix-possible-memory-leak-in-hwsim_new.patch
50 50
 # Fix for CVE-2017-18241
51 51
 Patch25:        0001-f2fs-fix-a-panic-caused-by-NULL-flush_cmd_control.patch
52
+Patch26:        Implement-the-f-xattrat-family-of-functions.patch
52 53
 
53 54
 # For Spectre
54 55
 Patch52: 0141-locking-barriers-introduce-new-observable-speculatio.patch
... ...
@@ -165,6 +166,7 @@ This package contains the 'perf' performance analysis tools for Linux kernel.
165 165
 %patch23 -p1
166 166
 %patch24 -p1
167 167
 %patch25 -p1
168
+%patch26 -p1
168 169
 
169 170
 %patch52 -p1
170 171
 %patch55 -p1
... ...
@@ -336,6 +338,8 @@ ln -sf %{name}-%{uname_r}.cfg /boot/photon.cfg
336 336
 /usr/share/perf-core
337 337
 
338 338
 %changelog
339
+*   Mon May 21 2018 Bo Gan <ganb@vmware.com> 4.4.131-3
340
+-   Implement the f*xattrat family of syscalls (Previously linux-esx only)
339 341
 *   Fri May 04 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 4.4.131-2
340 342
 -   Fix CVE-2018-8043, CVE-2017-18216, CVE-2018-8087, CVE-2017-18241.
341 343
 *   Fri May 04 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 4.4.131-1