* Fri Jun 05 2020 mkubecek@suse.cz
- Update upstream reference:
patches.suse/mm-fix-mremap-not-considering-huge-pmd-devmap.patch
- commit a7fb6a0
* Wed Jun 03 2020 mhocko@suse.com
- mm: Fix mremap not considering huge pmd devmap (bsc#1172317,
CVE-2020-10757).
- commit 43819f6
* Tue Jun 02 2020 tbogendoerfer@suse.de
- net: mvpp2: Enable autoneg bypass for 1000BaseX/2500BaseX ports
(bsc#1162209).
- commit 7789c1f
* Fri May 29 2020 tiwai@suse.de
- ima: Fix Oops at boot with ima_template_fmt=d boot option
(bsc#1172223).
- commit f5ff35f
* Wed May 27 2020 bp@suse.de
- x86/speculation: Add SRBDS vulnerability and mitigation
documentation (bsc#1154824 CVE-2020-0543).
- commit 6bcc04c
* Wed May 27 2020 bp@suse.de
- x86/speculation: Add Special Register Buffer Data Sampling
(SRBDS) mitigation (bsc#1154824 CVE-2020-0543).
- commit a4ac28e
* Wed May 27 2020 bp@suse.de
- x86/cpu: Add 'table' argument to cpu_matches() (bsc#1154824
CVE-2020-0543).
- commit a0bbf3d
* Wed May 27 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and resort:
patches.suse/s390-kexec_file-fix-initrd-location-for-kdump-kernel.patch
- update upstream reference and move into sorted section:
patches.suse/x86-microcode-amd-increase-microcode-patch_max_size.patch
- move into sorted section:
patches.suse/signal-avoid-double-atomic-counter-increments-for-user-accounting.patch
No effect on expanded tree.
- commit 571cf9a
* Wed May 27 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
patches.suse/cifs-add-SMB2_open-arg-to-return-POSIX-data.patch
patches.suse/cifs-add-smb2-POSIX-info-level.patch
patches.suse/cifs-call-wake_up-server-response_q-inside-of-cifs_r.patch
patches.suse/cifs-do-d_move-in-rename.patch
patches.suse/cifs-do-not-ignore-the-SYNC-flags-in-getattr.patch
patches.suse/cifs-handle-prefix-paths-in-reconnect.patch
patches.suse/cifs-make-use-of-cap_unix-ses-in-cifs_reconnect_tcon.patch
patches.suse/cifs-plumb-smb2-POSIX-dir-enumeration.patch
patches.suse/cifs-potential-unintitliazed-error-code-in-cifs_geta.patch
patches.suse/cifs-rename-posix-create-rsp.patch
patches.suse/cifs-use-mod_delayed_work-for-server-reconnect-if-al.patch
patches.suse/smb3-fix-performance-regression-with-setting-mtime.patch
- update to mainline version, rename and move into sorted section:
patches.suse/cifs-print-warning-once-if-mounting-with-vers-1.0.patch -> patches.suse/cifs-print-warning-mounting-with-vers-1-0.patch
No relevant effect on expanded tree:
diff -urN old/fs/cifs/connect.c new/fs/cifs/connect.c
- -- old/fs/cifs/connect.c 2020-05-27 11:46:54.090968292 +0200
+++ new/fs/cifs/connect.c 2020-05-27 11:46:54.990971522 +0200
@@ -1466,8 +1466,8 @@
cifs_dbg(VFS, "vers=1.0 (cifs) not permitted when mounting with smb3\n");
return 1;
}
- printk_once(KERN_WARNING "Use of the less secure dialect "
- "vers=1.0 is not recommended unless required for "
+ cifs_dbg(VFS, "Use of the less secure dialect vers=1.0 "
+ "is not recommended unless required for "
"access to very old servers\n");
vol->ops = &smb1_operations;
vol->vals = &smb1_values;
diff -urN old/fs/cifs/smb2ops.c new/fs/cifs/smb2ops.c
- -- old/fs/cifs/smb2ops.c 2020-05-27 11:46:54.074968234 +0200
+++ new/fs/cifs/smb2ops.c 2020-05-27 11:46:54.974971463 +0200
@@ -3020,7 +3020,7 @@
oparms.fid = &fid;
oparms.reconnect = false;
- rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL,NULL, NULL,
+ rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL,
NULL);
kfree(utf16_path);
if (!rc) {
- -
- commit f7dacbf
* Tue May 26 2020 jkosina@suse.cz
- Refresh
patches.suse/block-floppy-fix-contended-case-in-floppy_queue_rq.patch:
update upstream references (submitted -> applied).
- commit fce9354
* Tue May 26 2020 jkosina@suse.cz
- block/floppy: fix contended case in floppy_queue_rq()
(bsc#1171426).
- commit 18ed9ad
* Mon May 25 2020 mbenes@suse.cz
- x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive
tasks (bsc#1058115).
(cherry picked from commit 5d062fa0c4b96d9f6695e0393114da63299cd52e)
- commit d9c0a48
* Wed May 20 2020 mkubecek@suse.cz
- Update kabi files.
- update to "RC3" submission (commit de1e6fb20e9d)
- commit 8f25cbe
* Wed May 20 2020 mkubecek@suse.cz
- netfilter: ctnetlink: netns exit must wait for callbacks
(bsc#1169795).
- commit 1367464
* Wed May 20 2020 ggherdovich@suse.cz
- Update upstream reference and move to sorted section:
patches.suse/x86-sched-Don-t-enable-static-key-when-starting-seco.patch.
- commit 286ea13
* Wed May 20 2020 ggherdovich@suse.cz
- Update upstream reference and move to sorted section:
patches.suse/x86-sched-Account-for-CPUs-with-less-than-4-cores-in.patch.
- commit 806c75b
* Wed May 20 2020 ggherdovich@suse.cz
- Update upstream reference and move to sorted section:
patches.suse/x86-sched-Bail-out-of-frequency-invariance-if-.patch.
- commit debf0d3
* Wed May 20 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/NFSv3-fix-rpc-receive-buffer-size-for-MOUNT-call.patch
- commit c8d32f9
* Wed May 20 2020 neilb@suse.de
- NFSv3: fix rpc receive buffer size for MOUNT call (bsc#1171849).
- commit 4832c5f
* Tue May 19 2020 lduncan@suse.com
- scsi: mptfusion: Fix double fetch bug in ioctl (bsc#1171218
CVE-2020-12652).
- commit d61daf3