Name: kernel-obs-build |
Distribution: openSUSE:Leap:15.2:PowerPC / ports |
Version: 5.3.18 |
Vendor: openSUSE |
Release: lp152.19.4 |
Build date: Wed Jun 24 16:26:55 2020 |
Group: SLES |
Build host: obs-power9-06 |
Size: 37486396 |
Source RPM: kernel-obs-build-5.3.18-lp152.19.4.src.rpm |
Packager: https://bugs.opensuse.org |
Summary: package kernel and initrd for OBS VM builds |
This package is repackaging already compiled kernels to make them usable
inside of Open Build Service (OBS) VM builds. An initrd with some basic
kernel modules is generated as well, but further kernel modules can be
loaded during build when installing the kernel package.
Provides
Requires
License
GPL-2.0
Changelog
* 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
* Tue May 19 2020 tiwai@suse.de
- Update patch reference for ipv6 security fix (CVE-2020-1749 bsc#1165629)
- commit b65b793
* Tue May 19 2020 jroedel@suse.de
- KVM: SVM: Fix potential memory leak in svm_cpu_init() (bsc#1171736).
- commit 010dbdc
* Tue May 19 2020 dmueller@suse.com
- scripts/dtc: Remove redundant YYLOC global declaration
(bsc#1160388).
- commit 40e5eca
* Tue May 19 2020 jack@suse.cz
- bdi: Fix up kabi for dev_name addition (bsc#1171844).
- commit 4d83bb4
* Tue May 19 2020 mbenes@suse.cz
- x86/unwind/orc: Fix error handling in __unwind_start()
(bsc#1058115).
- commit ad0fbff
* Tue May 19 2020 tiwai@suse.de
- platform/x86: ISST: Fix wrong unregister type (bsc#1171810).
- platform/x86: ISST: Allow additional core-power mailbox commands
(bsc#1171810).
- platform/x86: ISST: Use dev_get_drvdata (bsc#1171810).
- commit 6bfd9ca
* Tue May 19 2020 tiwai@suse.de
- Move two upstreamed IMA patches into sorted section
- commit caf8825
* Tue May 19 2020 glin@suse.com
- bpf: Fix error return code in map_lookup_and_delete_elem()
(bsc#1155518).
- bpf: Fix sk_psock refcnt leak when receiving message
(bsc#1155518).
- commit d621e20
* Mon May 18 2020 tonyj@suse.de
- perf/x86/intel/uncore: Add Ice Lake server uncore support
(jsc#SLE-8898).
- perf/x86/intel/uncore: Factor out __snr_uncore_mmio_init_box
(jsc#SLE-8898).
- perf/x86/intel/uncore: Add box_offsets for free-running counters
(jsc#SLE-8898).
- commit 093dafa
* Mon May 18 2020 oneukum@suse.com
- vt: fix unicode console freeing with a common interface
(git-fixes).
- commit 4d7b8d6
* Mon May 18 2020 msuchanek@suse.de
- s390/kexec_file: fix initrd location for kdump kernel
(bsc#1166340 ltc#184171).
- commit d2b5550
* Mon May 18 2020 jack@suse.cz
- block: Fix writeback throttling W=1 compiler warnings
(bsc#1171844).
- blacklist.conf: Remove the commit
- commit 2a895f4
* Mon May 18 2020 jack@suse.cz
- bdi: add a ->dev_name field to struct backing_dev_info
(bsc#1171844).
- commit 1e675b2
* Mon May 18 2020 jack@suse.cz
- bdi: move bdi_dev_name out of line (bsc#1171844).
- commit 8c98f9b
* Mon May 18 2020 jack@suse.cz
- bdi: use bdi_dev_name() to get device name (bsc#1171844).
- commit 2f2a729
* Mon May 18 2020 jack@suse.cz
- propagate_one(): mnt_set_mountpoint() needs mount_lock
(bsc#1171843).
- commit d12939e
* Mon May 18 2020 oneukum@suse.com
- vt: don't hardcode the mem allocation upper bound (git-fixes).
- commit cef46bf
* Mon May 18 2020 oneukum@suse.com
- vt: don't use kmalloc() for the unicode screen buffer
(git-fixes).
- commit 4fd1f99
* Mon May 18 2020 dwagner@suse.de
- rcu: Add *_ONCE() for grace-period progress indicators
(bsc#1171828).
- rcu: Add READ_ONCE() to rcu_segcblist ->tails (bsc#1171828).
- rcu: Add WRITE_ONCE() to rcu_node ->qsmaskinitnext
(bsc#1171828).
- rcu: Add WRITE_ONCE() to rcu_state ->gp_req_activity
(bsc#1171828).
- rcu: Add WRITE_ONCE to rcu_node ->exp_seq_rq store
(bsc#1171828).
- rcu: Add WRITE_ONCE() to rcu_node ->qsmask update (bsc#1171828).
- rcu: Provide debug symbols and line numbers in KCSAN runs
(bsc#1171828).
- rcu: Fix exp_funnel_lock()/rcu_exp_wait_wake() datarace
(bsc#1171828).
- rcu: Use READ_ONCE() for ->expmask in rcu_read_unlock_special()
(bsc#1171828).
- srcu: Apply *_ONCE() to ->srcu_last_gp_end (bsc#1171828).
- commit a409a59
* Mon May 18 2020 jack@suse.cz
- blacklist.conf: Blacklist c4b4c2a78a9f
- commit 7d1f234
* Mon May 18 2020 jack@suse.cz
- ext4: use non-movable memory for superblock readahead
(bsc#1171842).
- commit cc13e88
* Mon May 18 2020 jack@suse.cz
- ocfs2: no need try to truncate file beyond i_size (bsc#1171841).
- commit 4ea0462
* Mon May 18 2020 oneukum@suse.com
- USB: uas: add quirk for LaCie 2Big Quadra (git-fixes).
- commit 827d447
* Mon May 18 2020 jack@suse.cz
- io_uring: remove bogus RLIMIT_NOFILE check in file registration
(bsc#1171840).
- commit 2d64873
* Mon May 18 2020 jack@suse.cz
- io_uring: honor original task RLIMIT_FSIZE (bsc#1171839).
- commit c77337d
* Mon May 18 2020 oneukum@suse.com
- USB: serial: qcserial: Add DW5816e support (git-fixes).
- commit aa6d686
* Mon May 18 2020 rgoldwyn@suse.com
- mm/swapfile.c: move inode_lock out of claim_swapfile (git-fixes, bsc#1171730).
- commit e2fed77
* Mon May 18 2020 oneukum@suse.com
- usb: xhci: Fix NULL pointer dereference when enqueuing trbs
from urb sg list (git-fixes).
- commit 25bbbc6
* Mon May 18 2020 jack@suse.cz
- blacklist.conf: Blacklist ce623f89872d
- commit 1a198c3
* Mon May 18 2020 jack@suse.cz
- blacklist.conf: Blacklist 02f03c4206c1
- commit 2d8e6ba
* Mon May 18 2020 jack@suse.cz
- ext4: fix a data race at inode->i_blocks (bsc#1171835).
- commit 3a01d10
* Mon May 18 2020 jack@suse.cz
- block, bfq: invoke flush_idle_tree after reparent_active_queues
in pd_offline (bsc#1171834).
- commit 2f6d8ec
* Mon May 18 2020 jack@suse.cz
- block, bfq: make reparent_leaf_entity actually work only on
leaf entities (bsc#1171833).
- commit d07ba45
* Mon May 18 2020 jack@suse.cz
- block, bfq: turn put_queue into release_process_ref in
__bfq_bic_change_cgroup (bsc#1171832).
- commit 8dc34a5
* Mon May 18 2020 dwagner@suse.de
- rcu: Remove rcu_swap_protected() (bsc#1171827).
- wireless/mediatek: Replace rcu_swap_protected() with
rcu_replace_pointer() (bsc#1171827).
- fs/afs: Replace rcu_swap_protected() with rcu_replace_pointer()
(bsc#1171827).
- drivers/scsi: Replace rcu_swap_protected() with
rcu_replace_pointer() (bsc#1171827).
- drm/i915: Replace rcu_swap_protected() with
rcu_replace_pointer() (bsc#1171827).
- x86/kvm/pmu: Replace rcu_swap_protected() with
rcu_replace_pointer() (bsc#1171827).
- mt76: drop rcu read lock in mt76_rx_aggr_stop (bsc#1171827).
- commit a6fb099
* Mon May 18 2020 nsaenzjulienne@suse.de
- blacklist.conf: Append "ARM: dts: bcm283x: Disable dsi0 node"
It's a device tree change, we don't maintain device trees.
- commit 2f253e6
* Mon May 18 2020 ailiop@suse.com
- blacklist.conf: add 5a57c05b56b6e
- commit a97a544
* Mon May 18 2020 ailiop@suse.com
- blacklist.conf: add 71912e08e06b7
- commit e4cf882
* Mon May 18 2020 nsaenzjulienne@suse.de
- net: broadcom: Select BROADCOM_PHY for BCMGENET (git-fixes).
- commit 45f06fc
* Mon May 18 2020 tbogendoerfer@suse.de
- bpf: Enforce returning 0 for fentry/fexit progs (bsc#1154353).
- bpf: Fix bug in mmap() implementation for BPF array map
(bsc#1154353).
- ionic: call ionic_port_init after fw-upgrade (bsc#1167773).
- ionic: leave netdev mac alone after fw-upgrade (bsc#1167773).
- RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobj
(jsc#SLE-8449).
- RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL event
(jsc#SLE-8449).
- ipv6: fix restrict IPV6_ADDRFORM operation (bsc#1171662).
- selftests/bpf: Validate frozen map contents stays frozen
(bsc#1154353).
- ipv6: restrict IPV6_ADDRFORM operation (bsc#1171662).
- commit b0eba11
* Mon May 18 2020 dwagner@suse.de
- wireguard: send/receive: cond_resched() when processing worker
ringbuffers (bsc#1169021 jsc#SLE-12250).
- wireguard: socket: remove errant restriction on looping to self
(bsc#1169021 jsc#SLE-12250).
- wireguard: receive: use tunnel helpers for decapsulating ECN
markings (bsc#1169021 jsc#SLE-12250).
- wireguard: queueing: cleanup ptr_ring in error path of
packet_queue_init (bsc#1169021 jsc#SLE-12250).
- commit 3b1c8e3
* Mon May 18 2020 tiwai@suse.de
- clk: rockchip: fix incorrect configuration of rk3228 aclk_gpu*
clocks (git-fixes).
- clk: Unlink clock if failed to prepare or enable (git-fixes).
- commit 1326aea
* Mon May 18 2020 jslaby@suse.cz
- net: ipv4: really enforce backoff for redirects (git-fixes).
- commit 439f9a6
* Mon May 18 2020 mkubecek@suse.cz
- series.conf: cleanup
- move kabi workaround to the right section:
patches.kabi/snd-rawmidi-buffer_ref-kABI-workaround.patch
- commit 6394f10
* Mon May 18 2020 tiwai@suse.de
- ima: Set again build_ima_appraise variable (bsc#1171709).
- ima: Remove redundant policy rule set in add_rules()
(bsc#1171709).
- ima: Fix ima digest hash table key calculation (bsc#1171709).
- ima: Fix return value of ima_write_policy() (bsc#1171709).
- ima: Set file->f_mode instead of file->f_flags in
ima_calc_file_hash() (bsc#1171709).
- commit 9bfa29c
* Mon May 18 2020 mkubecek@suse.cz
- series.conf: cleanup
Drop unneeded comment.
- commit c7bd9f9
* Sun May 17 2020 dbueso@suse.de
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
index (bsc#1171236).
- kernel/gcov/fs.c: gcov_seq_next() should increase position index
(bsc#1171236).
- fs/seq_file.c: seq_read(): add info message about buggy .next
functions (bsc#1171236).
- selinux: sel_avc_get_stat_idx should increase position index
(bsc#1171236).
- mm/swapfile.c: swap_next should increase position index
(bsc#1171236).
- commit 02aa5d8
* Sun May 17 2020 tiwai@suse.de
- pinctrl: cherryview: Add missing spinlock usage in
chv_gpio_irq_handler (git-fixes).
- pinctrl: baytrail: Enable pin configuration setting for GPIO
chip (git-fixes).
- pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-H
(git-fixes).
- pinctrl: qcom: fix wrong write in update_dual_edge (git-fixes).
- pinctrl: actions: fix function group name for i2c0_group
(git-fixes).
- commit 47ce68c
* Sat May 16 2020 lduncan@suse.com
- scsi: sg: add sg_remove_request in sg_common_write
(bsc#1171790).
- commit 6f665e2
* Sat May 16 2020 lduncan@suse.com
- Blacklist git-fix that uses kABI not present yet in SLE.
This uses get_unaligned_be24(), which isn't in our kernel yet,
to clean up debug code, but it does not fix anything.
- commit 0389ede
* Sat May 16 2020 lduncan@suse.com
- scsi: mpt3sas: Fix kernel panic observed on soft HBA unplug
(bsc#1171783).
- scsi: ufs: Clean up ufshcd_scale_clks() and clock scaling
error out path (bsc#1171792).
- scsi: aha1740: Fix an errro handling path in aha1740_probe()
(bsc#1171774).
- scsi: ufs: Fix ufshcd_hold() caused scheduling while atomic
(bsc#1171795).
- scsi: ufs: fix Auto-Hibern8 error detection (bsc#1171794).
- block/drbd: delete invalid function drbd_md_mark_dirty_
(bsc#1171773).
- scsi: sd: Fix optimal I/O size for devices that change reported
values (bsc#1171789).
- scsi: ufs: Fix ufshcd_probe_hba() reture value in case
ufshcd_scsi_add_wlus() fails (bsc#1171796).
- scsi: csiostor: Adjust indentation in csio_device_reset
(bsc#1171777).
- scsi: qla4xxx: Adjust indentation in qla4xxx_mem_free
(bsc#1171784).
- scsi: ufs: Recheck bkops level if bkops is disabled
(bsc#1171798).
- scsi: fnic: fix invalid stack access (bsc#1171780).
- scsi: sd: Clear sdkp->protection_type if disk is reformatted
without PI (bsc#1171787).
- scsi: iscsi: Fix a potential deadlock in the timeout handler
(bsc#1171781).
- scsi: ufs: Disable autohibern8 feature in Cadence UFS
(bsc#1171793).
- scsi: iscsi: qla4xxx: fix double free in probe (bsc#1171782).
- scsi: ufs: Give an unique ID to each ufs-bsg (bsc#1171797).
- scsi: scsi_transport_sas: Fix memory leak when removing devices
(bsc#1171786).
- scsi: bnx2i: fix potential use after free (bsc#1171775).
- scsi: qla4xxx: fix double free bug (bsc#1171785).
- scsi: zorro_esp: Limit DMA transfers to 65536 bytes (except
on Fastlane) (bsc#1171799).
- scsi: tracing: Fix handling of TRANSFER LENGTH == 0 for READ(6)
and WRITE(6) (bsc#1171791).
- scsi: core: scsi_trace: Use get_unaligned_be*() (bsc#1171776).
- scsi: esas2r: unlock on error in esas2r_nvram_read_direct()
(bsc#1171779).
- scsi: csiostor: Don't enable IRQs too early (bsc#1171778).
- scsi: sd: enable compat ioctls for sed-opal (bsc#1171788).
- commit f218358
* Sat May 16 2020 tiwai@suse.de
- umh: fix memory leak on execve failure (git-fixes).
- r8169: re-establish support for RTL8401 chip version
(git-fixes).
- hwmon: (da9052) Synchronize access with mfd (git-fixes).
- commit c93a77b
* Sat May 16 2020 tiwai@suse.de
- kABI workaround for snd_rawmidi buffer_ref field addition
(git-fixes).
- commit a26b757
* Sat May 16 2020 tiwai@suse.de
- ALSA: hda/realtek - Limit int mic boost for Thinkpad T530
(git-fixes bsc#1171293).
- ALSA: hda/realtek - Add COEF workaround for ASUS ZenBook UX431DA
(git-fixes).
- ALSA: hda/realtek: Enable headset mic of ASUS UX581LV with
ALC295 (git-fixes).
- ALSA: hda/realtek - Enable headset mic of ASUS UX550GE with
ALC295 (git-fixes).
- ALSA: hda/realtek - Enable headset mic of ASUS GL503VM with
ALC295 (git-fixes).
- ALSA: hda/realtek: Add quirk for Samsung Notebook (git-fixes).
- ALSA: rawmidi: Fix racy buffer resize under concurrent accesses
(git-fixes).
- ALSA: usb-audio: add mapping for ASRock TRX40 Creator
(git-fixes).
- ALSA: hda/realtek - Fix S3 pop noise on Dell Wyse (git-fixes).
- Revert "ALSA: hda/realtek: Fix pop noise on ALC225" (git-fixes).
- ALSA: firewire-lib: fix 'function sizeof not defined' error
of tracepoints format (git-fixes).
- ALSA: usb-audio: Add control message quirk delay for Kingston
HyperX headset (git-fixes).
- commit 1c282f0
* Fri May 15 2020 ptesarik@suse.cz
- s390/qeth: refactor buffer pool code (git-fixes).
- s390/qeth: use page pointers to manage RX buffer pool
(git-fixes).
- commit 78b8e17
* Fri May 15 2020 ptesarik@suse.cz
- s390/qdio: fill SBALEs with absolute addresses (git-fixes).
- commit 3a84ac3
* Fri May 15 2020 ptesarik@suse.cz
- blacklist.conf: Add unimportant S390 fixes.
- commit da76ba0
* Fri May 15 2020 ptesarik@suse.cz
- s390: Keep kABI after adding fields to struct lowcore
(git-fixes).
- s390: prevent leaking kernel address in BEAR (git-fixes).
- commit 2432c42
* Fri May 15 2020 ptesarik@suse.cz
- Update upstream references and move to sorted section:
patches.suse/s390-mm-fix-page-table-upgrade-vs-2ndary-address-mode
- commit 5b70b1c
* Fri May 15 2020 ptesarik@suse.cz
- s390/protvirt: fix compilation issue (git-fixes).
- s390/pci: do not set affinity for floating irqs (git-fixes).
- KVM: s390: Fix PV check in deliverable_irqs() (git-fixes).
- s390/cio: generate delayed uevent for vfio-ccw subchannels
(git-fixes).
- s390/cio: avoid duplicated 'ADD' uevents (git-fixes).
- KVM: s390: vsie: Fix possible race when shadowing region 3
tables (git-fixes).
- KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks
(git-fixes).
- s390/diag: fix display of diagnose call statistics (git-fixes).
- s390/cpuinfo: fix wrong output when CPU0 is offline (git-fixes).
- scsi: zfcp: fix missing erp_lock in port recovery trigger for
point-to-point (git-fixes).
- s390/gmap: return proper error code on ksm unsharing
(git-fixes).
- s390/qeth: support net namespaces for L3 devices (git-fixes).
- s390/qeth: implement smarter resizing of the RX buffer pool
(git-fixes).
- s390/qeth: cancel RX reclaim work earlier (git-fixes).
- s390/qeth: handle error when backing RX buffer (git-fixes).
- s390/qeth: don't reset default_out_queue (git-fixes).
- s390/qeth: fix off-by-one in RX copybreak check (git-fixes).
- s390/qeth: don't warn for napi with 0 budget (git-fixes).
- s390/qeth: vnicc Fix EOPNOTSUPP precedence (git-fixes).
- commit f4042da
* Fri May 15 2020 ptesarik@suse.cz
- s390/uv: Fix handling of length extensions (git-fixes).
- Refresh
patches.suse/0008-s390-protvirt-introduce-host-side-setup.
- commit b147e1a
* Fri May 15 2020 ptesarik@suse.cz
- s390/qeth: consolidate QDIO queue setup (git-fixes).
- s390/startup: round down "mem" option to page boundary
(git-fixes).
- commit 1751aa6
* Fri May 15 2020 ptesarik@suse.cz
- s390/cpum_cf: Add new extended counters for IBM z15 (bsc#1169763
LTC#185290).
- commit 7b5f7a7
* Fri May 15 2020 ptesarik@suse.cz
- s390/ftrace: fix potential crashes when switching tracers
(bsc#1171242 LTC#185786).
- commit 4872847
* Fri May 15 2020 hare@suse.de
- fnic: to not call 'scsi_done()' for unhandled commands
(bsc#1168468, bsc#1171675).
- commit ab83c6a
* Fri May 15 2020 tiwai@suse.de
- ima: Use ima_hash_algo for collision detection in the
measurement list (bsc#1171709).
- ima: Calculate and extend PCR with digests in ima_template_entry
(bsc#1171709).
- ima: Allocate and initialize tfm for each PCR bank
(bsc#1171709).
- ima: Switch to dynamically allocated buffer for template digests
(bsc#1171709).
- ima: Store template digest directly in ima_template_entry
(bsc#1171709).
- ima: Evaluate error in init_ima() (bsc#1171709).
- ima: Switch to ima_hash_algo for boot aggregate (bsc#1171709).
- commit b14498d
* Fri May 15 2020 tiwai@suse.de
- mmc: sdhci-acpi: Add SDHCI_QUIRK2_BROKEN_64_BIT_DMA for AMDI0040
(git-fixes).
- mmc: block: Fix request completion in the CQE timeout path
(git-fixes).
- mmc: core: Fix recursive locking issue in CQE recovery path
(git-fixes).
- mmc: core: Check request type before completing the request
(git-fixes).
- mmc: sdhci-pci-gli: Fix can not access GL9750 after reboot
from Windows 10 (git-fixes).
- mmc: alcor: Fix a resource leak in the error path for ->probe()
(git-fixes).
- mmc: sdhci-pci-gli: Fix no irq handler from suspend (git-fixes).
- HID: wacom: Report 2nd-gen Intuos Pro S center button status
over BT (git-fixes).
- commit c8b265a
* Thu May 14 2020 jack@suse.cz
- ext4: do not zeroout extents beyond i_disksize (bsc#1167851).
- commit af137fd
* Thu May 14 2020 bp@suse.de
- x86/smpboot: Remove the last ICPU() macro (bsc#1171644).
- commit 363d04a
* Thu May 14 2020 lhenriques@suse.com
- ceph: demote quotarealm lookup warning to a debug message
(jsc#SES-1134).
- ceph: fix double unlock in handle_cap_export() (jsc#SES-1134).
- ceph: fix special error code in ceph_try_get_caps()
(jsc#SES-1134).
- ceph: fix endianness bug when handling MDS session feature bits
(jsc#SES-1134).
- commit f1fae63
* Thu May 14 2020 bp@suse.de
- ACPI: Convert to new X86 CPU match macros (bsc#1171644).
- ASoC: Intel: Convert to new X86 CPU match macros (bsc#1171644).
- cpufreq: Convert to new X86 CPU match macros (bsc#1171644).
- cpufreq/intel_pstate: Fix wrong macro conversion (bsc#1171644).
- crypto: Convert to new CPU match macros (bsc#1171644).
- EDAC: Convert to new X86 CPU match macros (bsc#1171644).
- extcon: axp288: Convert to new X86 CPU match macros
(bsc#1171644).
- hwmon: Convert to new X86 CPU match macros (bsc#1171644).
- hwrng: via_rng: Convert to new X86 CPU match macros
(bsc#1171644).
- intel_idle: Convert to new X86 CPU match macros (bsc#1171644).
- mmc: sdhci-acpi: Convert to new X86 CPU match macros
(bsc#1171644).
- PCI: intel-mid: Convert to new X86 CPU match macros
(bsc#1171644).
- platform/x86: Convert to new CPU match macros (bsc#1171644).
- powercap/intel_rapl: Convert to new X86 CPU match macros
(bsc#1171644).
- thermal: Convert to new X86 CPU match macros (bsc#1171644).
- x86/cpu/bugs: Convert to new matching macros (bsc#1171644).
- x86/cpu: Cleanup the now unused CPU match macros (bsc#1171644).
- x86/intel: Aggregate big core client naming (bsc#1171644).
- x86/intel: Aggregate big core graphics naming (bsc#1171644).
- x86/intel: Aggregate big core mobile naming (bsc#1171644).
- x86/intel: Aggregate microserver naming (bsc#1171644).
- x86/kernel: Convert to new CPU match macros (bsc#1171644).
- x86/kvm: Convert to new CPU match macros (bsc#1171644).
- x86/perf/events: Convert to new CPU match macros (bsc#1171644).
- x86/platform: Convert to new CPU match macros (bsc#1171644).
- Refresh
patches.suse/edac-i10nm-update-driver-to-support-different-bus-number-config-register-offsets.patch.
- Refresh
patches.suse/edac-skx-i10nm-make-some-configurations-cpu-model-specific.patch.
- Refresh
patches.suse/perf-x86-cstate-add-comet-lake-cpu-support.patch.
- Refresh
patches.suse/perf-x86-cstate-update-c-state-counters-for-ice-lake.patch.
- Refresh
patches.suse/perf-x86-intel-add-comet-lake-cpu-support.patch.
- Refresh
patches.suse/perf-x86-msr-add-comet-lake-cpu-support.patch.
- Refresh
patches.suse/platform-x86-intel_pmc_core-Add-Comet-Lake-CML-platf.patch.
- Refresh
patches.suse/platform-x86-intel_pmc_core-update-Comet-Lake-platfo.patch.
- Refresh
patches.suse/powercap-intel_rapl-add-support-for-CometLake-Mobile.
- Refresh
patches.suse/powercap-intel_rapl-add-support-for-Cometlake-desktop.
- Refresh
patches.suse/powercap-intel_rapl-add-support-for-TigerLake-Mobile.patch.
- Refresh
patches.suse/x86-bugs-Add-ITLB_MULTIHIT-bug-infrastructure.patch.
- Refresh
patches.suse/x86-cpu-Add-Tiger-Lake-to-Intel-family.patch.
- Refresh
patches.suse/x86-cpu-Add-Tremont-to-the-cpu-vulnerability-whiteli.patch.
- Refresh
patches.suse/x86-cpu-add-a-steppings-field-to-struct-x86_cpu_id.patch.
- Refresh
patches.suse/x86-sched-Add-support-for-frequency-invariance.patch.
- commit 424d9a3
* Thu May 14 2020 jroedel@suse.de
- Update
patches.suse/pci-aer-add-pci_aer_raw_clear_status-to-unconditionally-clear-error-status
(bsc#1169263, jsc#SLE-10700, jsc#SLE-9457, jsc#SLE-12300).
- Update
patches.suse/pci-aer-rationalize-error-status-register-clearing
(bsc#1169263, jsc#SLE-10700, jsc#SLE-9457, jsc#SLE-12300).
- Update
patches.suse/pci-dpc-add-error-disconnect-recover-edr-support
(bsc#1169263, jsc#SLE-10700, jsc#SLE-9457, jsc#SLE-12300).
- Update
patches.suse/pci-dpc-cache-dpc-capabilities-in-pci_init_capabilities
(bsc#1169263, jsc#SLE-10700, jsc#SLE-9457, jsc#SLE-12300).
- Update
patches.suse/pci-dpc-expose-dpc_process_error-dpc_reset_link-for-use-by-edr
(bsc#1169263, jsc#SLE-10700, jsc#SLE-9457, jsc#SLE-12300).
- Update patches.suse/pci-dpc-move-dpc-data-into-struct-pci_dev
(bsc#1169263, jsc#SLE-10700, jsc#SLE-9457, jsc#SLE-12300).
- Update
patches.suse/pci-err-remove-service-dependency-in-pcie_do_recovery
(bsc#1169263, jsc#SLE-10700, jsc#SLE-9457, jsc#SLE-12300).
- Update patches.suse/pci-err-return-status-of-pcie_do_recovery
(bsc#1169263, jsc#SLE-10700, jsc#SLE-9457, jsc#SLE-12300).
- commit dbc15d0
* Thu May 14 2020 msuchanek@suse.de
- rpm/check-for-config-changes: Ignore CONFIG_CC_VERSION_TEXT
- commit 8e6b05f
* Wed May 13 2020 mkubecek@suse.cz
- Update kabi files.
- update to "Snapshot 16" submission (commit 2c1dc3e59ade)
- commit 5277b75
* Wed May 13 2020 jack@suse.cz
- fanotify: merge duplicate events on parent and child
(bsc#1171285).
- commit 31ead62
* Wed May 13 2020 mbenes@suse.cz
- blacklist.conf: 81b67439d147 ("x86/unwind/orc: Fix premature unwind stoppage due to IRET frames")
Breaks kABI. SLE15-SP3 is the target.
- commit 9871f13
* Wed May 13 2020 mkubecek@suse.cz
- series.conf: whitespace cleanup
No functional change.
- commit 2c1dc3e
* Wed May 13 2020 mbenes@suse.cz
- x86/unwind/orc: Fix error path for bad ORC entry type
(bsc#1058115).
- commit 031383f
* Wed May 13 2020 mbenes@suse.cz
- x86/unwind/orc: Prevent unwinding before ORC initialization
(bsc#1058115).
- commit d558feb
* Wed May 13 2020 mbenes@suse.cz
- x86/unwind/orc: Don't skip the first frame for inactive tasks
(bsc#1058115).
- commit aa72d5b
* Wed May 13 2020 mbenes@suse.cz
- x86/unwind: Prevent false warnings for non-current tasks
(bsc#1058115).
- commit 00ea671
* Wed May 13 2020 tbogendoerfer@suse.de
- Dropped jsc#PM and jsc#ECO references.
- Update
patches.suse/Doc-networking-device_drivers-pensando-fix-ionic.rst.patch
(bsc#1167773).
- Update
patches.suse/Documentation-networking-device-drivers-Remove-stray.patch
(bsc#1167773).
- Update
patches.suse/dynamic_debug-provide-dynamic_hex_dump-stub.patch
(bsc#1167773).
- Update patches.suse/ionic-Add-RSS-support.patch (bsc#1167773).
- Update
patches.suse/ionic-Add-Rx-filter-and-rx_mode-ndo-support.patch
(bsc#1167773).
- Update patches.suse/ionic-Add-Tx-and-Rx-handling.patch
(bsc#1167773).
- Update patches.suse/ionic-Add-adminq-action.patch (bsc#1167773).
- Update
patches.suse/ionic-Add-async-link-status-check-and-basic-stats.patch
(bsc#1167773).
- Update patches.suse/ionic-Add-basic-adminq-support.patch
(bsc#1167773).
- Update
patches.suse/ionic-Add-basic-framework-for-IONIC-Network-device-d.patch
(bsc#1167773).
- Update patches.suse/ionic-Add-basic-lif-support.patch
(bsc#1167773).
- Update patches.suse/ionic-Add-coalesce-and-other-features.patch
(bsc#1167773).
- Update patches.suse/ionic-Add-driver-stats.patch (bsc#1167773).
- Update
patches.suse/ionic-Add-hardware-init-and-device-commands.patch
(bsc#1167773).
- Update patches.suse/ionic-Add-initial-ethtool-support.patch
(bsc#1167773).
- Update patches.suse/ionic-Add-interrupts-and-doorbells.patch
(bsc#1167773).
- Update patches.suse/ionic-Add-management-of-rx-filters.patch
(bsc#1167773).
- Update patches.suse/ionic-Add-netdev-event-handling.patch
(bsc#1167773).
- Update patches.suse/ionic-Add-notifyq-support.patch
(bsc#1167773).
- Update patches.suse/ionic-Add-port-management-commands.patch
(bsc#1167773).
- Update
patches.suse/ionic-Add-the-basic-NDO-callbacks-for-netdev-support.patch
(bsc#1167773).
- Update
patches.suse/ionic-Fix-an-error-code-in-ionic_lif_alloc.patch
(bsc#1167773).
- Update
patches.suse/ionic-Remove-set-but-not-used-variable-sg_desc.patch
(bsc#1167773).
- Update
patches.suse/ionic-Remove-unnecessary-ternary-operator-in-ionic_d.patch
(bsc#1167773).
- Update
patches.suse/ionic-Remove-unused-including-linux-version.h.patch
(bsc#1167773).
- Update patches.suse/ionic-add-Rx-dropped-packet-counter.patch
(bsc#1167773).
- Update
patches.suse/ionic-add-a-watchdog-timer-to-monitor-heartbeat.patch
(bsc#1167773).
- Update patches.suse/ionic-add-decode-for-IONIC_RC_ENOSUPP.patch
(bsc#1167773).
- Update patches.suse/ionic-add-dynamic_debug-header.patch
(bsc#1167773).
- Update patches.suse/ionic-add-heartbeat-check.patch
(bsc#1167773).
- Update
patches.suse/ionic-add-lif_quiesce-to-wait-for-queue-activity-to-.patch
(bsc#1167773).
- Update patches.suse/ionic-add-support-for-device-id-0x1004.patch
(bsc#1167773).
- Update
patches.suse/ionic-add-timeout-error-checking-for-queue-disable.patch
(bsc#1167773).
- Update
patches.suse/ionic-check-for-NULL-structs-on-teardown.patch
(bsc#1167773).
- Update patches.suse/ionic-check-for-linkup-in-watchdog.patch
(bsc#1167773).
- Update patches.suse/ionic-check-for-queues-before-deleting.patch
(bsc#1167773).
- Update
patches.suse/ionic-clean-irq-affinity-on-queue-deinit.patch
(bsc#1167773).
- Update
patches.suse/ionic-clean-tx-queue-of-unfinished-requests.patch
(bsc#1167773).
- Update patches.suse/ionic-clean-up-bitflag-usage.patch
(bsc#1167773).
- Update
patches.suse/ionic-clear-compiler-warning-on-hb-use-before-set.patch
(bsc#1167773).
- Update
patches.suse/ionic-decouple-link-message-from-netdev-state.patch
(bsc#1167773).
- Update patches.suse/ionic-deinit-rss-only-if-selected.patch
(bsc#1167773).
- Update patches.suse/ionic-disable-the-queues-on-link-down.patch
(bsc#1167773).
- Update patches.suse/ionic-drop-use-of-subdevice-tags.patch
(bsc#1167773).
- Update patches.suse/ionic-fix-fw_status-read.patch
(bsc#1167773).
- Update patches.suse/ionic-fix-rxq-comp-packet-type-mask.patch
(bsc#1167773).
- Update patches.suse/ionic-fix-stats-memory-dereference.patch
(bsc#1167773).
- Update patches.suse/ionic-fix-unused-assignment.patch
(bsc#1167773).
- Update patches.suse/ionic-fix-up-struct-name-comments.patch
(bsc#1167773).
- Update patches.suse/ionic-fix-vf-op-lock-usage.patch
(bsc#1167773).
- Update patches.suse/ionic-ignore-eexist-on-rx-filter-add.patch
(bsc#1167773).
- Update patches.suse/ionic-implement-ethtool-set-fec.patch
(bsc#1167773).
- Update patches.suse/ionic-implement-support-for-rx-sgl.patch
(bsc#1167773).
- Update patches.suse/ionic-improve-irq-numa-locality.patch
(bsc#1167773).
- Update patches.suse/ionic-ionic_if-bits-for-sr-iov-support.patch
(bsc#1167773).
- Update patches.suse/ionic-keep-ionic-dev-on-lif-init-fail.patch
(bsc#1167773).
- Update
patches.suse/ionic-keep-users-rss-hash-across-lif-reset.patch
(bsc#1167773).
- Update
patches.suse/ionic-leave-dev-cmd-request-contents-alone-on-FW-tim.patch
(bsc#1167773).
- Update patches.suse/ionic-make-spdxcheck.py-happy.patch
(bsc#1167773).
- Update
patches.suse/ionic-move-debugfs-add-delete-to-match-alloc-free.patch
(bsc#1167773).
- Update patches.suse/ionic-move-irq-request-to-qcq-alloc.patch
(bsc#1167773).
- Update patches.suse/ionic-only-save-good-lif-dentry.patch
(bsc#1167773).
- Update patches.suse/ionic-print-data-for-unknown-xcvr-type.patch
(bsc#1167773).
- Update patches.suse/ionic-print-pci-bus-lane-info.patch
(bsc#1167773).
- Update patches.suse/ionic-remove-adminq-napi-instance.patch
(bsc#1167773).
- Update patches.suse/ionic-remove-lifs-on-fw-reset.patch
(bsc#1167773).
- Update patches.suse/ionic-remove-pragma-packed.patch
(bsc#1167773).
- Update patches.suse/ionic-replay-filters-after-fw-upgrade.patch
(bsc#1167773).
- Update patches.suse/ionic-report-users-coalesce-request.patch
(bsc#1167773).
- Update
patches.suse/ionic-restrict-received-packets-to-mtu-size.patch
(bsc#1167773).
- Update
patches.suse/ionic-reverse-an-interrupt-coalesce-calculation.patch
(bsc#1167773).
- Update patches.suse/ionic-select-CONFIG_NET_DEVLINK.patch
(bsc#1167773).
- Update patches.suse/ionic-set-station-addr-only-if-needed.patch
(bsc#1167773).
- Update patches.suse/ionic-simplify-returns-in-devlink-info.patch
(bsc#1167773).
- Update patches.suse/ionic-stop-devlink-warn-on-mgmt-device.patch
(bsc#1167773).
- Update patches.suse/ionic-support-ethtool-rxhash-disable.patch
(bsc#1167773).
- Update patches.suse/ionic-support-sr-iov-operations.patch
(bsc#1167773).
- Update patches.suse/ionic-update-driver-version.patch
(bsc#1167773).
- Update
patches.suse/ionic-use-wait_on_bit_lock-rather-than-open-code.patch
(bsc#1167773).
- Update
patches.suse/net-ionic-Use-scnprintf-for-avoiding-potential-buffe.patch
(bsc#1167773).
- commit cd1780f
* Wed May 13 2020 mkubecek@suse.cz
- update metadata of nvme patches and move them out from sorted section
The nvme-5.8 branch in nvme repository got rebased fourth time in three
weeks. Update Git-commit tags again and move the patches out of sorted
section as keeping them there makes more harm than good.
- update upstream reference and move to "almost mainline" section:
patches.suse/lpfc-Commonize-lpfc_async_xchg_ctx-state-and-flag-de.patch
patches.suse/lpfc-Refactor-NVME-LS-receive-handling.patch
patches.suse/lpfc-Refactor-Send-LS-Abort-support.patch
patches.suse/lpfc-Refactor-Send-LS-Request-support.patch
patches.suse/lpfc-Refactor-Send-LS-Response-support.patch
patches.suse/lpfc-Refactor-lpfc-nvme-headers.patch
patches.suse/lpfc-Refactor-nvmet_rcv_ctx-to-create-lpfc_async_xch.patch
patches.suse/lpfc-nvme-Add-Receive-LS-Request-and-Send-LS-Respons.patch
patches.suse/lpfc-nvmet-Add-Send-LS-Request-and-Abort-LS-Request-.patch
patches.suse/lpfc-nvmet-Add-support-for-NVME-LS-request-hosthandl.patch
patches.suse/nvme-fc-Add-Disconnect-Association-Rcv-support.patch
patches.suse/nvme-fc-Ensure-private-pointers-are-NULL-if-no-data.patch
patches.suse/nvme-fc-Sync-header-to-FC-NVME-2-rev-1.08.patch
patches.suse/nvme-fc-Update-header-and-host-for-common-definition.patch
patches.suse/nvme-fc-and-nvmet-fc-revise-LLDD-api-for-LS-receptio.patch
patches.suse/nvme-fc-convert-assoc_active-flag-to-bit-op.patch
patches.suse/nvme-fc-nvmet-fc-refactor-for-common-LS-definitions.patch
patches.suse/nvme-fcloop-add-target-to-host-LS-request-support.patch
patches.suse/nvme-fcloop-refactor-to-enable-target-to-host-LS.patch
patches.suse/nvmet-fc-Add-Disconnect-Association-Xmt-support.patch
patches.suse/nvmet-fc-Better-size-LS-buffers.patch
patches.suse/nvmet-fc-Update-target-for-common-definitions-for-LS.patch
patches.suse/nvmet-fc-add-LS-failure-messages.patch
patches.suse/nvmet-fc-perform-small-cleanups-on-unneeded-checks.patch
patches.suse/nvmet-fc-rename-ls_list-to-ls_rcv_list.patch
patches.suse/nvmet-fc-track-hostport-handle-for-associations.patch
- commit 63b19d5
* Tue May 12 2020 ohering@suse.de
- Fix hv_alloc_hyperv_zeroed_page to actually return something (bsc#1171507)
Refresh patches.suse/suse-hv-kabi.patch.
- commit 2870dc6
* Tue May 12 2020 oneukum@suse.com
- iwlwifi: mvm: fix non-ACPI function (git-fixes).
- commit 676dedd
* Tue May 12 2020 mbenes@suse.cz
- x86/entry/64: Fix unwind hints in rewind_stack_do_exit()
(bsc#1058115).
- commit 3901d59
* Tue May 12 2020 oneukum@suse.com
- pinctrl: denverton: Update pin names according to v1.08
(bsc#1171514).
- commit 2f0f43d
* Tue May 12 2020 oneukum@suse.com
- pinctrl: denverton: Provide Interrupt Status register offset
(bsc#1171514).
- commit 60af7d7
* Tue May 12 2020 mbenes@suse.cz
- x86/entry/64: Fix unwind hints in __switch_to_asm()
(bsc#1058115).
- commit 9d0fdcf
* Tue May 12 2020 mbenes@suse.cz
- x86/entry/64: Fix unwind hints in kernel exit path
(bsc#1058115).
- commit 5322f7b
* Tue May 12 2020 mbenes@suse.cz
- x86/entry/64: Fix unwind hints in register clearing code
(bsc#1058115).
- commit 74bcafb
* Tue May 12 2020 mbenes@suse.cz
- objtool: Fix stack offset tracking for indirect CFAs
(bsc#1169514).
- commit bcaa294
* Tue May 12 2020 jslaby@suse.cz
- blacklist.conf: add one net entry
- commit 8a6918a
* Tue May 12 2020 jslaby@suse.cz
- net: macb: Fix runtime PM refcounting (git-fixes).
- selftests: Fix suppress test in fib_tests.sh (git-fixes).
- commit b936936
* Tue May 12 2020 tbogendoerfer@suse.de
- Refresh
patches.suse/net-mlx5-Remove-redundant-NULL-initializations.patch.
Folded in merge commit 95e6ba5133163f8241c9ea2439369cec0452fec6 from Linus:
[ Did an evil merge to silence a warning introduced by this pull - Linus ]
- commit 6693a9f
* Tue May 12 2020 tbogendoerfer@suse.de
- cxgb4: fix EOTID leak when disabling TC-MQPRIO offload
(jsc#SLE-8389).
- ionic: refresh devinfo after fw-upgrade (bsc#1167773).
- ionic: no link check until after probe (bsc#1167773).
- net/mlx5e: Fix q counters on uplink representors (jsc#SLE-8464).
- net/mlx5: DR, On creation set CQ's arm_db member to right value
(jsc#SLE-8464).
- net/mlx5: Expose port speed when possible (bsc#1171117).
- net/mlx5: Expose link speed directly (bsc#1171117).
- commit 0b73846
* Tue May 12 2020 mbenes@suse.cz
- tracing/kprobes: Fix a double initialization typo (git-fixes).
- commit 84310a8
* Tue May 12 2020 mbenes@suse.cz
- tracing: Add a vmalloc_sync_mappings() for safe measure
(git-fixes).
- commit 2019d7b
* Tue May 12 2020 ohering@suse.de
- clocksource/drivers/hyper-v: Set TSC clocksource as default w/
InvariantTSC (bsc#1170621).
- x86/hyperv: Allow guests to enable InvariantTSC (bsc#1170621).
- commit 16f337f
* Mon May 11 2020 dbueso@suse.de
- ipc/mqueue.c: change __do_notify() to bypass
check_kill_permission() (bsc#1159886).
- vdso/datapage: Use correct clock mode name in comment
(bsc#1164648,jsc#SLE-11493).
- time/namespace: Fix time_for_children symlink
(bsc#1164648,jsc#SLE-11493).
- ipc/util.c: sysvipc_find_ipc() should increase position index
(bsc#1171236).
- ipc/shm.c: make compat_ksys_shmctl() static (bsc#1159886).
- ipc/mqueue.c: fix a brace coding style issue (bsc#1159886).
- epoll: fix possible lost wakeup on epoll_ctl() path.
- commit dbaec66
* Mon May 11 2020 tiwai@suse.de
- usb: dwc3: gadget: Properly set maxpacket limit (git-fixes).
- wimax/i2400m: Fix potential urb refcnt leak (git-fixes).
- drm/amdgpu: Correctly initialize thermal controller for GPUs
with Powerplay table v0 (e.g Hawaii) (git-fixes).
- remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe()
(git-fixes).
- drm/amdgpu: Fix oops when pp_funcs is unset in ACPI event
(git-fixes).
- mac80211: add ieee80211_is_any_nullfunc() (git-fixes).
- platform/x86: GPD pocket fan: Fix error message when temp-limits
are out of range (git-fixes).
- PM / devfreq: Add missing locking while setting suspend_freq
(git-fixes).
- remoteproc: Fix wrong rvring index computation (git-fixes).
- commit 4da097b
* Mon May 11 2020 jroedel@suse.de
- PCI/DPC: Add Error Disconnect Recover (EDR) support
(bsc#1169263).
- Update config files.
- Refresh patches.suse/0001-kABI-more-hooks-for-PCI-changes.patch.
- commit dc2f3a4
* Mon May 11 2020 mfleming@suse.de
- x86/asm/64: Align start of __clear_user() loop to 16-bytes
(bsc#1168461)
- commit 1bafa6b
* Mon May 11 2020 jroedel@suse.de
- kABI: Fix kABI after EDR backport (bsc#1169263, jsc#SLE-10700, jsc#SLE-9457, jsc#SLE-12300).
- commit 3c954c1
* Mon May 11 2020 oneukum@suse.com
- xhci: Fix handling halted endpoint even if endpoint ring
appears empty (git-fixes).
- Refresh
patches.suse/xhci-Don-t-clear-hub-TT-buffer-on-ep0-protocol-stall.patch.
- commit 6ca613f
* Mon May 11 2020 jslaby@suse.cz
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
(networking-stable-20_04_09).
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
(networking-stable-20_04_09).
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
(networking-stable-20_04_09).
- net_sched: fix a missing refcnt in tcindex_init()
(networking-stable-20_04_09).
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
setting (networking-stable-20_04_09).
- cxgb4: fix MPS index overwrite when setting MAC address
(networking-stable-20_04_09).
- ipv6: don't auto-add link-local address to lag ports
(networking-stable-20_04_09).
- net_sched: add a temporary refcnt for struct tcindex_data
(networking-stable-20_04_09).
- commit 964e915
* Mon May 11 2020 ykaukab@suse.de
- clk: qoriq: add cpufreq platform device (bsc#1165455).
- cpufreq: qoriq: convert to a platform driver (bsc#1165455).
- commit e0e9680
* Mon May 11 2020 msuchanek@suse.de
- asm-generic/tlb: add missing CONFIG symbol (bsc#1156395).
- commit ee4dbba
* Mon May 11 2020 mkubecek@suse.cz
- supported.conf: cleanup
- fix path of wireguard module
- fix sort order
- commit 5ca7d5d
* Mon May 11 2020 mkubecek@suse.cz
- series.conf: refresh
- update upstream references and resort:
patches.suse/scsi-ibmvfc-Don-t-send-implicit-logouts-prior-to-NPI.patch
patches.suse/scsi-ibmvscsi-Fix-WARN_ON-during-event-pool-release.patch
- commit 7f02596
* Mon May 11 2020 mkubecek@suse.cz
- update metadata of nvme patches
The nvme-5.8 branch in nvme repository got rebased again, update Git-commit
tags:
patches.suse/lpfc-Commonize-lpfc_async_xchg_ctx-state-and-flag-de.patch
patches.suse/lpfc-Refactor-NVME-LS-receive-handling.patch
patches.suse/lpfc-Refactor-Send-LS-Abort-support.patch
patches.suse/lpfc-Refactor-Send-LS-Request-support.patch
patches.suse/lpfc-Refactor-Send-LS-Response-support.patch
patches.suse/lpfc-Refactor-lpfc-nvme-headers.patch
patches.suse/lpfc-Refactor-nvmet_rcv_ctx-to-create-lpfc_async_xch.patch
patches.suse/lpfc-nvme-Add-Receive-LS-Request-and-Send-LS-Respons.patch
patches.suse/lpfc-nvmet-Add-Send-LS-Request-and-Abort-LS-Request-.patch
patches.suse/lpfc-nvmet-Add-support-for-NVME-LS-request-hosthandl.patch
patches.suse/nvme-fc-Add-Disconnect-Association-Rcv-support.patch
patches.suse/nvme-fc-Ensure-private-pointers-are-NULL-if-no-data.patch
patches.suse/nvme-fc-Sync-header-to-FC-NVME-2-rev-1.08.patch
patches.suse/nvme-fc-Update-header-and-host-for-common-definition.patch
patches.suse/nvme-fc-and-nvmet-fc-revise-LLDD-api-for-LS-receptio.patch
patches.suse/nvme-fc-convert-assoc_active-flag-to-bit-op.patch
patches.suse/nvme-fc-nvmet-fc-refactor-for-common-LS-definitions.patch
patches.suse/nvme-fcloop-add-target-to-host-LS-request-support.patch
patches.suse/nvme-fcloop-refactor-to-enable-target-to-host-LS.patch
patches.suse/nvmet-fc-Add-Disconnect-Association-Xmt-support.patch
patches.suse/nvmet-fc-Better-size-LS-buffers.patch
patches.suse/nvmet-fc-Update-target-for-common-definitions-for-LS.patch
patches.suse/nvmet-fc-add-LS-failure-messages.patch
patches.suse/nvmet-fc-perform-small-cleanups-on-unneeded-checks.patch
patches.suse/nvmet-fc-rename-ls_list-to-ls_rcv_list.patch
patches.suse/nvmet-fc-track-hostport-handle-for-associations.patch
- commit 0113fce
* Mon May 11 2020 wqu@suse.com
- btrfs: relocation: Work around dead relocation stage loop
(bsc#1171417).
- commit f418462
* Mon May 11 2020 wqu@suse.com
- btrfs: relocation: Check cancel request after each extent found
(bsc#1171417).
- commit 9d1084e
* Mon May 11 2020 wqu@suse.com
- btrfs: relocation: Check cancel request after each data page
read (bsc#1171417).
- commit 6e7cf97
* Mon May 11 2020 wqu@suse.com
- btrfs: relocation: add error injection points for cancelling
balance (bsc#1171417).
- commit ef70462
* Sat May 09 2020 tiwai@suse.de
- staging: gasket: Check the return value of
gasket_get_bar_index() (git-fixes).
- Revert "tty: serial: bcm63xx: fix missing clk_put() in
bcm63xx_uart" (git-fixes).
- USB: serial: garmin_gps: add sanity checking for data length
(git-fixes).
- drm: ingenic-drm: add MODULE_DEVICE_TABLE (git-fixes).
- commit e8b3583
* Fri May 08 2020 ykaukab@suse.de
- build tegra186 as a module (bsc#1171156)
- export MODULE_DEVICE_TABLE to allow building as module:
add patches.suse/gpio-tegra186-export-MODULE_DEVICE_TABLE.patch
- update arm64 configs (GPIO_TEGRA186 y->m)
- add gpio-tegra186 entry to supported.conf
- soc/tegra: pmc: Enable PMIC wake event on Tegra186.
- commit 70ad6b5
* Fri May 08 2020 ykaukab@suse.de
- Update
patches.suse/net-dsa-felix-Use-PHY_INTERFACE_MODE_INTERNAL-instea.patch
upstream reference and move to sorted section.
- commit c046bd4
* Fri May 08 2020 ykaukab@suse.de
- Update patches.suse/net-mscc-fix-in-frame-extraction.patch upstream reference and move to sorted section.
- commit 28974d3
* Thu May 07 2020 jzerebecki@suse.com
- kernel-docs: Change Requires on python-Sphinx to earlier than version 3
References: bsc#1166965
From 3 on the internal API that the build system uses was rewritten in
an incompatible way.
See https://github.com/sphinx-doc/sphinx/issues/7421 and
https://bugzilla.suse.com/show_bug.cgi?id=1166965#c16 for some details.
- commit cf60b5c
* Thu May 07 2020 lhenriques@suse.com
- ceph: fix potential bad pointer deref in async dirops cb's
(bsc#1171390).
- rbd: don't mess with a page vector in rbd_notify_op_lock()
(bsc#1171391).
- rbd: don't test rbd_dev->opts in rbd_dev_image_release()
(bsc#1171392).
- commit 11ed7ef
* Thu May 07 2020 nsaenzjulienne@suse.de
- Update config files: Build w1 bus on arm64 (jsc#SLE-12203)
- supported.conf: support w1 core and thermometer support
- commit 73998d2
* Thu May 07 2020 tiwai@suse.de
- sched/psi: Fix OOB write when writing 0 bytes to PSI files
(CVE-2020-0110 bsc#1171374).
- commit 0044c49
* Thu May 07 2020 tiwai@suse.de
- dp83640: reverse arguments to list_add_tail (git-fixes).
- batman-adv: Fix refcnt leak in batadv_v_ogm_process (git-fixes).
- batman-adv: Fix refcnt leak in batadv_store_throughput_override
(git-fixes).
- batman-adv: Fix refcnt leak in batadv_show_throughput_override
(git-fixes).
- batman-adv: fix batadv_nc_random_weight_tq (git-fixes).
- crypto: arch/nhpoly1305 - process in explicit 4k chunks
(git-fixes).
- crypto: arch/lib - limit simd usage to 4k chunks (git-fixes).
- commit fbff5a5
* Thu May 07 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and resort:
patches.suse/bnxt_en-Fix-VF-anti-spoof-filter-setup.patch
patches.suse/bnxt_en-Fix-VLAN-acceleration-handling-in-bnxt_fix_f.patch
patches.suse/bnxt_en-Improve-AER-slot-reset.patch
patches.suse/bnxt_en-Reduce-BNXT_MSIX_VEC_MAX-value-to-supported-.patch
patches.suse/bnxt_en-Return-error-when-allocating-zero-size-conte.patch
patches.suse/ibmvnic-Skip-fatal-error-reset-after-passive-init.patch
- commit 7b08e5b
* Wed May 06 2020 mkubecek@suse.cz
- add kabi reference files
- import from Public RC2 submission (commit b8c70f8e938e)
- enable kabi checking for -default and -preempt flavors
- commit 297cfce
* Wed May 06 2020 mbrugger@suse.com
- supported.conf: mark cuse as supported (bsc#1171279)
- commit 57d34e1
* Wed May 06 2020 bp@suse.de
- x86/cpu: Add a steppings field to struct x86_cpu_id
(bsc#1152489).
- commit 0e87eea
* Wed May 06 2020 tiwai@suse.de
- PM: hibernate: Freeze kernel threads in software_resume()
(git-fixes).
- PM: ACPI: Output correct message on target power state
(git-fixes).
- dmaengine: dmatest: Fix iteration non-stop logic (git-fixes).
- drm/amd/display: Fix green screen issue after suspend
(git-fixes).
- drm/edid: Fix off-by-one in DispID DTD pixel clock (git-fixes).
- mmc: sdhci-msm: Enable host capabilities pertains to R1b
response (git-fixes).
- commit 2128020
* Wed May 06 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLK'
- commit 8f1a5e9
* Wed May 06 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915/gt: Close race between cacheline_retire and free'
- commit 8f35802
* Wed May 06 2020 tzimmermann@suse.de
- drm/i915/gt: Stage the transfer of the virtual breadcrumb (bsc#1152489)
* context changes
- commit dd7c1b9
* Wed May 06 2020 tzimmermann@suse.de
- drm/i915: Apply Wa_1406680159:icl,ehl as an engine workaround (bsc#1152489)
* context changes
- commit 1b9f5c3
* Wed May 06 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915/gt: Avoid resetting ring->head outside of its timeline mutex'
- commit ce5eb60
* Wed May 06 2020 mbrugger@suse.com
- arm64: blacklist.conf: ignore commit that got reveted later
- commit ea9a578
* Wed May 06 2020 mbrugger@suse.com
- arm64: Update config files. (bsc#1170680)
Enable CONFIG_KEXEC_SIG and CONFIG_KEXEC_IMAGE_VERIFY_SIG
- commit 83dffa3
* Wed May 06 2020 mbrugger@suse.com
- arm64: kexec_file: Fixed code style (bsc#1170680).
- arm64: kexec_file: add crash dump support (bsc#1170680).
- libfdt: include fdt_addresses.c (bsc#1170680).
- arm64: kexec: remove unnecessary debug prints (bsc#1170680).
- libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
(bsc#1170680).
- commit 3e603a5
* Wed May 06 2020 mbrugger@suse.com
- arm64: Use pr_warn instead of pr_warning (bsc#1170680).
- Refresh
patches.suse/arm64-smp-fix-smp_send_stop-behaviour.patch.
- commit deabe43
* Wed May 06 2020 mbrugger@suse.com
- arm64: smp: Treat unknown boot failures as being 'stuck in
kernel' (bsc#1170680).
- arm64: kexec_file: add rng-seed support (bsc#1170680).
- arm64/kexec: Use consistent convention of initializing
'kxec_buf.mem' with KEXEC_BUF_MEM_UNKNOWN (bsc#1170680).
- commit b8854a2
* Wed May 06 2020 mkubecek@suse.cz
- fix patches metadata
- fix Patch-mainline tags:
patches.suse/NFS-Directory-page-cache-pages-need-to-be-locked-whe.patch
patches.suse/NFS-Fix-a-page-leak-in-nfs_destroy_unlinked_subreque.patch
patches.suse/NFS-Fix-fix-of-show_nfs_errors.patch
patches.suse/NFS-Fix-memory-leaks-and-corruption-in-readdir.patch
patches.suse/NFS-Fix-races-nfs_page_group_destroy-vs-nfs_destroy_.patch
patches.suse/NFS-Fix-use-after-free-issues-in-nfs_pageio_add_requ.patch
patches.suse/NFS-Revalidate-the-file-mapping-on-all-fatal-writeba.patch
patches.suse/NFS-Revalidate-the-file-size-on-a-fatal-write-error.patch
patches.suse/NFS-alloc_nfs_open_context-must-use-the-file-cred-wh.patch
patches.suse/NFS-pnfs-Fix-pnfs_generic_prepare_to_resend_writes.patch
patches.suse/NFSD-fixing-possible-null-pointer-derefering-in-copy.patch
patches.suse/NFSv2-Fix-a-typo-in-encode_sattr.patch
patches.suse/NFSv4-pnfs-Return-valid-stateids-in-nfs_layout_find_.patch
patches.suse/NFSv4-pnfs_roc-must-use-cred_fscmp-to-compare-creds.patch
patches.suse/NFSv4-try-lease-recovery-on-NFS4ERR_EXPIRED.patch
patches.suse/NFSv4.0-nfs4_do_fsinfo-should-not-do-implicit-lease-.patch
patches.suse/NFSv4.1-fix-handling-of-backchannel-binding-in-BIND_.patch
patches.suse/NFSv4.1-make-cachethis-no-for-writes.patch
patches.suse/NFSv4.x-Drop-the-slot-if-nfs4_delegreturn_prepare-wa.patch
patches.suse/NFSv4.x-Handle-bad-dead-sessions-correctly-in-nfs41_.patch
patches.suse/SUNRPC-Fix-a-potential-buffer-overflow-in-svc_print_.patch
patches.suse/SUNRPC-Fix-backchannel-RPC-soft-lockups.patch
patches.suse/SUNRPC-Remove-unreachable-error-condition.patch
patches.suse/nfs-Fix-potential-posix_acl-refcnt-leak-in-nfs3_set_.patch
patches.suse/nfsd-Don-t-add-locks-to-closed-or-closing-open-state.patch
patches.suse/nfsd-Fix-NFSv4-READ-on-RDMA-when-using-readv.patch
patches.suse/nfsd-Return-the-correct-number-of-bytes-written-to-t.patch
patches.suse/nfsd-depend-on-CRYPTO_MD5-for-legacy-client-tracking.patch
patches.suse/nfsd-fix-delay-timer-on-32-bit-architectures.patch
patches.suse/nfsd-fix-jiffies-time_t-mixup-in-LRU-list.patch
patches.suse/nfsd-fsnotify-on-rmdir-under-nfsd-clients.patch
patches.suse/nfsd-memory-corruption-in-nfsd4_lock.patch
patches.suse/nfsd-remove-nfs4_reset_lease-declarations.patch
patches.suse/nfsd4-fix-up-replay_matches_cache.patch
patches.suse/sunrpc-expiry_time-should-be-seconds-not-timeval.patch
patches.suse/svcrdma-Fix-double-svc_rdma_send_ctxt_put-in-an-erro.patch
patches.suse/svcrdma-Fix-leak-of-transport-addresses.patch
- commit 913c3fc
* Tue May 05 2020 bp@suse.de
- x86/cpu: Add consistent CPU match macros (bsc#1152489).
- commit a70979e
* Tue May 05 2020 bp@suse.de
- x86/devicetable: Move x86 specific macro out of generic code
(bsc#1152489).
- commit 9581d95
* Tue May 05 2020 ailiop@suse.com
- xfs: add agf freeblocks verify in xfs_agf_verify (bsc#1171217
CVE-2020-12655).
- commit 08016b2
* Tue May 05 2020 tiwai@suse.de
- xsk: Add missing check on user supplied headroom size
(CVE-2020-12659 bsc#1171214).
- commit 57877bb
* Tue May 05 2020 tiwai@suse.de
- Update patch reference tags for mwifiex security fixes (CVE-2020-12653 bsc#1171195 CVE-2020-12654 bsc#1171202)
- commit 8da2e42
* Tue May 05 2020 tiwai@suse.de
- Update patch reference tag for a bfq security fix (CVE-2020-12657 bsc#1171205)
- commit a3037e6
* Tue May 05 2020 jslaby@suse.cz
- net: dsa: ksz: Select KSZ protocol tag
(networking-stable-20_04_02).
- net, ip_tunnel: fix interface lookup with no key
(networking-stable-20_04_02).
- sctp: fix possibly using a bad saddr with a given dst
(networking-stable-20_04_02).
- sctp: fix refcount bug in sctp_wfree
(networking-stable-20_04_02).
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
(networking-stable-20_04_02).
- commit 841d154
* Tue May 05 2020 tbogendoerfer@suse.de
- bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features()
(bsc#1171150).
- bnxt_en: Return error when allocating zero size context memory
(bsc#1171150).
- bnxt_en: Improve AER slot reset (bsc#1171150).
- bnxt_en: Reduce BNXT_MSIX_VEC_MAX value to supported CQs per PF
(bsc#1171150).
- bnxt_en: Fix VF anti-spoof filter setup (bsc#1171150).
- bnxt_en: Reset rings if ring reservation fails during open()
(bsc#1171150).
- bnxt_en: Free context memory after disabling PCI in probe
error path (bsc#1171150).
- bnxt_en: Return error if bnxt_alloc_ctx_mem() fails
(bsc#1171150).
- bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()
(bsc#1171150).
- bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S
(bsc#1171150).
- commit 0a89267
* Tue May 05 2020 mbenes@suse.cz
- xprtrdma: Fix trace point use-after-free race (git-fixes).
- commit 52af41b
* Tue May 05 2020 jslaby@suse.cz
- mlxsw: spectrum_mr: Fix list iteration in error path
(networking-stable-20_03_28).
- net: dsa: tag_8021q: replace dsa_8021q_remove_header with
__skb_vlan_pop (networking-stable-20_03_28).
- net: cbs: Fix software cbs to consider packet sending time
(networking-stable-20_03_28).
- net: dsa: Fix duplicate frames flooded by learning
(networking-stable-20_03_28).
- bnxt_en: Reset rings if ring reservation fails during open()
(networking-stable-20_03_28).
- bnxt_en: Free context memory after disabling PCI in probe
error path (networking-stable-20_03_28).
- bnxt_en: Return error if bnxt_alloc_ctx_mem() fails
(networking-stable-20_03_28).
- bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()
(networking-stable-20_03_28).
- bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S
(networking-stable-20_03_28).
- macsec: restrict to ethernet devices
(networking-stable-20_03_28).
- ipv4: fix a RCU-list lock in inet_dump_fib()
(networking-stable-20_03_28).
- tcp: repair: fix TCP_QUEUE_SEQ implementation
(networking-stable-20_03_28).
- net: phy: dp83867: w/a for fld detect threshold bootstrapping
issue (networking-stable-20_03_28).
- net: stmmac: dwmac-rk: fix error path in rk_gmac_probe
(networking-stable-20_03_28).
- hsr: fix general protection fault in hsr_addr_is_self()
(networking-stable-20_03_28).
- cxgb4: fix Txq restart check during backpressure
(networking-stable-20_03_28).
- net/sched: act_ct: Fix leak of ct zone template on replace
(networking-stable-20_03_28).
- net: ip_gre: Accept IFLA_INFO_DATA-less configuration
(networking-stable-20_03_28).
- net: mvneta: Fix the case where the last poll did not process
all rx (networking-stable-20_03_28).
- net_sched: cls_route: remove the right filter from hashtable
(networking-stable-20_03_28).
- hsr: set .netnsok flag (networking-stable-20_03_28).
- hsr: add restart routine into hsr_get_node_list()
(networking-stable-20_03_28).
- hsr: use rcu_read_lock() in hsr_get_node_{list/status}()
(networking-stable-20_03_28).
- net/packet: tpacket_rcv: avoid a producer race condition
(networking-stable-20_03_28).
- net: ip_gre: Separate ERSPAN newlink / changelink callbacks
(networking-stable-20_03_28).
- net_sched: hold rtnl lock in tcindex_partial_destroy_work()
(networking-stable-20_03_28).
- commit b6b5945
* Tue May 05 2020 mbenes@suse.cz
- svcrdma: Fix trace point use-after-free race (git-fixes).
- commit 44461e4
* Tue May 05 2020 tiwai@suse.de
- Revert "HID: wacom: generic: read the number of expected
touches on a per collection basis" (git-fixes).
- HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic
devices (git-fixes).
- commit 16cdbdb
* Tue May 05 2020 neilb@suse.de
- NFSv4.1: fix handling of backchannel binding in
BIND_CONN_TO_SESSION (bsc#1170630).
- commit a75f6f6
* Tue May 05 2020 neilb@suse.de
- SUNRPC: Remove unreachable error condition (git-fixes).
- nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl
(git-fixes).
- SUNRPC: Fix backchannel RPC soft lockups (git-fixes).
- nfsd: memory corruption in nfsd4_lock() (git-fixes).
- NFS: Fix use-after-free issues in nfs_pageio_add_request()
(git-fixes).
- NFS: Fix races nfs_page_group_destroy() vs
nfs_destroy_unlinked_subrequests() (git-fixes).
- NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()
(git-fixes).
- NFSv4/pnfs: Return valid stateids in
nfs_layout_find_inode_by_stateid() (git-fixes).
- NFS: alloc_nfs_open_context() must use the file cred when
available (git-fixes).
- svcrdma: Fix leak of transport addresses (git-fixes).
- SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'
(git-fixes).
- nfsd: fsnotify on rmdir under nfsd/clients/ (git-fixes).
- nfsd: Don't add locks to closed or closing open stateids
(git-fixes).
- svcrdma: Fix double svc_rdma_send_ctxt_put() in an error path
(git-fixes).
- nfsd: Fix NFSv4 READ on RDMA when using readv (git-fixes).
- NFSv4.1 make cachethis=no for writes (git-fixes).
- sunrpc: expiry_time should be seconds not timeval (git-fixes).
- nfsd: remove nfs4_reset_lease() declarations (git-fixes).
- nfsd: fix jiffies/time_t mixup in LRU list (git-fixes).
- nfsd: fix delay timer on 32-bit architectures (git-fixes).
- nfsd: Return the correct number of bytes written to the file
(git-fixes).
- NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewals
(git-fixes).
- NFSv4: try lease recovery on NFS4ERR_EXPIRED (git-fixes).
- NFS: Directory page cache pages need to be locked when read
(git-fixes).
- NFS: Fix memory leaks and corruption in readdir (git-fixes).
- NFSv4: pnfs_roc() must use cred_fscmp() to compare creds
(git-fixes).
- NFS: Fix fix of show_nfs_errors (git-fixes).
- NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()
(git-fixes).
- NFS: Revalidate the file mapping on all fatal writeback errors
(git-fixes).
- NFS: Revalidate the file size on a fatal write error
(git-fixes).
- nfsd: depend on CRYPTO_MD5 for legacy client tracking
(git-fixes).
- NFSD fixing possible null pointer derefering in copy offload
(git-fixes).
- nfsd4: fix up replay_matches_cache() (git-fixes).
- NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for
layoutreturn (git-fixes).
- NFSv4.x: Handle bad/dead sessions correctly in
nfs41_sequence_process() (git-fixes).
- NFSv2: Fix a typo in encode_sattr() (git-fixes).
- commit d9c3108
* Mon May 04 2020 ailiop@suse.com
- xfs: acquire superblock freeze protection on eofblocks scans
(git-fixes).
- commit ae8b96a
* Mon May 04 2020 ailiop@suse.com
- xfs: clear PF_MEMALLOC before exiting xfsaild thread
(git-fixes).
- commit a472c36
* Mon May 04 2020 tbogendoerfer@suse.de
- RDMA/core: Fix overwriting of uobj in case of error
(jsc#SLE-8449).
- RDMA/uverbs: Fix a race with disassociate and exit_mmap()
(jsc#SLE-8449).
- commit fcb09af
* Mon May 04 2020 msuchanek@suse.de
- ibmvnic: Skip fatal error reset after passive init (bsc#1171078
ltc#184239).
- commit b0e0859
* Mon May 04 2020 mbrugger@suse.com
- arm64: dts: allwinner: a64: Fix display clock register range
(bsc#1171081).
- arm64: bcm2835: Drop select of nonexistent HAVE_ARM_ARCH_TIMER
(bsc#1171079).
- ARM: bcm2835-rpi-zero-w: Add missing pinctrl name (bsc#1171075).
- arm64: alternative: fix build with clang integrated assembler
(bsc#1171076).
- arm64: compat: Fix syscall number of compat_clock_getres
(bsc#1171080).
- arm64: smp: fix crash_smp_send_stop() behaviour (bsc#1171082).
- arm64: smp: fix smp_send_stop() behaviour (bsc#1171083).
- compat: ARM64: always include asm-generic/compat.h
(bsc#1171084).
- commit 559d336
* Mon May 04 2020 nsaenzjulienne@suse.de
- Update patches.suse/firmware-raspberrypi-introduce-vl805-init-routine.patch.
- commit 984c0bd
* Mon May 04 2020 jslaby@suse.cz
- blacklist.conf: add aer_inject entry
It requires the new irq injection infrastructure.
- commit a8523ff
* Mon May 04 2020 jslaby@suse.cz
- Revert "serial: uartps: Fix uartps_major handling" (git-fixes).
- net: stmmac: dwmac-meson8b: Add missing boundary to RGMII TX
clock array (git-fixes).
- commit 7b95e1e
* Mon May 04 2020 jslaby@suse.cz
- random: always use batched entropy for get_random_u{32,64}
(git-fixes).
- commit 6e4b6dc
* Sun May 03 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and resort:
patches.suse/ALSA-pcm-oss-Place-the-plugin-buffer-overflow-checks.patch
patches.suse/scsi-qla2xxx-check-UNLOADING-before-posting-async-wo.patch
patches.suse/scsi-qla2xxx-set-UNLOADING-before-waiting-for-sessio.patch
- commit ed4ef69
* Sun May 03 2020 mkubecek@suse.cz
- update metadata of nvme patches
The nvme-5.8 branch in nvme repository got rebased again, update Git-commit
tags:
patches.suse/lpfc-Commonize-lpfc_async_xchg_ctx-state-and-flag-de.patch
patches.suse/lpfc-Refactor-NVME-LS-receive-handling.patch
patches.suse/lpfc-Refactor-Send-LS-Abort-support.patch
patches.suse/lpfc-Refactor-Send-LS-Request-support.patch
patches.suse/lpfc-Refactor-Send-LS-Response-support.patch
patches.suse/lpfc-Refactor-lpfc-nvme-headers.patch
patches.suse/lpfc-Refactor-nvmet_rcv_ctx-to-create-lpfc_async_xch.patch
patches.suse/lpfc-nvme-Add-Receive-LS-Request-and-Send-LS-Respons.patch
patches.suse/lpfc-nvmet-Add-Send-LS-Request-and-Abort-LS-Request-.patch
patches.suse/lpfc-nvmet-Add-support-for-NVME-LS-request-hosthandl.patch
patches.suse/nvme-fc-Add-Disconnect-Association-Rcv-support.patch
patches.suse/nvme-fc-Ensure-private-pointers-are-NULL-if-no-data.patch
patches.suse/nvme-fc-Sync-header-to-FC-NVME-2-rev-1.08.patch
patches.suse/nvme-fc-Update-header-and-host-for-common-definition.patch
patches.suse/nvme-fc-and-nvmet-fc-revise-LLDD-api-for-LS-receptio.patch
patches.suse/nvme-fc-convert-assoc_active-flag-to-bit-op.patch
patches.suse/nvme-fc-nvmet-fc-refactor-for-common-LS-definitions.patch
patches.suse/nvme-fcloop-add-target-to-host-LS-request-support.patch
patches.suse/nvme-fcloop-refactor-to-enable-target-to-host-LS.patch
patches.suse/nvmet-fc-Add-Disconnect-Association-Xmt-support.patch
patches.suse/nvmet-fc-Better-size-LS-buffers.patch
patches.suse/nvmet-fc-Update-target-for-common-definitions-for-LS.patch
patches.suse/nvmet-fc-add-LS-failure-messages.patch
patches.suse/nvmet-fc-perform-small-cleanups-on-unneeded-checks.patch
patches.suse/nvmet-fc-rename-ls_list-to-ls_rcv_list.patch
patches.suse/nvmet-fc-track-hostport-handle-for-associations.patch
- commit a859813
* Sat May 02 2020 tiwai@suse.de
- PCI: Add ACS quirk for iProc PAXB (git-fixes).
- Refresh
patches.suse/PCI-Add-ACS-quirk-for-Amazon-Annapurna-Labs-root-por.patch.
- commit aef108e
* Sat May 02 2020 tiwai@suse.de
- i2c: aspeed: Avoid i2c interrupt status clear race condition
(git-fixes).
- i2c: amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handling
(git-fixes).
- i2c: iproc: generate stop event for slave writes (git-fixes).
- drm/qxl: qxl_release use after free (git-fixes).
- drm/qxl: qxl_release leak in qxl_hw_surface_alloc() (git-fixes).
- drm/qxl: qxl_release leak in qxl_draw_dirty_fb() (git-fixes).
- mmc: sdhci-pci: Fix eMMC driver strength for BYT-based
controllers (git-fixes).
- mmc: sdhci-xenon: fix annoying 1.8V regulator warning
(git-fixes).
- mmc: cqhci: Avoid false "cqhci: CQE stuck on" by not open-coding
timeout loop (git-fixes).
- mmc: meson-mx-sdio: remove the broken ->card_busy() op
(git-fixes).
- mmc: meson-mx-sdio: Set MMC_CAP_WAIT_WHILE_BUSY (git-fixes).
- PCI: Move Apex Edge TPU class quirk to fix BAR assignment
(git-fixes).
- hwmon: (jc42) Fix name to have no illegal characters
(git-fixes).
- mac80211: fix channel switch trigger from unknown mesh peer
(git-fixes).
- PCI: Add ACS quirk for Zhaoxin Root/Downstream Ports
(git-fixes).
- PCI: Add ACS quirk for Zhaoxin multi-function devices
(git-fixes).
- PCI: Add Zhaoxin Vendor ID (git-fixes).
- PCI: Avoid ASMedia XHCI USB PME# from D0 defect (git-fixes).
- PCI: Unify ACS quirk desired vs provided checking (git-fixes).
- PCI: Make ACS quirk implementations more uniform (git-fixes).
- commit 21a860f
* Sat May 02 2020 tiwai@suse.de
- ALSA: usb-audio: Correct a typo of NuPrime DAC-10 USB ID
(git-fixes).
- ALSA: opti9xx: shut up gcc-10 range warning (git-fixes).
- ALSA: hda/hdmi: fix without unlocked before return (git-fixes).
- ALSA: hda/hdmi: fix race in monitor detection during probe
(git-fixes).
- ALSA: hda/realtek - Two front mics on a Lenovo ThinkCenter
(git-fixes).
- ALSA: line6: Fix POD HD500 audio playback (git-fixes).
- ALSA: hda: Match both PCI ID and SSID for driver blacklist
(git-fixes).
- commit f537abd
* Sat May 02 2020 tiwai@suse.de
- Move the upstreamed sound and scsi patches to the mainline section
- commit f5d1d6a
* Fri May 01 2020 rgoldwyn@suse.com
- fanotify: fix merging marks masks with FAN_ONDIR (bsc#1170799).
- commit 5edf4ab
* Fri May 01 2020 tiwai@suse.de
- Revert an ASoC meson backport that is known to to break
Delete patches.suse/ASoC-meson-axg-card-fix-codec-to-codec-link-setup.patch
Add the commit to blacklist.conf, too
- commit d6f33c1
* Thu Apr 30 2020 tiwai@suse.de
- Update patch reference for a USB core fix (CVE-2020-12464 bsc#1170901)
- commit c3ba43e
* Thu Apr 30 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline, drop Git-repo and Git-commit:
patches.suse/net-phy-realtek-fix-handling-of-RTL8105e-integrated-.patch
- commit d71cae8
* Thu Apr 30 2020 oneukum@suse.com
- Update
patches.suse/mt76-fix-array-overflow-on-receiving-too-many-fragme.patch
(bsc#1170828 CVE-2020-12465).
Added bsc and CVE number
- commit 62c98d8
* Thu Apr 30 2020 tiwai@suse.de
- drm/i915: properly sanity check batch_start_offset (git-fixes).
- commit 6a1493c
* Thu Apr 30 2020 tiwai@suse.de
- tty: hvc: fix buffer overflow during hvc_alloc() (git-fixes).
- watchdog: reset last_hw_keepalive time at start (git-fixes).
- Revert "software node: Simplify software_node_release()
function" (git-fixes).
- intel_th: msu: Fix window switching without windows (git-fixes).
- commit f284d1e
* Thu Apr 30 2020 tiwai@suse.de
- crypto: caam - fix the address of the last entry of S/G
(git-fixes).
- USB: sisusbvga: Change port variable from signed to unsigned
(git-fixes).
- usb-storage: Add unusual_devs entry for JMicron JMS566
(git-fixes).
- xhci: prevent bus suspend if a roothub port detected a
over-current condition (git-fixes).
- USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT
for Corsair K70 RGB RAPIDFIRE (git-fixes).
- usb: typec: tcpm: Ignore CC and vbus changes in PORT_RESET
change (git-fixes).
- cdc-acm: introduce a cool down (git-fixes).
- cdc-acm: close race betrween suspend() and acm_softint
(git-fixes).
- USB: core: Fix free-while-in-use bug in the USB S-Glibrary
(git-fixes).
- serial: sh-sci: Make sure status register SCxSR is read in
correct sequence (git-fixes).
- staging: comedi: dt2815: fix writing hi byte of analog output
(git-fixes).
- iwlwifi: mvm: fix inactive TID removal return value usage
(git-fixes).
- iwlwifi: mvm: Do not declare support for ACK Enabled Aggregation
(git-fixes).
- iwlwifi: mvm: beacon statistics shouldn't go backwards
(git-fixes).
- drm/amd/display: Calculate scaling ratios on every medium/full
update (git-fixes).
- drm/amd/display: Update stream adjust in
dc_stream_adjust_vmin_vmax (git-fixes).
- drm/amd/display: Not doing optimize bandwidth if flip pending
(git-fixes).
- xhci: Finetune host initiated USB3 rootport link suspend and
resume (git-fixes).
- xhci: Wait until link state trainsits to U0 after setting
USB_SS_PORT_LS_U0 (git-fixes).
- xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3
(git-fixes).
- PCI/PM: Add pcie_wait_for_link_delay() (git-fixes).
- PCI/ASPM: Allow re-enabling Clock PM (git-fixes).
- commit 69b68ab
* Thu Apr 30 2020 glin@suse.com
- bpf: Fix handling of XADD on BTF memory (bsc#1155518).
- bpf: Forbid XADD on spilled pointers for unprivileged users
(bsc#1155518).
- commit 60505c2
* Wed Apr 29 2020 tiwai@suse.de
- net: phy: realtek: fix handling of RTL8105e-integrated PHY
(git-fixes).
- commit 630c337
* Wed Apr 29 2020 tiwai@suse.de
- USB: hub: Fix handling of connect changes during sleep
(git-fixes).
- usb: typec: altmode: Fix typec_altmode_get_partner sometimes
returning an invalid pointer (git-fixes).
- usb: gadget: udc: atmel: Fix vbus disconnect handling
(git-fixes).
- usb: gadget: udc: bdc: Remove unnecessary NULL checks in
bdc_req_complete (git-fixes).
- geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTR
(git-fixes).
- drivers: soc: xilinx: fix firmware driver Kconfig dependency
(git-fixes).
- soc: imx: gpc: fix power up sequencing (git-fixes).
- hibernate: Allow uswsusp to write to swap (git-fixes).
- phy: uniphier-usb3ss: Add Pro5 support (git-fixes).
- padata: update documentation file path in MAINTAINERS
(git-fixes).
- commit b521dd8
* Wed Apr 29 2020 mkubecek@suse.cz
- fix patches metadata
- fix Patch-mainline:
patches.suse/0001-btrfs-don-t-pass-system_chunk-into-can_overcommit.patch
patches.suse/0001-btrfs-fix-force-usage-in-inc_block_group_ro.patch
patches.suse/0002-btrfs-kill-min_allocable_bytes-in-inc_block_group_ro.patch
patches.suse/0002-btrfs-take-overcommit-into-account-in-inc_block_grou.patch
patches.suse/btrfs-check-rw_devices-not-num_devices-for-balance.patch
patches.suse/btrfs-scrub-Don-t-check-free-space-before-marking-a-.patch
- commit 0c4ef8d
* Wed Apr 29 2020 msuchanek@suse.de
- scsi: ibmvscsi: Fix WARN_ON during event pool release
(bsc#1170791 ltc#185128).
- commit 235b7cd
* Wed Apr 29 2020 wqu@suse.com
- btrfs: take overcommit into account in inc_block_group_ro
(bsc#1156898).
- commit b4b780e
* Wed Apr 29 2020 wqu@suse.com
- btrfs: fix force usage in inc_block_group_ro (bsc#1156898).
- commit 9de9dbb
* Wed Apr 29 2020 wqu@suse.com
- btrfs: scrub: Don't check free space before marking a block
group RO (bsc#1156898).
- Refresh
patches.suse/0001-btrfs-scrub-Require-mandatory-block-group-RO-for-dev.patch.
- Refresh
patches.suse/Btrfs-fix-block-group-remaining-RO-forever-after-err.patch.
- commit 0af353d
* Wed Apr 29 2020 wqu@suse.com
- btrfs: kill min_allocable_bytes in inc_block_group_ro
(bsc#1156898).
- commit d02303e
* Wed Apr 29 2020 wqu@suse.com
- btrfs: don't pass system_chunk into can_overcommit
(bsc#1156898).
- commit c373e8e
* Wed Apr 29 2020 wqu@suse.com
- btrfs: check rw_devices, not num_devices for balance
(bsc#1156898).
- commit 1228d44
* Wed Apr 29 2020 tbogendoerfer@suse.de
- RDMA/bnxt_re: make bnxt_re_ib_init static (bsc#1170774).
- RDMA/bnxt_re: Wait for all the CQ events before freeing CQ
data structures (bsc#1170774).
- RDMA/bnxt_re: Remove unnecessary sched count (bsc#1170774).
- RDMA/bnxt_re: Fix lifetimes in bnxt_re_task (bsc#1170774).
- RDMA/bnxt_re: Use ib_device_try_get() (bsc#1170774).
- RDMA/bnxt_re: Remove a redundant 'memset' (bsc#1170774).
- RDMA/bnxt_re: Remove set but not used variables 'pg' and 'idx'
(bsc#1170774).
- RDMA/bnxt_re: Remove set but not used variable 'dev_attr'
(bsc#1170774).
- RDMA/bnxt_re: Remove set but not used variable 'pg_size'
(bsc#1170774).
- RDMA/bnxt_re: Use driver_unregister and unregistration API
(bsc#1170774).
- RDMA/bnxt_re: Refactor device add/remove functionalities
(bsc#1170774).
- RDMA/bnxt_re: Using vmalloc requires including vmalloc.h
(bsc#1170774).
- RDMA/bnxt_re: use ibdev based message printing functions
(bsc#1170774).
- RDMA/bnxt_re: Refactor doorbell management functions
(bsc#1170774).
- RDMA/bnxt_re: Refactor notification queue management code
(bsc#1170774).
- RDMA/bnxt_re: Refactor command queue management code
(bsc#1170774).
- RDMA/bnxt_re: Refactor net ring allocation function
(bsc#1170774).
- RDMA/bnxt_re: Refactor hardware queue memory allocation
(bsc#1170774).
- RDMA/bnxt_re: Replace chip context structure with pointer
(bsc#1170774).
- RDMA/bnxt_re: Refactor queue pair creation code (bsc#1170774).
- RDMA/bnxt_re: Use rdma_read_gid_hw_context to retrieve HW gid
index (bsc#1170774).
- RDMA/core: Add helper function to retrieve driver gid context
from gid attr (bsc#1170774).
- commit 63c9b07
* Tue Apr 28 2020 ptesarik@suse.cz
- s390/mm: fix page table upgrade vs 2ndary address mode accesses
(bsc#1170030 CVE-2020-11884).
- commit 0b0d8cd
* Tue Apr 28 2020 bp@suse.de
- EDAC/i10nm: Update driver to support different bus number
config register offsets (bsc#1159522).
- commit 796bb54
* Tue Apr 28 2020 mhocko@suse.com
- Update patches.suse/x86-mm-split-vmalloc_sync_all.patch
(bsc#1165741, bsc#1166969).
- commit dc341e6
* Tue Apr 28 2020 bp@suse.de
- EDAC, {skx,i10nm}: Make some configurations CPU model specific
(bsc#1159522).
- commit 7936538
* Tue Apr 28 2020 msuchanek@suse.de
- Update patches.suse/ibmvfc-don-t-send-implicit-logouts-prior-to-NPIV-log.patch
to upstream version and rename to patches.suse/scsi-ibmvfc-Don-t-send-implicit-logouts-prior-to-NPI.patch
- commit d04a4dc
* Tue Apr 28 2020 dwagner@suse.de
- wireguard: Kconfig: select parent dependency for crypto
(bsc#1169021 jsc#SLE-12250).
- commit 41bcd62
* Mon Apr 27 2020 lyan@suse.com
- KVM: s390: Return last valid slot if approx index is
out-of-bounds (bsc#1133021).
- commit a035552
* Mon Apr 27 2020 dbueso@suse.de
- proc, time/namespace: Show clock symbolic names in
/proc/pid/timens_offsets (bsc#1164648,jsc#SLE-11493).
- futex: Remove {get,drop}_futex_key_refs() (bsc#1149032).
- futex: Remove pointless mmgrap() + mmdrop() (bsc#1149032).
- locking/rtmutex: rcu: Add WRITE_ONCE() to rt_mutex ->owner
(bsc#1149032).
- futex: Unbreak futex hashing (bsc#1149032).
- futex: Fix inode life-time issue (bsc#1149032).
- commit 7790db5
* Mon Apr 27 2020 ohering@suse.de
- x86: hyperv: report value of misc_features (git fixes).
- commit e231452
* Mon Apr 27 2020 ohering@suse.de
- x86/Hyper-V: Report crash data in die() when panic_on_oops is
set (git fixes).
Refresh patches.suse/suse-hv-kabi.patch
- commit 5afa1b8
* Mon Apr 27 2020 ohering@suse.de
- x86/Hyper-V: Report crash register data when
sysctl_record_panic_msg is not set (git fixes).
- commit f165c68
* Mon Apr 27 2020 ohering@suse.de
- x86/Hyper-V: Report crash register data or kmsg before running
crash kernel (git fixes).
- commit b120cb7
* Mon Apr 27 2020 ohering@suse.de
- x86/Hyper-V: Trigger crash enlightenment only once during
system crash (git fixes).
- commit 1644d6f
* Mon Apr 27 2020 ohering@suse.de
- x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump
(git fixes).
- commit 918a3d5
* Mon Apr 27 2020 ohering@suse.de
- x86/Hyper-V: Unload vmbus channel in hv panic callback
(git fixes).
Refresh patches.suse/suse-hv-kabi.patch
- commit f66b321
* Mon Apr 27 2020 tiwai@suse.de
- drm/exynos: Fix cleanup of IOMMU related objects (git-fixes).
- commit 7669fb1
* Mon Apr 27 2020 tiwai@suse.de
- staging: comedi: Fix comedi_device refcnt leak in comedi_open
(git-fixes).
- macsec: avoid to set wrong mtu (git-fixes).
- iwlwifi: pcie: actually release queue memory in TVQM
(git-fixes).
- macvlan: fix null dereference in macvlan_device_event()
(git-fixes).
- PM: sleep: core: Switch back to async_schedule_dev()
(git-fixes).
- drm/meson: Delete an error message in meson_dw_hdmi_bind()
(git-fixes).
- audit: check the length of userspace generated audit records
(git-fixes).
- tpm/tpm_tis: Free IRQ if probing fails (git-fixes).
- tpm: fix wrong return value in tpm_pcr_extend (git-fixes).
- drm/amdkfd: kfree the wrong pointer (git-fixes).
- drm/nouveau/gr/gp107,gp108: implement workaround for HW hanging
during init (git-fixes).
- drm/nouveau: workaround runpm fail by disabling PCI power
management on certain intel bridges (git-fixes).
- drm/nouveau/svm: check for SVM initialized before migrating
(git-fixes).
- drm/nouveau/svm: fix vma range check for migration (git-fixes).
- fbcon: fix null-ptr-deref in fbcon_switch (git-fixes).
- power: supply: bq27xxx_battery: Silence deferred-probe error
(git-fixes).
- power: supply: axp288_charger: Add special handling for HP
Pavilion x2 10 (git-fixes).
- power: supply: axp288_fuel_gauge: Broaden vendor check for
Intel Compute Sticks (git-fixes).
- clk: tegra: Fix Tegra PMC clock out parents (git-fixes).
- clk: at91: usb: continue if clk_hw_round_rate() return zero
(git-fixes).
- rtc: 88pm860x: fix possible race condition (git-fixes).
- NTB: ntb_transport: Use scnprintf() for avoiding potential
buffer overflow (git-fixes).
- ntb_hw_switchtec: Fix ntb_mw_clear_trans error if size == 0
(git-fixes).
- ntb_tool: Fix printk format (git-fixes).
- NTB: ntb_perf: Fix address err in perf_copy_chunk (git-fixes).
- NTB: Fix an error in get link status (git-fixes).
- cpufreq: imx6q: fix error handling (git-fixes).
- cpufreq: imx6q: Fixes unwanted cpu overclocking on i.MX6ULL
(git-fixes).
- iio: industrialio-core: Fix debugfs read (git-fixes).
- libfs: fix infoleak in simple_attr_read() (git-fixes).
- drm/amdgpu: fix memory leak during TDR test(v2) (git-fixes).
- Fix built-in early-load Intel microcode alignment (git-fixes).
- cpufreq: s3c64xx: Remove pointless NULL check in
s3c64xx_cpufreq_driver_init (git-fixes).
- commit d13e57f
* Mon Apr 27 2020 ohering@suse.de
- Drivers: hv: vmbus: Fix crash handler reset of Hyper-V synic
(git fixes).
Refresh patches.suse/suse-hv-kabi.patch
- commit 73a1fdb
* Mon Apr 27 2020 ohering@suse.de
- Drivers: hv: vmbus: Remove dependencies on guest page size
(git fixes).
- commit 0eb9623
* Mon Apr 27 2020 oneukum@suse.com
- UAS: fix deadlock in error handling and PM flushing work
(git-fixes).
- commit f10ebae
* Mon Apr 27 2020 oneukum@suse.com
- UAS: no use logging any details in case of ENODEV (git-fixes).
- commit 12e8b6e
* Mon Apr 27 2020 oneukum@suse.com
- USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old
enumeration scheme first for high speed devices") (git-fixes).
- commit 63272b5
* Mon Apr 27 2020 oneukum@suse.com
- xhci: Don't clear hub TT buffer on ep0 protocol stall
(git-fixes).
- commit d0e1439
* Mon Apr 27 2020 oneukum@suse.com
- usb: dwc3: gadget: Fix request completion check (git-fixes).
- commit eb78203
* Mon Apr 27 2020 tzimmermann@suse.de
- drm/sun4i: sun6i_mipi_dsi: Add VCC-DSI regulator support (bsc#1152489)
* manual patch refresh
- commit 66ebcc7
* Mon Apr 27 2020 oneukum@suse.com
- usb: dwc3: gadget: Do link recovery for SS and SSP (git-fixes).
- commit 87d561b
* Mon Apr 27 2020 oneukum@suse.com
- usb: dwc3: Fix GTXFIFOSIZ.TXFDEP macro name (git-fixes).
- commit 7eb2c31
* Mon Apr 27 2020 oneukum@suse.com
- usb: f_fs: Clear OS Extended descriptor counts to zero in
ffs_data_reset() (git-fixes).
- commit 1fb0c5f
* Mon Apr 27 2020 oneukum@suse.com
- USB: early: Handle AMD's spec-compliant identifiers, too
(git-fixes).
- commit 26634ce
* Mon Apr 27 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/cpuidle-menu-Allow-tick-to-be-stopped-if-PM-QoS-is-used.patch
patches.suse/mm-vmscan.c-clean-code-by-removing-unnecessary-assignment.patch
patches.suse/rcu-Allow-only-one-expedited-GP-to-run-concurrently-with-wakeups.patch
patches.suse/rcu-Fix-missed-wakeup-of-exp_wq-waiters.patch
patches.suse/sched-fair-Align-rq-avg_idle-and-rq-avg_scan_cost.patch
- commit f15a73a
* Mon Apr 27 2020 mgorman@suse.de
- sched/nohz: Avoid disabling the tick for very short durations
(bnc#754690, bsc#1158748).
- Delete patches.suse/sched-throttle-nohz.patch.
- commit 0628907
* Mon Apr 27 2020 mgorman@suse.de
- sched/cpuacct: Use __this_cpu_add() instead of this_cpu_ptr()
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- commit 04cc379
* Mon Apr 27 2020 mgorman@suse.de
- sched/fair: Use __this_cpu_read() in wake_wide() (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair: Align rq->avg_idle and rq->avg_scan_cost
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- mm/vmscan.c: clean code by removing unnecessary assignment
(git fixes (mm/vmscan)).
- rcu: Allow only one expedited GP to run concurrently with
wakeups (git fixes (rcu)).
- rcu: Fix missed wakeup of exp_wq waiters (git fixes (rcu)).
- cpuidle: menu: Allow tick to be stopped if PM QoS is used
(bnc#1158748 (network regression)).
- commit cb72208
* Mon Apr 27 2020 tiwai@suse.de
- tty: rocket, avoid OOB access (git-fixes).
- tty: serial: bcm63xx: fix missing clk_put() in bcm63xx_uart
(git-fixes).
- tty: serial: owl: add "much needed" clk_prepare_enable()
(git-fixes).
- staging: vt6656: Fix calling conditions of vnt_set_bss_mode
(git-fixes).
- staging: vt6656: Fix pairwise key entry save (git-fixes).
- staging: vt6656: Fix drivers TBTT timing counter (git-fixes).
- staging: vt6656: Don't set RCR_MULTICAST or RCR_BROADCAST by
default (git-fixes).
- iio: core: remove extra semi-colon from
devm_iio_device_register() macro (git-fixes).
- iio: adc: ti-ads8344: properly byte swap value (git-fixes).
- iio: st_sensors: rely on odr mask to know if odr can be set
(git-fixes).
- iio: xilinx-xadc: Make sure not exceed maximum samplerate
(git-fixes).
- iio: xilinx-xadc: Fix sequencer configuration for aux channels
in simultaneous mode (git-fixes).
- iio: xilinx-xadc: Fix clearing interrupt when enabling trigger
(git-fixes).
- iio: xilinx-xadc: Fix ADC-B powerdown (git-fixes).
- iio: adc: stm32-adc: fix sleep in atomic context (git-fixes).
- iio:ad7797: Use correct attribute_group (git-fixes).
- staging: gasket: Fix incongruency in handling of sysfs entries
creation (git-fixes).
- commit 4fa06ba
* Mon Apr 27 2020 lyan@suse.com
- KVM: s390: vsie: Fix delivery of addressing exceptions
(bsc#1133021).
- commit 2daae50
* Sun Apr 26 2020 tiwai@suse.de
- ALSA: pcm: oss: Place the plugin buffer overflow checks
correctly (for 5.7) (bsc#1170522).
- commit b4d1953
* Sat Apr 25 2020 tiwai@suse.de
- ALSA: hda: Always use jackpoll helper for jack update after
resume (git-fixes).
- ALSA: hda/realtek - Add new codec supported for ALC245
(git-fixes).
- ALSA: usb-audio: Fix usb audio refcnt leak when getting spdif
(git-fixes).
- ALSA: usb-audio: Add connector notifier delegation (git-fixes).
- ASoC: wm8960: Fix wrong clock after suspend & resume
(git-fixes).
- ASoC: rsnd: Fix "status check failed" spam for multi-SSI
(git-fixes).
- ASoC: rsnd: Don't treat master SSI in multi SSI setup as parent
(git-fixes).
- ASoC: meson: axg-card: fix codec-to-codec link setup
(git-fixes).
- ASoC: dapm: fixup dapm kcontrol widget (git-fixes).
- ASoC: SOF: Intel: add min/max channels for SSP on
Baytrail/Broadwell (git-fixes).
- ASoC: rsnd: Fix HDMI channel mapping for multi-SSI mode
(git-fixes).
- ASoC: rsnd: Fix parent SSI start/stop in multi-SSI mode
(git-fixes).
- ASoC: codecs: hdac_hdmi: Fix incorrect use of
list_for_each_entry (git-fixes).
- ASoC: topology: Fix endianness issue (git-fixes).
- ASoC: q6dsp6: q6afe-dai: add missing channels to MI2S DAIs
(git-fixes).
- ASoC: sgtl5000: Fix VAG power-on handling (git-fixes).
- ASoC: madera: Remove a couple of stray blank lines (git-fixes).
- ASoC: qcom: common: Silence duplicate parse error messages
(git-fixes).
- soc/stm/stm32_sub_sai: Add missing '\n' in log messages
(git-fixes).
- ASoC: tas571x: disable regulators on failed probe (git-fixes).
- ASoC: topology: Check return value of soc_tplg_dai_config
(git-fixes).
- ASoC: topology: Check return value of pcm_new_ver (git-fixes).
- ASoC: topology: Check soc_tplg_add_route return value
(git-fixes).
- ASoC: topology: Check return value of soc_tplg_*_create
(git-fixes).
- ASoC: topology: Check return value of soc_tplg_create_tlv
(git-fixes).
- ALSA: usb-audio: Apply async workaround for Scarlett 2i4 2nd
gen (git-fixes).
- ALSA: usx2y: Fix potential NULL dereference (git-fixes).
- ALSA: usb-audio: Add quirk for Focusrite Scarlett 2i2
(git-fixes).
- ALSA: usb-audio: Add static mapping table for ALC1220-VB-based
mobos (git-fixes).
- ALSA: hda: Remove ASUS ROG Zenith from the blacklist
(git-fixes).
- ALSA: hda/realtek - Fix unexpected init_amp override
(git-fixes).
- ALSA: usb-audio: Filter out unsupported sample rates on
Focusrite devices (git-fixes).
- ALSA: hda/hdmi: Add module option to disable audio component
binding (git-fixes).
- commit 9aa515f
* Fri Apr 24 2020 mkubecek@suse.cz
- config: clean up s390x/zfcpdump
Sync some config options in s390x/zfcpdump with SLE15-SP2. These did differ
from SLE15-SP2 without apparent reason (for zfcpdump, that is):
- FRONTSWAP (y -> n)
- CMA (y -> n)
- ZPOOL (y -> n)
- REGULATOR (y -> n)
- HARDENED_USERCOPY (y -> n)
- CRYPTO (y -> n)
- CRC_T10DIF (y -> n)
- commit 118d550
* Fri Apr 24 2020 msuchanek@suse.de
- Update
patches.suse/powerpc-pseries-ddw-Extend-upper-limit-for-huge-DMA-.patch
(FATE#327775 bsc#1142685 bsc#1167867 ltc#179509 ltc#184616).
- commit 54d9eaa
* Thu Apr 23 2020 dwagner@suse.de
- scsi: qla2xxx: check UNLOADING before posting async work
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bsc#1157169).
- scsi: qla2xxx: set UNLOADING before waiting for session deletion
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bsc#1157169).
- scsi: qla2xxx: Fix regression warnings (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334 bsc#1157169).
- scsi: qla2xxx: Remove non functional code (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334 bsc#1157169).
- scsi: qla2xxx: add ring buffer for tracing debug logs
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bsc#1157169).
- commit 0ed2831
* Thu Apr 23 2020 dwagner@suse.de
- Fix meta data for FC-NVME-2 patches
The branch of the maintainer got rebased. Update the commit id accordingly.
- commit e17d7e2
* Thu Apr 23 2020 tzimmermann@suse.de
- Revert "drm/panel: simple: Add support for Sharp LQ150X1LG11 panels" (bsc#1152472)
- commit 5a48ac0
* Thu Apr 23 2020 tzimmermann@suse.de
- drm/sun4i: dsi: Remove incorrect use of runtime PM (bsc#1152472)
* manual patch refresh
- commit 1f5ded0
* Thu Apr 23 2020 tzimmermann@suse.de
- fbcon: fix null-ptr-deref in fbcon_switch (bsc#1152472)
- commit a5735e6
* Thu Apr 23 2020 shung-hsi.yu@suse.com
- net: fec_ptp: Use platform_get_irq_xxx_optional() to avoid
error message (bsc#1161695).
- net: fec_main: Use platform_get_irq_byname_optional() to avoid
error message (bsc#1161695).
- commit 7080d97
* Wed Apr 22 2020 tiwai@suse.de
- irqchip/mbigen: Free msi_desc on device teardown (git-fixes).
- i2c: altera: use proper variable to hold errno (git-fixes).
- i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag
on BYT and CHT (git-fixes).
- drm/amd/powerplay: force the trim of the mclk dpm_levels if
OD is enabled (git-fixes).
- watchdog: sp805: fix restart handler (git-fixes).
- mac80211: fix race in ieee80211_register_hw() (git-fixes).
- mac80211_hwsim: Use kstrndup() in place of kasprintf()
(git-fixes).
- commit 158e556
* Wed Apr 22 2020 tiwai@suse.de
- Revert ACPI EC patch that was reverted in stable tree
Delete:
patches.suse/ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_ec_add.patch.
- commit 4ca2cd1
* Wed Apr 22 2020 mbenes@suse.cz
- objtool: Make BP scratch register warning more robust
(bsc#1169514).
- commit 21d4b08
* Wed Apr 22 2020 mbenes@suse.cz
- objtool: Fix switch table detection in .text.unlikely
(bsc#1169514).
- commit c2b49a3
* Wed Apr 22 2020 tbogendoerfer@suse.de
- ionic: fix unused assignment (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: add dynamic_debug header (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- commit 61e55e9
* Wed Apr 22 2020 tbogendoerfer@suse.de
- net/mlx5e: Fix nest_level for vlan pop action (bsc#1154353).
- ionic: set station addr only if needed (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: replay filters after fw upgrade (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- net: icmp6: do not select saddr from iif when route has prefsrc
set (bsc#1154353).
- commit da058f0
* Tue Apr 21 2020 oneukum@suse.com
- PCI: endpoint: Fix for concurrent memory allocation in OB
address region (git-fixes).
- commit efb90c5
* Tue Apr 21 2020 oneukum@suse.com
- mmc: sdhci-of-at91: fix memleak on clk_get failure (git-fixes).
- commit df10885
* Tue Apr 21 2020 mkubecek@suse.cz
- fix patches metadata
- fix Patch-mainline:
patches.suse/ext4-Avoid-freeing-inodes-on-dirty-list.patch
patches.suse/fs-Avoid-leaving-freed-inode-on-dirty-list.patch
patches.suse/writeback-Export-inode_io_list_del.patch
- commit 9d7a667
* Tue Apr 21 2020 nstange@suse.de
- icmp: allow icmpv6_ndo_send to work with CONFIG_IPV6=n
(bsc#1169021 jsc#SLE-12250).
- commit 8129fee
* Tue Apr 21 2020 nstange@suse.de
- crypto: arm64/poly1305 - ignore build files (bsc#1169021
jsc#SLE-12250).
- commit 5860f7d
* Tue Apr 21 2020 tiwai@suse.de
- Update references for ptp security fixes (CVE-2020-10690, bsc#1170056)
- commit 0efc222
* Tue Apr 21 2020 oneukum@suse.com
- padata: always acquire cpu_hotplug_lock before pinst->lock
(git-fixes).
- commit d5448e4
* Tue Apr 21 2020 oneukum@suse.com
- padata: validate cpumask without removed CPU during offline
(git-fixes).
- commit e4437ab
* Tue Apr 21 2020 jack@suse.cz
- ext4: Avoid freeing inodes on dirty list (bsc#1168423).
- writeback: Export inode_io_list_del() (bsc#1168423).
- fs: Avoid leaving freed inode on dirty list (bsc#1168423).
- commit 86af897
* Tue Apr 21 2020 jslaby@suse.cz
- PCI: endpoint: Fix for concurrent memory allocation in OB
address region (git-fixes).
- PCI: endpoint: Cast the page number to phys_addr_t (git-fixes).
- commit 3e58a3a
* Tue Apr 21 2020 mhocko@suse.com
- mm: set vm_next and vm_prev to NULL in vm_area_dup()
(bnc#1169681).
- Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork"
(bnc#1169681).
- commit f7b4d10
* Tue Apr 21 2020 glin@suse.com
- bpf: Prevent re-mmap()'ing BPF map as writable for initially
r/o mapping (bsc#1155518).
- xsk: Fix out of boundary write in __xsk_rcv_memcpy
(bsc#1155518).
- kbuild, btf: Fix dependencies for DEBUG_INFO_BTF (bsc#1155518).
- commit ac4792a
* Mon Apr 20 2020 nstange@suse.de
- wireguard: noise: error out precomputed DH during handshake
rather than config (bsc#1169021 jsc#SLE-12250).
- commit e14e578
* Mon Apr 20 2020 nstange@suse.de
- wireguard: receive: remove dead code from default packet type
case (bsc#1169021 jsc#SLE-12250).
- commit c43a23b
* Mon Apr 20 2020 nstange@suse.de
- wireguard: queueing: account for skb->protocol==0 (bsc#1169021
jsc#SLE-12250).
- commit 9e6b83e
* Mon Apr 20 2020 nstange@suse.de
- wireguard: selftests: test using new 64-bit time_t (bsc#1169021
jsc#SLE-12250).
- commit 60756ac
* Mon Apr 20 2020 nstange@suse.de
- wireguard: selftests: remove duplicated include <sys/types.h>
(bsc#1169021 jsc#SLE-12250).
- commit b51ae0c
* Mon Apr 20 2020 nstange@suse.de
- wireguard: socket: remove extra call to synchronize_net
(bsc#1169021 jsc#SLE-12250).
- commit 182535b
* Mon Apr 20 2020 nstange@suse.de
- wireguard: send: account for mtu=0 devices (bsc#1169021
jsc#SLE-12250).
- commit 2f73731
* Mon Apr 20 2020 nstange@suse.de
- wireguard: receive: reset last_under_load to zero (bsc#1169021
jsc#SLE-12250).
- commit 5207bec
* Mon Apr 20 2020 nstange@suse.de
- wireguard: selftests: reduce complexity and fix make races
(bsc#1169021 jsc#SLE-12250).
- commit 9718224
* Mon Apr 20 2020 nstange@suse.de
- wireguard: device: use icmp_ndo_send helper (bsc#1169021
jsc#SLE-12250).
- commit 76ba369
* Mon Apr 20 2020 nstange@suse.de
- wireguard: selftests: tie socket waiting to target pid
(bsc#1169021 jsc#SLE-12250).
- commit bf1d7e5
* Mon Apr 20 2020 nstange@suse.de
- wireguard: selftests: cleanup CONFIG_ENABLE_WARN_DEPRECATED
(bsc#1169021 jsc#SLE-12250).
- commit fe77b94
* Mon Apr 20 2020 nstange@suse.de
- wireguard: selftests: ensure non-addition of peers with failed
precomputation (bsc#1169021 jsc#SLE-12250).
- commit ad7678e
* Mon Apr 20 2020 nstange@suse.de
- wireguard: noise: reject peers with low order public keys
(bsc#1169021 jsc#SLE-12250).
- commit 8542988
* Mon Apr 20 2020 nstange@suse.de
- wireguard: allowedips: fix use-after-free in
root_remove_peer_lists (bsc#1169021 jsc#SLE-12250).
- commit 2be5b62
* Mon Apr 20 2020 nstange@suse.de
- net: introduce skb_list_walk_safe for skb segment walking
(bsc#1169021 jsc#SLE-12250).
- commit 1ec4578
* Mon Apr 20 2020 nstange@suse.de
- wireguard: socket: mark skbs as not on list when receiving
via gro (bsc#1169021 jsc#SLE-12250).
- commit a45554a
* Mon Apr 20 2020 nstange@suse.de
- wireguard: queueing: do not account for pfmemalloc when clearing
skb header (bsc#1169021 jsc#SLE-12250).
- commit dd22191
* Mon Apr 20 2020 nstange@suse.de
- wireguard: selftests: remove ancient kernel compatibility code
(bsc#1169021 jsc#SLE-12250).
- commit e478c39
* Mon Apr 20 2020 nstange@suse.de
- wireguard: allowedips: use kfree_rcu() instead of call_rcu()
(bsc#1169021 jsc#SLE-12250).
- commit 8c0e1e0
* Mon Apr 20 2020 nstange@suse.de
- wireguard: main: remove unused include <linux/version.h>
(bsc#1169021 jsc#SLE-12250).
- commit 3a111bf
* Mon Apr 20 2020 nstange@suse.de
- wireguard: global: fix spelling mistakes in comments
(bsc#1169021 jsc#SLE-12250).
- commit 79a082d
* Mon Apr 20 2020 mkubecek@suse.cz
- Update
patches.suse/tcp-dccp-fix-possible-race-__inet_lookup_established.patch
references (add bsc#1151794).
- commit 0f4b072
* Mon Apr 20 2020 colyli@suse.de
- block: Fix partition support for host aware zoned block devices
(git fixes (block layer)).
- commit 2826707
* Mon Apr 20 2020 msuchanek@suse.de
- powerpc/sstep: Fix DS operand in ld encoding to appropriate
value (bsc#1065729).
- commit ffe7728
* Mon Apr 20 2020 colyli@suse.de
- block: fix busy device checking in blk_drop_partitions again
(git fixes (block layer)).
- scsi: sd_sbc: Fix sd_zbc_report_zones() (git fixes (block
layer)).
- block: allow partitions on host aware zone devices (git fixes
(block layer)).
- block: refactor rescan_partitions (bsc#1169493).
- null_blk: Fix zoned command return code (git fixes (block
layer)).
- commit 2eec3ac
* Mon Apr 20 2020 tabraham@suse.com
- EDAC: skx_common: downgrade message importance on missing PCI
device (bsc#1165581).
- commit 33acab9
* Mon Apr 20 2020 colyli@suse.de
- rbd: call rbd_dev_unprobe() after unwatching and flushing
notifies (git fixes (block layer)).
- commit b8a8f93
* Mon Apr 20 2020 colyli@suse.de
- rbd: avoid a deadlock on header_rwsem when flushing notifies
(git fixes (block layer)).
- commit 39eb136
* Mon Apr 20 2020 colyli@suse.de
- block: fix busy device checking in blk_drop_partitions (git
fixes (block layer)).
- commit a502c37
* Mon Apr 20 2020 mbenes@suse.cz
- tracing: Fix the race between registering 'snapshot' event
trigger and triggering 'snapshot' operation (git-fixes).
- commit e9b7241
* Mon Apr 20 2020 colyli@suse.de
- dm writecache: add cond_resched to avoid CPU hangs (git fixes
(block layer)).
- dm integrity: fix a crash with unusually large tag size (git
fixes (block layer)).
- dm zoned: remove duplicate nr_rnd_zones increase in
dmz_init_zone() (git fixes (block layer)).
- commit bae04d0
* Mon Apr 20 2020 colyli@suse.de
- Revert "bcache: ignore pending signals when creating gc and
allocator thread" (git fixes (block layer)).
- commit 389cb15
* Mon Apr 20 2020 colyli@suse.de
- block: rework zone reporting (git fixes (block layer)).
- Refresh for the above change,
patches.suse/dm-zoned-reduce-overhead-of-backing-device-checks.patch.
- commit e2e1ac1
* Mon Apr 20 2020 mbenes@suse.cz
- tracing: Disable trace_printk() on post poned tests (git-fixes).
- commit a1f20fd
* Mon Apr 20 2020 colyli@suse.de
- null_blk: clean up report zones (git fixes (block layer)).
- null_blk: clean up the block device operations (git fixes
(block layer)).
- block: Remove partition support for zoned block devices (git
fixes (block layer)).
- commit 47f4ca0
* Mon Apr 20 2020 colyli@suse.de
- block: Simplify report zones execution (git fixes (block
layer)).
- block: cleanup the !zoned case in blk_revalidate_disk_zones
(git fixes (block layer)).
- block: Enhance blk_revalidate_disk_zones() (git fixes (block
layer)).
- block: add zone open, close and finish operations (git fixes
(block layer)).
- commit c73ea39
* Mon Apr 20 2020 colyli@suse.de
- block: Simplify REQ_OP_ZONE_RESET_ALL handling (git fixes
(block layer)).
- block: Remove REQ_OP_ZONE_RESET plugging (git fixes (block
layer)).
- commit 1d004e0
* Mon Apr 20 2020 colyli@suse.de
- dm: make dm_table_find_target return NULL (git fixes (block
layer)).
- null_blk: fix inline misuse (git fixes (block layer)).
- null_blk: create a helper for zoned devices (git fixes
(block layer)).
- null_blk: move duplicate code to callers (git fixes (block
layer)).
- commit 9efd841
* Mon Apr 20 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/ibmvfc-don-t-send-implicit-logouts-prior-to-NPIV-log.patch
- commit cb5e73f
* Mon Apr 20 2020 neilb@suse.de
- fs/filesystems.c: downgrade user-reachable WARN_ONCE() to
pr_warn_once() (bsc#1163463).
- commit 399801b
* Fri Apr 17 2020 tiwai@suse.de
- ALSA: hda: call runtime_allow() for all hda controllers
(git-fixes).
- ALSA: hda: Explicitly permit using autosuspend if runtime PM
is supported (git-fixes).
- ALSA: hda: Skip controller resume if not needed (git-fixes).
- ALSA: hda: Keep the controller initialization even if no codecs
found (git-fixes).
- ALSA: hda: Release resources at error in delayed probe
(git-fixes).
- ALSA: hda: Honor PM disablement in PM freeze and thaw_noirq ops
(git-fixes).
- ALSA: hda: Don't release card at firmware loading error
(git-fixes).
- ALSA: usb-audio: Check mapping at creating connector controls,
too (git-fixes).
- ALSA: usb-audio: Don't create jack controls for PCM terminals
(git-fixes).
- ALSA: usb-audio: Don't override ignore_ctl_error value from
the map (git-fixes).
- ALSA: usb-audio: Filter error from connector kctl ops, too
(git-fixes).
- ALSA: hda/realtek - Enable the headset mic on Asus FX505DT
(git-fixes).
- commit 8a08089
* Fri Apr 17 2020 tiwai@suse.de
- arm, bpf: Fix offset overflow for BPF_MEM BPF_DW (git-fixes).
- nl80211: fix NL80211_ATTR_FTM_RESPONDER policy (git-fixes).
- net: phy: micrel: use genphy_read_status for KSZ9131
(git-fixes).
- arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0
(git-fixes).
- keys: Fix proc_keys_next to increase position index (git-fixes).
- drm/amdgpu: unify fw_write_wait for new gfx9 asics (git-fixes).
- libata: Return correct status in sata_pmp_eh_recover_pm()
when ATA_DFLAG_DETACH is set (git-fixes).
- Input: i8042 - add Acer Aspire 5738z to nomux list (git-fixes).
- net: phy: micrel: kszphy_resume(): add delay after
genphy_resume() before accessing PHY registers (git-fixes).
- vfio: platform: Switch to platform_get_irq_optional()
(git-fixes).
- PCI: Add boot interrupt quirk mechanism for Xeon chipsets
(git-fixes).
- ALSA: doc: Document PC Beep Hidden Register on Realtek ALC256
(git-fixes).
- drm/scheduler: fix rare NULL ptr race (git-fixes).
- drm/dp_mst: Fix clearing payload state on topology disable
(git-fixes).
- crypto: ccree - dec auth tag size from cryptlen map (git-fixes).
- crypto: ccree - only try to map auth tag if needed (git-fixes).
- crypto: ccree - protect against empty or NULL scatterlists
(git-fixes).
- irqchip/gic-v4: Provide irq_retrigger to avoid circular locking
dependency (git-fixes).
- ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()
(git-fixes).
- acpi/x86: ignore unspecified bit positions in the ACPI global
lock field (git-fixes).
- firmware: fix a double abort case with fw_load_sysfs_fallback
(git-fixes).
- usb: dwc3: core: add support for disabling SS instances in
park mode (git-fixes).
- xhci: bail out early if driver can't accress host in resume
(git-fixes).
- media: venus: firmware: Ignore secure call error on first resume
(git-fixes).
- media: allegro: fix type of gop_length in channel_create message
(git-fixes).
- media: i2c: ov5695: Fix power on and off sequences (git-fixes).
- media: ti-vpe: cal: fix disable_irqs to only the intended target
(git-fixes).
- media: venus: hfi_parser: Ignore HEVC encoding for V1
(git-fixes).
- pstore/platform: fix potential mem leak if pstore_init_fs failed
(git-fixes).
- tpm: Don't make log failures fatal (git-fixes).
- i2c: pca-platform: Use platform_irq_get_optional (git-fixes).
- i2c: st: fix missing struct parameter description (git-fixes).
- bus: sunxi-rsb: Return correct data when mixing 16-bit and
8-bit reads (git-fixes).
- soc: fsl: dpio: register dpio irq handlers after dpio create
(git-fixes).
- Input: tm2-touchkey - add support for Coreriver TC360 variant
(git-fixes).
- i2c: jz4780: silence log flood on txabrt (git-fixes).
- mmc: sdhci-of-esdhc: fix esdhc_reset() for different controller
versions (git-fixes).
- cpufreq: Cancel policy update work scheduled before freeing
(git-fixes).
- commit e5ee52f
* Fri Apr 17 2020 ailiop@suse.com
- xfs: reflink should force the log out if mounted with wsync
(git-fixes).
- commit 2e7b82b
* Fri Apr 17 2020 ailiop@suse.com
- xfs: factor out a new xfs_log_force_inode helper (git-fixes).
- commit 9fd128e
* Fri Apr 17 2020 ailiop@suse.com
- xfs: don't write a corrupt unmount record to force summary
counter recalc (git-fixes).
- commit 6add31e
* Fri Apr 17 2020 ailiop@suse.com
- xfs: don't allow log IO to be throttled (git-fixes).
- commit 925e53f
* Fri Apr 17 2020 ailiop@suse.com
- xfs: remove some stale comments from the log code (git-fixes).
- commit b869987
* Fri Apr 17 2020 ailiop@suse.com
- xfs: refactor unmount record writing (git-fixes).
- commit 60c7c2f
* Fri Apr 17 2020 ailiop@suse.com
- xfs: merge xlog_commit_record with xlog_write_done (git-fixes).
- commit 6169e00
* Fri Apr 17 2020 ailiop@suse.com
- xfs: split xlog_ticket_done (git-fixes).
- commit 3540978
* Fri Apr 17 2020 ailiop@suse.com
- xfs: kill XLOG_TIC_INITED (git-fixes).
- commit 1c52baf
* Fri Apr 17 2020 ailiop@suse.com
- xfs: refactor and split xfs_log_done() (git-fixes).
- commit 27f5afa
* Fri Apr 17 2020 ailiop@suse.com
- xfs: re-order initial space accounting checks in xlog_write
(git-fixes).
- commit d2e492c
* Fri Apr 17 2020 ailiop@suse.com
- xfs: don't try to write a start record into every iclog
(git-fixes).
- commit 62148c3
* Fri Apr 17 2020 ailiop@suse.com
- xfs: shutdown on failure to add page to log bio (git-fixes).
- commit cb7737c
* Fri Apr 17 2020 ailiop@suse.com
- xfs: remove xlog_state_want_sync (git-fixes).
- commit 99f092d
* Fri Apr 17 2020 ailiop@suse.com
- xfs: move the ioerror check out of xlog_state_clean_iclog
(git-fixes).
- commit f23116d
* Fri Apr 17 2020 ailiop@suse.com
- xfs: refactor xlog_state_clean_iclog (git-fixes).
- commit e43b3ed
* Fri Apr 17 2020 ailiop@suse.com
- xfs: remove the aborted parameter to xlog_state_done_syncing
(git-fixes).
- commit eaff4cc
* Fri Apr 17 2020 ailiop@suse.com
- xfs: simplify log shutdown checking in xfs_log_release_iclog
(git-fixes).
- commit d486a9f
* Fri Apr 17 2020 ailiop@suse.com
- xfs: simplify the xfs_log_release_iclog calling convention
(git-fixes).
- commit 5b62921
* Fri Apr 17 2020 ailiop@suse.com
- xfs: factor out a xlog_wait_on_iclog helper (git-fixes).
- commit 371f1e3
* Fri Apr 17 2020 ailiop@suse.com
- xfs: merge xlog_cil_push into xlog_cil_push_work (git-fixes).
- commit 22531f1
* Fri Apr 17 2020 ailiop@suse.com
- xfs: cleanup xfs_log_unmount_write (git-fixes).
- commit 47964dc
* Fri Apr 17 2020 ailiop@suse.com
- xfs: remove dead code from xfs_log_unmount_write (git-fixes).
- commit 15d084c
* Fri Apr 17 2020 ailiop@suse.com
- xfs: remove the unused return value from xfs_log_unmount_write
(git-fixes).
- commit 7daf110
* Fri Apr 17 2020 ailiop@suse.com
- xfs: don't ever return a stale pointer from __xfs_dir3_free_read
(git-fixes).
- commit e98d8e7
* Fri Apr 17 2020 ailiop@suse.com
- xfs: fix buffer corruption reporting when
xfs_dir3_free_header_check fails (git-fixes).
- commit 0d51de1
* Fri Apr 17 2020 ailiop@suse.com
- xfs: add a function to deal with corrupt buffers post-verifiers
(git-fixes).
- commit cdad8b5
* Fri Apr 17 2020 ailiop@suse.com
- xfs: fix iclog release error check race with shutdown
(git-fixes).
- commit 2814941
* Fri Apr 17 2020 ailiop@suse.com
- xfs: don't check for AG deadlock for realtime files in bunmapi
(git-fixes).
- commit fc993c5
* Fri Apr 17 2020 ailiop@suse.com
- xfs: remove the XLOG_STATE_DO_CALLBACK state (git-fixes).
- commit c72277f
* Fri Apr 17 2020 ailiop@suse.com
- xfs: turn ic_state into an enum (git-fixes).
- commit 1f9b2d3
* Fri Apr 17 2020 ailiop@suse.com
- xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED
flags (git-fixes).
- commit 22ec56e
* Fri Apr 17 2020 ailiop@suse.com
- xfs: remove dead ifdef XFSERRORDEBUG code (git-fixes).
- commit f73533e
* Fri Apr 17 2020 ailiop@suse.com
- xfs: call xlog_state_release_iclog with l_icloglock held
(git-fixes).
- commit e2ae7c9
* Fri Apr 17 2020 ailiop@suse.com
- xfs: move the locking from xlog_state_finish_copy to the callers
(git-fixes).
- commit 4fc8e18
* Fri Apr 17 2020 ailiop@suse.com
- xfs: remove the unused ic_io_size field from xlog_in_core
(git-fixes).
- commit cc60ace
* Fri Apr 17 2020 ailiop@suse.com
- xfs: pass the correct flag to xlog_write_iclog (git-fixes).
- commit d0ba340
* Thu Apr 16 2020 mbenes@suse.cz
- x86/xen: fix booting 32-bit pv guest (bsc#1071995).
- commit de745ab
* Thu Apr 16 2020 mbenes@suse.cz
- x86/xen: Make the secondary CPU idle tasks reliable
(bsc#1071995).
- commit b937a33
* Thu Apr 16 2020 mbenes@suse.cz
- x86/xen: Make the boot CPU idle task reliable (bsc#1071995).
- commit 7555345
* Thu Apr 16 2020 oneukum@suse.com
- Update
patches.suse/media-stv06xx-add-missing-descriptor-sanity-checks.patch
(bsc#1168854). Pending CVE request, adding bsc so that it is not lost
- commit 3e4aa5f
* Thu Apr 16 2020 oneukum@suse.com
- Update
patches.suse/media-xirlink_cit-add-missing-descriptor-sanity-chec.patch
(bsc#1168952). Pending CVE request, adding bsc so this is not lost.
- commit 98ac2ff
* Thu Apr 16 2020 msuchanek@suse.de
- tools/test/nvdimm: Fix out of tree build (bsc#1156395).
- commit bec0a07
* Thu Apr 16 2020 msuchanek@suse.de
- Refresh patches.suse/tools-testing-nvdimm-Fix-compilation-failure-without.patch.
- commit 48bddf2
* Thu Apr 16 2020 msuchanek@suse.de
- ibmvfc: don't send implicit logouts prior to NPIV login
(bsc#1169625 ltc#184611).
- commit 1026f14
* Thu Apr 16 2020 jslaby@suse.cz
- net: systemport: fix index check to avoid an array out of
bounds access (networking-stable-20_03_14).
- taprio: Fix sending packets without dequeueing them
(networking-stable-20_03_14).
- net: memcg: fix lockdep splat in inet_csk_accept()
(networking-stable-20_03_14).
- net: dsa: Don't instantiate phylink for CPU/DSA ports unless
needed (networking-stable-20_03_14).
- net/packet: tpacket_rcv: do not increment ring index on drop
(networking-stable-20_03_14).
- net: fec: validate the new settings in fec_enet_set_coalesce()
(networking-stable-20_03_14).
- net: macsec: update SCI upon MAC address change
(networking-stable-20_03_14).
- ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interface
(networking-stable-20_03_14).
- net: memcg: late association of sock to memcg
(networking-stable-20_03_14).
- ipvlan: do not use cond_resched_rcu() in
ipvlan_process_multicast() (networking-stable-20_03_14).
- cgroup, netclassid: periodically release file_lock on classid
updating (networking-stable-20_03_14).
- ipvlan: add cond_resched_rcu() while processing muticast backlog
(networking-stable-20_03_14).
- ipvlan: don't deref eth hdr before checking it's set
(networking-stable-20_03_14).
- sfc: detach from cb_page in efx_copy_channel()
(networking-stable-20_03_14).
- inet_diag: return classid for all socket types
(networking-stable-20_03_14).
- net: stmmac: dwmac1000: Disable ACS if enhanced descs are not
used (networking-stable-20_03_14).
- gre: fix uninit-value in __iptunnel_pull_header
(networking-stable-20_03_14).
- bonding/alb: make sure arp header is pulled before accessing it
(networking-stable-20_03_14).
- net: nfc: fix bounds checking bugs on "pipe"
(networking-stable-20_03_14).
- net: hns3: fix a not link up issue when fibre port supports
autoneg (networking-stable-20_03_14).
- slip: make slhc_compress() more robust against malicious packets
(networking-stable-20_03_14).
- net: dsa: fix phylink_start()/phylink_stop() calls
(networking-stable-20_03_14).
- selftests/net/fib_tests: update addr_metric_test for peer
route testing (networking-stable-20_03_14).
- net/ipv6: remove the old peer route if change it to a new one
(networking-stable-20_03_14).
- net/ipv6: need update peer route when modify metric
(networking-stable-20_03_14).
- net: taprio: add missing attribute validation for txtime delay
(networking-stable-20_03_14).
- net: fq: add missing attribute validation for orphan mask
(networking-stable-20_03_14).
- fib: add missing attribute validation for tun_id
(networking-stable-20_03_14).
- devlink: validate length of region addr/len
(networking-stable-20_03_14).
- devlink: validate length of param values
(networking-stable-20_03_14).
- net/ipv6: use configured metric when add peer route
(networking-stable-20_03_14).
- net: dsa: mv88e6xxx: fix lockup on warm boot
(networking-stable-20_03_14).
- netlink: Use netlink header as base to calculate bad attribute
offset (networking-stable-20_03_14).
- r8152: check disconnect status after long sleep
(networking-stable-20_03_14).
- commit 4f8bc32
* Wed Apr 15 2020 ddiss@suse.de
- patches.suse/0005-scsi-target-use-the-stack-for-XCOPY-passthrough-cmds.patch:
(bsc#1164514).
- patches.suse/0004-scsi-target-increase-XCOPY-I-O-size.patch:
(bsc#1164514).
- patches.suse/0003-scsi-target-avoid-per-loop-XCOPY-buffer-allocations.patch:
(bsc#1164514).
- patches.suse/0002-scsi-target-drop-xcopy-DISK-BLOCK-LENGTH-debug.patch:
(bsc#1164514).
- patches.suse/0001-scsi-target-use-define-for-xcopy-descriptor-len.patch:
(bsc#1164514).
- commit 35bd511
* Wed Apr 15 2020 jroedel@suse.de
- PCI/AER: Rationalize error status register clearing
(bsc#1169263).
- PCI/DPC: Expose dpc_process_error(), dpc_reset_link() for use
by EDR (bsc#1169263).
- PCI/AER: Add pci_aer_raw_clear_status() to unconditionally
clear Error Status (bsc#1169263).
- PCI/DPC: Cache DPC capabilities in pci_init_capabilities()
(bsc#1169263).
- PCI/ERR: Return status of pcie_do_recovery() (bsc#1169263).
- PCI/ERR: Remove service dependency in pcie_do_recovery()
(bsc#1169263).
- PCI/DPC: Move DPC data into struct pci_dev (bsc#1169263).
- commit 01b5293
* Wed Apr 15 2020 bp@suse.de
- x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE
(bsc#1169005).
- commit 92271b2
* Wed Apr 15 2020 aaptel@suse.com
- Refresh
patches.suse/cifs-ignore-cached-share-root-handle-closing-errors.patch.
- commit c6f232e
* Wed Apr 15 2020 ptesarik@suse.cz
- s390/zcrypt: use kvmalloc instead of kmalloc for 256k alloc
(bsc#1169003 LTC#185029).
- commit efd0cc2
* Wed Apr 15 2020 msuchanek@suse.de
- KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guests
(bsc#1156395).
- commit 30499af
* Wed Apr 15 2020 mkubecek@suse.cz
- update patches metadata
- update upstream references and resort:
patches.suse/nvme-fc-Revert-add-module-to-ops-template-to-allow-m.patch
patches.suse/nvme-fcloop-fix-deallocation-of-working-context.patch
patches.suse/nvme-fix-deadlock-caused-by-ANA-update-wrong-locking.patch
patches.suse/nvme-inherit-stable-pages-constraint-in-the-mpath-st.patch
patches.suse/nvme-rdma-Replace-comma-with-a-semicolon.patch
patches.suse/nvmet-fc-fix-typo-in-comment.patch
patches.suse/nvmet-fix-NULL-dereference-when-removing-a-referral.patch
patches.suse/nvmet-rdma-fix-bonding-failover-possible-NULL-deref.patch
- fix Patch-mainline:
patches.suse/nvme-Check-for-readiness-more-quickly-to-speed-up-bo.patch
patches.suse/nvme-code-cleanup-nvme_identify_ns_desc.patch
patches.suse/nvme-fabrics-Use-scnprintf-for-avoiding-potential-bu.patch
patches.suse/nvme-log-additional-message-for-controller-status.patch
patches.suse/nvme-multipath-do-not-reset-on-unknown-status.patch
patches.suse/nvme-remove-unused-return-code-from-nvme_alloc_ns.patch
patches.suse/nvme-tcp-Set-SO_PRIORITY-for-all-host-sockets.patch
patches.suse/nvmet-check-sscanf-value-for-subsys-serial-attr.patch
patches.suse/nvmet-configfs-code-cleanup.patch
patches.suse/nvmet-make-ctrl-id-configurable.patch
patches.suse/nvmet-make-ctrl-model-configurable.patch
patches.suse/nvmet-tcp-set-SO_PRIORITY-for-accepted-sockets.patch
- commit 66e0350
* Wed Apr 15 2020 yousaf.kaukab@suse.com
- Revert "cpufreq: arm64: prevent module unload (bsc#1168476)."
This reverts commit 59dc6e32df1940481a3955a2caf2e64f735a0831.
- commit c363644
* Wed Apr 15 2020 msuchanek@suse.de
- rpm/check-for-config-changes: Ignore CONFIG_LD_VERSION
- commit e60242e
* Wed Apr 15 2020 jslaby@suse.cz
- udp: rehash on disconnect (networking-stable-20_03_01).
- net/tls: Fix to avoid gettig invalid tls record
(networking-stable-20_03_01).
- Revert "net: dev: introduce support for sch BYPASS for lockless
qdisc" (networking-stable-20_03_01).
- qede: Fix race between rdma destroy workqueue and link change
event (networking-stable-20_03_01).
- sctp: move the format error check out of __sctp_sf_do_9_1_abort
(networking-stable-20_03_01).
- net: sched: correct flower port blocking
(networking-stable-20_03_01).
- net: dsa: b53: Ensure the default VID is untagged
(networking-stable-20_03_01).
- net: macb: ensure interface is not suspended on at91rm9200
(networking-stable-20_03_01).
- net: fib_rules: Correctly set table field when table number
exceeds 8 bits (networking-stable-20_03_01).
- ipv6: Fix nlmsg_flags when splitting a multipath route
(networking-stable-20_03_01).
- ipv6: Fix route replacement with dev-only route
(networking-stable-20_03_01).
- commit 7f4f9c7
* Wed Apr 15 2020 ggherdovich@suse.cz
- x86, sched: Don't enable static key when starting secondary CPUs
(bsc#1169518).
- commit 7e982dc
* Wed Apr 15 2020 yousaf.kaukab@suse.com
- thermal/drivers/cpufreq_cooling: Fix return of
cpufreq_set_cur_state (bsc#1168476).
- commit 1bb91ae
* Wed Apr 15 2020 bp@suse.de
- EDAC/mce_amd: Make fam_ops static global (jsc#SLE-11833).
- commit a2a7430
* Wed Apr 15 2020 mkoutny@suse.com
- cgroup: cgroup_procs_next should increase position index
(bsc#1169524).
- commit e8538bb
* Wed Apr 15 2020 mbenes@suse.cz
- btrfs: separate definition of assertion failure handlers
(bsc#1169514).
- commit 47cc410
* Wed Apr 15 2020 mbenes@suse.cz
- objtool: Add relocation check for alternative sections
(bsc#1169514).
- commit ddcfb2d
* Wed Apr 15 2020 ggherdovich@suse.cz
- Refresh
patches.suse/x86-sched-Account-for-CPUs-with-less-than-4-cores-in.patch.
- commit fe74002
* Wed Apr 15 2020 mbenes@suse.cz
- objtool: Add is_static_jump() helper (bsc#1169514).
- commit d3f8210
* Wed Apr 15 2020 jslaby@suse.cz
- selftests/powerpc: Turn off timeout setting for benchmarks,
dscr, signal, tm (git-fixes).
- selftests/powerpc: Add tlbie_test in .gitignore (git-fixes).
- tools: gpio: Fix out-of-tree build regression (git-fixes).
- commit 32ce8b5
* Wed Apr 15 2020 bp@suse.de
- EDAC/amd64: Drop some family checks for newer systems
(jsc#SLE-11833).
- commit c3845bc
* Wed Apr 15 2020 yousaf.kaukab@suse.com
- ahci: Add support for Amazon's Annapurna Labs SATA controller
(bsc#1169013).
- commit 4296517
* Wed Apr 15 2020 jslaby@suse.cz
- blacklist.conf: add three cleanups
- commit cf5b455
* Wed Apr 15 2020 bp@suse.de
- EDAC/amd64: Add family ops for Family 19h Models 00h-0Fh
(jsc#SLE-11833).
- commit 6188ac8
* Wed Apr 15 2020 jslaby@suse.cz
- PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X
table address (git-fixes).
- PCI: endpoint: Fix ->set_msix() to take BIR and offset as
arguments (git-fixes).
- commit c6334e6
* Wed Apr 15 2020 tzimmermann@suse.de
- fbmem: Adjust indentation in fb_prepare_logo and fb_blank (bsc#1152489)
- commit bcb3d94
* Wed Apr 15 2020 mkubecek@suse.cz
- config: refresh
No functional change, only menu structure comments and one line move.
- commit cbac380
* Wed Apr 15 2020 tbogendoerfer@suse.de
- cxgb4: free MQPRIO resources in shutdown path (jsc#SLE-8389).
- RDMA/hns: Fix a wrong judgment of return value (jsc#SLE-8449).
- RDMA/hns: Fix wrong judgments of udata->outlen (jsc#SLE-8449).
- RDMA/core: Remove the duplicate header file (jsc#SLE-8449).
- IB/mlx5: Optimize u64 division on 32-bit arches (jsc#SLE-8446).
- RDMA/mlx5: Prevent UMR usage with RO only when we have RO caps
(jsc#SLE-8446).
- net: hns3: fix for fraglist SKB headlen not handling correctly
(bsc#1154353).
- net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQ
(bsc#1154353).
- selftests/bpf: Fix test_progs's parsing of test numbers
(bsc#1154353).
- bnxt_en: Fix "fw.mgmt" and "fw.nsci" info via devlink info_get
cb (jsc#SLE-8371 bsc#1153274).
- taprio: do not use BIT() in TCA_TAPRIO_ATTR_FLAG_* definitions
(bsc#1154353).
- sfc: fix XDP-redirect in this driver (jsc#SLE-8314).
- libbpf: Ignore incompatible types with matching name during
CO-RE relocation (bsc#1154353).
- sfc: remove unused variable 'efx_default_channel_type'
(jsc#SLE-8314).
- commit 655c6cc
* Wed Apr 15 2020 tzimmermann@suse.de
- OMAP: DSS2: remove non-zero check on variable r (bsc#1152489)
- commit 82ee31e
* Wed Apr 15 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline ("Queued" is for patches going to get into mainline):
patches.suse/drm-i915-Fix-ref-mutex-deadlock-in-i915_active_wait.patch
- commit f1086d5
* Wed Apr 15 2020 mkubecek@suse.cz
- supported.conf: cleanup
Make the comment consistent with the rest of the file.
- commit c905a51
* Wed Apr 15 2020 bp@suse.de
- EDAC/mce_amd: Always load on SMCA systems (jsc#SLE-11833).
- commit f330d60
* Wed Apr 15 2020 mkubecek@suse.cz
- improve patch metadata
- make Patch-mainline more explicit:
patches.suse/bfq-tune-slice-idle.patch
- commit 6fb07af
* Wed Apr 15 2020 jslaby@suse.cz
- Refresh
patches.suse/0001-efi-fix-a-race-and-a-buffer-overflow-while-reading-e.patch.
One more update on an upstreamed patch.
- commit 0bed50c
* Wed Apr 15 2020 jslaby@suse.cz
- Refresh
patches.suse/KEYS-reaching-the-keys-quotas-correctly.patch.
- Refresh
patches.suse/PCI-pciehp-Add-DMI-table-for-in-band-presence-detect.patch.
- Refresh
patches.suse/PCI-pciehp-Disable-in-band-presence-detect-when-poss.patch.
- Refresh
patches.suse/PCI-pciehp-Wait-for-PDS-if-in-band-presence-is-disab.patch.
- Refresh
patches.suse/edac-mc-carve-out-error-increment-into-a-separate-function.patch.
- Refresh
patches.suse/edac-mc-change-mci-device-removal-to-use-put_device.patch.
- Refresh
patches.suse/edac-mc-determine-mci-pointer-from-the-error-descriptor.patch.
- Refresh
patches.suse/edac-mc-pass-the-error-descriptor-to-error-reporting-functions.patch.
- Refresh
patches.suse/edac-mc-remove-detail-string-and-cleanup-error-string-generation.patch.
- Refresh
patches.suse/edac-mc-remove-enable_per_layer_report-function-argument.patch.
- Refresh patches.suse/edac-mc-remove-per-layer-counters.patch.
- Refresh
patches.suse/edac-mc-reorder-functions-edac_mc_alloc.patch.
- Refresh
patches.suse/edac-mc-report-unknown-memory-on-too-many-dimm-labels-found.patch.
- Refresh
patches.suse/edac-mc-split-edac_mc_alloc-into-smaller-functions.patch.
- Refresh
patches.suse/edac-store-error-type-in-struct-edac_raw_error_desc.patch.
- Refresh
patches.suse/efi-x86-add-tpm-related-efi-tables-to-unencrypted-mapping-checks.patch.
- Refresh
patches.suse/x86-amd_nb-char-amd64-agp-use-amd_nb_num-accessor.patch.
- Refresh
patches.suse/x86-intel_pstate-Handle-runtime-turbo-disablement-en.patch.
- Refresh
patches.suse/x86-sched-Add-support-for-frequency-invariance-on-ATOM.patch.
- Refresh
patches.suse/x86-sched-Add-support-for-frequency-invariance-on-ATOM_GOLDMONT.patch.
- Refresh
patches.suse/x86-sched-Add-support-for-frequency-invariance-on-SK.patch.
- Refresh
patches.suse/x86-sched-Add-support-for-frequency-invariance-on-XE.patch.
- Refresh
patches.suse/x86-sched-Add-support-for-frequency-invariance.patch.
Update upstream status and sort them all.
- commit 6e97756
* Tue Apr 14 2020 bp@suse.de
- x86/amd_nb: Add Family 19h PCI IDs (jsc#SLE-11833).
- Refresh
patches.suse/x86-amd_nb-char-amd64-agp-use-amd_nb_num-accessor.patch.
- commit ffdd1b6
* Tue Apr 14 2020 rgoldwyn@suse.com
- exfat: add Kconfig and Makefile (JSC#SLE-9489).
Also changes config files and supported.conf to incorporate exfat
- exfat: add nls operations (JSC#SLE-9489).
- exfat: add misc operations (JSC#SLE-9489).
- exfat: add exfat cache (JSC#SLE-9489).
- exfat: add bitmap operations (JSC#SLE-9489).
- exfat: add fat entry operations (JSC#SLE-9489).
- exfat: add file operations (JSC#SLE-9489).
- exfat: add directory operations (JSC#SLE-9489).
- exfat: add inode operations (JSC#SLE-9489).
- exfat: add super block operations (JSC#SLE-9489).
- exfat: add in-memory and on-disk structures and headers
(JSC#SLE-9489).
- vfs: Create fs_context-aware mount_bdev() replacement
(JSC#SLE-9489).
- commit 3b40335
* Tue Apr 14 2020 lhenriques@suse.com
- ceph: fix snapshot directory timestamps (jsc#SES-1134).
- ceph: wait for async creating inode before requesting new max
size (jsc#SES-1134).
- ceph: don't skip updating wanted caps when cap is stale
(jsc#SES-1134).
- ceph: request new max size only when there is auth cap
(jsc#SES-1134).
- ceph: cleanup return error of try_get_cap_refs() (jsc#SES-1134).
- ceph: return ceph_mdsc_do_request() errors from __get_parent()
(jsc#SES-1134).
- ceph: check all mds' caps after page writeback (jsc#SES-1134).
- ceph: update i_requested_max_size only when sending cap msg
to auth mds (jsc#SES-1134).
- ceph: simplify calling of ceph_get_fmode() (jsc#SES-1134).
- ceph: remove delay check logic from ceph_check_caps()
(jsc#SES-1134).
- ceph: consider inode's last read/write when calculating wanted
caps (jsc#SES-1134).
- ceph: always renew caps if mds_wanted is insufficient
(jsc#SES-1134).
- ceph: update dentry lease for async create (jsc#SES-1134).
- ceph: attempt to do async create when possible (jsc#SES-1134).
- ceph: cache layout in parent dir on first sync create
(jsc#SES-1134).
- ceph: add new MDS req field to hold delegated inode number
(jsc#SES-1134).
- ceph: decode interval_sets for delegated inos (jsc#SES-1134).
- ceph: make ceph_fill_inode non-static (jsc#SES-1134).
- ceph: perform asynchronous unlink if we have sufficient caps
(jsc#SES-1134).
- ceph: don't take refs to want mask unless we have all bits
(jsc#SES-1134).
- ceph: cap tracking for async directory operations
(jsc#SES-1134).
- ceph: make __take_cap_refs non-static (jsc#SES-1134).
- ceph: add infrastructure for waiting for async create to
complete (jsc#SES-1134).
- ceph: track primary dentry link (jsc#SES-1134).
- ceph: add flag to designate that a request is asynchronous
(jsc#SES-1134).
- ceph: more caps.c lockdep assertions (jsc#SES-1134).
- ceph: clean up kick_flushing_inode_caps() (jsc#SES-1134).
- libceph: directly skip to the end of redirect reply
(jsc#SES-1134).
- libceph: simplify ceph_monc_handle_map() (jsc#SES-1134).
- ceph: return ETIMEDOUT errno to userland when request timed out
(jsc#SES-1134).
- ceph: re-org copy_file_range and fix some error paths
(jsc#SES-1134).
- ceph: move to a dedicated slabcache for mds requests
(jsc#SES-1134).
- ceph: reorganize fields in ceph_mds_request (jsc#SES-1134).
- ceph: replace zero-length array with flexible-array member
(jsc#SES-1134).
- ceph: check if file lock exists before sending unlock request
(jsc#SES-1134).
- ceph: move ceph_osdc_{read,write}pages to ceph.ko
(jsc#SES-1134).
- ceph: don't ClearPageChecked in ceph_invalidatepage()
(jsc#SES-1134).
- libceph: drop CEPH_DEFINE_SHOW_FUNC (jsc#SES-1134).
- ceph: check inode type for
CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO} (jsc#SES-1134).
- ceph: add refcounting for Fx caps (jsc#SES-1134).
- ceph: register MDS request with dir inode from the start
(jsc#SES-1134).
- commit 5555f78
* Tue Apr 14 2020 jack@suse.cz
- bfq: Tune slice_idle (bsc#1168838).
- commit cd1f013
* Tue Apr 14 2020 oneukum@suse.com
- mt76: mt76x02: fix coverage_class type (git-fixes).
- commit 17e4f02
* Tue Apr 14 2020 oneukum@suse.com
- blacklist.conf: cosmetic change only
- commit c7bf43b
* Tue Apr 14 2020 oneukum@suse.com
- padata: fix uninitialized return value in padata_replace()
(git-fixes).
- commit 3620d06
* Tue Apr 14 2020 msuchanek@suse.de
- Revert "powerpc/64: irq_work avoid interrupt when called with
hardware irqs enabled" (bsc#1156395).
- commit 6d41ca5
* Tue Apr 14 2020 tiwai@suse.de
- drm/i915: Fix ref->mutex deadlock in i915_active_wait()
(stable-5.4.y).
- commit 35b215a
* Tue Apr 14 2020 tiwai@suse.de
- drm/sun4i: dsi: Avoid hotplug race with DRM driver bind
(git-fixes).
- commit 725ce8a
* Tue Apr 14 2020 tiwai@suse.de
- pwm: pca9685: Fix PWM/GPIO inter-operation (git-fixes).
- pwm: renesas-tpu: Fix late Runtime PM enablement (git-fixes).
- pwm: rcar: Fix late Runtime PM enablement (git-fixes).
- pwm: meson: Fix confusing indentation (git-fixes).
- pwm: bcm2835: Dynamically allocate base (git-fixes).
- ipmi: fix hung processes in __get_guid() (git-fixes).
- drm/i915/gem: Flush all the reloc_gpu batch (git-fixes).
- platform/chrome: cros_ec_rpmsg: Fix race with host event
(git-fixes).
- acpi/nfit: improve bounds checking for 'func' (git-fixes).
- drm/sun4i: dsi: Allow binding the host without a panel
(git-fixes).
- drm/sun4i: dsi: Use NULL to signify "no panel" (git-fixes).
- drm/sun4i: dsi: Remove unused drv from driver context
(git-fixes).
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
(git-fixes).
- commit 3034d25
* Tue Apr 14 2020 kbuild@suse.de
- Delete patches.kabi/* workarounds
- commit 70f1868
* Tue Apr 14 2020 mkubecek@suse.cz
- supported.conf: fix order of entries (sort)
- commit ead7ceb
* Tue Apr 14 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and resort:
patches.suse/scsi-lpfc-Change-default-SCSI-LUN-QD-to-64.patch
patches.suse/scsi-lpfc-Fix-crash-after-handling-a-pci-error.patch
patches.suse/scsi-lpfc-Fix-crash-in-target-side-cable-pulls-hitti.patch
patches.suse/scsi-lpfc-Fix-erroneous-cpu-limit-of-128-on-I-O-stat.patch
patches.suse/scsi-lpfc-Fix-kasan-slab-out-of-bounds-error-in-lpfc.patch
patches.suse/scsi-lpfc-Fix-lockdep-error-register-non-static-key.patch
patches.suse/scsi-lpfc-Fix-lpfc-overwrite-of-sg_cnt-field-in-nvme.patch
patches.suse/scsi-lpfc-Fix-scsi-host-template-for-SLI3-vports.patch
patches.suse/scsi-lpfc-Fix-update-of-wq-consumer-index-in-lpfc_sl.patch
patches.suse/scsi-lpfc-Make-debugfs-ktime-stats-generic-for-NVME-.patch
patches.suse/scsi-lpfc-Remove-prototype-FIPS-DSS-options-from-SLI.patch
patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.0.patch
- commit 8c32594
* Tue Apr 14 2020 mkubecek@suse.cz
- series.conf: cleanup
- move unsortable patch out of sorted section:
patches.suse/cifs-ignore-cached-share-root-handle-closing-errors.patch
- commit d749c1b
* Tue Apr 14 2020 jgross@suse.com
- xen/blkfront: fix memory allocation flags in
blkfront_setup_indirect() (bsc#1168486).
- commit 97066fb
* Mon Apr 13 2020 dbueso@suse.de
- time/namespace: Add max_time_namespaces ucount (bsc#1164648,jsc#SLE-11493).
- commit 15be678
* Mon Apr 13 2020 colyli@suse.de
- blacklist.conf: add following commits, disable them temporarily,
a4a8d286586d4b28c8517a51db8d86954aadc74b
3918e0667bbac99400b44fa5aef3f8be2eeada4a
When add them back when dm back port done.
- commit 23511fe
* Mon Apr 13 2020 colyli@suse.de
- lib/raid6/test: fix build on distros whose /bin/sh is not bash
(git fixes (block layer)).
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
(git fixes (block layer)).
- coresight: do not use the BIT() macro in the UAPI header
(git fixes (block layer)).
- pid: Improve the comment about waiting in zap_pid_ns_processes
(git fixes (block layer)).
- dm verity fec: fix memory leak in verity_fec_dtr (git fixes
(block layer)).
- null_blk: Fix the null_add_dev() error path (git fixes
(block layer)).
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
(git fixes (block layer)).
- dm: fix congested_fn for request-based device (git fixes
(block layer)).
- dm zoned: Fix reference counter initial value of chunk works
(git fixes (block layer)).
- dm writecache: verify watermark during resume (git fixes
(block layer)).
- dm: report suspended device during destroy (git fixes (block
layer)).
- dm cache: fix a crash due to incorrect work item cancelling
(git fixes (block layer)).
- dm integrity: fix invalid table returned due to argument count
mismatch (git fixes (block layer)).
- dm integrity: fix a deadlock due to offloading to an incorrect
workqueue (git fixes (block layer)).
- dm integrity: fix recalculation when moving from journal mode
to bitmap mode (git fixes (block layer)).
- lib/stackdepot.c: fix global out-of-bounds in stack_slabs
(git fixes (block layer)).
- drivers/block/zram/zram_drv.c: fix error return codes not
being returned in writeback_store (git fixes (block layer)).
- dm: fix potential for q->make_request_fn NULL pointer (git fixes
(block layer)).
- dm thin metadata: use pool locking at end of
dm_pool_metadata_close (git fixes (block layer)).
- dm writecache: fix incorrect flush sequence when doing SSD
mode commit (git fixes (block layer)).
- dm crypt: fix benbi IV constructor crash if used in
authenticated mode (git fixes (block layer)).
- dm space map common: fix to ensure new block isn't already in
use (git fixes (block layer)).
- dm zoned: support zone sizes smaller than 128MiB (git fixes
(block layer)).
- padata: update documentation (git fixes (block layer)).
- block: fix an integer overflow in logical block size (git fixes
(block layer)).
- compat_ioctl: block: handle Persistent Reservations (git fixes
(block layer)).
- dm thin: Flush data device before committing metadata (git fixes
(block layer)).
- dm thin metadata: Add support for a pre-commit callback (git
fixes (block layer)).
- dm btree: increase rebalance threshold in __rebalance2()
(git fixes (block layer)).
- dm mpath: remove harmful bio-based optimization (git fixes
(block layer)).
- block: fix memleak of bio integrity data (git fixes (block
layer)).
- block: sed-opal: fix sparse warning: convert __be64 data
(git fixes (block layer)).
- block: sed-opal: fix sparse warning: obsolete array init
(git fixes (block layer)).
- commit 7a0b356
* Sun Apr 12 2020 mkubecek@suse.cz
- constrants: fix malformed XML
Closing tag of an element is "</foo>", not "<foo/>".
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
- commit 4a8ca28
* Sun Apr 12 2020 tiwai@suse.de
- Refresh patches.suse/ALSA-pcm-oss-Fix-regression-by-buffer-overflow-fix-a.patch
Mark the upstream commit id to be ignored; the chery-picked patch supercedes it
- commit 5705a3a
* Sat Apr 11 2020 tiwai@suse.de
- ASoC: cs4270: pull reset GPIO low then high (git-fixes).
- ASoC: rt5645: Add platform-data for Medion E1239T (git-fixes).
- ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN MPWIN895CL tablet
(git-fixes).
- ASoC: Intel: atom: Fix uninitialized variable compiler warning
(git-fixes).
- ASoC: Intel: atom: Check drv->lock is locked in
sst_fill_and_send_cmd_unlocked (git-fixes).
- ASoC: Intel: atom: Take the drv->lock mutex before calling
sst_send_slot_map() (git-fixes).
- ASoC: topology: use name_prefix for new kcontrol (git-fixes).
- ASoC: rt5682: Fix build error without CONFIG_I2C (git-fixes).
- ASoC: dpcm: allow start or stop during pause for backend
(git-fixes).
- ASoC: dapm: connect virtual mux with default value (git-fixes).
- ASoC: Intel: bdw-rt5677: Remove ignore_suspend flag from SSP0
dai link (git-fixes).
- ASoC: Intel: haswell: Remove ignore_suspend flag from SSP0
dai link (git-fixes).
- ASoC: Intel: broadwell: Remove ignore_suspend flag from SSP0
dai link (git-fixes).
- ASoC: fix regwmask (git-fixes).
- ALSA: hda: Add driver blacklist (git-fixes).
- ALSA: usb-audio: Add mixer workaround for TRX40 and co
(git-fixes).
- ALSA: hda/realtek - Add quirk for MSI GL63 (git-fixes).
- ALSA: ice1724: Fix invalid access for enumerated ctl items
(git-fixes).
- ALSA: hda: Fix potential access overflow in beep helper
(git-fixes).
- ALSA: hda/realtek - Add HP new mute led supported for ALC236
(git-fixes).
- ALSA: hda/realtek - Add supported new mute Led for HP
(git-fixes).
- ALSA: usb-audio: Add registration quirk for Kingston HyperX
Cloud Alpha S (git-fixes).
- ALSA: usb-audio: Add Pioneer DJ DJM-250MK2 quirk (git-fixes).
- ALSA: pcm: oss: Fix regression by buffer overflow fix (again)
(git-fixes).
- ALSA: hda/realtek - Add quirk for Lenovo Carbon X1 8th gen
(git-fixes).
- commit fa71152
* Thu Apr 09 2020 dwagner@suse.de
- crypto: arm/poly1305 - add artifact to .gitignore files
(bsc#1169021 jsc#SLE-12250).
- crypto: x86/curve25519 - leave r12 as spare register
(bsc#1169021 jsc#SLE-12250).
- crypto: x86/curve25519 - replace with formally verified
implementation (bsc#1169021 jsc#SLE-12250).
- crypto: arm64/chacha - correctly walk through blocks
(bsc#1169021 jsc#SLE-12250).
- crypto: x86/curve25519 - support assemblers with no adx support
(bsc#1169021 jsc#SLE-12250).
- crypto: chacha20poly1305 - prevent integer overflow on large
input (bsc#1169021 jsc#SLE-12250).
- icmp: introduce helper for nat'd source address in network
device context (bsc#1169021 jsc#SLE-12250).
- crypto: Kconfig - allow tests to be disabled when manager is
disabled (bsc#1169021 jsc#SLE-12250).
- wireguard: selftests: import harness makefile for test suite
(bsc#1169021 jsc#SLE-12250).
- net: WireGuard secure network tunnel (bsc#1169021
jsc#SLE-12250).
- Update config files: enable WIREGUARD on all archs.
- Update supported.conf: mark new drivers/net/wireguard as unsupported.
- crypto: arm/chacha - fix build failured when kernel mode NEON
is disabled (bsc#1169021 jsc#SLE-12250).
- crypto: x86/poly1305 - emit does base conversion itself
(bsc#1169021 jsc#SLE-12250).
- crypto: chacha20poly1305 - add back missing test vectors and
test chunking (bsc#1169021 jsc#SLE-12250).
- crypto: x86/poly1305 - fix .gitignore typo (bsc#1169021
jsc#SLE-12250).
- crypto: curve25519 - Fix selftest build error (bsc#1169021
jsc#SLE-12250).
- Update supported.conf: mark new lib/crypto/libcurve25519-generic as
unsupported.
- crypto: {arm,arm64,mips}/poly1305 - remove redundant
non-reduction from emit (bsc#1169021 jsc#SLE-12250).
- crypto: x86/poly1305 - wire up faster implementations for kernel
(bsc#1169021 jsc#SLE-12250).
- Update config files: a value of 11 is now required for
CRYPTO_LIB_POLY1305_RSIZE on x86_64.
- crypto: x86/poly1305 - import unmodified cryptogams
implementation (bsc#1169021 jsc#SLE-12250).
- crypto: poly1305 - add new 32 and 64-bit generic versions
(bsc#1169021 jsc#SLE-12250).
- crypto: lib/curve25519 - re-add selftests (bsc#1169021
jsc#SLE-12250).
- crypto: chacha - fix warning message in header file (bsc#1169021
jsc#SLE-12250).
- crypto: arm/curve25519 - add arch-specific key generation
function (bsc#1169021 jsc#SLE-12250).
- crypto: arch - conditionalize crypto api in arch glue for lib
code (bsc#1169021 jsc#SLE-12250).
- crypto: lib/chacha20poly1305 - use chacha20_crypt() (bsc#1169021
jsc#SLE-12250).
- crypto: x86/chacha - only unregister algorithms if registered
(bsc#1169021 jsc#SLE-12250).
- crypto: chacha_generic - remove unnecessary setkey() functions
(bsc#1169021 jsc#SLE-12250).
- crypto: lib/chacha20poly1305 - reimplement crypt_from_sg()
routine (bsc#1169021 jsc#SLE-12250).
- crypto: chacha20poly1305 - import construction and selftest
from Zinc (bsc#1169021 jsc#SLE-12250).
- Update config files: enable CRYPTO_LIB_CHACHA20POLY1305 on all archs.
- Update supported.conf: mark new lib/crypto/libchacha20poly1305 as
unsupported.
- crypto: arm/curve25519 - wire up NEON implementation
(bsc#1169021 jsc#SLE-12250).
- crypto: arm/curve25519 - import Bernstein and Schwabe's
Curve25519 ARM implementation (bsc#1169021 jsc#SLE-12250).
- crypto: curve25519 - x86_64 library and KPP implementations
(bsc#1169021 jsc#SLE-12250).
- Update config files: enable CRYPTO_CURVE25519_X86 on x86_64, which in
turn implies CRYPTO_ARCH_HAVE_LIB_CURVE25519.
- Update supported.conf: mark new arch/x86/crypto/curve25519-x86_64 as
unsupported.
- crypto: lib/curve25519 - work around Clang stack spilling issue
(bsc#1169021 jsc#SLE-12250).
- crypto: curve25519 - implement generic KPP driver (bsc#1169021
jsc#SLE-12250).
- Update config files: enable CRYPTO_CURVE25519 on all archs.
- Update supported.conf: mark new crypto/curve25519-generic as unsupported.
- crypto: curve25519 - add kpp selftest (bsc#1169021
jsc#SLE-12250).
- crypto: curve25519 - generic C library implementations
(bsc#1169021 jsc#SLE-12250).
- Update config files: enable CRYPTO_LIB_CURVE25519 on all archs, which in
turn implies CRYPTO_LIB_CURVE25519_GENERIC.
- Update supported.conf: mark new lib/crypto/libcurve25519 as unsupported.
- crypto: blake2s - x86_64 SIMD implementation (bsc#1169021
jsc#SLE-12250).
- Update config files: enable CRYPTO_BLAKE2S_X86 on x86_64, which in turn
implies CRYPTO_ARCH_HAVE_LIB_BLAKE2S.
- Update supported.conf: mark new arch/x86/crypto/blake2s-x86_64 as
unsupported.
- crypto: blake2s - implement generic shash driver (bsc#1169021
jsc#SLE-12250).
- Update config files: enable CRYPTO_BLAKE2S on all archs.
- Update supported.conf: mark new crypto/blake2s_generic as unsupported.
- crypto: testmgr - add test cases for Blake2s (bsc#1169021
jsc#SLE-12250).
- crypto: blake2s - generic C library implementation and selftest
(bsc#1169021 jsc#SLE-12250).
- Update config files: enable CRYPTO_LIB_BLAKE2S on all archs, which in
turn implies CRYPTO_LIB_BLAKE2S_GENERIC.
- Update supported.conf: mark new lib/crypto/libblake2s and
lib/crypto/libblake2s-generic as unsupported.
- crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized
implementation (bsc#1169021 jsc#SLE-12250).
- crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON
implementation (bsc#1169021 jsc#SLE-12250).
- crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON
implementation (bsc#1169021 jsc#SLE-12250).
- Update config files: enable CRYPTO_POLY1305_NEON on arm64, which in turn
implies CRYPTO_ARCH_HAVE_LIB_POLY1305;
a value of 9 is required for the internal CRYPTO_LIB_POLY1305_RSIZE on
arm64.
- Update supported.conf: mark new arch/arm64/crypto/poly1305-neon as
unsupported.
- crypto: x86/poly1305 - expose existing driver as poly1305
library (bsc#1169021 jsc#SLE-12250).
- Update config files: CRYPTO_POLY1305_X86_64 implies
CRYPTO_ARCH_HAVE_LIB_POLY1305 on x86_64 now;
a value of 4 is required for the internal CRYPTO_LIB_POLY1305_RSIZE on
x86_64.
- crypto: x86/poly1305 - depend on generic library not generic
shash (bsc#1169021 jsc#SLE-12250).
- crypto: poly1305 - expose init/update/final library interface
(bsc#1169021 jsc#SLE-12250).
- Update config files: enable CRYPTO_LIB_POLY1305 on all archs and set the
internal CRYPTO_LIB_POLY1305_RSIZE to 1 (the common default value among
all archs for now).
- crypto: x86/poly1305 - unify Poly1305 state struct with generic
code (bsc#1169021 jsc#SLE-12250).
- crypto: poly1305 - move core routines into a separate library
(bsc#1169021 jsc#SLE-12250).
- Update config files: enable CRYPTO_LIB_POLY1305_GENERIC on all archs.
- Update supported.conf: mark new lib/crypto/libpoly1305 as supported.
- crypto: chacha - unexport chacha_generic routines (bsc#1169021
jsc#SLE-12250).
- crypto: mips/chacha - wire up accelerated 32r2 code from Zinc
(bsc#1169021 jsc#SLE-12250).
- crypto: mips/chacha - import 32r2 ChaCha code from Zinc
(bsc#1169021 jsc#SLE-12250).
- crypto: arm/chacha - expose ARM ChaCha routine as library
function (bsc#1169021 jsc#SLE-12250).
- crypto: arm/chacha - remove dependency on generic ChaCha driver
(bsc#1169021 jsc#SLE-12250).
- crypto: arm/chacha - import Eric Biggers's scalar accelerated
ChaCha code (bsc#1169021 jsc#SLE-12250).
- crypto: arm64/chacha - expose arm64 ChaCha routine as library
function (bsc#1169021 jsc#SLE-12250).
- Update config files: CRYPTO_CHACHA20_NEON implies
CRYPTO_ARCH_HAVE_LIB_CHACHA on arm64 now.
- crypto: arm64/chacha - depend on generic chacha library instead
of crypto driver (bsc#1169021 jsc#SLE-12250).
- crypto: x86/chacha - expose SIMD ChaCha routine as library
function (bsc#1169021 jsc#SLE-12250).
- Update config files: CRYPTO_CHACHA20_X86_64 implies
CRYPTO_ARCH_HAVE_LIB_CHACHA on x86_64 now.
- crypto: x86/chacha - depend on generic chacha library instead
of crypto driver (bsc#1169021 jsc#SLE-12250).
- crypto: chacha - move existing library code into lib/crypto
(bsc#1169021 jsc#SLE-12250).
- Update config files: enable CRYPTO_LIB_CHACHA_GENERIC and
CRYPTO_LIB_CHACHA on all archs.
- Update supported.conf: mark new lib/crypto/libchacha as unsupported.
- crypto: lib - tidy up lib/crypto Kconfig and Makefile
(bsc#1169021 jsc#SLE-12250).
- commit 121a35e
* Thu Apr 09 2020 mgorman@suse.de
- cgroup, rstat: Revert "cgroup: Add memory barriers to plug
cgroup_rstat_updated() race window" (bsc#1158748).
- commit f88fb2e
* Thu Apr 09 2020 oneukum@suse.com
- Refresh patches.suse/0001-kABI-more-hooks-for-PCI-changes.patch.
(bsc#1168999)
For some unknown reason (likely a macro), changing
struct pci_fixup breaks things left and right.
Removing the padding
- commit bbd0eda
* Thu Apr 09 2020 jwiesner@suse.com
- ipvlan: do not add hardware address of master to its unicast
filter list (bsc#1137325).
- commit 51a58f4
* Thu Apr 09 2020 aaptel@suse.com
- cifs: ignore cached share root handle closing errors
(bsc#1166780).
- commit 1f63b4d
* Thu Apr 09 2020 mgorman@suse.de
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
- commit 35b5c01
* Thu Apr 09 2020 mkubecek@suse.cz
- kabi: drop kabi reference files (stop checking kabi)
After the SLE15 SP2 release schedule update, it's too early to enforce
kabi and there are some upcoming requests which either cannot be
implemented without kabi change or would require too complicated hacks.
Drop kabi reference files so that kabi won't be checked until they are
added back again.
- commit 16aa8e7
* Thu Apr 09 2020 hare@suse.de
- lpfc: nvmet: Add Send LS Request and Abort LS Request support (bsc#1169045).
- lpfc: nvmet: Add support for NVME LS request hosthandle (bsc#1169045).
- lpfc: nvme: Add Receive LS Request and Send LS Response (bsc#1169045).
- lpfc: Refactor Send LS Response support (bsc#1169045).
- lpfc: Refactor Send LS Abort support (bsc#1169045).
- lpfc: Refactor Send LS Request support (bsc#1169045).
- lpfc: Refactor NVME LS receive handling (bsc#1169045).
- lpfc: Commonize lpfc_async_xchg_ctx state and flag (bsc#1169045).
- lpfc: Refactor nvmet_rcv_ctx to create lpfc_async_xchg_ctx (bsc#1169045).
- lpfc: Refactor lpfc nvme headers (bsc#1169045).
- nvme-fcloop: add target to host LS request support (bsc#1169045).
- nvme-fcloop: refactor to enable target to host LS (bsc#1169045).
- nvmet-fc: Add Disconnect Association Xmt support (bsc#1169045).
- nvmet-fc: rename ls_list to ls_rcv_list (bsc#1169045).
- nvmet-fc: track hostport handle for associations (bsc#1169045).
- nvmet-fc: perform small cleanups on unneeded checks (bsc#1169045).
- nvmet-fc: add LS failure messages (bsc#1169045).
- nvme-fc: Add Disconnect Association Rcv support (bsc#1169045).
- nvmet-fc: Update target for common definitions for LS (bsc#1169045).
- nvme-fc: Update header and host for common definitions for LS (bsc#1169045).
- nvme-fc: convert assoc_active flag to bit op (bsc#1169045).
- nvme-fc: Ensure private pointers are NULL if no data (bsc#1169045).
- nvmet-fc: Better size LS buffers (bsc#1169045).
- nvme-fc nvmet-fc: refactor for common LS definitions (bsc#1169045).
- nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS (bsc#1169045).
- nvme-fc: Sync header to FC-NVME-2 rev 1.08 (bsc#1169045).
- nvme-fc: Revert "add module to ops template to allow module (bsc#1169045).
- nvme: fix deadlock caused by ANA update wrong locking (bsc#1169045).
- nvmet-rdma: fix bonding failover possible NULL deref (bsc#1169045).
- nvmet: fix NULL dereference when removing a referral (bsc#1169045).
- nvme: inherit stable pages constraint in the mpath stack (bsc#1169045).
- nvmet-fc: fix typo in comment (bsc#1169045).
- nvme-rdma: Replace comma with a semicolon (bsc#1169045).
- nvme-fcloop: fix deallocation of working context (bsc#1169045).
- commit afa84e7
* Thu Apr 09 2020 hare@suse.de
- scripts/git_sort/git_sort.py: Update nvme repositories
- commit 45cef90
* Thu Apr 09 2020 hare@suse.de
- nvme-fabrics: Use scnprintf() for avoiding potential buffer overflow (bsc#1161930).
- nvme-multipath: do not reset on unknown status (bsc#1161930).
- nvme: Check for readiness more quickly, to speed up boot time (bsc#1161930).
- nvme: log additional message for controller status (bsc#1161930).
- nvme: code cleanup nvme_identify_ns_desc() (bsc#1161930).
- nvmet-tcp: set MSG_MORE only if we actually have more to send (bsc#1161930).
- commit 0215ed6
* Thu Apr 09 2020 msuchanek@suse.de
- rpm/constraints.in: Increase memory for kernel-docs
References: https://build.opensuse.org/request/show/792664
- commit 8b37de2
* Thu Apr 09 2020 hare@suse.de
- nvmet-tcp: set SO_PRIORITY for accepted sockets (bsc#1169045).
- nvme-tcp: Set SO_PRIORITY for all host sockets (bsc#1169045).
- nvmet: check sscanf value for subsys serial attr (bsc#1169045).
- nvmet: make ctrl model configurable (bsc#1169045).
- nvmet: make ctrl-id configurable (bsc#1169045).
- nvmet: configfs code cleanup (bsc#1169045).
- nvme: remove unused return code from nvme_alloc_ns (bsc#1169045).
- nvme-rdma: Avoid double freeing of async event data (bsc#1169045).
- nvme-pci: Hold cq_poll_lock while completing CQEs (bsc#1169045).
- nvme-multipath: Fix memory leak with ana_log_buf (bsc#1169045).
- nvme: Fix uninitialized-variable warning (bsc#1169045).
- nvme-pci: Use single IRQ vector for old Apple models (bsc#1169045).
- nvme/pci: Add sleep quirk for Samsung and Toshiba drives (bsc#1169045).
- nvme/pci: move cqe check after device shutdown (bsc#1169045).
- nvme: prevent warning triggered by nvme_stop_keep_alive (bsc#1169045).
- nvme/tcp: fix bug on double requeue when send fails (bsc#1169045).
- nvmet: update AEN list and array at one place (bsc#1169045).
- nvmet: Fix controller use after free (bsc#1169045).
- nvmet: Fix error print message at nvmet_install_queue (bsc#1169045).
- nvme-pci: remove nvmeq->tags (bsc#1169045).
- nvmet: fix dsm failure when payload does not match sgl (bsc#1169045).
- nvmet: fix per feat data len for get_feature (bsc#1169045).
- nvme/pci: Fix read queue count (bsc#1169045).
- nvme/pci Limit write queue sizes to possible cpus (bsc#1169045).
- nvme/pci: Fix write and poll queue types (bsc#1169045).
- nvme/pci: Remove last_cq_head (bsc#1169045).
- nvme: Namepace identification descriptor list is optional (bsc#1169045).
- commit 583ef0e
* Thu Apr 09 2020 jroedel@suse.de
- PCI: pciehp: Fix MSI interrupt race (bsc#1159037).
- commit 41635b6
* Thu Apr 09 2020 tiwai@suse.de
- Fix mmc CMD6 timeout spams (bsc#1169056)
The patch
patches.suse/mmc-core-Default-to-generic_cmd6_time-as-timeout-in-.patch.
triggers spamming wrt MMC CMD6 timeout default. This has been already
reverted in stable queue, too, so let's kill it.
This also requires the refresh of
patches.suse/mmc-core-Allow-host-controllers-to-require-R1B-for-C.patch.
- commit d264c89
* Thu Apr 09 2020 hare@suse.de
- nvme-fc: fix double-free scenarios on hw queues (bsc#1169045).
- nvme: else following return is not needed (bsc#1169045).
- nvme: add error message on mismatching controller ids (bsc#1169045).
- nvme_fc: add module to ops template to allow module (bsc#1169045).
- nvme-fc: Avoid preallocating big SGL for data (bsc#1169045).
- nvme-rdma: Avoid preallocating big SGL for data (bsc#1169045).
- nvme: hwmon: add quirk to avoid changing temperature (bsc#1169045).
- nvme: hwmon: provide temperature min and max values for each (bsc#1169045).
- nvme: Discard workaround for non-conformant devices (bsc#1169045).
- commit ad5c1b6
* Thu Apr 09 2020 hare@suse.de
- nvme: Add hardware monitoring support (bsc#1169045).
- Update config files.
- commit 7065393
* Thu Apr 09 2020 hare@suse.de
- nvmet: Introduce common execute function for get_log_page and identify (bsc#1169045).
- commit 9f41df0
* Thu Apr 09 2020 jroedel@suse.de
- iommu/virtio: Fix freeing of incomplete domains (bsc#1169049).
- iommu/vt-d: Fix mm reference leak (bsc#1169050).
- iommu/amd: Fix the configuration of GCR3 table root pointer
(bsc#1169048).
- iommu/vt-d: Fix page request descriptor size (bsc#1169051).
- KVM: x86: Fix CPUID range checks for Hypervisor and Centaur
classes (bsc#1169052).
- KVM: x86: Trace the original requested CPUID function in
kvm_cpuid() (bsc#1169053).
- commit 02f2b47
* Thu Apr 09 2020 hare@suse.de
- nvmet: stop using bio_set_op_attrs (bsc#1169045).
- nvmet: add plugging for read/write when ns is bdev (bsc#1169045).
- nvmet: clean up command parsing a bit (bsc#1169045).
- nvmet: fill discovery controller sn, fr and mn correctly (bsc#1169045).
- nvmet: Open code nvmet_req_execute() (bsc#1169045).
- nvmet: Remove the data_len field from the nvmet_req struct (bsc#1169045).
- nvmet: Introduce nvmet_dsm_len() helper (bsc#1169045).
- nvmet: Cleanup discovery execute handlers (bsc#1169045).
- nvmet-tcp: Don't set the request's data_len (bsc#1169045).
- nvmet-tcp: Don't check data_len in nvmet_tcp_map_data() (bsc#1169045).
- nvme: Introduce nvme_lba_to_sect() (bsc#1169045).
- nvme: Cleanup and rename nvme_block_nr() (bsc#1169045).
- nvme: move common call to nvme_cleanup_cmd to core layer (bsc#1169045).
- nvme: introduce "Command Aborted By host" status code (bsc#1169045).
- nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyed (bsc#1169045).
- nvmet: add unlikely check at nvmet_req_alloc_sgl (bsc#1169045).
- nvmet: use bio_io_error instead of duplicating it (bsc#1169045).
- nvme: introduce nvme_is_aen_req function (bsc#1169045).
- nvme-fc: ensure association_id is cleared regardless of a Disconnet LS (bsc#1169045).
- nvme-fc: clarify error messages (bsc#1169045).
- nvme-fc: Set new cmd set indicator in nvme-fc cmnd iu (bsc#1169045).
- nvme-fc and nvmet-fc: sync with FC-NVME-2 header changes (bsc#1169045).
- nvme-fc: Sync nvme-fc header to FC-NVME-2 (bsc#1169045).
- commit 2d3a577
* Thu Apr 09 2020 hare@suse.de
- nvme-multipath: remove unused groups_only mode in ana log (bsc#1169045).
- nvme: Wait for reset state when required (bsc#1169045).
- nvme: Prevent resets during paused controller state (bsc#1169045).
- nvme: Restart request timers in resetting state (bsc#1169045).
- nvme: Remove ADMIN_ONLY state (bsc#1169045).
- nvme-pci: Free tagset if no IO queues (bsc#1169045).
- nvme: retain split access workaround for capability reads (bsc#1169045).
- nvme: fix possible deadlock when nvme_update_formats fails (bsc#1169045).
- commit a98e6f9
* Thu Apr 09 2020 dwagner@suse.de
- scsi: core: avoid repetitive logging of device offline messages
(bsc#1145929).
- commit 4217986
* Thu Apr 09 2020 wqu@suse.com
- btrfs: qgroup: Mark qgroup inconsistent if we're inherting
snapshot to a new qgroup (bsc#1165823).
- commit f82cb6e
* Thu Apr 09 2020 neilb@suse.de
- SUNRPC: fix krb5p mount to provide large enough buffer in
rq_rcvsize (bsc#1168236).
- commit 973a971
* Wed Apr 08 2020 mkubecek@suse.cz
- config: refresh
- commit 60a481d
* Wed Apr 08 2020 yousaf.kaukab@suse.com
- cpufreq: arm64: prevent module unload (bsc#1168476).
- commit 59dc6e3
* Wed Apr 08 2020 tiwai@suse.de
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
devices (git-fixes).
- pinctrl: sprd: Use the correct pin output configuration
(git-fixes).
- pxa168fb: fix release function mismatch in probe failure
(git-fixes).
- mt76: remove variable 'val' set but not used (git-fixes).
- irqchip/bcm2835: Quiesce IRQs left enabled by bootloader
(git-fixes).
- iio: potentiostat: lmp9100: fix
iio_triggered_buffer_{predisable,postenable} positions
(git-fixes).
- iio: si1133: read 24-bit signed integer for measurement
(git-fixes).
- staging: kpc2000: prevent underflow in cpld_reconfigure()
(git-fixes).
- pstore: pstore_ftrace_seq_next should increase position index
(git-fixes).
- libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
(git-fixes).
- r8169: fix PHY driver check on platforms w/o module softdeps
(git-fixes).
- i2c: nvidia-gpu: Handle timeout correctly in
gpu_i2c_check_status() (git-fixes).
- geneve: move debug check after netdev unregister (git-fixes).
- lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()
(git-fixes).
- lib/ubsan: don't serialize UBSAN report (git-fixes).
- commit a79673f
* Wed Apr 08 2020 tiwai@suse.de
- drm/vc4: Fix HDMI mode validation (git-fixes).
- drm: amd/acp: fix broken menu structure (git-fixes).
- drm/v3d: Replace wait_for macros to remove use of msleep
(git-fixes).
- drm/amd/display: Fix wrongly passed static prefix (git-fixes).
- drm: Remove PageReserved manipulation from drm_pci_alloc
(git-fixes).
- drm/crc: Actually allow to change the crc source (git-fixes).
- drm/drm_dp_mst:remove set but not used variable 'origlen'
(git-fixes).
- drm/amdgpu: fix typo for vcn1 idle check (git-fixes).
- drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017
(git-fixes).
- drm/bochs: downgrade pci_request_region failure from error to
warning (git-fixes).
- drm/amdgpu: correct ROM_INDEX/DATA offset for VEGA20
(git-fixes).
- commit 3d01994
* Wed Apr 08 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and resort:
patches.suse/slcan-Don-t-transmit-uninitialized-stack-data-in-pad.patch
- commit 26aaf48
* Wed Apr 08 2020 tiwai@suse.de
- thermal: devfreq_cooling: inline all stubs for
CONFIG_DEVFREQ_THERMAL=n (git-fixes).
- thermal: qoriq: Fix a compiling issue (git-fixes).
- mfd: dln2: Fix sanity checking for endpoints (git-fixes).
- tun: Don't put_page() for all negative return values from XDP
program (git-fixes).
- PCI/ERR: Update error status after reset_link() (git-fixes).
- PCI/ERR: Combine pci_channel_io_frozen cases (git-fixes).
- mei: me: add cedar fork device ids (git-fixes).
- extcon: axp288: Add wakeup support (git-fixes).
- fbdev: potential information leak in do_fb_ioctl() (git-fixes).
- watchdog: iTCO_wdt: Make ICH_RES_IO_SMI optional (git-fixes).
- watchdog: iTCO_wdt: Export vendorsupport (git-fixes).
- fat: fix uninit-memory access for partial initialized inode
(git-fixes).
- commit 58be4d2
* Wed Apr 08 2020 ggherdovich@suse.cz
- x86, sched: Account for CPUs with less than 4 cores in
freq. invariance (boo#1166664).
- commit 949f5c1
* Wed Apr 08 2020 ggherdovich@suse.cz
- x86, sched: Bail out of frequency invariance if base frequency
is unknown (bsc#1167878).
- commit f094f17
* Tue Apr 07 2020 msuchanek@suse.de
- Refresh patches.suse/powerpc-pseries-Fix-MCE-handling-on-pseries.patch.
- commit 901c022
* Tue Apr 07 2020 msuchanek@suse.de
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
- commit 77366c6
* Tue Apr 07 2020 mkubecek@suse.cz
- series.conf: cleanup
- move into sorted section:
patches.suse/slcan-Don-t-transmit-uninitialized-stack-data-in-pad.patch
- commit 6de7fc6
* Tue Apr 07 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/btrfs-qgroup-ensure-qgroup_rescan_running-is-only-se.patch
- commit 5232dd1
* Tue Apr 07 2020 mgorman@suse.de
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
- commit 00c1c4e
* Tue Apr 07 2020 mkubecek@suse.cz
- series.conf: cleanup
- move unsortable patches out of sorted section
- commit 362f0b0
* Tue Apr 07 2020 oneukum@suse.com
- Update
patches.suse/media-ov519-add-missing-endpoint-sanity-checks.patch
(CVE-2020-11608 bsc#1168829). Added cve number
- commit a2db40e
* Tue Apr 07 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and resort:
patches.suse/Documentation-ABI-Add-ABI-documentation-for-sys-kern.patch
patches.suse/Documentation-ABI-Mark-sys-kernel-fadump_-sysfs-file.patch
patches.suse/cpufreq-powernv-Fix-unsafe-notifiers.patch
patches.suse/cpufreq-powernv-Fix-use-after-free.patch
patches.suse/powerpc-64-Prevent-stack-protection-in-early-boot.patch
patches.suse/powerpc-64-Setup-a-paca-before-parsing-device-tree-e.patch
patches.suse/powerpc-64-tm-Don-t-let-userspace-set-regs-trap-via-.patch
patches.suse/powerpc-64s-Fix-section-mismatch-warnings-from-boot-.patch
patches.suse/powerpc-book3s64-Fix-error-handling-in-mm_iommu_do_a.patch
patches.suse/powerpc-drmem-avoid-NULL-pointer-dereference-when-dr.patch
patches.suse/powerpc-fadump-Reorganize-sys-kernel-fadump_-sysfs-f.patch
patches.suse/powerpc-fadump-sysfs-for-fadump-memory-reservation.patch
patches.suse/powerpc-powernv-Move-core-and-fadump_release_opalcor.patch
patches.suse/powerpc-pseries-Fix-of_read_drc_info_cell-to-point-a.patch
patches.suse/powerpc-pseries-Handle-UE-event-for-memcpy_mcsafe.patch
patches.suse/powerpc-smp-Use-nid-as-fallback-for-package_id.patch
patches.suse/powerpc-vmlinux.lds-Explicitly-retain-.gnu.hash.patch
patches.suse/powerpc-xive-Use-XIVE_BAD_IRQ-instead-of-zero-to-cat.patch
patches.suse/sysfs-Wrap-__compat_only_sysfs_link_entry_to_kobj-fu.patch
- commit 895f36d
* Tue Apr 07 2020 pjakobsson@suse.de
- supported.conf: Mark mali-dp as supported
References: bsc#1168596
Used on NXP LS1028A devices.
- commit 3682c9a
* Tue Apr 07 2020 glin@suse.com
- bpf: Verifier, do_refine_retval_range may clamp umin to 0
incorrectly (bsc#1155518).
- bpf: Explicitly memset some bpf info structures declared on
the stack (bsc#1155518).
- bpf: Explicitly memset the bpf_attr structure (bsc#1155518).
- commit b866c91
* Tue Apr 07 2020 neilb@suse.de
- MM: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
(bsc#1163403).
- Deprecate NR_UNSTABLE_NFS, use NR_WRITEBACK (bsc#1163403).
- commit 73cedab
* Mon Apr 06 2020 msuchanek@suse.de
- powerpc/irq: Use current_stack_pointer in do_IRQ()
(bsc#1156395).
- powerpc/irq: Use current_stack_pointer in check_stack_overflow()
(bsc#1156395).
- powerpc: Add current_stack_pointer as a register global
(bsc#1156395).
- powerpc: Rename current_stack_pointer() to current_stack_frame()
(bsc#1156395).
- commit dfb328d
* Mon Apr 06 2020 jack@suse.cz
- blacklist.conf: Blacklist 1ac994525b9d
- commit 536164b
* Mon Apr 06 2020 jack@suse.cz
- mm/filemap.c: don't bother dropping mmap_sem for zero size
readahead (bsc#1168768).
- commit 73bb347
* Mon Apr 06 2020 jack@suse.cz
- blacklist.conf: Blacklist 780f66e59231
- commit f5700fa
* Mon Apr 06 2020 jack@suse.cz
- ext4: fix incorrect group count in ext4_fill_super error message
(bsc#1168765).
- commit fe1e977
* Mon Apr 06 2020 jack@suse.cz
- ext4: fix incorrect inodes per group in error message
(bsc#1168764).
- commit 30375fd
* Mon Apr 06 2020 jack@suse.cz
- Move merged patches to sorted section.
- commit cd90775
* Mon Apr 06 2020 jack@suse.cz
patches.suse/ext4-Avoid-ENOSPC-when-avoiding-to-reuse-recently-de.patch,
patches.suse/ext4-Unregister-sysfs-path-before-destroying-jbd2-journal.patch,
patches.suse/ext4-do-not-commit-super-on-read-only-bdev.patch: Update
tags
- commit 9574818
* Mon Apr 06 2020 jack@suse.cz
- patches.suse/ext4-Check-for-non-zero-journal-inum-in-ext4_calculate_overhead.patches:
Update patch tags
- commit 2c9a584
* Mon Apr 06 2020 jack@suse.cz
- partitions/efi: Fix partition name parsing in GUID partition
entry (bsc#1168763).
- commit 0cdb51e
* Mon Apr 06 2020 jack@suse.cz
- block: keep bdi->io_pages in sync with max_sectors_kb for
stacked devices (bsc#1168762).
- commit bab38c6
* Mon Apr 06 2020 jack@suse.cz
- blacklist.conf: Blacklist f01b411f41f9
- commit a9128f0
* Mon Apr 06 2020 jack@suse.cz
- block/diskstats: more accurate approximation of io_ticks for
slow disks (bsc#1168761).
- commit fbbe9dc
* Mon Apr 06 2020 jack@suse.cz
- block, bfq: fix use-after-free in bfq_idle_slice_timer_body
(bsc#1168760).
- commit 1b05c31
* Mon Apr 06 2020 tiwai@suse.de
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
register (git-fixes).
- commit 8642419
* Mon Apr 06 2020 tiwai@suse.de
- xarray: Fix early termination of xas_for_each_marked
(git-fixes).
- XArray: Fix xas_pause for large multi-index entries (git-fixes).
- XArray: Fix xa_find_next for large multi-index entries
(git-fixes).
- commit b6feec2
* Mon Apr 06 2020 tiwai@suse.de
- media: imx: Propagate quantization and encoding in CSI
(git-fixes).
- blacklist.conf:
- commit 43a1dba
* Mon Apr 06 2020 tiwai@suse.de
- tty: evh_bytechan: Fix out of bounds accesses (git-fixes).
- rtc: imx-sc: Align imx sc msg structs to 4 (git-fixes).
- rtc: cmos: Use spin_lock_irqsave() in cmos_interrupt()
(git-fixes).
- rtc: zynqmp: Clear alarm interrupt status before interrupt
enable (git-fixes).
- gpio: siox: use raw spinlock for irq related locking
(git-fixes).
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
helper (git-fixes).
- PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOM (git-fixes).
- PCI: endpoint: Fix clearing start entry in configfs (git-fixes).
- PCI: pciehp: Fix indefinite wait on sysfs requests (git-fixes).
- PCI/ASPM: Clear the correct bits when enabling L1 substates
(git-fixes).
- misc: rtsx: set correct pcr_ops for rts522A (git-fixes).
- PCI/switchtec: Fix init_completion race condition with
poll_wait() (git-fixes).
- PM / Domains: Allow no domain-idle-states DT property in genpd
when parsing (git-fixes).
- PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device
is not there (git-fixes).
- phy: ti: gmii-sel: do not fail in case of gmii (git-fixes).
- phy: ti: gmii-sel: fix set of copy-paste errors (git-fixes).
- commit b2ac503
* Mon Apr 06 2020 tiwai@suse.de
- clk: imx: clk-gate2: Pass the device to the register function
(git-fixes).
- clk: imx8mm: Fix the CLKO1 source select list (git-fixes).
- clk: qcom: clk-rpmh: Wait for completion when enabling clocks
(git-fixes).
- clk: sprd: fix to get a correct ibias of pll (git-fixes).
- clk: at91: usb: use proper usbs_mask (git-fixes).
- clk: at91: sam9x60: fix usb clock parents (git-fixes).
- clk: at91: sam9x60: Don't use audio PLL (git-fixes).
- clk: ingenic/jz4770: Exit with error if CGU init failed
(git-fixes).
- clk: sunxi-ng: sun8i-de2: Add rotation core clocks and reset
for A83T (git-fixes).
- clk: sunxi-ng: sun8i-de2: H6 doesn't have rotate core
(git-fixes).
- clk: sunxi-ng: sun8i-de2: Add rotation core clocks and reset
for A64 (git-fixes).
- clk: sunxi-ng: sun8i-de2: Split out H5 definitions (git-fixes).
- clk: ti: Fix dm814x clkctrl for ethernet (git-fixes).
- clk: imx: Align imx sc clock parent msg structs to 4
(git-fixes).
- clk: imx: Align imx sc clock msg structs to 4 (git-fixes).
- clk: ti: am43xx: Fix clock parent for RTC clock (git-fixes).
- commit 2f7671e
* Mon Apr 06 2020 msuchanek@suse.de
- powerpc: define helpers to get L1 icache sizes (bsc#1156395).
- commit 780726d
* Mon Apr 06 2020 msuchanek@suse.de
- powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up
huge devmap PTE entries (bsc#1156395).
- commit 86ebd4a
* Mon Apr 06 2020 msuchanek@suse.de
- powerpc/kprobes: Ignore traps that happened in real mode
(bsc#1065729).
- commit fc55c00
* Mon Apr 06 2020 msuchanek@suse.de
- powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()
(bsc#1156395).
- powerpc: Convert flush_icache_range & friends to C
(bsc#1156395).
- powerpc/32: don't use CPU_FTR_COHERENT_ICACHE (bsc#1156395).
- commit 9ea5bb3
* Mon Apr 06 2020 mbenes@suse.cz
- ftrace/kprobe: Show the maxactive number on kprobe_events
(git-fixes).
- commit 090d00e
* Mon Apr 06 2020 msuchanek@suse.de
- powerpc: Make setjmp/longjmp signature standard (bsc#1156395).
- powerpc: Add attributes for setjmp/longjmp (bsc#1156395).
- commit 918fd5d
* Mon Apr 06 2020 ykaukab@suse.de
- PM / QoS: Redefine FREQ_QOS_MAX_DEFAULT_VALUE to S32_MAX
(bsc#1168476).
- ACPI: processor: Add QoS requests for all CPUs (bsc#1168476).
- commit d3f0646
* Mon Apr 06 2020 ykaukab@suse.de
- cpufreq: Fix policy initialization for internal governor drivers
(bsc#1168476).
- cpufreq: Avoid creating excessively large stack frames
(bsc#1168476).
- cpufreq: Avoid leaving stale IRQ work items during CPU offline
(bsc#1168476).
- cpufreq: Register drivers only after CPU devices have been
registered (bsc#1168476).
- cpufreq: Clarify the comment in cpufreq_set_policy()
(bsc#1168476).
- PM: QoS: Invalidate frequency QoS requests after removal
(bsc#1168476).
- PM: QoS: Drop frequency QoS types from device PM QoS
(bsc#1168476).
- cpufreq: Use per-policy frequency QoS (bsc#1168476).
- PM: QoS: Introduce frequency QoS (bsc#1168476).
- ACPI: processor: Avoid NULL pointer dereferences at init time
(bsc#1168476).
- Documentation: cpufreq: Update policy notifier documentation
(bsc#1168476).
- cpufreq: Remove CPUFREQ_ADJUST and CPUFREQ_NOTIFY policy
notifier events (bsc#1168476).
- ACPI: cpufreq: Switch to QoS requests instead of cpufreq
notifier (bsc#1168476).
- video: pxafb: Remove cpufreq policy notifier (bsc#1168476).
- video: sa1100fb: Remove cpufreq policy notifier (bsc#1168476).
- arch_topology: Use CPUFREQ_CREATE_POLICY instead of
CPUFREQ_NOTIFY (bsc#1168476).
- cpufreq: powerpc_cbe: Switch to QoS requests for freq limits
(bsc#1168476).
- cpufreq: powerpc: macintosh: Switch to QoS requests for freq
limits (bsc#1168476).
- thermal: cpu_cooling: Switch to QoS requests for freq limits
(bsc#1168476).
- cpufreq: Add policy create/remove notifiers back (bsc#1168476).
- cpufreq: intel_pstate: Implement QoS supported freq constraints
(bsc#1168476).
- commit 9298b0f
* Mon Apr 06 2020 ptesarik@suse.cz
- s390/pci: Fix unexpected write combine on resource (bsc#1168553
LTC#184760).
- commit 0e9a5c8
* Mon Apr 06 2020 msuchanek@suse.de
- powerpc/pseries/ddw: Extend upper limit for huge DMA window
for persistent memory (FATE#327775 bsc#1142685 ltc#179509).
- commit 0b3bfc8
* Mon Apr 06 2020 dwagner@suse.de
- scsi: qla2xxx: Fix I/Os being passed down when FC device is
being deleted (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- commit a560046
* Mon Apr 06 2020 oneukum@suse.com
- blacklist.conf: already done in 045706bff837ee89c13f1ace173db71922c1c40b
- commit 255a9d4
* Mon Apr 06 2020 oneukum@suse.com
- blacklist.conf: already done in b32196e35bd7bbc8038db1aba1fbf022dc469b6a
- commit c52adb6
* Mon Apr 06 2020 ptesarik@suse.cz
- s390/mm: fix panic in gup_fast on large pud (bsc#1167197
LTC#184507).
- commit a8ed0dc
* Mon Apr 06 2020 oneukum@suse.com
- blacklist.conf: fixes only logged messages
- commit 8266fdf
* Mon Apr 06 2020 wqu@suse.com
- btrfs: qgroup: ensure qgroup_rescan_running is only set when
the worker is at least queued (bsc#1168670).
- Delete
patches.suse/btrfs-qgroups-fix-rescan-worker-running-races.patch.
- commit acca6e8
* Mon Apr 06 2020 pvorel@suse.cz
- nfsd: remove read permission bit for ctl sysctl (git-fixes).
- commit 6b806f6
* Sun Apr 05 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/0001-kvm-s390-disallow-invalid-bits-in-kvm_valid_regs-and-kvm_dirty_regs
patches.suse/0002-kvm-s390-mark-_insn32_query-as-_always_inline
patches.suse/0003-kvm-s390-cleanup-kvm_arch_init-error-path
patches.suse/0004-kvm-s390-cleanup-initial-cpu-reset
patches.suse/0005-kvm-s390-add-new-reset-vcpu-api
- commit e3cd9b7
* Sun Apr 05 2020 mkubecek@suse.cz
- Update kabi files.
- commit 038f102
* Sat Apr 04 2020 ailiop@suse.com
- xfs: fix use-after-free when aborting corrupt attr inactivation
(git-fixes).
- commit bef8807
* Fri Apr 03 2020 ptesarik@suse.cz
- KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
(jsc#SLE-7512 bsc#1165545).
- Update kabi files.
- commit f7edc36
* Fri Apr 03 2020 ptesarik@suse.cz
- KVM: s390: protvirt: Implement interrupt injection (jsc#SLE-7512
bsc#1165545).
- Update kabi files.
- commit 992821a
* Fri Apr 03 2020 ptesarik@suse.cz
- KVM: s390: protvirt: Instruction emulation (jsc#SLE-7512
bsc#1165545).
- commit 19e482f
* Fri Apr 03 2020 ptesarik@suse.cz
- mm/gup/writeback: add callbacks for inaccessible pages
(jsc#SLE-7512 bsc#1165545).
- commit 2700b97
* Fri Apr 03 2020 msuchanek@suse.de
- scsi: ibmvfc: Fix NULL return compiler warning (bsc#1161951
ltc#183551).
- commit 8a47623
* Fri Apr 03 2020 msuchanek@suse.de
- powerpc/pseries: Fix MCE handling on pseries (bsc#1168575
ltc#183501).
- commit ef26231
* Fri Apr 03 2020 msuchanek@suse.de
- scsi: lpfc: Change default SCSI LUN QD to 64 (bsc#1164777
bsc#1164780 bsc#1165211 jsc#SLE-8654).
Patch split off
patches.suse/scsi-lpfc-Fix-erroneous-cpu-limit-of-128-on-I-O-stat.patch
in upstream repository.
- Refresh patches.suse/scsi-lpfc-Fix-erroneous-cpu-limit-of-128-on-I-O-stat.patch.
- Refresh patches.suse/scsi-lpfc-Make-debugfs-ktime-stats-generic-for-NVME-.patch.
- Refresh patches.suse/scsi-lpfc-Remove-prototype-FIPS-DSS-options-from-SLI.patch.
- Refresh patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.0.patch.
- commit a4a3d20
* Fri Apr 03 2020 yousaf.kaukab@suse.com
- config: arm64: enable cpufreq driver for Jetson Nano and TX1
References: jsc#SLE-9391
- commit 57d2fdd
* Fri Apr 03 2020 mkubecek@suse.cz
- Update kabi files.
Update to Snapshot 10 submission (commit c4804773a3be).
- commit 46da16d
* Fri Apr 03 2020 mkubecek@suse.cz
- series.conf: refresh
- update upstream references and resort:
patches.suse/pinctrl-bcm2835-add-support-for-all-gpios-on-bcm2711.patch
patches.suse/pinctrl-bcm2835-drop-unused-define.patch
patches.suse/pinctrl-bcm2835-refactor-platform-data.patch
patches.suse/scsi-fc-Update-Descriptor-definition-and-add-RDF-and.patch
patches.suse/scsi-ibmvfc-Avoid-loss-of-all-paths-during-SVC-node-.patch
patches.suse/scsi-lpfc-Clean-up-hba-max_lun_queue_depth-checks.patch
patches.suse/scsi-lpfc-Fix-RQ-buffer-leakage-when-no-IOCBs-availa.patch
patches.suse/scsi-lpfc-Fix-broken-Credit-Recovery-after-driver-lo.patch
patches.suse/scsi-lpfc-Fix-compiler-warning-on-frame-size.patch
patches.suse/scsi-lpfc-Fix-coverity-errors-in-fmdi-attribute-hand.patch
patches.suse/scsi-lpfc-Fix-lpfc_io_buf-resource-leak-in-lpfc_get_.patch
patches.suse/scsi-lpfc-Fix-registration-of-ELS-type-support-in-fd.patch
patches.suse/scsi-lpfc-Fix-release-of-hwq-to-clear-the-eq-relatio.patch
patches.suse/scsi-lpfc-Remove-handler-for-obsolete-ELS-Read-Port-.patch
patches.suse/scsi-lpfc-Update-lpfc-version-to-12.6.0.4.patch
patches.suse/scsi-lpfc-add-RDF-registration-and-Link-Integrity-FP.patch
patches.suse/scsi-lpfc-fix-spelling-mistake-Notication-Notificati.patch
patches.suse/scsi-qla2xxx-Add-16.0GT-for-PCI-String.patch
patches.suse/scsi-qla2xxx-Add-beacon-LED-config-sysfs-interface.patch
patches.suse/scsi-qla2xxx-Add-changes-in-preparation-for-vendor-e.patch
patches.suse/scsi-qla2xxx-Add-deferred-queue-for-processing-ABTS-.patch
patches.suse/scsi-qla2xxx-Add-endianizer-macro-calls-to-fc-host-s.patch
patches.suse/scsi-qla2xxx-Add-fixes-for-mailbox-command.patch
patches.suse/scsi-qla2xxx-Add-ql2xrdpenable-module-parameter-for-.patch
patches.suse/scsi-qla2xxx-Add-sysfs-node-for-D-Port-Diagnostics-A.patch
patches.suse/scsi-qla2xxx-Add-vendor-extended-FDMI-commands.patch
patches.suse/scsi-qla2xxx-Add-vendor-extended-RDP-additions-and-a.patch
patches.suse/scsi-qla2xxx-Avoid-setting-firmware-options-twice-in.patch
patches.suse/scsi-qla2xxx-Check-locking-assumptions-at-runtime-in.patch
patches.suse/scsi-qla2xxx-Cleanup-ELS-PUREX-iocb-fields.patch
patches.suse/scsi-qla2xxx-Convert-MAKE_HANDLE-from-a-define-into-.patch
patches.suse/scsi-qla2xxx-Correction-to-selection-of-loopback-ech.patch
patches.suse/scsi-qla2xxx-Display-message-for-FCE-enabled.patch
patches.suse/scsi-qla2xxx-Fix-FCP-SCSI-FC4-flag-passing-error.patch
patches.suse/scsi-qla2xxx-Fix-NPIV-instantiation-after-FW-dump.patch
patches.suse/scsi-qla2xxx-Fix-RDP-respond-data-format.patch
patches.suse/scsi-qla2xxx-Fix-RDP-response-size.patch
patches.suse/scsi-qla2xxx-Fix-control-flags-for-login-logout-IOCB.patch
patches.suse/scsi-qla2xxx-Fix-qla2x00_echo_test-based-on-ISP-type.patch
patches.suse/scsi-qla2xxx-Fix-sparse-warning-reported-by-kbuild-b.patch
patches.suse/scsi-qla2xxx-Fix-sparse-warnings-triggered-by-the-PC.patch
patches.suse/scsi-qla2xxx-Force-semaphore-on-flash-validation-fai.patch
patches.suse/scsi-qla2xxx-Handle-NVME-status-iocb-correctly.patch
patches.suse/scsi-qla2xxx-Handle-cases-for-limiting-RDP-response-.patch
patches.suse/scsi-qla2xxx-Improved-secure-flash-support-messages.patch
patches.suse/scsi-qla2xxx-Move-free-of-fcport-out-of-interrupt-co.patch
patches.suse/scsi-qla2xxx-Print-portname-for-logging-in-qla24xx_l.patch
patches.suse/scsi-qla2xxx-Remove-restriction-of-FC-T10-PI-and-FC-.patch
patches.suse/scsi-qla2xxx-Return-appropriate-failure-through-BSG-.patch
patches.suse/scsi-qla2xxx-Save-rscn_gen-for-new-fcport.patch
patches.suse/scsi-qla2xxx-Serialize-fc_port-alloc-in-N2N.patch
patches.suse/scsi-qla2xxx-Set-Nport-ID-for-N2N.patch
patches.suse/scsi-qla2xxx-Show-correct-port-speed-capabilities-fo.patch
patches.suse/scsi-qla2xxx-Simplify-the-code-for-aborting-SCSI-com.patch
patches.suse/scsi-qla2xxx-Suppress-endianness-complaints-in-qla2x.patch
patches.suse/scsi-qla2xxx-Update-BPM-enablement-semantics.patch
patches.suse/scsi-qla2xxx-Update-driver-version-to-10.01.00.24-k.patch
patches.suse/scsi-qla2xxx-Update-driver-version-to-10.01.00.25-k.patch
patches.suse/scsi-qla2xxx-Use-FC-generic-update-firmware-options-.patch
patches.suse/scsi-qla2xxx-Use-QLA_FW_STOPPED-macro-to-propagate-f.patch
patches.suse/scsi-qla2xxx-Use-a-dedicated-interrupt-handler-for-h.patch
patches.suse/scsi-qla2xxx-Use-correct-ISP28xx-active-FW-region.patch
patches.suse/scsi-qla2xxx-Use-endian-macros-to-assign-static-fiel.patch
patches.suse/scsi-qla2xxx-add-more-FW-debug-information.patch
patches.suse/scsi-qla2xxx-fix-FW-resource-count-values.patch
patches.suse/scsi-target-convert-boolean-se_dev_attrib-types-to-b.patch
patches.suse/scsi-target-fix-unmap_zeroes_data-boolean-initialisa.patch
patches.suse/scsi-target-use-an-enum-to-track-emulate_ua_intlck_c.patch
patches.suse/scsi-tcm_qla2xxx-Make-qlt_alloc_qfull_cmd-set-cmd-se.patch
- commit e921d75
* Fri Apr 03 2020 tiwai@suse.de
- mtd: spinand: Do not erase the block before writing a bad
block marker (git-fixes).
- mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad
block marker to OOB (git-fixes).
- mtd: spinand: Stop using spinand->oobbuf for buffering bad
block markers (git-fixes).
- mtd: rawnand: free the nand_device object (git-fixes).
- mtd: phram: fix a double free issue in error path (git-fixes).
- mtd: lpddr: Fix a double free in probe() (git-fixes).
- i2c: smbus: remove outdated references to irq level triggers
(git-fixes).
- ASoC: Intel: mrfld: fix incorrect check on p->sink (git-fixes).
- ASoC: sun8i-codec: Remove unused dev from codec struct
(git-fixes).
- ASoC: Intel: mrfld: return error codes when an error occurs
(git-fixes).
- ASoC: stm32: spdifrx: fix regmap status check (git-fixes).
- pinctrl: actions: Fix functions groups names for S700 SoC
(git-fixes).
- remoteproc: Fix NULL pointer dereference in rproc_virtio_notify
(git-fixes).
- remoteproc: qcom_q6v5_mss: Reload the mba region on coredump
(git-fixes).
- remoteproc: qcom_q6v5_mss: Don't reassign mpss region on
shutdown (git-fixes).
- include/bitmap.h: add missing parameter in docs (git-fixes).
- mac80211: fix authentication with iwlwifi/mvm (git-fixes).
- mac80211: Check port authorization in the ieee80211_tx_dequeue()
case (git-fixes).
- nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute type
(git-fixes).
- slcan: not call free_netdev before rtnl_unlock in slcan_open
(git-fixes).
- commit 784cfac
* Fri Apr 03 2020 tiwai@suse.de
- ALSA: pcm.h: add for_each_pcm_streams() (git-fixes).
- commit 03a4da5
* Fri Apr 03 2020 tiwai@suse.de
- ALSA: usb-audio: Fix case when USB MIDI interface has more
than one extra endpoint descriptor (git-fixes).
- ALSA: hda/realtek - Remove now-unnecessary XPS 13 headphone
noise fixups (git-fixes).
- ALSA: hda/realtek - Set principled PC Beep configuration for
ALC256 (git-fixes).
- ALSA: usx2y: use for_each_pcm_streams() macro (git-fixes).
- ALSA: hda: default enable CA0132 DSP support (git-fixes).
- ALSA: usb-audio: Inform devices that need delayed registration
(git-fixes).
- ALSA: usb-audio: Add delayed_register option (git-fixes).
- ALSA: usb-audio: Rewrite registration quirk handling
(git-fixes).
- ALSA: core: Add snd_device_get_state() helper (git-fixes).
- ALSA: usb-audio: Create a registration quirk for Kingston
HyperX Amp (0951:16d8) (git-fixes).
- ALSA: usb-audio: Fix mixer controls' USB interface for Kingston
HyperX Amp (0951:16d8) (git-fixes).
- ALSA: hda: Use scnprintf() for string truncation (git-fixes).
- ALSA: pcm: Fix superfluous snprintf() usage (git-fixes).
- ALSA: pcm: oss: Simplify plugin frame size calculations
(git-fixes).
- ALSA: usb-audio: Fix missing braces in some struct inits
(git-fixes).
- ALSA: usb-audio: Add support for MOTU MicroBook IIc (git-fixes).
- ALSA: korg1212: fix if-statement empty body warnings
(git-fixes).
- ALSA: usb-audio: Parse source ID of UAC2 effect unit
(git-fixes).
- usb: audio-v2: Add uac2_effect_unit_descriptor definition
(git-fixes).
- ALSA: usb-audio: Add support for Presonus Studio 1810c
(git-fixes).
- ALSA: pcm: oss: Unlock mutex temporarily for sleeping at
read/write (git-fixes).
- ALSA: usb-audio: Don't create a mixer element with bogus volume
range (git-fixes).
- ALSA: hda_codec: Replace zero-length array with flexible-array
member (git-fixes).
- ALSA: hda/ca0132 - Replace zero-length array with flexible-array
member (git-fixes).
- ALSA: usb-midi: Replace zero-length array with flexible-array
member (git-fixes).
- ALSA: core: Replace zero-length array with flexible-array member
(git-fixes).
- ALSA: info: remove redundant assignment to variable c
(git-fixes).
- ALSA: ali5451: remove redundant variable capture_flag
(git-fixes).
- ALSA: hda: remove redundant assignment to variable timeout
(git-fixes).
- ALSA: hdsp: remove redundant assignment to variable err
(git-fixes).
- ALSA: pcm: Use a macro for parameter masks to reduce the needed
cast (git-fixes).
- ALSA: pcm: Use standard macros for fixing PCM format cast
(git-fixes).
- ALSA: usb-audio: Use pcm_for_each_format() macro for PCM format
iterations (git-fixes).
- ALSA: pcm: More helper macros for reducing snd_pcm_format_t cast
(git-fixes).
- ALSA: emu10k1: Fix endianness annotations (git-fixes).
- ALSA: via82xx: Fix endianness annotations (git-fixes).
- ALSA: hda/hdmi: Move ELD parse and jack reporting into
update_eld() (git-fixes).
- ALSA: hda/hdmi: Move runtime PM resume into
hdmi_present_sense_via_verbs() (git-fixes).
- ALSA: hda/hdmi: Don't use standard hda_jack for generic HDMI
jacks (git-fixes).
- ALSA: hda/hdmi: Reduce hda_jack_tbl lookup at unsol event
handling (git-fixes).
- ALSA: hda/realtek - a fake key event is triggered by running
shutup (git-fixes).
- ALSA: hda/realtek: Enable mute LED on an HP system (git-fixes).
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
sound on EVGA X99 Classified motherboard (git-fixes).
- commit f898dc5
* Fri Apr 03 2020 tiwai@suse.de
- slcan: Don't transmit uninitialized stack data in padding
(CVE-2020-11494 bsc#1168424).
- commit 246f367
* Fri Apr 03 2020 wqu@suse.com
- btrfs: do not zero f_bavail if we have available space
(bsc#1168081).
- commit 77d5937
* Thu Apr 02 2020 tiwai@suse.de
- USB: cdc-acm: fix close_delay and closing_wait units in
TIOCSSERIAL (git-fixes).
- Refresh
patches.suse/USB-cdc-acm-fix-rounding-error-in-TIOCSSERIAL.patch.
- commit 8731e73
* Thu Apr 02 2020 tiwai@suse.de
- USB: cdc-acm: restore capability check order (git-fixes).
- usb: gadget: f_fs: Fix use after free issue as part of queue
failure (git-fixes).
- USB: serial: io_edgeport: fix slab-out-of-bounds read in
edge_interrupt_callback (git-fixes).
- USB: serial: option: add Wistron Neweb D19Q1 (git-fixes).
- USB: serial: option: add BroadMobi BM806U (git-fixes).
- USB: serial: option: add support for ASKEY WWHC050 (git-fixes).
- usb: musb: fix crash with highmen PIO and usbmon (git-fixes).
- usb: gadget: composite: Inform controller driver of self-powered
(git-fixes).
- usb: dwc3: gadget: Wrap around when skip TRBs (git-fixes).
- usb: dwc3: gadget: Don't clear flags before transfer ended
(git-fixes).
- seccomp: Add missing compat_ioctl for notify (git-fixes).
- tpm: ibmvtpm: Wait for buffer to be set before proceeding
(git-fixes).
- tpm: tpm2_bios_measurements_next should increase position index
(git-fixes).
- tpm: tpm1_bios_measurements_next should increase position index
(git-fixes).
- vti6: Fix memory leak of skb if input policy check fails
(git-fixes).
- USB: serial: pl2303: add device-id for HP LD381 (git-fixes).
- USB: serial: option: add ME910G1 ECM composition 0x110b
(git-fixes).
- usb: quirks: add NO_LPM quirk for RTL8153 based ethernet
adapters (git-fixes).
- usb: host: xhci-plat: add a shutdown (git-fixes).
- USB: Disable LPM on WD19's Realtek Hub (git-fixes).
- usb: xhci: apply XHCI_SUSPEND_DELAY to AMD XHCI controller
1022:145c (git-fixes).
- tty: fix compat TIOCGSERIAL checking wrong function ptr
(git-fixes).
- tty: fix compat TIOCGSERIAL leaking uninitialized memory
(git-fixes).
- seccomp: Check that seccomp_notif is zeroed out by the user
(git-fixes).
- commit 6e62c53
* Thu Apr 02 2020 tiwai@suse.de
- mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep command
(git-fixes).
- mmc: sdhci-tegra: Fix busy detection by enabling
MMC_CAP_NEED_RSP_BUSY (git-fixes).
- mmc: sdhci-omap: Fix busy detection by enabling
MMC_CAP_NEED_RSP_BUSY (git-fixes).
- mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discard
(git-fixes).
- mmc: core: Allow host controllers to require R1B for CMD6
(git-fixes).
- mmc: core: Default to generic_cmd6_time as timeout in
__mmc_switch() (git-fixes).
- commit a7a7a34
* Thu Apr 02 2020 tiwai@suse.de
- media: i2c: video-i2c: fix build errors due to 'imply hwmon'
(git-fixes).
- media: vivid: fix incorrect PA assignment to HDMI outputs
(git-fixes).
- media: imx: imx7-media-csi: Fix video field handling
(git-fixes).
- media: imx: imx7-media-csi: Remove unneeded register read
(git-fixes).
- media: imx: imx7_mipi_csis: Power off the source when stopping
streaming (git-fixes).
- media: xirlink_cit: add missing descriptor sanity checks
(git-fixes).
- media: stv06xx: add missing descriptor sanity checks
(git-fixes).
- media: ov519: add missing endpoint sanity checks (git-fixes).
- media: v4l2-fwnode: fix v4l2_fwnode_parse_link handling
(git-fixes).
- media: ti-vpe: cal: fix a kernel oops when unloading module
(git-fixes).
- media: tda10071: fix unsigned sign extension overflow
(git-fixes).
- media: v4l2-core: fix entity initialization in
device_register_subdev (git-fixes).
- media: v4l2-core: fix a use-after-free bug of sd->devnode
(git-fixes).
- media: vsp1: tidyup VI6_HGT_LBn_H() macro (git-fixes).
- media: staging/imx: Missing assignment in
imx_media_capture_device_register() (git-fixes).
- media: hantro: Read be32 words starting at every fourth byte
(git-fixes).
- media: dib0700: fix rc endpoint lookup (git-fixes).
- media: flexcop-usb: fix endpoint sanity check (git-fixes).
- media: usbtv: fix control-message timeouts (git-fixes).
- commit 80da5af
* Thu Apr 02 2020 tbogendoerfer@suse.de
- ionic: print data for unknown xcvr type (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- commit e353704
* Thu Apr 02 2020 tbogendoerfer@suse.de
- ionic: remove lifs on fw reset (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: disable the queues on link down (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: check for queues before deleting (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: clean tx queue of unfinished requests (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: move irq request to qcq alloc (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: move debugfs add/delete to match alloc/free (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: check for linkup in watchdog (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: decouple link message from netdev state (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: check for NULL structs on teardown (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: clean irq affinity on queue deinit (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: ignore eexist on rx filter add (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: only save good lif dentry (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: leave dev cmd request contents alone on FW timeout
(bsc#1167773 jsc#PM-1588 jsc#ECO-1386).
- ionic: add timeout error checking for queue disable (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: add decode for IONIC_RC_ENOSUPP (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: remove adminq napi instance (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: deinit rss only if selected (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: stop devlink warn on mgmt device (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: add support for device id 0x1004 (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: print pci bus lane info (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: support ethtool rxhash disable (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: clean up bitflag usage (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: improve irq numa locality (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: remove pragma packed (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: keep ionic dev on lif init fail (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ice: add additional E810 device id (jsc#SLE-7966 bsc#1157177).
- ionic: make spdxcheck.py happy (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- net: ionic: Use scnprintf() for avoiding potential buffer
overflow (bsc#1167773 jsc#PM-1588 jsc#ECO-1386).
- commit dca9c4d
* Thu Apr 02 2020 oneukum@suse.com
- USB: serial: pl2303: add device-id for HP LD381 (git-fixes).
- commit f358c73
* Thu Apr 02 2020 ptesarik@suse.cz
- KVM: S390: protvirt: Introduce instruction data area bounce
buffer (jsc#SLE-7512 bsc#1165545).
- Update kabi files.
- commit fb23a46
* Thu Apr 02 2020 oneukum@suse.com
- USB: serial: option: add ME910G1 ECM composition 0x110b
(git-fixes).
- commit d394d40
* Thu Apr 02 2020 oneukum@suse.com
- usb: quirks: add NO_LPM quirk for RTL8153 based ethernet
adapters (git-fixes).
- commit 4366db0
* Thu Apr 02 2020 oneukum@suse.com
- usb: host: xhci-plat: add a shutdown (git-fixes).
- commit d6ce28e
* Thu Apr 02 2020 tiwai@suse.de
- staging: wlan-ng: fix use-after-free Read in
hfa384x_usbin_callback (git-fixes).
- staging: wlan-ng: fix ODEBUG bug in prism2sta_disconnect_usb
(git-fixes).
- staging: rtl8188eu: Add ASUS USB-N10 Nano B1 to device table
(git-fixes).
- net: qmi_wwan: add support for ASKEY WWHC050 (git-fixes).
- commit cae14b2
* Thu Apr 02 2020 oneukum@suse.com
- USB: Disable LPM on WD19's Realtek Hub (git-fixes).
- commit 545e2ba
* Thu Apr 02 2020 tiwai@suse.de
- maillbox: bcm-flexrm-mailbox: handle cmpl_pool dma allocation
failure (git-fixes).
- HID: fix Kconfig word ordering (git-fixes).
- hwrng: imx-rngc - fix an error path (git-fixes).
- mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TX
(git-fixes).
- mac80211: mark station unauthorized before key removal
(git-fixes).
- mac80211: drop data frames without key on encrypted links
(git-fixes).
- i2c: hix5hd2: add missed clk_disable_unprepare in remove
(git-fixes).
- Input: synaptics - enable RMI on HP Envy 13-ad105ng (git-fixes).
- mac80211: Do not send mesh HWMP PREQ if HWMP is disabled
(git-fixes).
- commit 1a471a8
* Thu Apr 02 2020 oneukum@suse.com
- usb: xhci: apply XHCI_SUSPEND_DELAY to AMD XHCI controller
1022:145c (git-fixes).
- commit 84b09ec
* Thu Apr 02 2020 tiwai@suse.de
- crypto: caam - update xts sector size for large input length
(git-fixes).
- crypto: caam/qi2 - fix chacha20 data size error (git-fixes).
- crypto: mxs-dcp - fix scatterlist linearization for hash
(git-fixes).
- crypto: arm64/sha-ce - implement export/import (git-fixes).
- crypto: tcrypt - fix printed skcipher [a]sync mode (git-fixes).
- crypto: rng - Fix a refcounting bug in crypto_rng_reset()
(git-fixes).
- ahci: Add Intel Comet Lake H RAID PCI ID (git-fixes).
- commit c24e76c
* Thu Apr 02 2020 oneukum@suse.com
- xhci: Do not open code __print_symbolic() in xhci trace events
(git-fixes).
- commit fed4fc3
* Thu Apr 02 2020 ptesarik@suse.cz
- KVM: s390: protvirt: Add SCLP interrupt handling (jsc#SLE-7512
bsc#1165545).
- Update kabi files.
- commit 4f3b7b8
* Thu Apr 02 2020 ptesarik@suse.cz
- s390/mm: provide memory management functions for protected
KVM guests (jsc#SLE-7512 bsc#1165545).
- Update kabi files.
- commit 9c9391b
* Thu Apr 02 2020 oneukum@suse.com
- blacklist.conf: code cleanup that breaks kABI
- commit 0354bc9
* Thu Apr 02 2020 ptesarik@suse.cz
- KVM: s390: protvirt: Add KVM api documentation (jsc#SLE-7512
bsc#1165545).
- KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED
(jsc#SLE-7512 bsc#1165545).
- DOCUMENTATION: Protected virtual machine introduction and IPL
(jsc#SLE-7512 bsc#1165545).
- KVM: s390: protvirt: Add UV cpu reset calls (jsc#SLE-7512
bsc#1165545).
- KVM: s390: protvirt: do not inject interrupts after start
(jsc#SLE-7512 bsc#1165545).
- KVM: s390: protvirt: Mask PSW interrupt bits for interception
104 and 112 (jsc#SLE-7512 bsc#1165545).
- KVM: s390: protvirt: Support cmd 5 operation state (jsc#SLE-7512
bsc#1165545).
- KVM: s390: protvirt: Report CPU state to Ultravisor
(jsc#SLE-7512 bsc#1165545).
- KVM: s390: protvirt: UV calls in support of diag308 0, 1
(jsc#SLE-7512 bsc#1165545).
- KVM: s390: protvirt: Add program exception injection
(jsc#SLE-7512 bsc#1165545).
- KVM: s390: protvirt: Only sync fmt4 registers (jsc#SLE-7512
bsc#1165545).
- KVM: s390: protvirt: Do only reset registers that are accessible
(jsc#SLE-7512 bsc#1165545).
- KVM: s390: protvirt: disallow one_reg (jsc#SLE-7512
bsc#1165545).
- KVM: s390: protvirt: STSI handling (jsc#SLE-7512 bsc#1165545).
- KVM: s390: protvirt: Write sthyi data to instruction data area
(jsc#SLE-7512 bsc#1165545).
- KVM: s390/mm: handle guest unpin events (jsc#SLE-7512
bsc#1165545).
- KVM: s390: protvirt: handle secure guest prefix pages
(jsc#SLE-7512 bsc#1165545).
- KVM: s390: protvirt: Add new gprs location handling
(jsc#SLE-7512 bsc#1165545).
- KVM: s390: protvirt: Handle spec exception loops (jsc#SLE-7512
bsc#1165545).
- KVM: s390: protvirt: Handle SE notification interceptions
(jsc#SLE-7512 bsc#1165545).
- KVM: s390/mm: Make pages accessible before destroying the guest
(jsc#SLE-7512 bsc#1165545).
- KVM: s390: protvirt: Secure memory is not mergeable
(jsc#SLE-7512 bsc#1165545).
- KVM: s390: add new variants of UV CALL (jsc#SLE-7512
bsc#1165545).
- KVM: s390: protvirt: Add UV debug trace (jsc#SLE-7512
bsc#1165545).
- KVM: s390/interrupt: do not pin adapter interrupt pages
(jsc#SLE-7512 bsc#1165545).
- s390/protvirt: Add sysfs firmware interface for Ultravisor
information (jsc#SLE-7512 bsc#1165545).
- s390/mm: add (non)secure page access exceptions handlers
(jsc#SLE-7512 bsc#1165545).
- s390/protvirt: add ultravisor initialization (jsc#SLE-7512
bsc#1165545).
- s390/protvirt: introduce host side setup (jsc#SLE-7512
bsc#1165545).
- KVM: s390: Also reset registers in sync regs for initial cpu
reset (jsc#SLE-7512 bsc#1165545).
- KVM: s390: Add new reset vcpu API (jsc#SLE-7512 bsc#1165545).
- KVM: s390: Cleanup initial cpu reset (jsc#SLE-7512 bsc#1165545).
- KVM: s390: Cleanup kvm_arch_init error path (jsc#SLE-7512
bsc#1165545).
- KVM: s390: mark __insn32_query() as __always_inline
(jsc#SLE-7512 bsc#1165545).
- KVM: s390: Disallow invalid bits in kvm_valid_regs and
kvm_dirty_regs (jsc#SLE-7512 bsc#1165545).
- commit 8e1956a
* Thu Apr 02 2020 jslaby@suse.cz
- char/random: silence a lockdep splat with printk() (git-fixes).
- commit dce5b06
* Wed Apr 01 2020 msuchanek@suse.de
- powerpc/vmlinux.lds: Explicitly retain .gnu.hash (bsc#1148868).
- commit 0843abc
* Wed Apr 01 2020 msuchanek@suse.de
- powerpc/64/tm: Don't let userspace set regs->trap via sigreturn
(bsc#1118338 ltc#173734).
- commit 3d1d975
* Wed Apr 01 2020 msuchanek@suse.de
- powerpc/pseries: Handle UE event for memcpy_mcsafe (jsc#SLE-7730
jsc#SLE-8330).
- commit 823260c
* Wed Apr 01 2020 msuchanek@suse.de
- powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non
configured IPIs (bsc#1085030).
- commit e5b59c4
* Wed Apr 01 2020 mgorman@suse.de
- Update config files to disable CONFIG_KERNEL_HEADER_TEST (bsc#1168354).
- commit bc323e4
* Wed Apr 01 2020 msuchanek@suse.de
- powerpc/64: Prevent stack protection in early boot
(bsc#1156395).
- powerpc/64: Setup a paca before parsing device tree etc
(bsc#1156395).
- commit 196aec2
* Wed Apr 01 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline tag:
patches.suse/sched-core-Don-t-skip-remote-tick-for-idle-CPUs.patch
patches.suse/timers-nohz-Update-NOHZ-load-in-remote-tick.patch
- commit 41bab0e
* Wed Apr 01 2020 mkubecek@suse.cz
- update patch metadata
- update upstream reference:
patches.suse/net-bpfilter-remove-superfluous-testing-message.patch
- commit 9f9b3f8
* Wed Apr 01 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and resort:
patches.suse/media-go7007-Fix-URB-type-for-interrupt-handling.patch
patches.suse/mmc-sdhci-introduce-sdhci_set_power_and_bus_voltage.patch
patches.suse/mmc-sdhci-iproc-add-custom-set_power-callback-for-bcm2711.patch
- commit 69e3868
* Wed Apr 01 2020 jack@suse.cz
- ext4: Avoid ENOSPC when avoiding to reuse recently deleted
inodes (bsc#1165019).
- commit ac99ab8
* Wed Apr 01 2020 tiwai@suse.de
- Delete patches.suse/i2c-i801-Do-not-add-ICH_RES_IO_SMI-for-the-iTCO_wdt-.patch (bsc#1168297)
The patch caused a regression on DNV board.
- commit e88f35c
* Wed Apr 01 2020 lhenriques@suse.com
- ceph: fix memory leak in ceph_cleanup_snapid_map()
(jsc#SES-1134).
- libceph: fix alloc_msg_with_page_vector() memory leaks
(jsc#SES-1134).
- ceph: check POOL_FLAG_FULL/NEARFULL in addition to
OSDMAP_FULL/NEARFULL (jsc#SES-1134).
- commit c22ae0e
* Wed Apr 01 2020 glin@suse.com
- net/bpfilter: remove superfluous testing message (bsc#1155518).
- commit 8cf8e50
* Wed Apr 01 2020 tbogendoerfer@suse.de
- vti: fix packet tx through bpf_redirect() in XinY cases
(bsc#1154353).
- RDMA/core: Ensure security pkey modify is not lost
(jsc#SLE-8449).
- net/mlx5e: Do not recover from a non-fatal syndrome
(jsc#SLE-8464).
- net/mlx5e: Fix ICOSQ recovery flow with Striding RQ
(jsc#SLE-8464).
- net/mlx5e: Fix missing reset of SW metadata in Striding RQ reset
(jsc#SLE-8464).
- net/mlx5e: Enhance ICOSQ WQE info fields (jsc#SLE-8464).
- net/mlx5e: kTLS, Fix TCP seq off-by-1 issue in TX resync flow
(jsc#SLE-8464).
- net/mlx5: DR, Fix postsend actions write length (jsc#SLE-8464).
- cxgb4: fix throughput drop during Tx backpressure (jsc#SLE-8389
bnc#1151927 5.3.10).
- mlxsw: pci: Only issue reset when system is ready (bsc#1154488).
- net: ena: fix incorrect setting of the number of msix vectors
(bsc#1154492).
- cxgb4: fix delete filter entry fail in unload path
(jsc#SLE-8389).
- net_sched: keep alloc_hash updated after hash allocation
(bsc#1154353).
- bpf/btf: Fix BTF verification of enum members in struct/union
(bsc#1154353).
- bpf: Initialize storage pointers to NULL to prevent freeing
garbage pointer (bsc#1154353).
- commit f057e20
* Wed Apr 01 2020 glin@suse.com
- bpf: Simplify reg_set_min_max_inv handling (bsc#1167722,
CVE-2020-8835).
- bpf: Fix tnum constraints for 32-bit comparisons (bsc#1167722,
CVE-2020-8835).
- bpf: Reliably preserve btf_trace_xxx types (bsc#1155518).
- commit 0eb8897
* Wed Apr 01 2020 tiwai@suse.de
- Crypto: chelsio - Fixes a deadlock between rtnl_lock and
uld_mutex (git-fixes).
- Crypto: chelsio - Fixes a hang issue during driver registration
(git-fixes).
- ath9k: Handle txpower changes even when TPC is disabled
(git-fixes).
- mwifiex: set needed_headroom, not hard_header_len (git-fixes).
- brcmfmac: abort and release host after error (git-fixes).
- platform/x86: asus_wmi: Fix return value of fan_boost_mode_store
(git-fixes).
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
DMI table (git-fixes).
- serial: sprd: Fix a dereference warning (git-fixes).
- firmware: arm_sdei: fix possible double-lock on hibernate
error path (git-fixes).
- firmware: arm_sdei: fix double-lock on hibernate with shared
events (git-fixes).
- fbdev/g364fb: Fix build failure (git-fixes).
- commit 342cd4b
* Wed Apr 01 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline tag:
patches.suse/modpost-move-the-namespace-field-in-Module.symvers-last.patch
- commit af8306c
* Wed Apr 01 2020 mkubecek@suse.cz
- series.conf: refresh
- update upstream reference and resort:
patches.suse/ethtool-Factored-out-similar-ethtool-link-settings-f.patch
patches.suse/modpost-return-error-if-module-is-missing-ns-imports.patch
patches.suse/net-ethtool-Introduce-link_ksettings-API-for-virtual.patch
- commit 177866a
* Tue Mar 31 2020 mgorman@suse.de
- kthread: Do not preempt current task if it is going to
call schedule() (bnc#1155798 (CPU scheduler functional and
performance backports)).
- sched/fair: Improve spreading of utilization (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched: Avoid scale real weight down to zero (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/core: Distribute tasks within affinity masks (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair: Fix enqueue_task_fair warning (bnc#1155798 (CPU
scheduler functional and performance backports)).
- sched/core: Remove duplicate assignment in sched_tick_remote()
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- timers/nohz: Update NOHZ load in remote tick (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/core: Don't skip remote tick for idle CPUs (bnc#1155798
(CPU scheduler functional and performance backports)).
- commit 1264b2f
* Tue Mar 31 2020 mgorman@suse.de
- series.conf: cleanup
- update upstream references and move into sorted section:
patches.suse/sched-fair-Fix-kernel-build-warning-in-test_idle_cores-for-SMT-NUMA.patch.
patches.suse/sched-fair-Fix-reordering-of-enqueue-dequeue_task_fair.patch.
patches.suse/sched-fair-Fix-runnable_avg-for-throttled-cfs.patch.
patches.suse/sched-fair-Optimize-select_idle_core.patch.
patches.suse/sched-fair-Take-into-account-runnable_avg-to-classify-group.patch.
patches.suse/sched-fair-fix-condition-of-avg_load-calculation.patch.
patches.suse/sched-fair-fix-statistics-for-find_idlest_group.patch.
patches.suse/sched-fair-reorder-enqueue-dequeue_task_fair-path.patch.
patches.suse/sched-numa-Acquire-RCU-lock-for-checking-idle-cores-during-NUMA-balancing.patch.
patches.suse/sched-numa-Bias-swapping-tasks-based-on-their-preferred-node.patch.
patches.suse/sched-numa-Distinguish-between-the-different-task_numa_migrate-failure-cases.patch.
patches.suse/sched-numa-Find-an-alternative-idle-CPU-if-the-CPU-is-part-of-an-active-NUMA-balance.patch.
patches.suse/sched-numa-Prefer-using-an-idle-cpu-as-a-migration-target-instead-of-comparing-tasks.patch.
patches.suse/sched-numa-Stop-an-exhastive-search-if-a-reasonable-swap-candidate-or-idle-CPU-is-found.patch.
patches.suse/sched-numa-Trace-when-no-candidate-CPU-was-found-on-the-preferred-node.patch.
patches.suse/sched-numa-Use-similar-logic-to-the-load-balancer-for-moving-between-domains-with-spare-capacity.patch.
patches.suse/sched-numa-replace-runnable_load_avg-by-load_avg.patch.
patches.suse/sched-pelt-Add-a-new-runnable-average-signal.patch.
patches.suse/sched-pelt-Remove-unused-runnable-load-average.patch.
patches.suse/sched-topology-Don-t-enable-EAS-on-SMT-systems.patch.
- commit ecd3b4e
* Tue Mar 31 2020 ohering@suse.de
- clocksource/drivers/hyper-v: Make sched clock return nanoseconds
correctly (git-fixes).
- commit 5751e50
* Tue Mar 31 2020 tiwai@suse.de
- thermal: Add a sanity check for invalid state at stats update
(bsc#1166535).
- commit c368806
* Tue Mar 31 2020 glin@suse.com
- bpf: Undo incorrect __reg_bound_offset32 handling (bsc#1167722, CVE-2020-8835).
- commit ef6c245
* Mon Mar 30 2020 nmoreychaisemartin@suse.com
- net/mlx5_core: Set IB capability mask1 to fix ib_srpt connection failure (bsc#1167903)
- commit b92b72c
* Mon Mar 30 2020 ptesarik@suse.cz
- kabi/severities: Exempt IBM z/Architecture internal symbols.
- commit 61f446e
* Mon Mar 30 2020 nstange@suse.de
- kABI: shield fsnotify.h #include in libfs.c from kABI checker
(bsc#1159198).
- commit c381542
* Mon Mar 30 2020 ptesarik@suse.cz
- s390/dasd: fix data corruption for thin provisioned devices
(bsc#1167201 LTC#184504).
- Delete
patches.suse/s390-dasd-disable-ese-support-due-to-possible-data-c.patch.
- commit 5c48dc0
* Mon Mar 30 2020 jeyu@suse.de
- Update patches.suse/modpost-move-the-namespace-field-in-Module.symvers-last.patch.
- update patch metadata/upstream references and move into the sorted section.
- commit 678cbc3
* Mon Mar 30 2020 ykaukab@suse.de
- usb: host: xhci-tegra: Implement basic ELPG support
(bsc#1167765).
- usb: host: xhci-tegra: Add XUSB controller context
(bsc#1167765).
- usb: host: xhci-tegra: Add support for XUSB context save/restore
(bsc#1167765).
- usb: host: xhci-tegra: Enable runtime PM as late as possible
(bsc#1167765).
- usb: host: xhci-tegra: Reuse stored register base address
(bsc#1167765).
- usb: host: xhci-tegra: Extract firmware enable helper
(bsc#1167765).
- usb: host: xhci-tegra: Use CNR as firmware ready indicator
(bsc#1167765).
- usb: host: xhci-tegra: Avoid a fixed duration sleep
(bsc#1167765).
- usb: host: xhci-tegra: Separate firmware request and load
(bsc#1167765).
- usb: host: xhci-tegra: Fix "tega" -> "tegra" typo (bsc#1167765).
- commit da4b20d
* Mon Mar 30 2020 glin@suse.com
- net/bpfilter: fix dprintf usage for /dev/kmsg (bsc#1155518).
- bpf/btf: Fix BTF verification of enum members in struct/union
(bsc#1155518).
- bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memory
(bsc#1155518).
- bpf: Initialize storage pointers to NULL to prevent freeing
garbage pointer (bsc#1155518).
- commit 0e26614
* Sun Mar 29 2020 msuchanek@suse.de
- Disable hibernation on s390x (bsc#1167650).
- [mkubecek] update s390x kabi reference files (incompatible):
CONFIG_HIBERNATION y->n, CONFIG_PM y->n
- commit f392251
* Sun Mar 29 2020 mkubecek@suse.cz
- series.conf: whitespace cleanup
- commit 963e602
* Sat Mar 28 2020 tonyj@suse.de
- blacklist.conf: add git-fixes that are in perf userspace package
- commit 4dabd66
* Sat Mar 28 2020 tonyj@suse.de
- perf/x86/amd: Add missing L2 misses event spec to AMD Family
17h's event map (git-fixes).
- perf/x86/amd: Constrain Large Increment per Cycle events
(git-fixes).
- perf/x86/intel/uncore: Fix missing marker for
snr_uncore_imc_freerunning_events (git-fixes).
- perf/x86/intel: Fix PT PMI handling (git-fixes).
- perf/x86/intel/bts: Fix the use of page_private() (git-fixes).
- perf/x86/cstate: Update C-state counters for Ice Lake
(git-fixes).
- commit c1a8c50
* Fri Mar 27 2020 bp@suse.de
- vhost: Check docket sk_family instead of call getname
(bsc#1167629 CVE-2020-10942).
- commit b04a498
* Fri Mar 27 2020 msuchanek@suse.de
- powerpc/64s: Fix section mismatch warnings from boot code
(bsc#1148868).
- commit 74f4898
* Fri Mar 27 2020 jbohac@suse.cz
- net: ena: Add PCI shutdown handler to allow safe kexec
(bsc#1167421, bsc#1167423).
- commit 9ba04ea
* Fri Mar 27 2020 dwagner@suse.de
- lpfc kABI fixes for 12.8.0.0 (bsc#1164777 bsc#1164780
bsc#1165211 jsc#SLE-8654).
- scsi: lpfc: Update lpfc version to 12.8.0.0 (bsc#1164777
bsc#1164780 bsc#1165211 jsc#SLE-8654).
- scsi: lpfc: Remove prototype FIPS/DSS options from SLI-3
(bsc#1164777 bsc#1164780 bsc#1165211 jsc#SLE-8654).
- scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSI
(bsc#1164777 bsc#1164780 bsc#1165211 jsc#SLE-8654).
- scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statistics
(bsc#1164777 bsc#1164780 bsc#1165211 jsc#SLE-8654).
- scsi: lpfc: Fix crash in target side cable pulls hitting
WAIT_FOR_UNREG (bsc#1164777 bsc#1164780 bsc#1165211
jsc#SLE-8654).
- scsi: lpfc: Fix update of wq consumer index in
lpfc_sli4_wq_release (bsc#1164777 bsc#1164780 bsc#1165211
jsc#SLE-8654).
- scsi: lpfc: Fix crash after handling a pci error (bsc#1164777
bsc#1164780 bsc#1165211 jsc#SLE-8654).
- scsi: lpfc: Fix scsi host template for SLI3 vports (bsc#1164777
bsc#1164780 bsc#1165211 jsc#SLE-8654).
- scsi: lpfc: Fix lpfc overwrite of sg_cnt field in
nvmefc_tgt_fcp_req (bsc#1164777 bsc#1164780 bsc#1165211
jsc#SLE-8654).
- scsi: lpfc: Fix lockdep error - register non-static key
(bsc#1164777 bsc#1164780 bsc#1165211 jsc#SLE-8654).
- scsi: lpfc: Fix kasan slab-out-of-bounds error in
lpfc_unreg_login (bsc#1164777 bsc#1164780 bsc#1165211
jsc#SLE-8654).
- scsi: lpfc: fix spelling mistake "Notication" -> "Notification"
(bsc#1164777 bsc#1164780 bsc#1165211 jsc#SLE-8654).
- scsi: lpfc: add RDF registration and Link Integrity FPIN logging
(bsc#1164777 bsc#1164780 bsc#1165211 jsc#SLE-8654).
- scsi: fc: Update Descriptor definition and add RDF and
Link Integrity FPINs (bsc#1164777 bsc#1164780 bsc#1165211
jsc#SLE-8654).
- commit 8ee63af
* Fri Mar 27 2020 dwagner@suse.de
- Refresh series.conf
- patches.suse/scsi-target-convert-boolean-se_dev_attrib-types-to-b.patch
- patches.suse/scsi-target-fix-unmap_zeroes_data-boolean-initialisa.patch
- patches.suse/scsi-target-use-an-enum-to-track-emulate_ua_intlck_c.patch
- commit ee2196b
* Fri Mar 27 2020 tiwai@suse.de
- Input: avoid BIT() macro usage in the serio.h UAPI header
(git-fixes).
- Input: raydium_i2c_ts - fix error codes in
raydium_i2c_boot_trigger() (git-fixes).
- commit 6acc495
* Fri Mar 27 2020 dwagner@suse.de
- net/mlx5: Add stub for mlx5_eswitch_mode (jsc#SLE-8464).
- commit 154e4ec
* Fri Mar 27 2020 mgorman@suse.de
- sched/fair: Fix negative imbalance in imbalance calculation
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- commit 4f5edea
* Fri Mar 27 2020 bp@suse.de
- perf/x86/amd: Add support for Large Increment per Cycle Events
(jsc#SLE-11831).
- commit 43457d3
* Thu Mar 26 2020 ptesarik@suse.cz
- s390/setup: Fix secure ipl message (bsc#1163524 LTC#183960).
- commit dea2aed
* Thu Mar 26 2020 tbogendoerfer@suse.de
- blacklist.conf: bdd68860a044 is a dup of 17df5ae1b3e1
- commit d81f030
* Thu Mar 26 2020 tbogendoerfer@suse.de
- Documentation: networking: device drivers: Remove stray
asterisks (bsc#1167773 jsc#PM-1588 jsc#ECO-1386).
- Doc: networking/device_drivers/pensando: fix ionic.rst warnings
(bsc#1167773 jsc#PM-1588 jsc#ECO-1386).
- ionic: select CONFIG_NET_DEVLINK (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- commit 4199ffe
* Thu Mar 26 2020 tbogendoerfer@suse.de
- ionic: fix vf op lock usage (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: fix fw_status read (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: fix rxq comp packet type mask (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: clear compiler warning on hb use before set (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: restrict received packets to mtu size (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: add Rx dropped packet counter (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: drop use of subdevice tags (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: support sr-iov operations (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: ionic_if bits for sr-iov support (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: keep users rss hash across lif reset (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: Remove set but not used variable 'sg_desc' (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: update driver version (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: implement support for rx sgl (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: add a watchdog timer to monitor heartbeat (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: add heartbeat check (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: reverse an interrupt coalesce calculation (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: fix up struct name comments (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: add lif_quiesce to wait for queue activity to stop
(bsc#1167773 jsc#PM-1588 jsc#ECO-1386).
- ionic: implement ethtool set-fec (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: report users coalesce request (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: use wait_on_bit_lock() rather than open code (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: simplify returns in devlink info (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- dynamic_debug: provide dynamic_hex_dump stub (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: fix stats memory dereference (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: Fix an error code in ionic_lif_alloc() (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: Remove unnecessary ternary operator in
ionic_debugfs_add_ident (bsc#1167773 jsc#PM-1588 jsc#ECO-1386).
- ionic: Remove unused including <linux/version.h> (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: Add coalesce and other features (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: Add RSS support (bsc#1167773 jsc#PM-1588 jsc#ECO-1386).
- ionic: Add driver stats (bsc#1167773 jsc#PM-1588 jsc#ECO-1386).
- ionic: Add netdev-event handling (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: Add Tx and Rx handling (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: Add initial ethtool support (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: Add async link status check and basic stats (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: Add Rx filter and rx_mode ndo support (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: Add management of rx filters (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: Add the basic NDO callbacks for netdev support
(bsc#1167773 jsc#PM-1588 jsc#ECO-1386).
- ionic: Add notifyq support (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: Add adminq action (bsc#1167773 jsc#PM-1588 jsc#ECO-1386).
- ionic: Add basic adminq support (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: Add interrupts and doorbells (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: Add basic lif support (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: Add port management commands (bsc#1167773 jsc#PM-1588
jsc#ECO-1386).
- ionic: Add hardware init and device commands (bsc#1167773
jsc#PM-1588 jsc#ECO-1386).
- ionic: Add basic framework for IONIC Network device driver
(bsc#1167773 jsc#PM-1588 jsc#ECO-1386).
- Update config files.
- supported.conf: mark ionic supported (bsc#1167773 jsc#PM-1588 jsc#ECO-1386)
- commit 7927437
* Thu Mar 26 2020 msuchanek@suse.de
- update patch metadata and move it into sorted section
Rename patches.suse/powerpc-pseries-fix-of_read_drc_info_cell-to-point-at-next-record.patch
to patches.suse/powerpc-pseries-Fix-of_read_drc_info_cell-to-point-a.patch,
update to upstream version, update upstream references and move into sorted section.
- commit 58f6e72
* Thu Mar 26 2020 mbrugger@suse.com
- Revert "net: bcmgenet: use RGMII loopback for MAC reset"
(bsc#1167769).
- commit b9b9649
* Thu Mar 26 2020 jack@suse.cz
- ext4: Check for non-zero journal inum in ext4_calculate_overhead
(bsc#1167288).
- commit 4a32d11
* Thu Mar 26 2020 tiwai@suse.de
- r8169: re-enable MSI on RTL8168c (git-fixes).
- net: phy: mdio-bcm-unimac: Fix clock handling (git-fixes).
- NFC: fdp: Fix a signedness bug in fdp_nci_send_patch()
(git-fixes).
- vxlan: check return value of gro_cells_init() (git-fixes).
- net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable()
return value (git-fixes).
- iwlwifi: yoyo: don't add TLV offset when reading FIFOs
(git-fixes).
- iwlwifi: consider HE capability when setting LDPC (git-fixes).
- gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT +
AXP288 model (git-fixes).
- gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT +
AXP288 model (git-fixes).
- gpiolib: acpi: Rework honor_wakeup option into an ignore_wake
option (git-fixes).
- gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk
(git-fixes).
- gpiolib: Fix irq_disable() semantics (git-fixes).
- intel_th: pci: Add Elkhart Lake CPU support (git-fixes).
- staging: rtl8188eu: Add device id for MERCUSYS MW150US v2
(git-fixes).
- staging/speakup: fix get_word non-space look-ahead (git-fixes).
- drm/amd/amdgpu: Fix GPR read from debugfs (v2) (git-fixes).
- drm/lease: fix WARNING in idr_destroy (git-fixes).
- mmc: rtsx_pci: Fix support for speed-modes that relies on tuning
(git-fixes).
- mmc: sdhci-cadence: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN for
UniPhier (git-fixes).
- altera-stapl: altera_get_note: prevent write beyond end of 'key'
(git-fixes).
- spi: spi_register_controller(): free bus id on error paths
(git-fixes).
- spi/zynqmp: remove entry that causes a cs glitch (git-fixes).
- spi: pxa2xx: Add CS control clock quirk (git-fixes).
- spi: qup: call spi_qup_pm_resume_runtime before suspending
(git-fixes).
- spi: spi-omap2-mcspi: Support probe deferral for DMA channels
(git-fixes).
- drm/amd/display: fix dcc swath size calculations on dcn1
(git-fixes).
- drm/amd/display: Clear link settings on MST disable connector
(git-fixes).
- drm/amdgpu: clean wptr on wb when gpu recovery (git-fixes).
- drm/mediatek: Find the cursor plane instead of hard coding it
(git-fixes).
- drm/exynos: hdmi: don't leak enable HDMI_EN regulator if probe
fails (git-fixes).
- drm/exynos: dsi: fix workaround for the legacy clock name
(git-fixes).
- drm/exynos: dsi: propagate error value and silence meaningless
warning (git-fixes).
- mmc: sdhci-cadence: use struct_size() helper (git-fixes).
- commit 963c6b7
* Thu Mar 26 2020 mhocko@suse.com
- selftests: vm: drop dependencies on page flags from mlock2 tests
(bnc#1167384).
- commit 93ec8db
* Thu Mar 26 2020 mkubecek@suse.cz
- Update kabi files.
Update from RC2 kernel submission (commit 2cc5c6f40e3f).
- commit bc36e97
* Wed Mar 25 2020 jack@suse.cz
- ext4: do not commit super on read-only bdev (bsc#1167288
bsc#1167338).
- commit 3e272f3
* Wed Mar 25 2020 jack@suse.cz
- ext4: Unregister sysfs path before destroying jbd2 journal
(bsc#1167338 bsc#1167288).
- commit 536d85c
* Wed Mar 25 2020 tiwai@suse.de
- struct phy_device kABI compatibility workaround (git-fixes).
- commit feeaa43
* Wed Mar 25 2020 tiwai@suse.de
- net: phy: fix MDIO bus PM PHY resuming (git-fixes).
- commit d42c758
* Wed Mar 25 2020 tiwai@suse.de
- net: phy: Avoid multiple suspends (git-fixes).
- commit c95182b
* Wed Mar 25 2020 tiwai@suse.de
- drm/bridge: dw-hdmi: fix AVI frame colorimetry (git-fixes).
- alarmtimer: Make alarmtimer platform device child of RTC device
(git-fixes).
- commit ba8679d
* Wed Mar 25 2020 tiwai@suse.de
- virtio-blk: improve virtqueue error to BLK_STS (bsc#1167649).
- commit 0db14dd
* Wed Mar 25 2020 vbabka@suse.cz
- mm, slub: prevent kmalloc_node crashes and memory leaks
(bsc#1167657, VM functionality).
- commit 4697f85
* Wed Mar 25 2020 vbabka@suse.cz
- mm: slub: be more careful about the double cmpxchg of freelist
(bsc#1167657, VM functionality).
- commit e8bce3b
* Wed Mar 25 2020 vbabka@suse.cz
- mm: slub: add missing TID bump in kmem_cache_alloc_bulk()
(bsc#1167657, VM functionality).
- commit 0108e02
* Wed Mar 25 2020 mkubecek@suse.cz
- fix patch metadata
- fix wrong Patch-mainline:
patches.suse/0001-Revert-serial-uartlite-Add-runtime-support.patch
patches.suse/0001-Revert-serial-uartlite-Do-not-use-static-struct-uart.patch
patches.suse/0001-Revert-serial-uartlite-Move-the-uart-register.patch
patches.suse/0001-pinctrl-baytrail-Really-serialize-all-register-acces.patch
- commit a449950
* Wed Mar 25 2020 oneukum@suse.com
- pinctrl: baytrail: Really serialize all register accesses
(git-fixes).
- Refresh
patches.suse/pinctrl-baytrail-Do-not-clear-IRQ-flags-on-direct-ir.patch.
- commit 3060b4c
* Wed Mar 25 2020 oneukum@suse.com
- Revert "serial-uartlite: Move the uart register" (git-fixes).
- commit 7d98e39
* Wed Mar 25 2020 oneukum@suse.com
- Revert "serial-uartlite: Do not use static struct uart_driver
out of probe()" (git-fixes).
- commit 053f110
* Wed Mar 25 2020 oneukum@suse.com
- Revert "serial-uartlite: Add runtime support" (git-fixes).
- commit 869ee8e
* Tue Mar 24 2020 mkubecek@suse.cz
- update patch metadata
- improve Patch-mainline tag:
patches.suse/rcuwait-Let-rcuwait_wake_up-return-whether-or-not-a-.patch
- commit f21d25e
* Tue Mar 24 2020 dbueso@suse.de
- rcuwait: Let rcuwait_wake_up() return whether or not a task was awoken (bsc#1167594).
- commit e399edf
* Tue Mar 24 2020 ptesarik@suse.cz
- Update config files: Increase NR_CPUS to 768 on arm64 to support the
extra cores on a Marvell ThunderX3 SoC (jsc#SLE-9971).
- [mkubecek] update kabi reference files (incompatible):
NR_CPUS raised from 480 to 768 on aarch64
- commit d52fc74
* Tue Mar 24 2020 bp@suse.de
- x86/MCE/AMD, EDAC/mce_amd: Add new Load Store unit McaType
(jsc#SLE-11833).
- commit a9c59e2
* Tue Mar 24 2020 colyli@suse.de
- md: rename wb stuffs (bsc#1166003).
- Update with kabi fix for the above change,
patches.kabi/md-backport-kabi.patch.
- Refresh for the above change,
patches.suse/md-display-timeout-error.patch.
- commit eabced8
* Tue Mar 24 2020 colyli@suse.de
- raid5: remove worker_cnt_per_group argument from
alloc_thread_groups (bsc#1166003).
- commit ffebcdb
* Tue Mar 24 2020 tiwai@suse.de
- KEYS: reaching the keys quotas correctly (bsc#1167517).
- commit 39a6103
* Tue Mar 24 2020 oneukum@suse.com
- kABI: more hooks for PCI changes (bsc#1141558).
- [mkubecek] update kabi reference files (incompatible):
SUSE kabi padding added to some PCI related structures
- commit 29f5545
* Tue Mar 24 2020 tbogendoerfer@suse.de
- net: hns3: fix RMW issue for VLAN filter switch (bsc#1154353).
- netfilter: nf_tables: fix infinite loop when expr is not
available (bsc#1154353).
- bnxt_en: fix error handling when flashing from file (sc#SLE-8371
bsc#1153274 bsc#1163419).
- bnxt_en: reinitialize IRQs when MTU is modified (sc#SLE-8371
bsc#1153274 bsc#1163419).
- bnxt_en: add newline to netdev_*() format strings (sc#SLE-8371
bsc#1153274 bsc#1163419).
- bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs
(sc#SLE-8371 bsc#1153274 bsc#1163419).
- bnxt_en: Improve device shutdown method (sc#SLE-8371 bsc#1153274
bsc#1163419).
- commit 6ec4eab
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: add enospc debug messages for ticket failure (bsc#1141456).
- Refresh
patches.suse/btrfs-dump_space_info-when-encountering-total_bytes_pinned-0-at-umount.patch.
- commit b0b4b45
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: do not account global reserve in can_overcommit (bsc#1141456).
- commit cbebbcb
* Tue Mar 24 2020 mbrugger@suse.com
- supported.conf: mark synopsys_edac as supported.
Used in Xilinx ZynqMP devices.
- commit 8d84988
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: use btrfs_try_granting_tickets in update_global_rsv (bsc#1141456).
- commit 2c7e1da
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: always reserve our entire size for the global reserve (bsc#1141456).
- commit 0ded727
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: change the minimum global reserve size (bsc#1141456).
- commit 20a34ab
* Tue Mar 24 2020 mbenes@suse.cz
- tracing: Add 'hist:' to hist trigger error log error string
(bsc#1164917).
- commit c0e7e4a
* Tue Mar 24 2020 mbenes@suse.cz
- tracing: Add hist trigger error messages for sort specification
(bsc#1164917).
- commit 9b80622
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: unexport the temporary exported functions (bsc#1162831).
- commit 795367d
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: migrate the block group cleanup code (bsc#1162831).
- Refresh
patches.suse/0001-btrfs-qgroup-Always-free-PREALLOC-META-reserve-in-bt.patch.
- Refresh
patches.suse/btrfs-dump_space_info-when-encountering-total_bytes_pinned-0-at-umount.patch.
- commit b3b0455
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: migrate the alloc_profile helpers (bsc#1162831).
- commit d4eb35f
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: migrate the chunk allocation code (bsc#1162831).
- commit 2694f31
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: migrate the block group space accounting helpers (bsc#1162831).
- commit cfbc882
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: export block group accounting helpers (bsc#1162831).
- commit 1701266
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: migrate the dirty bg writeout code (bsc#1162831).
- commit e9dcb00
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: migrate inc/dec_block_group_ro code (bsc#1162831).
- Refresh
patches.suse/0001-btrfs-qgroup-Always-free-PREALLOC-META-reserve-in-bt.patch.
- commit abe1d44
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: temporarily export btrfs_get_restripe_target (bsc#1162831).
- commit dcd4303
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: migrate the block group read/creation code (bsc#1162831).
- Refresh
patches.suse/0001-btrfs-block-group-Fix-a-memory-leak-due-to-missing-b.patch.
- commit 4cffeef
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: migrate the block group removal code (bsc#1162831).
- commit 313711e
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: temporarily export inc_block_group_ro (bsc#1162831).
- commit 9260ebc
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: migrate the block group caching code (bsc#1162831).
- commit 610d6da
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: make caching_thread use btrfs_find_next_key (bsc#1162831).
- commit 32ee695
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: temporarily export fragment_free_space (bsc#1162831).
- commit b52844f
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: export the caching control helpers (bsc#1162831).
- commit 96ba87a
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: export the excluded extents helpers (bsc#1162831).
- commit 0c5df27
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: export the block group caching helpers (bsc#1162831).
- commit 01de231
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: migrate nocow and reservation helpers (bsc#1162831).
- commit e4a70ac
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: migrate the block group ref counting stuff (bsc#1162831).
- commit 81d13e7
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: migrate the block group lookup code (bsc#1162831).
- commit fe38e12
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: move basic block_group definitions to their own header (bsc#1162831).
- commit a828471
* Tue Mar 24 2020 nborisov@suse.com
- btrfs: move btrfs_add_free_space out of a header file (bsc#1162831).
- commit c5144d6
* Mon Mar 23 2020 tiwai@suse.de
- USB: cdc-acm: fix rounding error in TIOCSSERIAL (git-fixes).
- usb: typec: ucsi: displayport: Fix a potential race during
registration (git-fixes).
- usb: typec: ucsi: displayport: Fix NULL pointer dereference
(git-fixes).
- commit 864c13e
* Mon Mar 23 2020 tiwai@suse.de
- rtc: max8907: add missing select REGMAP_IRQ (git-fixes).
- serial: 8250_exar: add support for ACCES cards (git-fixes).
- serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDE
(git-fixes).
- commit ae8a796
* Mon Mar 23 2020 tiwai@suse.de
- net: phy: bcm63xx: fix OOPS due to missing driver name
(git-fixes).
- net: phy: avoid clearing PHY interrupts twice in irq handler
(git-fixes).
- net: phy: mscc: fix firmware paths (git-fixes).
- net: phy: restore mdio regs in the iproc mdio driver
(git-fixes).
- net: phy: fixed_phy: fix use-after-free when checking link GPIO
(git-fixes).
- commit 9488907
* Mon Mar 23 2020 tiwai@suse.de
- intel_th: Fix user-visible error codes (git-fixes).
- iio: chemical: sps30: fix missing triggered buffer dependency
(git-fixes).
- iio: st_sensors: remap SMO8840 to LIS2DH12 (git-fixes).
- iio: light: vcnl4000: update sampling periods for vcnl4040
(git-fixes).
- iio: light: vcnl4000: update sampling periods for vcnl4200
(git-fixes).
- iio: accel: adxl372: Set iio_chan BE (git-fixes).
- iio: magnetometer: ak8974: Fix negative raw values in sysfs
(git-fixes).
- iio: trigger: stm32-timer: disable master mode when stopping
(git-fixes).
- iio: adc: stm32-dfsdm: fix sleep in atomic context (git-fixes).
- iio: adc: at91-sama5d2_adc: fix differential channels in
triggered mode (git-fixes).
- mmc: sdhci-of-at91: fix cd-gpios for SAMA5D2 (git-fixes).
- mac80211: rx: avoid RCU list traversal under mutex (git-fixes).
- commit 9bd80d9
* Mon Mar 23 2020 tiwai@suse.de
- HID: add ALWAYS_POLL quirk to lenovo pixart mouse (git-fixes).
- HID: google: add moonball USB id (git-fixes).
- HID: hid-bigbenff: fix race condition for scheduled work during
removal (git-fixes).
- HID: hid-bigbenff: call hid_hw_stop() in case of error
(git-fixes).
- HID: hid-bigbenff: fix general protection fault caused by
double kfree (git-fixes).
- HID: i2c-hid: add Trekstor Surfbook E11B to descriptor override
(git-fixes).
- HID: apple: Add support for recent firmware on Magic Keyboards
(git-fixes).
- commit 5f6c3d6
* Mon Mar 23 2020 nborisov@suse.com
- Fix patches.suse/btrfs-8888-add-allow_unsupported-module-parameter.patch
Fix earlier refresh.
- commit 479cae8
* Mon Mar 23 2020 lyan@suse.com
- Revert sgi_iodev for kabi break (bsc#1166547).
- commit 1393f42
* Mon Mar 23 2020 ykaukab@suse.de
- apei/ghes: Do not delay GHES polling (bsc#1166982).
- commit b9901b6
* Mon Mar 23 2020 jslaby@suse.cz
- net: dsa: tag_qca: Make sure there is headroom for tag
(networking-stable-20_02_19).
- net/sched: flower: add missing validation of TCA_FLOWER_FLAGS
(networking-stable-20_02_19).
- net/sched: matchall: add missing validation of
TCA_MATCHALL_FLAGS (networking-stable-20_02_19).
- net/smc: fix leak of kernel memory to user space
(networking-stable-20_02_19).
- core: Don't skip generic XDP program execution for cloned SKBs
(networking-stable-20_02_19).
- commit f564699
* Mon Mar 23 2020 jroedel@suse.de
- Refresh patches.suse/x86-mm-split-vmalloc_sync_all.patch.
- commit 52f4443
* Mon Mar 23 2020 jroedel@suse.de
- blacklist.conf: Add 02d715b4a818 iommu/vt-d: Fix RCU list debugging warnings
- commit edb9131
* Mon Mar 23 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/signal-avoid-double-atomic-counter-increments-for-user-accounting.patch
- commit 4c51946
* Mon Mar 23 2020 mgorman@suse.de
- sched/fair: Clear SMT siblings after determining the core is
not idle (bnc#1155798 (CPU scheduler functional and performance
backports)).
- commit fafc10a
* Mon Mar 23 2020 mgorman@suse.de
- sched/fair: fix condition of avg_load calculation (bnc#1155798
(CPU scheduler functional and performance backports)).
- commit db78afd
* Mon Mar 23 2020 mgorman@suse.de
- signal: avoid double atomic counter increments for user
accounting (bnc#1167415 (Kernel core performance backports)).
- commit 6ff4a7e
* Mon Mar 23 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/cgroup-iterate-tasks-that-did-not-finish-do_exit.patch
- commit 5b30728
* Mon Mar 23 2020 bp@suse.de
- EDAC/synopsys: Do not print an error with back-to-back
snprintf() calls (bsc#1152489).
- commit 3d8b07b
* Mon Mar 23 2020 bp@suse.de
- perf/amd/uncore: Replace manual sampling check with
CAP_NO_INTERRUPT flag (bsc#1152489).
- commit 509a4ff
* Mon Mar 23 2020 bp@suse.de
- x86/mce: Fix logic and comments around MSR_PPIN_CTL
(bsc#1152489).
- commit c2e64b7
* Mon Mar 23 2020 bp@suse.de
- x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing
changes (bsc#1152489).
- commit 062e80e
* Mon Mar 23 2020 lyan@suse.com
- KVM: arm/arm64: vgic: Use a single IO device per redistributor
(bsc#1166547).
- commit 0aaedec
* Sun Mar 22 2020 bp@suse.de
- efi/x86: Add TPM related EFI tables to unencrypted mapping
checks (bsc#1159816).
- commit 0d7e2e6
* Sat Mar 21 2020 tiwai@suse.de
- ALSA: hda/realtek - Enable the headset of Acer N50-600 with
ALC662 (git-fixes).
- ALSA: hda/realtek - Enable headset mic of Acer X2660G with
ALC662 (git-fixes).
- ALSA: seq: oss: Fix running status after receiving sysex
(git-fixes).
- ALSA: seq: virmidi: Fix running status after receiving sysex
(git-fixes).
- ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checks
(git-fixes).
- ALSA: hda/realtek: Fix pop noise on ALC225 (git-fixes).
- ALSA: line6: Fix endless MIDI read loop (git-fixes).
- ALSA: pcm: oss: Avoid plugin buffer overflow (git-fixes).
- commit ed262e3
* Fri Mar 20 2020 ptesarik@suse.cz
- s390/pci: Fix possible deadlock in recover_store() (bsc#1165187
LTC#184105).
- commit 121df27
* Fri Mar 20 2020 ptesarik@suse.cz
- s390/pci: Recover handle in clp_set_pci_fn() (bsc#1165187
LTC#184105).
- commit 5d2c6ee
* Fri Mar 20 2020 ptesarik@suse.cz
- s390/pkey: fix missing length of protected key on return
(git-fixes).
- s390/zcrypt: Fix CCA cipher key gen with clear key value
function (git-fixes).
- commit 6bb7487
* Fri Mar 20 2020 ptesarik@suse.cz
- s390/mm: fix dynamic pagetable upgrade for hugetlbfs
(bsc#1165181 LTC#184104).
- commit 5c2c836
* Fri Mar 20 2020 jeyu@suse.de
- module: avoid setting info->name early in case we can fall back to
info->mod->name (git-fixes).
- commit eebf8d1
* Fri Mar 20 2020 jeyu@suse.de
- blacklist.conf: blacklist f6d061d61712
- commit 72a83b2
* Fri Mar 20 2020 mkoutny@suse.com
- cgroup: memcg: net: do not associate sock with unrelated cgroup
(bsc#1167241).
- commit 844ea7f
* Fri Mar 20 2020 colyli@suse.de
- md: fix a typo s/creat/create (bsc#1166003).
- commit 5717a6b
* Fri Mar 20 2020 colyli@suse.de
- md/raid6: fix algorithm choice under larger PAGE_SIZE
(bsc#1166003).
- raid6/test: fix a compilation warning (bsc#1166003).
- raid6/test: fix a compilation error (bsc#1166003).
- commit b4c3abd
* Fri Mar 20 2020 colyli@suse.de
- md-bitmap: small cleanups (bsc#1166003).
- md: make sure desc_nr less than MD_SB_DISKS (bsc#1166003).
- md: raid1: check rdev before reference in raid1_sync_request
func (bsc#1166003).
- drivers/md/raid5.c: use the new spelling of
RWH_WRITE_LIFE_NOT_SET (bsc#1166003).
- md: avoid invalid memory access for array sb->dev_roles
(bsc#1166003).
- md/raid1: avoid soft lockup under high load (bsc#1166003).
- commit f5e32ec
* Fri Mar 20 2020 colyli@suse.de
- md: no longer compare spare disk superblock events in super_load
(bsc#1166003).
- commit ac7ff9d
* Fri Mar 20 2020 colyli@suse.de
- md/bitmap: avoid race window between md_bitmap_resize and
bitmap_file_clear_bit (bsc#1166003).
- commit 1195535
* Thu Mar 19 2020 mkoutny@suse.com
- cgroup: Iterate tasks that did not finish do_exit()
(bsc#1167151).
- commit 16348dc
* Thu Mar 19 2020 yousaf.kaukab@suse.com
- arm64: fix config and supported.conf for MTD devices on NXP boards
References: bsc#1167137
Get rid of CONFIG_MTD_PHYSMAP_COMPAT and enable CONFIG_MTD_PHYSMAP_OF.
Compat maps of zero length (CONFIG_MTD_PHYSMAP_LEN=0x0) doesn't make
sense and driver initialization is bound to fail.
Update supported.conf to include required modules.
- commit c23c1f0
* Thu Mar 19 2020 jeyu@suse.de
- modpost: return error if module is missing ns imports and
MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=n (jsc#SLE-10158).
- Refresh patches.suse/supported-flag.
- Refresh patches.suse/supported-flag-modverdir.
- commit 686d15e
* Thu Mar 19 2020 msuchanek@suse.de
- cpufreq: powernv: Fix unsafe notifiers (bsc#1065729).
- cpufreq: powernv: Fix use-after-free (bsc#1065729).
- powerpc: fix hardware PMU exception bug on PowerVM compatibility
mode systems (bsc#1056686).
- commit c0f95eb
* Wed Mar 18 2020 nborisov@suse.com
- Btrfs: fix race leading to metadata space leak after task
received signal (bsc#1141456).
- Refresh
patches.suse/btrfs-run-btrfs_try_granting_tickets-if-a-priority-ticket-fails.patch.
- commit 0d2889a
* Wed Mar 18 2020 colyli@suse.de
- raid5: use bio_end_sector in r5_next_bio (bsc#1166003).
- raid5: remove STRIPE_OPS_REQ_PENDING (bsc#1166003).
- md: add feature flag MD_FEATURE_RAID0_LAYOUT (bsc#1166003).
- md/raid5: use bio_end_sector to calculate last_sector (bsc#1166003).
- commit 7e33890
* Wed Mar 18 2020 colyli@suse.de
- md raid0/linear: Mark array as 'broken' and fail BIOs if a member is
gone (bsc#1166003).
- Refresh for the above change,
patches.suse/md-raid0-avoid-RAID0-data-corruption-due-to-layout-c.patch.
- commit a563707
* Wed Mar 18 2020 colyli@suse.de
- raid5 improve too many read errors msg by adding limits (bsc#1166003).
- raid1: factor out a common routine to handle the
completion of sync write (bsc#1166003).
- md: allow last device to be forcibly removed from RAID1/RAID10 (bsc#1166003).
- Update with kabi fix for the above change,
patches.kabi/md-backport-kabi.patch
- md: Convert to use int_pow() (bsc#1166003).
- commit aa334d3
* Wed Mar 18 2020 hare@suse.de
- nvme: Translate more status codes to blk_status_t (bsc#1156510).
- nvme: Fix parsing of ANA log page (bsc#1166658).
- nvme: resync include/linux/nvme.h with nvmecli (bsc#1156510).
- commit 672f1cb
* Wed Mar 18 2020 colyli@suse.de
- md/raid10: end bio when the device faulty (bsc#1166003).
- Refresh for the above change,
patches.suse/md-display-timeout-error.patch.
- commit 760aa49
* Wed Mar 18 2020 colyli@suse.de
- raid1: use an int as the return value of raise_barrier() (bsc#1166003).
- commit 5ac4a79
* Wed Mar 18 2020 jack@suse.cz
- ext4: potential crash on allocation error in
ext4_alloc_flex_bg_array() (bsc#1166940).
- commit a1c176a
* Wed Mar 18 2020 tiwai@suse.de
- ARM: 8961/2: Fix Kbuild issue caused by per-task stack protector
GCC plugin (git-fixes).
- ARM: 8958/1: rename missed uaccess .fixup section (git-fixes).
- ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional()
(git-fixes).
- efi: Add a sanity check to efivar_store_raw() (git-fixes).
- drm/i915: be more solid in checking the alignment (git-fixes).
- mt76: fix array overflow on receiving too many fragments for
a packet (git-fixes).
- ARM: imx: build v7_cpu_resume() unconditionally (git-fixes).
- drm/amd/display: remove duplicated assignment to grph_obj_type
(git-fixes).
- commit 7fe5a8f
* Wed Mar 18 2020 tiwai@suse.de
- blacklist.conf: Add a reverted amdgpu entry
- commit 916aa15
* Tue Mar 17 2020 jack@suse.cz
- blktrace: fix dereference after null check (bsc#1159285).
- commit df5056f
* Tue Mar 17 2020 jack@suse.cz
- blacklist.conf: Blacklist d87683620489
- commit 87e4a94
* Tue Mar 17 2020 jack@suse.cz
- jbd2: fix ocfs2 corrupt when clearing block group bits
(bsc#1166878).
- commit 4ccf692
* Tue Mar 17 2020 jack@suse.cz
- io_uring: fix __io_iopoll_check deadlock in io_sq_thread
(bsc#1166876).
- commit 47c1bb0
* Tue Mar 17 2020 jack@suse.cz
- io_uring: prevent sq_thread from spinning when it should stop
(bsc#1166875).
- commit 59a5904
* Tue Mar 17 2020 jack@suse.cz
- ecryptfs: replace BUG_ON with error handling code (bsc#1166874).
- commit 7eb7c45
* Tue Mar 17 2020 jack@suse.cz
- ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()
(bsc#1166872).
- commit 58a8bc1
* Tue Mar 17 2020 jack@suse.cz
- ecryptfs: fix a memory leak bug in parse_tag_1_packet()
(bsc#1166871).
- commit c7ebfb4
* Tue Mar 17 2020 jack@suse.cz
- ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
(bsc#1166870).
- commit d4cc10a
* Tue Mar 17 2020 jack@suse.cz
- ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
(bsc#1166868).
- commit 3fea683
* Tue Mar 17 2020 jack@suse.cz
- ext4: fix potential race between s_flex_groups online resizing
and access (bsc#1166867).
- commit 8b31558
* Tue Mar 17 2020 jack@suse.cz
- ext4: fix potential race between s_group_info online resizing
and access (bsc#1166866).
- commit 8fec0cb
* Tue Mar 17 2020 jack@suse.cz
- ext4: fix potential race between online resizing and write
operations (bsc#1166864).
- commit 8ac7c77
* Tue Mar 17 2020 jack@suse.cz
- ext4: add cond_resched() to __ext4_find_entry() (bsc#1166862).
- commit 098ad12
* Tue Mar 17 2020 jack@suse.cz
- ext4: fix a data race in EXT4_I(inode)->i_disksize
(bsc#1166861).
- commit ff7b112
* Tue Mar 17 2020 jack@suse.cz
- ext4: don't assume that mmp_nodename/bdevname have NUL
(bsc#1166860).
- commit 26f5b12
* Tue Mar 17 2020 jack@suse.cz
- block, bfq: get a ref to a group when adding it to a service
tree (bsc#1166859).
- commit 0cc750a
* Tue Mar 17 2020 jack@suse.cz
- blacklist.conf: Blacklist 4d8340d0d4d9
- commit a9eb92c
* Tue Mar 17 2020 tiwai@suse.de
- i2c: gpio: suppress error on probe defer (git-fixes).
- i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt device
(git-fixes).
- iwlwifi: mvm: Do not require PHY_SKU NVM section for 3168
devices (bsc#1166632).
- crypto: pcrypt - Fix user-after-free on module unload
(git-fixes).
- iwlwifi: mvm: fix NVM check for 3168 devices (git-fixes).
- ASoC: pcm: update FE/BE trigger order based on the command
(git-fixes).
- commit 0ca34dd
* Tue Mar 17 2020 bp@suse.de
- x86/amd_nb, char/amd64-agp: Use amd_nb_num() accessor
(bsc#1152489).
- [mkubecek] update kabi files (incompatible):
- drop amd_nb_misc_ids symbol (no longer exported so that we can add more
device ids later)
- commit bb3cbed
* Mon Mar 16 2020 dbueso@suse.de
- sys/sysinfo: Respect boottime inside time namespace
(bsc#1164648,jsc#SLE-11493).
- commit 695315f
* Mon Mar 16 2020 nborisov@suse.com
- btrfs: run btrfs_try_granting_tickets if a priority ticket fails
(bsc#1141456).
- btrfs: only check priority tickets for priority flushing
(bsc#1141456).
- btrfs: Account for trans_block_rsv in may_commit_transaction
(bsc#1141456).
- btrfs: allow us to use up to 90% of the global rsv for unlink
(bsc#1141456).
- btrfs: Improve global reserve stealing logic (bsc#1141456).
- btrfs: force chunk allocation if our global rsv is larger than
metadata (bsc#1141456).
- commit 0e267e6
* Mon Mar 16 2020 tzimmermann@suse.de
- drm/virtio: module_param_named() requires linux/moduleparam.h (bsc#1152489)
- commit bbc436c
* Mon Mar 16 2020 jroedel@suse.de
- iommu/vt-d: Fix debugfs register reads (bsc#1166769).
- commit acf3bd7
* Mon Mar 16 2020 nborisov@suse.com
- Refresh patches.suse/btrfs-dump_space_info-when-encountering-total_bytes_pinned-0-at-umount.patch.
- commit 867843d
* Mon Mar 16 2020 tzimmermann@suse.de
- drm/i915/gt: Close race between cacheline_retire and free (bsc#1152489)
Additional changes:
* Added i915_active_acquire_if_busy() to
drivers/gpu/drm/i915/i915_active.{c,h}. See upstream
commit b1e3177bd1d8f
- commit 0111275
* Mon Mar 16 2020 tzimmermann@suse.de
- drm/virtio: make resource id workaround runtime switchable. (bsc#1152489)
- commit 370ca9c
* Mon Mar 16 2020 jroedel@suse.de
- x86/ioremap: Map EFI runtime services data as encrypted for SEV
(bsc#1160508).
- commit 27cbc80
* Mon Mar 16 2020 mkubecek@suse.cz
- Add kabi reference files - import from KotD (commit 49476dcf3399)
Enable kabi checking for -default and -preempt flavors.
- commit fe7e9d8
* Mon Mar 16 2020 jroedel@suse.de
- iommu/vt-d: Populate debugfs if IOMMUs are detected
(bsc#1166728).
- iommu/vt-d: Ignore devices with out-of-spec domain number
(bsc#1166727).
- iommu/vt-d: Fix the wrong printing in RHSA parsing
(bsc#1166726).
- iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT
with pr_warn + add_taint (bsc#1166729).
- iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taint
(bsc#1166723).
- iommu/vt-d: Fix RCU-list bugs in intel_iommu_init()
(bsc#1166725).
- iommu/dma: Fix MSI reservation allocation (bsc#1166722).
- iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge
page (bsc#1166724).
- commit eb2e9ee
* Sun Mar 15 2020 ailiopoulos@suse.com
- xfs: report corruption only as a regular error (bsc#1166687).
- commit abd2d39
* Sun Mar 15 2020 ailiopoulos@suse.com
- xfs: add a XFS_IS_CORRUPT macro (bsc#1166686).
- commit 877ee95
* Sun Mar 15 2020 ailiopoulos@suse.com
- xfs: make the assertion message functions take a mount parameter
(bsc#1166685).
- commit 7bd7696
* Fri Mar 13 2020 ailiopoulos@suse.com
- xfs: check attribute leaf block structure (bsc#1166153).
- commit 1008e2c
* Fri Mar 13 2020 jslaby@suse.cz
- net: dsa: microchip: enable module autoprobe
(networking-stable-20_02_09).
- net: dsa: b53: Always use dev->vlan_enabled in
b53_configure_vlan() (networking-stable-20_02_09).
- net: stmmac: fix a possible endless loop
(networking-stable-20_02_09).
- net: systemport: Avoid RBUF stuck in Wake-on-LAN mode
(networking-stable-20_02_09).
- net: mvneta: move rx_dropped and rx_errors in per-cpu stats
(networking-stable-20_02_09).
- qed: Fix timestamping issue for L2 unicast ptp packets
(networking-stable-20_02_09).
- net: macb: Limit maximum GEM TX length in TSO
(networking-stable-20_02_09).
- net: macb: Remove unnecessary alignment check for TSO
(networking-stable-20_02_09).
- bonding/alb: properly access headers in bond_alb_xmit()
(networking-stable-20_02_09).
- devlink: report 0 after hitting end in region read
(networking-stable-20_02_09).
- net_sched: fix a resource leak in tcindex_set_parms()
(networking-stable-20_02_09).
- commit c82701f
* Fri Mar 13 2020 nsaenzjulienne@suse.de
- mmc: sdhci: iproc: Add custom set_power() callback for bcm2711
(bsc#1165954).
- mmc: sdhci: Introduce sdhci_set_power_and_bus_voltage()
(bsc#1165954).
- commit a751850
* Fri Mar 13 2020 ailiopoulos@suse.com
- fs: add generic UNRESVSP and ZERO_RANGE ioctl handlers
(bsc#1165806, bsc#1165807).
- commit 59a3783
* Fri Mar 13 2020 ailiopoulos@suse.com
- xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64
(bsc#1165806, bsc#1165807).
- commit 17753e3
* Fri Mar 13 2020 duwe@suse.de
- crypto: arm{,64} neon: memzero_explicit aes-cbc key
(bsc#1165167, FIPS).
- commit cb788e3
* Fri Mar 13 2020 ptesarik@suse.cz
- Refresh
patches.suse/scsi-ibmvfc-Avoid-loss-of-all-paths-during-SVC-node-.patch.
- commit bb81764
* Fri Mar 13 2020 tiwai@suse.de
- drm/i915: Defer semaphore priority bumping to a workqueue
(git-fixes).
- drm/i915/gvt: Fix dma-buf display blur issue on CFL (git-fixes).
- drm/i915/gvt: Fix unnecessary schedule timer when no vGPU exits
(git-fixes).
- nl80211: add missing attribute validation for channel switch
(git-fixes).
- nl80211: add missing attribute validation for beacon report
scanning (git-fixes).
- nl80211: add missing attribute validation for critical protocol
indication (git-fixes).
- batman-adv: Don't schedule OGM for disabled interface
(git-fixes).
- macvlan: add cond_resched() during multicast processing
(git-fixes).
- nfc: add missing attribute validation for vendor subcommand
(git-fixes).
- nfc: add missing attribute validation for deactivate target
(git-fixes).
- nfc: add missing attribute validation for SE API (git-fixes).
- tipc: add missing attribute validation for MTU property
(git-fixes).
- team: add missing attribute validation for array index
(git-fixes).
- team: add missing attribute validation for port ifindex
(git-fixes).
- macsec: add missing attribute validation for port (git-fixes).
- can: add missing attribute validation for termination
(git-fixes).
- nl802154: add missing attribute validation for dev_type
(git-fixes).
- nl802154: add missing attribute validation (git-fixes).
- firmware: imx: Align imx_sc_msg_req_cpu_start to 4 (git-fixes).
- firmware: imx: scu-pd: Align imx sc msg structs to 4
(git-fixes).
- firmware: imx: misc: Align imx sc msg structs to 4 (git-fixes).
- firmware: imx: scu: Ensure sequential TX (git-fixes).
- tty:serial:mvebu-uart:fix a wrong return (git-fixes).
- usb: dwc3: gadget: Update chain bit correctly when using sg list
(git-fixes).
- usb: storage: Add quirk for Samsung Fit flash (git-fixes).
- usb: quirks: add NO_LPM quirk for Logitech Screen Share
(git-fixes).
- media: hantro: Fix broken media controller links (git-fixes).
- media: mc-entity.c: use & to check pad flags, not ==
(git-fixes).
- media: v4l2-mem2mem.c: fix broken links (git-fixes).
- dmaengine: tegra-apb: Prevent race conditions of tasklet vs
free list (git-fixes).
- dmaengine: tegra-apb: Fix use-after-free (git-fixes).
- audit: always check the netlink payload length in
audit_receive_msg() (git-fixes).
- audit: fix error handling in audit_data_to_entry() (git-fixes).
- watchdog: da9062: do not ping the hw during stop() (git-fixes).
- habanalabs: patched cb equals user cb in device memset
(git-fixes).
- habanalabs: do not halt CoreSight during hard reset (git-fixes).
- habanalabs: halt the engines before hard-reset (git-fixes).
- usb: gadget: serial: fix Tx stall after buffer overflow
(git-fixes).
- usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flags
(git-fixes).
- usb: gadget: composite: Support more than 500mA MaxPower
(git-fixes).
- drm/modes: Allow DRM_MODE_ROTATE_0 when applying video mode
parameters (git-fixes).
- drm/modes: Make sure to parse valid rotation value from cmdline
(git-fixes).
- drm/msm/dsi/pll: call vco set rate explicitly (git-fixes).
- drm/msm/dsi: save pll state before dsi host is powered off
(git-fixes).
- drm: msm: Fix return type of dsi_mgr_connector_mode_valid for
kCFI (git-fixes).
- drm/msm/mdp5: rate limit pp done timeout warnings (git-fixes).
- ALSA: hda: do not override bus codec_mask in link_get()
(git-fixes).
- vfio-ccw: Use the correct style for SPDX License Identifier
(git-fixes).
- commit d192c28
* Fri Mar 13 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/0001-padata-initialize-pd-cpu-with-effective-cpumask.patch
patches.suse/0001-padata-pcrypt-take-CPU-hotplug-lock-internally-in-pa.patch
patches.suse/0001-padata-unbind-parallel-jobs-from-specific-CPUs.patch
patches.suse/0001-padata-use-separate-workqueues-for-parallel-and-seri.patch
patches.suse/0001-workqueue-unconfine-alloc-apply-free_workqueue_attrs.patch
- commit c637d96
* Fri Mar 13 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and resort:
patches.suse/ibmvnic-Do-not-process-device-remove-during-device-r.patch
- commit aed6449
* Thu Mar 12 2020 tiwai@suse.de
- Move the upstreamed ipmi_si patch into sorted section
- commit ca4ab45
* Thu Mar 12 2020 dbueso@suse.de
- pid: Fix error return value in some cases
(bsc#1164648,jsc#SLE-11493).
- commit 2c02126
* Thu Mar 12 2020 msuchanek@suse.de
- blacklist.conf: expand wildcards.
- commit 7232917
* Thu Mar 12 2020 tiwai@suse.de
- arm64: dts: qcom: Add Lenovo Yoga C630 (jsc#SLE-9418).
- commit 5c6966e
* Thu Mar 12 2020 tiwai@suse.de
- x86/intel: Disable HPET on Intel Ice Lake platforms (git-fixes).
- x86/intel: Disable HPET on Intel Coffee Lake H platforms
(git-fixes).
- commit df3778b
* Thu Mar 12 2020 tiwai@suse.de
- pinctrl: core: Remove extra kref_get which blocks hogs being
freed (git-fixes).
- pinctrl: imx: scu: Align imx sc msg structs to 4 (git-fixes).
- pinctrl: meson-gxl: fix GPIOX sdio pins (git-fixes).
- virtio_balloon: Adjust label in virtballoon_probe (git-fixes).
- virtio_ring: Fix mem leak with vring_new_virtqueue()
(git-fixes).
- Revert "PM / devfreq: Modify the device name as devfreq(X)
for sysfs" (git-fixes).
- nfc: pn544: Fix occasional HW initialization failure
(git-fixes).
- NFC: pn544: Fix a typo in a debug message (git-fixes).
- gpio: xilinx: Fix bug where the wrong GPIO register is written
to (git-fixes).
- irqchip/gic-v3: Only provision redistributors that are enabled
in ACPI (git-fixes).
- virtio_balloon: prevent pfn array overflow (git-fixes).
- clk: Use parent node pointer during registration if necessary
(git-fixes).
- gpu/drm: ingenic: Avoid null pointer deference in plane atomic
update (git-fixes).
- gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs
in grgpio_irq_map/unmap() (git-fixes).
- fore200e: Fix incorrect checks of NULL pointer dereference
(git-fixes).
- NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to
use le16_add_cpu() (git-fixes).
- irqchip/mbigen: Set driver .suppress_bind_attrs to avoid remove
problems (git-fixes).
- ACPICA: Disassembler: create buffer fields in
ACPI_PARSE_LOAD_PASS1 (git-fixes).
- gpio: add gpiod_toggle_active_low() (git-fixes).
- XArray: Fix xas_find returning too many entries (git-fixes).
- XArray: Fix xa_find_after with multi-index entries (git-fixes).
- XArray: Fix infinite loop with entry at ULONG_MAX (git-fixes).
- XArray: Fix xas_pause at ULONG_MAX (git-fixes).
- commit aac43c5
* Thu Mar 12 2020 yousaf.kaukab@suse.com
- Revert "tick/common: Make tick_periodic() check for missing ticks"
This reverts commit 4d65090f1171433dc9438813b674f86d4925eb9c.
Patch causes hard lockup. See [1] for details. Issue is fixed with
Marvell frimware v7.4.1
[1]: https://lkml.org/lkml/2020/3/6/1245
- commit be5e348
* Thu Mar 12 2020 ptesarik@suse.cz
- Enable CONFIG_KEXEC_SIG on s390x (jsc#SLE-8923).
- commit 3dbf242
* Wed Mar 11 2020 tiwai@suse.de
- Update patch reference for console security fix (CVE-2020-8647 bsc#1162929 CVE-2020-8649 bsc#1162931)
- commit 3e9c1d2
* Wed Mar 11 2020 oneukum@suse.com
- padata, pcrypt: take CPU hotplug lock internally in
padata_alloc_possible (git-fixes).
- commit aad348d
* Wed Mar 11 2020 mhocko@suse.com
- x86/mm: Split vmalloc_sync_all() (bsc#1165741).
- commit 6f59f79
* Wed Mar 11 2020 oneukum@suse.com
- workqueue: unconfine alloc/apply/free_workqueue_attrs()
(git-fixes).
- commit 00cf9ef
* Wed Mar 11 2020 oneukum@suse.com
- crypto: pcrypt - Avoid deadlock by using per-instance padata
queues (git-fixes).
- commit 2487df7
* Wed Mar 11 2020 oneukum@suse.com
- padata: unbind parallel jobs from specific CPUs (git-fixes).
- Refresh
patches.suse/0001-padata-Remove-broken-queue-flushing.patch.
- commit f5446c1
* Wed Mar 11 2020 mkubecek@suse.cz
- patch metadata cleanup
- drop duplicate References line:
patches.suse/sched-fair-fix-statistics-for-find_idlest_group.patch
- commit d4e3168
* Wed Mar 11 2020 mkubecek@suse.cz
- series.conf: tidy up
- "inherited SP1 patches for review" section is emtpy, drop the header
- drop a pointless comment
- commit d5cfa09
* Wed Mar 11 2020 oneukum@suse.com
- padata: use separate workqueues for parallel and serial work
(git-fixes).
- commit 93a8f87
* Wed Mar 11 2020 nborisov@suse.com
- refresh and enable: patches.suse/btrfs-dump_space_info-when-encountering-total_bytes_pinned-0-at-umount.patch
- commit 0883fb3
* Wed Mar 11 2020 nborisov@suse.com
- refresh and enable: patches.suse/btrfs-8888-add-allow_unsupported-module-parameter.patch
- commit e7ac692
* Wed Mar 11 2020 mgorman@suse.de
- sched/fair: Fix reordering of enqueue/dequeue_task_fair()
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Fix runnable_avg for throttled cfs (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/topology: Don't enable EAS on SMT systems (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/numa: Acquire RCU lock for checking idle cores during
NUMA balancing (bnc#1155798 (CPU scheduler functional and
performance backports)).
- sched/fair: Fix kernel build warning in test_idle_cores()
for !SMT NUMA (bnc#1155798 (CPU scheduler functional and
performance backports)).
- commit 54c1e7e
* Wed Mar 11 2020 mgorman@suse.de
- Refresh
patches.suse/sched-fair-fix-statistics-for-find_idlest_group.patch.
- commit 19f7ff2
* Wed Mar 11 2020 jslaby@suse.cz
- vt: selection, push sel_lock up (bnc#1162928 CVE-2020-8648).
- vt: selection, push console lock down (bnc#1162928
CVE-2020-8648).
- commit 826e708
* Wed Mar 11 2020 mkubecek@suse.cz
- supported.conf: cleanup
Remove entries for modules which are only built into vmlinuz image and no
longer as a module on any supported architecture.
- commit 442ceef
* Wed Mar 11 2020 tbogendoerfer@suse.de
- net: export netdev_next_lower_dev_rcu() (bsc#1154353).
- commit 50e6fb7
* Wed Mar 11 2020 mkubecek@suse.cz
- supported.conf: proper sort
While having all modules belonging to internal KMPs (i.e. marked with
"+foo-kmp" style guards) on top of supported.conf might seem intentional,
it was in fact only a side effect of a bug in supported-conf-fixup which
did not expect guards with a dash ('-').
Sort the file properly now to avoid potential mistakes resulting from wrong
order of entries.
- commit 26973fc
* Wed Mar 11 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/0001-crypto-pcrypt-remove-padata-cpumask-notifier.patch
patches.suse/0001-padata-Replace-delayed-timer-with-immediate-workqueu.patch
patches.suse/0001-padata-allocate-workqueue-internally.patch
patches.suse/0001-padata-initialize-pd-cpu-with-effective-cpumask.patch
patches.suse/0001-padata-make-padata_do_parallel-find-alternate-callba.patch
patches.suse/0001-padata-purge-get_cpu-and-reorder_via_wq-from-padata_.patch
patches.suse/0001-virtio-blk-fix-hw_queue-stopped-on-arbitrary-error.patch
- commit bc937a8
* Wed Mar 11 2020 msuchanek@suse.de
- ibmvnic: Do not process device remove during device reset
(bsc#1065729).
- commit cc9dad3
* Tue Mar 10 2020 msuchanek@suse.de
- ibmvnic: Warn unknown speed message only when carrier is present
(bsc#1065729).
- commit e9a3130
* Tue Mar 10 2020 dbueso@suse.de
- arm64/spinlock: fix a -Wunused-function warning (bsc#1149032).
- locking/rwsem: Fix kernel crash when spinning on
RWSEM_OWNER_UNKNOWN (bsc#1149032).
- futex: Fix kernel-doc notation warning (bsc#1149032).
- commit 4912275
* Tue Mar 10 2020 dbueso@suse.de
- Revert "ipc,sem: remove uneeded sem_undo_list lock usage in
exit_sem()" (bsc#1159886).
- powerpc/spinlocks: Fix oops in __spin_yield() on bare metal
(bsc#1149032).
- powerpc/spinlocks: Rename SPLPAR-only spinlocks (bsc#1149032).
- commit 4b45f4c
* Tue Mar 10 2020 oneukum@suse.com
- padata: initialize pd->cpu with effective cpumask (git-fixes).
- Refresh
patches.suse/0001-padata-Remove-broken-queue-flushing.patch.
- commit c8738d9
* Tue Mar 10 2020 oneukum@suse.com
- padata: purge get_cpu and reorder_via_wq from padata_do_serial
(git-fixes).
- commit 32854ac
* Tue Mar 10 2020 oneukum@suse.com
- padata: Replace delayed timer with immediate workqueue in
padata_reorder (git-fixes).
- Refresh
patches.suse/0001-padata-Remove-broken-queue-flushing.patch.
- commit ab62460
* Tue Mar 10 2020 oneukum@suse.com
- padata: Remove broken queue flushing (git-fixes).
- commit feb9def
* Tue Mar 10 2020 oneukum@suse.com
- crypto: pcrypt - remove padata cpumask notifier (git-fixes).
- commit 61ed2ae
* Tue Mar 10 2020 oneukum@suse.com
- padata: make padata_do_parallel find alternate callback CPU
(git-fixes).
- commit 1bf4612
* Tue Mar 10 2020 oneukum@suse.com
- padata: allocate workqueue internally (git-fixes).
- commit c16372d
* Tue Mar 10 2020 tbogendoerfer@suse.de
- RDMA/odp: Ensure the mm is still alive before creating an
implicit child (jsc#SLE-8449).
- IB/mlx5: Fix implicit ODP race (jsc#SLE-8446).
- RDMA/core: Fix pkey and port assignment in get_new_pps
(jsc#SLE-8449).
- RDMA/rw: Fix error flow during RDMA context initialization
(jsc#SLE-8449).
- RDMA/core: Fix use of logical OR in get_new_pps (jsc#SLE-8449).
- commit 76634af
* Tue Mar 10 2020 oneukum@suse.com
- virtio-blk: fix hw_queue stopped on arbitrary error (git-fixes).
- commit 1b95f96
* Tue Mar 10 2020 dwagner@suse.de
- i2c: exynos5: Remove IRQF_ONESHOT (bsc#1162702).
- i2c: hix5hd2: Remove IRQF_ONESHOT (bsc#1162702).
- commit b6d534c
* Tue Mar 10 2020 ailiopoulos@suse.com
- xfs: constify the buffer pointer arguments to error functions
(bsc#1166226).
- commit a8f2d26
* Tue Mar 10 2020 jlee@suse.com
- Delete
patches.suse/0057-acpi-Disable-APEI-error-injection-if-the-kernel-is-l.patch.
Removed this patch because it was not sent to kernel mainline with other
kernel lockdown patches. Maintainers didn't reponse for why this patch
not be sent. So, I removed this patch to align mainline kernel.
- commit cfa2dff
* Tue Mar 10 2020 nsaenzjulienne@suse.de
- mmc: sdhci-pci-gli: Enable MSI interrupt for GL975x (git-fixes).
- commit b05ab91
* Tue Mar 10 2020 tzimmermann@suse.de
- drm/sun4i: Add separate DE3 VI layer formats (bsc#1152472)
- commit 9c87cd6
* Tue Mar 10 2020 tzimmermann@suse.de
- drm/virtio: fix resource id creation race (bsc#1152489)
- commit 875669e
* Tue Mar 10 2020 tzimmermann@suse.de
- drm/radeon: Inline drm_get_pci_dev (bsc#1152472)
- commit 27b152d
* Tue Mar 10 2020 tzimmermann@suse.de
- drm/i915: Update drm/i915 bug filing URL (bsc#1152489)
- commit e0978de
* Tue Mar 10 2020 nsaenzjulienne@suse.de
- Refresh: patches.suse/firmware-raspberrypi-introduce-vl805-init-routine.patch
There is a missing inline in a function declaration. As this is a bug in
the upstream submission, a subsequent series will be sent.
- commit 24cdb0d
* Tue Mar 10 2020 jlee@suse.com
- efi: fix a race and a buffer overflow while reading efivars
via sysfs (bsc#1164893).
- commit 57ac0e8
* Tue Mar 10 2020 tzimmermann@suse.de
- drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesets (bsc#1152472)
- commit 6746148
* Tue Mar 10 2020 tzimmermann@suse.de
- drm/vgem: Close use-after-free race in vgem_gem_create (bsc#1152472)
- commit 65490f2
* Tue Mar 10 2020 tzimmermann@suse.de
- Revert "drm/amd/display: Don't skip link training for empty dongle" (bsc#1152489)
- commit 62bee52
* Tue Mar 10 2020 tzimmermann@suse.de
- vgacon: Fix a UAF in vgacon_invert_region (bsc#1152472)
- commit b9949b5
* Tue Mar 10 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/usercopy-Avoid-soft-lockups-in-test_check_nonzero_us.patch
- commit 1ec8a33
* Tue Mar 10 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/0001-iwlwifi-mvm-remove-d0i3_ap_sta_id.patch
patches.suse/0001-iwlwifi-mvm-remove-last-leftovers-of-d0i3.patch
patches.suse/0001-iwlwifi-mvm-remove-the-d0i3-entry-exit-flow.patch
patches.suse/0001-iwlwifi-mvm-remove-the-tx-defer-for-d0i3.patch
patches.suse/0001-iwlwifi-mvm-start-to-remove-the-code-for-d0i3.patch
patches.suse/0001-iwlwifi-remove-all-the-d0i3-references.patch
- commit c0e601f
* Tue Mar 10 2020 mkubecek@suse.cz
- series.conf: cleanup
- move into sorted section
patches.suse/scsi-target-fix-unmap_zeroes_data-boolean-initialisa.patch
patches.suse/scsi-target-convert-boolean-se_dev_attrib-types-to-b.patch
patches.suse/scsi-target-use-an-enum-to-track-emulate_ua_intlck_c.patch
- commit 2ee4b82
* Tue Mar 10 2020 ailiopoulos@suse.com
- xfs: fix attr leaf header freemap.size underflow (bsc#1166164).
- commit 33188db
* Tue Mar 10 2020 ailiopoulos@suse.com
- xfs: fix some memory leaks in log recovery (bsc#1166162).
- commit 0fc66f0
* Tue Mar 10 2020 ailiopoulos@suse.com
- xfs: attach dquots before performing xfs_swap_extents
(bsc#1166161).
- commit 1da5af8
* Tue Mar 10 2020 ailiopoulos@suse.com
- xfs: range check ri_cnt when recovering log items (bsc#1166160).
- commit 90b681f
* Tue Mar 10 2020 ailiopoulos@suse.com
- xfs: always log corruption errors (bsc#1166158).
- commit 4ceca97
* Tue Mar 10 2020 ailiopoulos@suse.com
- xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata
(bsc#1166156).
- commit 8aae262
* Tue Mar 10 2020 ailiopoulos@suse.com
- xfs: namecheck directory entry names before listing them
(bsc#1166155).
- commit bd61b8e
* Tue Mar 10 2020 ailiopoulos@suse.com
- xfs: namecheck attribute names before listing them
(bsc#1166154).
- commit eddc1b8
* Tue Mar 10 2020 ailiopoulos@suse.com
- xfs: cap longest free extent to maximum allocatable
(bsc#1166152).
- commit 9db4cae
* Mon Mar 09 2020 ailiopoulos@suse.com
- xfs: Fix deadlock between AGI and AGF when target_ip exists
in xfs_rename() (bsc#1166149).
- commit 2f06de6
* Mon Mar 09 2020 ailiopoulos@suse.com
- xfs: check log iovec size to make sure it's plausibly a buffer
log format (bsc#1166147).
- commit 266b31b
* Mon Mar 09 2020 ailiopoulos@suse.com
- xfs: convert EIO to EFSCORRUPTED when log contents are invalid
(bsc#1166145).
- commit 343511d
* Mon Mar 09 2020 ailiopoulos@suse.com
- xfs: also call xfs_file_iomap_end_delalloc for zeroing
operations (bsc#1166144).
- commit 5e9fd03
* Mon Mar 09 2020 ailiopoulos@suse.com
- xfs: fix inode fork extent count overflow (bsc#1166143).
- commit 016eaf4
* Mon Mar 09 2020 ailiopoulos@suse.com
- xfs: log proper length of superblock (bsc#1166140).
- commit 3caa90e
* Mon Mar 09 2020 ailiopoulos@suse.com
- xfs: convert inode to extent format after extent merge due to
shift (bsc#1166136).
- commit d852ad3
* Mon Mar 09 2020 ailiopoulos@suse.com
- xfs: Use WARN_ON_ONCE for bailout mount-operation (bsc#1166133).
- commit cc00b41
* Mon Mar 09 2020 ailiopoulos@suse.com
- xfs: fix maxicount division by zero error (bsc#1166132).
- commit d8d261a
* Mon Mar 09 2020 jeyu@suse.de
- rpm/kabi.pl: account for namespace field being moved last
Upstream is moving the namespace field in Module.symvers last in order to
preserve backwards compatibility with kmod tools (depmod, etc). Fix the kabi.pl
script to expect the namespace field last. Since split() ignores trailing empty
fields and delimeters, switch to using tr to count how many fields/tabs are in
a line. Also, in load_symvers(), pass LIMIT of -1 to split() so it does not
strip trailing empty fields, as namespace is an optional field.
- commit a3bb253
* Mon Mar 09 2020 dbueso@suse.de
- lib/vdso: Only read hrtimer_res when needed in
__cvdso_clock_getres() (bsc#1164648,jsc#SLE-11493).
- selftests/timens: Check for right timens offsets after fork
and exec (bsc#1164648,jsc#SLE-11493).
- selftests/timens: Add a simple perf test for clock_gettime()
(bsc#1164648,jsc#SLE-11493).
- selftests/timens: Add timer offsets test
(bsc#1164648,jsc#SLE-11493).
- selftests/timens: Add procfs selftest
(bsc#1164648,jsc#SLE-11493).
- selftests/timens: Add a test for clock_nanosleep()
(bsc#1164648,jsc#SLE-11493).
- selftests/timens: Add a test for timerfd
(bsc#1164648,jsc#SLE-11493).
- selftests/timens: Add Time Namespace test for supported clocks
(bsc#1164648,jsc#SLE-11493).
- fs/proc: Introduce /proc/pid/timens_offsets
(bsc#1164648,jsc#SLE-11493).
- x86/vdso: Zap vvar pages when switching to a time namespace
(bsc#1164648,jsc#SLE-11493).
- x86/vdso: On timens page fault prefault also VVAR page
(bsc#1164648,jsc#SLE-11493).
- x86/vdso: Handle faults on timens page
(bsc#1164648,jsc#SLE-11493).
- time: Allocate per-timens vvar page (bsc#1164648,jsc#SLE-11493).
- x86/vdso: Add time napespace page (bsc#1164648,jsc#SLE-11493).
- update x86_64 configs: GENERIC_VDSO_TIME_NS=y, TIME_NS=y
- x86/vdso: Provide vdso_data offset on vvar_page
(bsc#1164648,jsc#SLE-11493).
- lib/vdso: Prepare for time namespace support
(bsc#1164648,jsc#SLE-11493).
- refresh config files (drop TIME_NS - no longer available)
- x86/vdso: Restrict splitting VVAR VMA
(bsc#1164648,jsc#SLE-11493).
- fs/proc: Respect boottime inside time namespace for /proc/uptime
(bsc#1164648,jsc#SLE-11493).
- posix-timers: Make clock_nanosleep() time namespace aware
(bsc#1164648,jsc#SLE-11493).
- hrtimers: Prepare hrtimer_nanosleep() for time namespaces
(bsc#1164648,jsc#SLE-11493).
- alarmtimer: Make nanosleep() time namespace aware
(bsc#1164648,jsc#SLE-11493).
- posix-timers: Make timer_settime() time namespace aware
(bsc#1164648,jsc#SLE-11493).
- timerfd: Make timerfd_settime() time namespace aware
(bsc#1164648,jsc#SLE-11493).
- time: Add do_timens_ktime_to_host() helper
(bsc#1164648,jsc#SLE-11493).
- posix-clocks: Wire up clock_gettime() with timens offsets
(bsc#1164648,jsc#SLE-11493).
- posix-timers: Use clock_get_ktime() in common_timer_get()
(bsc#1164648,jsc#SLE-11493).
- posix-clocks: Introduce clock_get_ktime() callback
(bsc#1164648,jsc#SLE-11493).
- alarmtimer: Provide get_timespec() callback
(bsc#1164648,jsc#SLE-11493).
- alarmtimer: Rename gettime() callback to get_ktime()
(bsc#1164648,jsc#SLE-11493).
- posix-clocks: Rename .clock_get_timespec() callbacks accordingly
(bsc#1164648,jsc#SLE-11493).
- posix-clocks: Rename the clock_get() callback to
clock_get_timespec() (bsc#1164648,jsc#SLE-11493).
- time: Add timens_offsets to be used for tasks in time namespace
(bsc#1164648,jsc#SLE-11493).
- ns: Introduce Time Namespace (bsc#1164648,jsc#SLE-11493).
- update config files: TIME_NS=y (=n in s390x/zfcpdump)
- lib/vdso: Mark do_hres() and do_coarse() as __always_inline
(bsc#1164648,jsc#SLE-11493).
- lib/vdso: Add unlikely() hint into vdso_read_begin()
(bsc#1164648,jsc#SLE-11493).
- lib/vdso: Avoid duplication in __cvdso_clock_getres()
(bsc#1164648,jsc#SLE-11493).
- lib/vdso: Let do_coarse() return 0 to simplify the callsite
(bsc#1164648,jsc#SLE-11493).
- lib/vdso: Make __cvdso_clock_getres() static
(bsc#1164648,jsc#SLE-11493).
- clone3: ensure copy_thread_tls is implemented
(bsc#1163988,bsc#1164648,jsc#SLE-11493).
- ubsan, x86: Annotate and allow
__ubsan_handle_shift_out_of_bounds() in uaccess regions
(bsc#1164648,jsc#SLE-11493).
- fork: extend clone3() to support setting a PID
(bsc#1164648,jsc#SLE-11493).
- clone3: add CLONE_CLEAR_SIGHAND (bsc#1164648,jsc#SLE-11493).
- tools headers UAPI: Sync sched.h with the kernel
(bsc#1164648,jsc#SLE-11493).
- usercopy: Avoid soft lockups in test_check_nonzero_user()
(bsc#1164648,jsc#SLE-11493).
- lib: test_user_copy: style cleanup (bsc#1164648,jsc#SLE-11493).
- usercopy: Add parentheses around assignment in
test_copy_struct_from_user (bsc#1164648,jsc#SLE-11493).
- clone3: switch to copy_struct_from_user()
(bsc#1164648,jsc#SLE-11493).
- lib: introduce copy_struct_from_user() helper
(bsc#1164648,jsc#SLE-11493).
- sched: add kernel-doc for struct clone_args
(bsc#1164648,jsc#SLE-11493).
- commit 992f679
* Mon Mar 09 2020 nsaenzjulienne@suse.de
- kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation
logic (git-fixes).
- commit d42d5d9
* Mon Mar 09 2020 dbueso@suse.de
- Delete
patches.suse/clone3-ensure-copy_thread_tls-is-implemented.patch.
- commit 5c13d46
* Mon Mar 09 2020 oneukum@suse.com
- usb: core: port: do error out if usb_autopm_get_interface()
fails (git-fixes).
- usb: core: hub: do error out if usb_autopm_get_interface()
fails (git-fixes).
- commit 011bc72
* Mon Mar 09 2020 tiwai@suse.de
- Revert "drm/fbdev: Fallback to non tiled mode if all tiles
not present" (bsc#1051510).
- commit 07e015b
* Mon Mar 09 2020 jeyu@suse.de
- modpost: move the namespace field in Module.symvers last
(jsc#SLE-10158).
- Refresh patches.suse/supported-flag.
- commit d026ef9
* Mon Mar 09 2020 oneukum@suse.com
- USB: misc: iowarrior: add support for 2 OEMed devices
(git-fixes).
- commit e40d2a1
* Mon Mar 09 2020 oneukum@suse.com
- USB: Fix novation SourceControl XL after suspend (git-fixes).
- commit 25b0137
* Mon Mar 09 2020 jroedel@suse.de
- KVM: VMX: check descriptor table exits on instruction emulation
(bsc#1166091).
- commit bf59879
* Mon Mar 09 2020 tiwai@suse.de
- drm/i915/selftests: Fix return in assert_mmap_offset()
(git-fixes).
- drm/i915: Program MBUS with rmw during initialization
(git-fixes).
- drm/sun4i: Fix DE2 VI layer format support (git-fixes).
- drm/sun4i: de2/de3: Remove unsupported VI layer formats
(git-fixes).
- drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetime (git-fixes).
- drm/i915/gvt: Separate display reset from ALL_ENGINES reset
(git-fixes).
- drm/amdgpu: Drop DRIVER_USE_AGP (git-fixes).
- drm/i915: Wean off drm_pci_alloc/drm_pci_free (git-fixes).
- drm/i915/gt: Protect defer_request() from new waiters
(git-fixes).
- drm/msm/dpu: fix BGR565 vs RGB565 confusion (git-fixes).
- drm/amdgpu/gfx10: disable gfxoff when reading rlc clock
(git-fixes).
- drm/amdgpu/gfx9: disable gfxoff when reading rlc clock
(git-fixes).
- drm/amdgpu/soc15: fix xclk for raven (git-fixes).
- drm/amd/display: Check engine is not NULL before acquiring
(git-fixes).
- drm/amd/display: Do not set optimized_require to false after
plane disable (git-fixes).
- drm/msm: Set dma maximum segment size for mdss (git-fixes).
- drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage
(git-fixes).
- drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latency
(git-fixes).
- drm/amdgpu/display: handle multiple numbers of fclks in
dcn_calcs.c (v2) (git-fixes).
- drm/amdkfd: Fix a bug in SDMA RLC queue counting under HWS mode
(git-fixes).
- drm/amd/display: do not allocate display_mode_lib unnecessarily
(git-fixes).
- drm/nouveau/disp/nv50-: prevent oops when no channel method
map provided (git-fixes).
- drm/nouveau/mmu: fix comptag memory leak (git-fixes).
- drm/amd/display: fixup DML dependencies (git-fixes).
- drm/amd/display: Clear state after exiting fixed active VRR
state (git-fixes).
- drm/nouveau/fault/gv100-: fix memory leak on module unload
(git-fixes).
- drm/nouveau/drm/ttm: Remove set but not used variable 'mem'
(git-fixes).
- drm/nouveau/gr/gk20a,gm200-: add terminators to method lists
read from fw (git-fixes).
- drm/mediatek: handle events when enabling/disabling crtc
(git-fixes).
- drm/amdkfd: Fix permissions of hang_hws (git-fixes).
- drm/amdgpu: fix KIQ ring test fail in TDR of SRIOV (git-fixes).
- drm: remove the newline for CRC source name (git-fixes).
- drm/amdgpu: Ensure ret is always initialized when using
SOC15_WAIT_ON_RREG (git-fixes).
- drm/gma500: Fixup fbdev stolen size usage evaluation
(git-fixes).
- drm/fbdev: Fallback to non tiled mode if all tiles not present
(git-fixes).
- commit c42f713
* Mon Mar 09 2020 tiwai@suse.de
- dma-buf: free dmabuf->name in dma_buf_release() (git-fixes).
- dmaengine: imx-sdma: Fix the event id check to include RX
event for UART6 (git-fixes).
- dmaengine: imx-sdma: fix context cache (git-fixes).
- dmaengine: coh901318: Fix a double lock bug in dma_tc_handle()
(git-fixes).
- clocksource: davinci: only enable clockevents once tim34 is
initialized (git-fixes).
- cmd64x: potential buffer overflow in cmd64x_program_timings()
(git-fixes).
- dmaengine: Store module owner in dma_device struct (git-fixes).
- dmaengine: change alignment of mux_configure32 and
fsl_edma_chan_mux (git-fixes).
- commit b143f5d
* Mon Mar 09 2020 nsaenzjulienne@suse.de
- net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when
not needed (git-fixes).
- dma-direct: relax addressability checks in dma_direct_supported
(git-fixes).
- kprobes: Set unoptimized flag after unoptimizing code
(git-fixes).
- dma-direct: don't check swiotlb=force in dma_direct_map_resource
(git-fixes).
- Refresh: patches.suse/dma-direct-exclude-dma_direct_map_resource-from-the-min_low_pfn-check.patch
- dma/direct: turn ARCH_ZONE_DMA_BITS into a variable (git-fixes).
- Refresh: patches.suse/dma-direct-avoid-a-forward-declaration-for-phys_to_dma.patch
- Refresh: patches.suse/dma-mapping-treat-dev-bus_dma_mask-as-a-dma-limit.patch
- Refresh: patches.suse/dma-mapping-treat-dev-bus_dma_mask-as-a-dma-limit.patch
- commit ee87f08
* Mon Mar 09 2020 tiwai@suse.de
- blacklist.conf: Add dma/imx-sdma entries that have been reverted
- commit f53a68f
* Mon Mar 09 2020 tiwai@suse.de
- usb: core: hub: fix unhandled return by employing a void
function (git-fixes).
- commit 9ef677e
* Mon Mar 09 2020 tiwai@suse.de
- usb: core: port: do error out if usb_autopm_get_interface()
fails (git-fixes).
- usb: core: hub: do error out if usb_autopm_get_interface()
fails (git-fixes).
- staging: vt6656: fix sign of rx_dbm to bb_pre_ed_rssi
(git-fixes).
- vt: vt_ioctl: fix race in VT_RESIZEX (git-fixes).
- vt: fix scrollback flushing on background consoles (git-fixes).
- USB: misc: iowarrior: add support for the 100 device
(git-fixes).
- usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flows
(git-fixes).
- usb: dwc2: Fix in ISOC request length checking (git-fixes).
- usb: gadget: composite: Fix bMaxPower for SuperSpeedPlus
(git-fixes).
- usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fields
(git-fixes).
- usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc format
(git-fixes).
- USB: misc: iowarrior: add support for the 28 and 28L devices
(git-fixes).
- USB: misc: iowarrior: add support for 2 OEMed devices
(git-fixes).
- USB: Fix novation SourceControl XL after suspend (git-fixes).
- xhci: Fix memory leak when caching protocol extended capability
PSI tables - take 2 (git-fixes).
- USB: quirks: blacklist duplicate ep on Sound Devices USBPre2
(git-fixes).
- USB: core: add endpoint-blacklist quirk (git-fixes).
- usb: dwc3: debug: fix string position formatting mixup with
ret and len (git-fixes).
- USB: hub: Don't record a connect-change event during
reset-resume (git-fixes).
- usb: charger: assign specific number for enum value (git-fixes).
- usb: uas: fix a plug & unplug racing (git-fixes).
- USB: hub: Fix the broken detection of USB3 device in SMSC hub
(git-fixes).
- xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platforms
(git-fixes).
- xhci: fix runtime pm enabling for quirky Intel hosts
(git-fixes).
- xhci: Force Maximum Packet size for Full-speed bulk devices
to valid range (git-fixes).
- xprtrdma: Fix DMA scatter-gather list mapping imbalance
(git-fixes).
- uio: fix a sleep-in-atomic-context bug in
uio_dmem_genirq_irqcontrol() (git-fixes).
- usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glue
(git-fixes).
- usb: gadget: udc: fix possible sleep-in-atomic-context bugs
in gr_probe() (git-fixes).
- usb: dwc2: Fix IN FIFO allocation (git-fixes).
- usbip: Fix unsafe unaligned pointer usage (git-fixes).
- wan/hdlc_x25: fix skb handling (git-fixes).
- wan: ixp4xx_hss: fix compile-testing on 64-bit (git-fixes).
- watchdog/softlockup: Enforce that timestamp is valid on boot
(git-fixes).
- usb: dwc3: use proper initializers for property entries
(git-fixes).
- commit 7d830dc
* Mon Mar 09 2020 tiwai@suse.de
- tty: serial: fsl_lpuart: free IDs allocated by IDA (git-fixes).
- spi: bcm63xx-hsspi: Really keep pll clk enabled (git-fixes).
- spi: atmel-quadspi: fix possible MMIO window size overrun
(git-fixes).
- spi: spidev: Fix CS polarity if GPIO descriptors are used
(git-fixes).
- tty: serial: qcom_geni_serial: Fix RX cancel command failure
(git-fixes).
- tty: serial: imx: setup the correct sg entry for tx dma
(git-fixes).
- tty/serial: atmel: manage shutdown in case of RS485 or ISO7816
mode (git-fixes).
- thunderbolt: Prevent crash if non-active NVMem file is read
(git-fixes).
- tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LAST
(git-fixes).
- soc/tegra: fuse: Fix build with Tegra194 configuration
(git-fixes).
- tty: synclink_gt: Adjust indentation in several functions
(git-fixes).
- tty: synclinkmp: Adjust indentation in several functions
(git-fixes).
- commit f7b10ec
* Mon Mar 09 2020 nsaenzjulienne@suse.de
- USB: pci-quirks: Add Raspberry Pi 4 quirk (bsc#1163560).
- soc: bcm2835: Sync xHCI reset firmware property with downstream
(bsc#1163560).
- PCI: brcmstb: Wait for Raspberry Pi's firmware when present
(bsc#1163560).
- firmware: raspberrypi: Introduce vl805 init routine
(bsc#1163560).
- commit e30de5f
* Mon Mar 09 2020 tiwai@suse.de
- regulator: stm32-vrefbuf: fix a possible overshoot when
re-enabling (git-fixes).
- staging: rtl8723bs: Fix potential overuse of kernel memory
(git-fixes).
- staging: rtl8188eu: Fix potential overuse of kernel memory
(git-fixes).
- staging: rtl8723bs: Fix potential security hole (git-fixes).
- staging: rtl8188eu: Fix potential security hole (git-fixes).
- staging: rtl8723bs: fix copy of overlapping memory (git-fixes).
- serial: 8250: Check UPF_IRQ_SHARED in advance (git-fixes).
- serdev: ttyport: restore client ops on deregistration
(git-fixes).
- reset: uniphier: Add SCSSI reset control for each channel
(git-fixes).
- remoteproc: Initialize rproc_class before use (git-fixes).
- staging: rtl8188: avoid excessive stack usage (git-fixes).
- rtw88: fix rate mask for 1SS chip (git-fixes).
- rtlwifi: rtl_pci: Fix -Wcast-function-type (git-fixes).
- commit b3aad35
* Mon Mar 09 2020 tiwai@suse.de
- phy: mapphone-mdm6600: Fix timeouts by adding wake-up handling
(git-fixes).
- phy: mapphone-mdm6600: Fix write timeouts with shorter GPIO
toggle interval (git-fixes).
- qmi_wwan: unconditionally reject 2 ep interfaces (git-fixes).
- radeon: insert 10ms sleep in dce5_crtc_load_lut (git-fixes).
- pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled
pins (git-fixes).
- pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs (git-fixes).
- pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs (git-fixes).
- r8169: check that Realtek PHY driver module is loaded
(git-fixes).
- commit 1f5e949
* Mon Mar 09 2020 tiwai@suse.de
- PCI: Fix pci_add_dma_alias() bitmask size (git-fixes).
- PCI: Increase D3 delay for AMD Ryzen5/7 XHCI controllers
(git-fixes).
- PCI: Add generic quirk for increasing D3hot delay (git-fixes).
- PCI: iproc: Apply quirk_paxc_bridge() for module as well as
built-in (git-fixes).
- commit 124e17e
* Mon Mar 09 2020 tiwai@suse.de
- mac80211: Remove a redundant mutex unlock (git-fixes).
- ipmi:ssif: Handle a possible NULL pointer reference (git-fixes).
- mac80211: fix wrong 160/80+80 MHz setting (git-fixes).
- mac80211: consider more elements in parsing CRC (git-fixes).
- iwlwifi: mvm: Check the sta is not NULL in iwl_mvm_cfg_he_sta()
(git-fixes).
- iwlwifi: mvm: Fix thermal zone registration (git-fixes).
- media: uvcvideo: Add a quirk to force GEO GC6500 Camera
bits-per-pixel value (git-fixes).
- media: sti: bdisp: fix a possible sleep-in-atomic-context bug
in bdisp_device_run() (git-fixes).
- media: i2c: mt9v032: fix enum mbus codes and frame sizes
(git-fixes).
- media: v4l2-device.h: Explicitly compare grp{id,mask} to zero
in v4l2_device macros (git-fixes).
- media: cx23885: Add support for AVerMedia CE310B (git-fixes).
- orinoco: avoid assertion in case of NULL pointer (git-fixes).
- iwlegacy: Fix -Wcast-function-type (git-fixes).
- ipw2x00: Fix -Wcast-function-type (git-fixes).
- commit 57f0620
* Mon Mar 09 2020 nsaenzjulienne@suse.de
- PCI: brcmstb: Fix build on 32bit ARM platforms with older
compilers (jsc#SLE-7772).
- commit ca7a98f
* Mon Mar 09 2020 nsaenzjulienne@suse.de
- delete: patches.suse/linux-log2-h-add-roundup-rounddown_pow_two64-family-of-functions.patch
Not needed anymore
- commit c7ab3e3
* Mon Mar 09 2020 nsaenzjulienne@suse.de
- update and move into sorted section: patches.suse/pci-brcmstb-add-msi-support.patch
- commit 71e1948
* Mon Mar 09 2020 nsaenzjulienne@suse.de
- refresh and move into sorted section:
patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch
- commit b774a70
* Mon Mar 09 2020 martin.wilck@suse.com
- drm/i915/execlists: Always force a context reload when rewinding
RING_TAIL (bsc#1161207).
- commit 8af101c
* Mon Mar 09 2020 vbabka@suse.cz
- Refresh
patches.suse/mm-hotplug-fix-page-online-with-debug_pagealloc-compiled-but-not-enabled.patch.
- commit went mainline from a non-git maintainer repository, add proper metadata
- commit e59a6b6
* Mon Mar 09 2020 tiwai@suse.de
- blacklist.conf: Add input/rmi4 revert patch that was already blacklisted
- commit 730af68
* Mon Mar 09 2020 tiwai@suse.de
- i2c: altera: Fix potential integer overflow (git-fixes).
- Input: synaptics - remove the LEN0049 dmi id from topbuttonpad
list (git-fixes).
- Input: synaptics - enable SMBus on ThinkPad L470 (git-fixes).
- Input: synaptics - switch T470s to RMI4 by default (git-fixes).
- Input: edt-ft5x06 - work around first register access error
(git-fixes).
- ide: serverworks: potential overflow in svwks_set_pio_mode()
(git-fixes).
- commit 99877db
* Mon Mar 09 2020 tiwai@suse.de
- hwmon: (adt7462) Fix an error return in ADT7462_REG_VOLT()
(git-fixes).
- HID: alps: Fix an error handling path in
'alps_input_configured()' (git-fixes).
- HID: hiddev: Fix race in in hiddev_disconnect() (git-fixes).
- HID: core: increase HID report buffer size to 8KiB (git-fixes).
- HID: core: fix off-by-one memset in hid_report_raw_event()
(git-fixes).
- HID: ite: Only bind to keyboard USB interface on Acer SW5-012
keyboard dock (git-fixes).
- commit 3cf2320
* Mon Mar 09 2020 tiwai@suse.de
- floppy: check FDC index for errors before assigning it
(CVE-2020-9383 bsc#1165111).
- commit 47c6d94
* Mon Mar 09 2020 tiwai@suse.de
- crypto: rename sm3-256 to sm3 in hash_algo_name (git-fixes).
- driver core: platform: fix u32 greater or equal to zero
comparison (git-fixes).
- driver core: Print device when resources present in
really_probe() (git-fixes).
- driver core: platform: Prevent resouce overflow from causing
infinite loops (git-fixes).
- crypto: chtls - Fixed memory leak (git-fixes).
- commit 934bfba
* Mon Mar 09 2020 tiwai@suse.de
- bus: ti-sysc: Fix 1-wire reset quirk (git-fixes).
- cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE
(git-fixes).
- cfg80211: check wiphy driver existence for drvinfo report
(git-fixes).
- commit 518082f
* Mon Mar 09 2020 tiwai@suse.de
- ACPI: watchdog: Fix gas->access_width usage (git-fixes).
- ACPICA: Introduce ACPI_ACCESS_BYTE_WIDTH() macro (git-fixes).
- b43legacy: Fix -Wcast-function-type (git-fixes).
- ACPI: button: Add DMI quirk for Razer Blade Stealth 13 late
2019 lid switch (git-fixes).
- commit d4fdd22
* Mon Mar 09 2020 tiwai@suse.de
- amdgpu/gmc_v9: save/restore sdpif regs during S3 (git-fixes).
- ASoC: Intel: sof_rt5682: Ignore the speaker amp when there
isn't one (git-fixes).
- ASoC: soc-topology: fix endianness issues (git-fixes).
- ASoC: SOF: Intel: hda: Add iDisp4 DAI (git-fixes).
- ASoC: intel: sof_rt5682: Add support for tgl-max98357a-rt5682
(git-fixes).
- ASoC: intel: sof_rt5682: Add quirk for number of HDMI DAI's
(git-fixes).
- ASoC: SOF: Intel: hda: Fix SKL dai count (git-fixes).
- commit b3e9ee6
* Mon Mar 09 2020 tiwai@suse.de
- ALSA: ctl: allow TLV read operation for callback type of
element in locked case (git-fixes).
- ALSA: usx2y: Adjust indentation in snd_usX2Y_hwdep_dsp_status
(git-fixes).
- commit d5a4d9f
* Mon Mar 09 2020 tiwai@suse.de
- ASoC: wm8741: Fix typo in Kconfig prompt (git-fixes).
- ASoC: SOF: Fix snd_sof_ipc_stream_posn() (git-fixes).
- ASoC: dapm: Correct DAPM handling of active widgets during
shutdown (git-fixes).
- ASoC: Intel: Skylake: Fix available clock counter incrementation
(git-fixes).
- ASoC: meson: g12a: add tohdmitx reset (git-fixes).
- ASoC: pcm512x: Fix unbalanced regulator enable call in probe
error path (git-fixes).
- ASoC: soc-core: fix for_rtd_codec_dai_rollback() macro
(git-fixes).
- ASoC: topology: Fix memleak in soc_tplg_manifest_load()
(git-fixes).
- ASoC: topology: Fix memleak in soc_tplg_link_elems_load()
(git-fixes).
- ASoC: pcm: Fix possible buffer overflow in dpcm state sysfs
output (git-fixes).
- ASoC: intel: skl: Fix possible buffer overflow in debug outputs
(git-fixes).
- ASoC: intel: skl: Fix pin debug prints (git-fixes).
- ALSA: hda/realtek - Enable the headset of ASUS B9450FA with
ALC294 (git-fixes).
- ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus
Master (git-fixes).
- ALSA: hda/realtek - Add Headset Button supported for ThinkPad X1
(git-fixes).
- ALSA: hda/realtek - Add Headset Mic supported (git-fixes).
- ALSA: hda/realtek - Fix a regression for mute led on Lenovo
Carbon X1 (git-fixes).
- commit 533eaf3
* Sat Mar 07 2020 msuchanek@suse.de
- powerpc/pseries: fix of_read_drc_info_cell() to point at next
record (bsc#1165980 ltc#183834).
- commit 1ae6694
* Sat Mar 07 2020 msuchanek@suse.de
- libnvdimm/pfn_dev: Don't clear device memmap area during
generic namespace probe (bsc#1165929 bsc#1165950 bsc#1166323).
- commit dd773b9
* Fri Mar 06 2020 ailiopoulos@suse.com
- xfs: also remove cached ACLs when removing the underlying attr
(bsc#1165873).
- commit 8ec3453
* Fri Mar 06 2020 ddiss@suse.de
- patches.suse/scsi-target-use-an-enum-to-track-emulate_ua_intlck_c.patch:
(bsc#1163617).
- patches.suse/scsi-target-convert-boolean-se_dev_attrib-types-to-b.patch:
(bsc#1163617).
- patches.suse/scsi-target-fix-unmap_zeroes_data-boolean-initialisa.patch:
(bsc#1163617).
- commit 182fa83
* Fri Mar 06 2020 dwagner@suse.de
- sched/rt, workqueue: Use PREEMPTION (bsc#1162702).
- sched/core: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, locking: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, mm: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, btrfs: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, fs: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, xen: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, net: Use CONFIG_PREEMPTION.patch (bsc#1162702).
- sched/rt, xtensa: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, sparc: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, sh: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, s390: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, riscv: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, parisc: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, nios2: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, nds32: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, MIPS: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, microblaze: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, ia64: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, hexagon: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, h8300: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, csky: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, c6x: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, ARC: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, powerpc: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, arm64: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/rt, ARM: Use CONFIG_PREEMPTION (bsc#1162702).
- rcu: Use CONFIG_PREEMPTION where appropriate (bsc#1162702).
- m68k/coldfire: Use CONFIG_PREEMPTION (bsc#1162702).
- backlight: Kconfig: jornada720: Use CONFIG_PREEMPTION
(bsc#1162702).
- drm/i810: Refer to `PREEMPTION' in comment (bsc#1162702).
- media: cec-gpio: Use CONFIG_PREEMPTION (bsc#1162702).
- commit d311e76
* Fri Mar 06 2020 dwagner@suse.de
- x86/kvm: Use CONFIG_PREEMPTION (bsc#1162702).
- x86/dumpstack: Indicate PREEMPT_RT in dumps (bsc#1162702).
- x86: Use CONFIG_PREEMPTION (bsc#1162702).
Refresh patches.suse/x86-xen-32-Make-xen_iret_crit_fixup-independent-of-f.patch
- kprobes: Use CONFIG_PREEMPTION (bsc#1162702).
- tracing: Use CONFIG_PREEMPTION (bsc#1162702).
- locking/spinlocks: Use CONFIG_PREEMPTION (bsc#1162702).
- rcu: Use CONFIG_PREEMPTION (bsc#1162702).
- sched/preempt: Use CONFIG_PREEMPTION where appropriate
(bsc#1162702).
Refresh patches.suse/sched-fair-Rework-load_balance.patch
- commit 6a43532
* Fri Mar 06 2020 jslaby@suse.cz
- selftests: Install settings files to fix TIMEOUT failures
(git-fixes).
- commit b511dec
* Fri Mar 06 2020 msuchanek@suse.de
- powerpc/smp: Use nid as fallback for package_id (bsc#1165813
ltc#184091).
- commit 6ff58c9
* Fri Mar 06 2020 msuchanek@suse.de
- update powerpc fadump patches
- update to version in maintainer repository and move into sorted section:
Refresh patches.suse/powerpc-fadump-sysfs-for-fadump-memory-reservation.patch.
patches.suse/powerpc-fadump-sysfs-for-fadump-memory-reservation.patch
patches.suse/Documentation-ABI-add-ABI-documentation-for-sys-kern.patch -> patches.suse/Documentation-ABI-Add-ABI-documentation-for-sys-kern.patch
patches.suse/Documentation-ABI-mark-sys-kernel-fadump_-sysfs-file.patch -> patches.suse/Documentation-ABI-Mark-sys-kernel-fadump_-sysfs-file.patch
patches.suse/powerpc-fadump-reorganize-sys-kernel-fadump_-sysfs-f.patch -> patches.suse/powerpc-fadump-Reorganize-sys-kernel-fadump_-sysfs-f.patch
patches.suse/powerpc-powernv-move-core-and-fadump_release_opalcor.patch -> patches.suse/powerpc-powernv-Move-core-and-fadump_release_opalcor.patch
patches.suse/sysfs-wrap-__compat_only_sysfs_link_entry_to_kobj-fu.patch -> patches.suse/sysfs-Wrap-__compat_only_sysfs_link_entry_to_kobj-fu.patch
- commit 3b382c0
* Fri Mar 06 2020 msuchanek@suse.de
- treewide: remove redundant IS_ERR() before error code check (bsc#1156395).
- Refresh patches.suse/sysfs-wrap-__compat_only_sysfs_link_entry_to_kobj-fu.patch.
- commit 4eaa7b9
* Fri Mar 06 2020 msuchanek@suse.de
- powerpc/book3s64: Fix error handling in mm_iommu_do_alloc()
(bsc#1156395).
- commit aca1a7b
* Fri Mar 06 2020 mkubecek@suse.cz
- series.conf: cleanup
- move unsortable patches out of sorted section
No effect on expanded tree.
- commit 6151f14
* Fri Mar 06 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/cifs-Use-define-in-cifs_dbg.patch
patches.suse/cifs-add-missing-mount-option-to-proc-mounts.patch
patches.suse/cifs-don-t-leak-EAGAIN-for-stat-during-reconnect.patch
patches.suse/cifs-fix-potential-mismatch-of-UNC-paths.patch
patches.suse/cifs-fix-rename-by-ensuring-source-handle-opened-wit.patch
patches.suse/fs-cifs-Initialize-filesystem-timestamp-ranges.patch
- commit ec2b8cb
* Fri Mar 06 2020 msuchanek@suse.de
- update patches.suse/powerpc-drmem-avoid-NULL-pointer-dereference-when-dr.patch
- update to version from maintainer repository and move into sorted section
- commit 9c11a0c
* Fri Mar 06 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/0001-mac80211-pass-the-vif-to-cancel_remain_on_channel.patch
- commit a0c00c0
* Fri Mar 06 2020 jdelvare@suse.de
- scsi: fnic: do not queue commands during fwreset (bsc#1146539).
- commit c38dde7
* Thu Mar 05 2020 msuchanek@suse.de
- Delete patches which cause regression (bsc#1165527 ltc#184149).
- Delete patches.suse/powerpc-avoid-adjusting-memory_limit-for-capture-ker.patch.
- Delete patches.suse/powerpc-reserve-memory-for-capture-kernel-after-huge.patch.
- commit f7abbd0
* Thu Mar 05 2020 oneukum@suse.com
- iwlwifi: mvm: fix potential SKB leak on TXQ TX (git-fixes).
- commit 1ac0a4b
* Thu Mar 05 2020 oneukum@suse.com
- iwlwifi: mvm: remove last leftovers of d0i3 (git-fixes).
- commit dde7e54
* Thu Mar 05 2020 oneukum@suse.com
- iwlwifi: mvm: remove d0i3_ap_sta_id (git-fixes).
- commit fd2b562
* Thu Mar 05 2020 oneukum@suse.com
- iwlwifi: mvm: remove the d0i3 entry/exit flow (git-fixes).
- commit 84ff808
* Thu Mar 05 2020 yousaf.kaukab@suse.com
- tick/common: Make tick_periodic() check for missing ticks
(bsc#1164534).
- commit 4d65090
* Thu Mar 05 2020 oneukum@suse.com
- iwlwifi: mvm: remove the tx defer for d0i3 (git-fixes).
- commit ec16006
* Thu Mar 05 2020 oneukum@suse.com
- iwlwifi: remove all the d0i3 references (git-fixes).
- commit beb11dd
* Thu Mar 05 2020 oneukum@suse.com
- iwlwifi: mvm: start to remove the code for d0i3 (git-fixes).
- commit 4ff93db
* Thu Mar 05 2020 oneukum@suse.com
- mac80211: pass the vif to cancel_remain_on_channel (git-fixes).
- commit f9393f5
* Thu Mar 05 2020 jslaby@suse.cz
- rxrpc: Fix service call disconnection (git-fixes).
- commit 4266941
* Thu Mar 05 2020 jack@suse.cz
- blktrace: Protect q->blk_trace with RCU (bsc#1159285
CVE-2019-19768).
- commit c44e53f
* Thu Mar 05 2020 jslaby@suse.cz
- gtp: use __GFP_NOWARN to avoid memalloc warning
(networking-stable-20_02_05).
- l2tp: Allow duplicate session creation with UDP
(networking-stable-20_02_05).
- net: hsr: fix possible NULL deref in hsr_handle_frame()
(networking-stable-20_02_05).
- net: stmmac: Delete txtimer in suspend()
(networking-stable-20_02_05).
- rxrpc: Fix NULL pointer deref due to call->conn being cleared
on disconnect (networking-stable-20_02_05).
- rxrpc: Fix missing active use pinning of rxrpc_local object
(networking-stable-20_02_05).
- rxrpc: Fix insufficient receive notification generation
(networking-stable-20_02_05).
- rxrpc: Fix use-after-free in rxrpc_put_local()
(networking-stable-20_02_05).
- tcp: clear tp->segs_{in|out} in tcp_disconnect()
(networking-stable-20_02_05).
- tcp: clear tp->data_segs{in|out} in tcp_disconnect()
(networking-stable-20_02_05).
- tcp: clear tp->delivered in tcp_disconnect()
(networking-stable-20_02_05).
- tcp: clear tp->total_retrans in tcp_disconnect()
(networking-stable-20_02_05).
- commit 3758fff
* Thu Mar 05 2020 jslaby@suse.cz
- net: dsa: bcm_sf2: Forcibly configure IMP port for 1Gb/sec
(git-fixes).
- net: dsa: bcm_sf2: Only 7278 supports 2Gb/sec IMP port
(git-fixes).
- commit 7361c96
* Thu Mar 05 2020 jslaby@suse.cz
- udp: segment looped gso packets correctly
(networking-stable-20_01_30).
- rxrpc: Fix use-after-free in rxrpc_receive_data()
(networking-stable-20_01_30).
- net_sched: ematch: reject invalid TCF_EM_SIMPLE
(networking-stable-20_01_30).
- net: include struct nhmsg size in nh nlmsg size
(networking-stable-20_01_30).
- net_sched: walk through all child classes in tc_bind_tclass()
(networking-stable-20_01_30).
- net_sched: fix ops->bind_class() implementations
(networking-stable-20_01_30).
- commit a2d67cb
* Thu Mar 05 2020 palcantara@suse.de
- smb3: Fix regression in time handling (bsc#1164565).
- commit 76489e8
* Thu Mar 05 2020 palcantara@suse.de
- fs: cifs: Initialize filesystem timestamp ranges (bsc#1164565).
- commit 4bd8d12
* Wed Mar 04 2020 palcantara@suse.de
- fs: cifs: Fix atime update check vs mtime (bsc#1164565).
- commit 0137273
* Wed Mar 04 2020 tzimmermann@suse.de
- drm/mediatek: disable all the planes in atomic_disable (bsc#1152489)
- commit beb3e57
* Wed Mar 04 2020 tzimmermann@suse.de
- drm/mcde: Some fixes to handling video mode (bsc#1152472)
- commit 29f754d
* Wed Mar 04 2020 tzimmermann@suse.de
- drm: rcar-du: Recognize "renesas,vsps" in addition to "vsps" (bsc#1152489)
- commit 56e3aa3
* Wed Mar 04 2020 jslaby@suse.cz
- net: bcmgenet: Use netif_tx_napi_add() for TX NAPI
(networking-stable-20_01_27).
- commit 9e56daf
* Wed Mar 04 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/radeon: fix bad DMA from INTERRUPT_CNTL2'
- commit b3a8eb6
* Wed Mar 04 2020 jslaby@suse.cz
- net: systemport: Fixed queue mapping in internal ring map
(networking-stable-20_01_20).
- net: dsa: bcm_sf2: Configure IMP port for 2Gb/sec
(networking-stable-20_01_20).
- net: dsa: sja1105: Don't error out on disabled ports with no
phy-mode (networking-stable-20_01_20).
- net: dsa: tag_qca: fix doubled Tx statistics
(networking-stable-20_01_20).
- net: dsa: tag_gswip: fix typo in tagger name
(networking-stable-20_01_20).
- net: ethernet: ave: Avoid lockdep warning
(networking-stable-20_01_20).
- net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_info
(networking-stable-20_01_20).
- hv_netvsc: Fix memory leak when removing rndis device
(networking-stable-20_01_20).
- commit 7f37dbf
* Wed Mar 04 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/amdgpu: fix license on Kconfig and Makefiles'
- commit 5173cd9
* Wed Mar 04 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/amd/display: add default clocks if not able to fetch them'
- commit 666a2d4
* Wed Mar 04 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2'
- commit 1874918
* Wed Mar 04 2020 tzimmermann@suse.de
- blacklist.conf: Append 'Revert "drm/amdgpu: Set no-retry as default."'
- commit b4576bc
* Wed Mar 04 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/amdgpu/smu: add metrics table lock for arcturus (v2)'
- commit f64b7b2
* Wed Mar 04 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/0001-crypto-atmel-Fix-build-error-of-CRYPTO_AUTHENC.patch
patches.suse/0001-tools-lib-traceevent-Remove-unneeded-qsort-and-uses-.patch
patches.suse/0001-usb-host-xhci-update-event-ring-dequeue-pointer-on-p.patch
- commit d776890
* Wed Mar 04 2020 tzimmermann@suse.de
- drm/amdgpu: remove redundant variable r and redundant return (bsc#1152489)
- commit 9635a45
* Wed Mar 04 2020 tbogendoerfer@suse.de
- supported.conf: mark hinic driver supported (bsc#1165618)
- commit d183caf
* Wed Mar 04 2020 tzimmermann@suse.de
- drm/amdgpu: remove ras_reserve_vram in ras injection (bsc#1152489)
- commit e39df99
* Wed Mar 04 2020 tzimmermann@suse.de
- drm/amdgpu/discovery: reserve discovery data at the top of VRAM (bsc#1152489)
- commit 87c3ae9
* Wed Mar 04 2020 tzimmermann@suse.de
- drm/amdgpu: add invalidate semaphore limit for SRIOV and picasso in (bsc#1152472)
- commit 8bb0283
* Wed Mar 04 2020 tzimmermann@suse.de
- drm/amdgpu: avoid using invalidate semaphore for picasso (bsc#1152472)
- commit 7a93979
* Wed Mar 04 2020 tzimmermann@suse.de
- drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10 (bsc#1152472)
- commit f513a95
* Wed Mar 04 2020 tzimmermann@suse.de
- drm/amdgpu: initialize vm_inv_eng0_sem for gfxhub and mmhub (bsc#1152472)
- commit cc4b76c
* Wed Mar 04 2020 tzimmermann@suse.de
- drm/amdgpu/gfx10: re-init clear state buffer after gpu reset (bsc#1152472)
- commit 8c64b3d
* Wed Mar 04 2020 tzimmermann@suse.de
- drm/amdgpu: cleanup creating BOs at fixed location (v2) (bsc#1152489)
- commit 633a2a8
* Wed Mar 04 2020 glin@suse.com
- samples/bpf: Don't try to remove user's homedir on clean
(bsc#1155518).
- samples/bpf: Xdp_redirect_cpu fix missing tracepoint attach
(bsc#1155518).
- commit 11d150a
* Wed Mar 04 2020 jslaby@suse.cz
- PCI: pciehp: Add DMI table for in-band presence detection
disabled (bnc#1162576 jsc#SLE-11112).
- PCI: pciehp: Wait for PDS if in-band presence is disabled
(bnc#1162576 jsc#SLE-11112).
- PCI: pciehp: Disable in-band presence detect when possible
(bnc#1162576 jsc#SLE-11112).
- commit 6963c35
* Wed Mar 04 2020 glin@suse.com
- bpf, offload: Replace bitwise AND by logical AND in
bpf_prog_offload_info_fill (bsc#1155518).
- samples: bpf: Drop doubled variable declaration in xdpsock
(bsc#1155518).
- samples/bpf: xdpsock: Add option to specify transmit fill
pattern (bsc#1155518).
- samples/bpf: xdpsock: Add option to specify tx packet size
(bsc#1155518).
- samples/bpf: xdpsock: Add option to specify number of packets
to send (bsc#1155518).
- samples/bpf: xdpsock: Add option to specify batch size
(bsc#1155518).
- samples/bpf: xdpsock: Use common code to handle signal and
main exit (bsc#1155518).
- samples/bpf: xdpsock: Add duration option to specify how long
to run (bsc#1155518).
- riscv, bpf: Fix broken BPF tail calls (bsc#1155518).
- samples/bpf: Attach XDP programs in driver mode by default
(bsc#1155518).
- libbpf: Don't attach perf_buffer to offline/missing CPUs
(bsc#1155518).
- libbpf: Extract and generalize CPU mask parsing logic
(bsc#1155518).
- samples/bpf: Add missing option to xdpsock usage (bsc#1155518).
- samples/bpf: Remove duplicate option from xdpsock (bsc#1155518).
- samples/bpf: Use Rx-only and Tx-only sockets in xdpsock
(bsc#1155518).
- samples/bpf: Add XDP_SHARED_UMEM support to xdpsock
(bsc#1155518).
- samples: bpf: update map definition to new syntax BTF-defined
map (bsc#1155518).
- samples/bpf: Trivial - fix spelling mistake in usage
(bsc#1155518).
- samples/bpf: fix xdpsock l2fwd tx for unaligned mode
(bsc#1155518).
- samples/bpf: use hugepages in xdpsock app (bsc#1155518).
- samples/bpf: add buffer recycling for unaligned chunks to
xdpsock (bsc#1155518).
- samples/bpf: add unaligned chunks mode support to xdpsock
(bsc#1155518).
- samples/bpf: add use of need_wakeup flag in xdpsock
(bsc#1155518).
- samples/bpf: make xdp_fwd more practically usable via devmap
lookup (bsc#1155518).
- samples/bpf: xdp_fwd rename devmap name to be xdp_tx_ports
(bsc#1155518).
- commit ebecd6a
* Tue Mar 03 2020 mkubecek@suse.cz
- supported.conf: fix broken dependencies
Recently added modules mscc_felix and tag_ocelot are marked as supported
but depend on unsupported modules dsa_core and mscc_ocelot_common which
breaks dependencies in aarch64 kernel-default package and therefore also
aarch64/default and aarch/preempt build.
Mark dsa_core and mscc_ocelot_common as supported as well.
- commit 102e871
* Tue Mar 03 2020 palcantara@suse.de
- cifs: do d_move in rename (bsc#1164565).
- commit 500b81b
* Tue Mar 03 2020 palcantara@suse.de
- cifs: add SMB2_open() arg to return POSIX data (bsc#1164565).
- commit ee82400
* Tue Mar 03 2020 palcantara@suse.de
- cifs: plumb smb2 POSIX dir enumeration (bsc#1164565).
- commit 3127734
* Tue Mar 03 2020 palcantara@suse.de
- cifs: add smb2 POSIX info level (bsc#1164565).
- commit 0cbf023
* Tue Mar 03 2020 palcantara@suse.de
- cifs: rename posix create rsp (bsc#1164565).
- commit 4b07bca
* Tue Mar 03 2020 palcantara@suse.de
- cifs: print warning once if mounting with vers=1.0
(bsc#1164565).
- commit a59d8f7
* Tue Mar 03 2020 palcantara@suse.de
- smb3: fix performance regression with setting mtime
(bsc#1164565).
- commit 4e529a9
* Tue Mar 03 2020 palcantara@suse.de
- cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()
(bsc#1164565).
- commit 5e21989
* Tue Mar 03 2020 palcantara@suse.de
- cifs: use mod_delayed_work() for &server->reconnect if already
queued (bsc#1164565).
- commit b9b1327
* Tue Mar 03 2020 palcantara@suse.de
- cifs: call wake_up(&server->response_q) inside of
cifs_reconnect() (bsc#1164565).
- commit 7684617
* Tue Mar 03 2020 palcantara@suse.de
- cifs: handle prefix paths in reconnect (bsc#1164565).
- commit 62ccc7c
* Tue Mar 03 2020 palcantara@suse.de
- cifs: potential unintitliazed error code in cifs_getattr()
(bsc#1164565).
- commit a4ddb9f
* Tue Mar 03 2020 palcantara@suse.de
- cifs: do not ignore the SYNC flags in getattr (bsc#1164565).
- commit fc2ab55
* Tue Mar 03 2020 palcantara@suse.de
- cifs: Use #define in cifs_dbg (bsc#1164565).
- commit 12c009d
* Tue Mar 03 2020 palcantara@suse.de
- cifs: fix rename() by ensuring source handle opened with DELETE
bit (bsc#1164565).
- commit 270fcbb
* Tue Mar 03 2020 palcantara@suse.de
- cifs: add missing mount option to /proc/mounts (bsc#1164565).
- commit 3115514
* Tue Mar 03 2020 dwagner@suse.de
- Drop patches.suse/qla2xxx-Enable-T10-DIF-with-FC-NVMe-enabled.patch
The driver update to 10.01.00.25-k replaces the dropped patch.
- commit d25382d
* Tue Mar 03 2020 dwagner@suse.de
- scsi: qla2xxx: Update driver version to 10.01.00.25-k
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Set Nport ID for N2N (jsc#SLE-9714 jsc#SLE-10327
jsc#SLE-10334).
- scsi: qla2xxx: Handle NVME status iocb correctly (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Remove restriction of FC T10-PI and FC-NVMe
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Serialize fc_port alloc in N2N (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix NPIV instantiation after FW dump
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix RDP respond data format (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Force semaphore on flash validation failure
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: add more FW debug information (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Update BPM enablement semantics (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: fix FW resource count values (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Use a dedicated interrupt handler for
'handshake-required' ISPs (jsc#SLE-9714 jsc#SLE-10327
jsc#SLE-10334).
- scsi: qla2xxx: Return appropriate failure through BSG Interface
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Improved secure flash support messages
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix FCP-SCSI FC4 flag passing error (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Use FC generic update firmware options routine
for ISP27xx (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Avoid setting firmware options twice
in 24xx_update_fw_options (jsc#SLE-9714 jsc#SLE-10327
jsc#SLE-10334).
- scsi: qla2xxx: Add 16.0GT for PCI String (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Convert MAKE_HANDLE() from a define into an
inline function (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix sparse warnings triggered by the PCI state
checking code (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Suppress endianness complaints in
qla2x00_configure_local_loop() (jsc#SLE-9714 jsc#SLE-10327
jsc#SLE-10334).
- scsi: qla2xxx: Simplify the code for aborting SCSI commands
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix sparse warning reported by kbuild bot
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- commit 54d9078
* Tue Mar 03 2020 dwagner@suse.de
- Refresh patches.suse/scsi-ibmvfc-Avoid-loss-of-all-paths-during-SVC-node-.patch.
- commit f3b4108
* Tue Mar 03 2020 palcantara@suse.de
- cifs: fix potential mismatch of UNC paths (bsc#1164565).
- commit 47e9729
* Tue Mar 03 2020 palcantara@suse.de
- cifs: don't leak -EAGAIN for stat() during reconnect
(bsc#1164565).
- commit 8f37e30
* Tue Mar 03 2020 jack@suse.cz
- tools/testing/nvdimm: Fix compilation failure without
CONFIG_DEV_DAX_PMEM_COMPAT (bsc#1159523).
- commit 08c88c8
* Tue Mar 03 2020 tbogendoerfer@suse.de
- mlxsw: pci: Wait longer before accessing the device after reset
(bsc#1154488).
- sched: act: count in the size of action flags bitfield
(bsc#1154353).
- net: genetlink: return the error code when attribute parsing
fails (bsc#1154353).
- commit 28120f1
* Tue Mar 03 2020 trenn@suse.com
- powercap/intel_rapl: add support for TigerLake Mobile
(bsc#1164993, bsc#1165102).
- commit aa3d1d3
* Tue Mar 03 2020 oneukum@suse.com
- usb: host: xhci: update event ring dequeue pointer on purpose
(git-fixes).
- commit fbca080
* Tue Mar 03 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/acpi-watchdog-allow-disabling-wdat-at-boot.patch
patches.suse/acpi-watchdog-set-default-timeout-in-probe.patch
- commit b455329
* Mon Mar 02 2020 lyan@suse.com
- KVM: arm64: pmu: Reset sample period on overflow handling
(bsc#1133021).
- KVM: arm64: pmu: Set the CHAINED attribute before creating
the in-kernel event (bsc#1133021).
- arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systems
(bsc#1133021).
- KVM: arm64: pmu: Fix cycle counter truncation (bsc#1133021).
- commit d9abd96
* Mon Mar 02 2020 msuchanek@suse.de
- powerpc/pseries: update device tree before ejecting hotplug
uevents (bsc#1165404 ltc#183498).
- powerpc/pseries: group lmb operation and memblock's (bsc#1165404
ltc#183498).
- commit 6d4f5d6
* Mon Mar 02 2020 msuchanek@suse.de
- ibmvfc: Fix NULL return compiler warning (bsc#1161951
ltc#183551).
- commit 7015eca
* Mon Mar 02 2020 palcantara@suse.de
- cifs: make sure we do not overflow the max EA buffer size
(bsc#1164565).
- commit 187fa15
* Mon Mar 02 2020 palcantara@suse.de
- cifs: enable change notification for SMB2.1 dialect
(bsc#1164565).
- commit 18efac6
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Fix mode output in debugging statements (bsc#1164565).
- commit 921b85b
* Mon Mar 02 2020 palcantara@suse.de
- smb3: Add defines for new information level, FileIdInformation
(bsc#1164565).
- commit 6421d32
* Mon Mar 02 2020 palcantara@suse.de
- smb3: print warning once if posix context returned on open
(bsc#1164565).
- commit 1c772a2
* Mon Mar 02 2020 palcantara@suse.de
- smb3: add one more dynamic tracepoint missing from strict
fsync path (bsc#1164565).
- commit 756599a
* Mon Mar 02 2020 palcantara@suse.de
- cifs: fix mode bits from dir listing when mounted with
modefromsid (bsc#1164565).
- commit 577afbb
* Mon Mar 02 2020 palcantara@suse.de
- cifs: add SMB3 change notification support (bsc#1164565).
- commit fd3741d
* Mon Mar 02 2020 palcantara@suse.de
- cifs: fix soft mounts hanging in the reconnect code
(bsc#1164565).
- commit bd3733d
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Add tracepoints for errors on flush or fsync
(bsc#1164565).
- commit c47bf63
* Mon Mar 02 2020 palcantara@suse.de
- cifs: log warning message (once) if out of disk space
(bsc#1164565).
- commit 0a33490
* Mon Mar 02 2020 palcantara@suse.de
- cifs: fail i/o on soft mounts if sessionsetup errors out
(bsc#1164565).
- commit 79eff03
* Mon Mar 02 2020 palcantara@suse.de
- smb3: fix problem with null cifs super block with previous patch
(bsc#1164565).
- commit 4f17f73
* Mon Mar 02 2020 palcantara@suse.de
- SMB3: Backup intent flag missing from some more ops
(bsc#1164565).
- commit cea0ba2
* Mon Mar 02 2020 palcantara@suse.de
- cifs: fix soft mounts hanging in the reconnect code
(bsc#1164565).
- commit 53d1815
* Mon Mar 02 2020 palcantara@suse.de
- CIFS: Fix task struct use-after-free on reconnect (bsc#1164565).
- commit d8da619
* Mon Mar 02 2020 palcantara@suse.de
- cifs: use PTR_ERR_OR_ZERO() to simplify code (bsc#1164565).
- commit ae626b0
* Mon Mar 02 2020 palcantara@suse.de
- cifs: add support for fallocate mode 0 for non-sparse files
(bsc#1164565).
- commit 0bd12eb
* Mon Mar 02 2020 palcantara@suse.de
- cifs: fix NULL dereference in match_prepath (bsc#1164565).
- commit 0dec827
* Mon Mar 02 2020 palcantara@suse.de
- smb3: fix default permissions on new files when mounting with
modefromsid (bsc#1164565).
- commit 5854994
* Mon Mar 02 2020 palcantara@suse.de
- CIFS: Add support for setting owner info, dos attributes,
and create time (bsc#1164565).
- commit fc7a4ec
* Mon Mar 02 2020 palcantara@suse.de
- cifs: remove set but not used variable 'server' (bsc#1164565).
- commit d7bd290
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()
(bsc#1164565).
- commit 2e77717
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Fix mount options set in automount (bsc#1164565).
- commit 23cc00f
* Mon Mar 02 2020 palcantara@suse.de
- cifs: fix unitialized variable poential problem with network
I/O cache lock patch (bsc#1164565).
- commit 683e390
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Fix return value in __update_cache_entry (bsc#1164565).
- commit 0d6d00e
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Avoid doing network I/O while holding cache lock
(bsc#1164565).
- commit 21b1bb8
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Fix potential deadlock when updating vol in
cifs_reconnect() (bsc#1164565).
- commit 7f4c5eb
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Merge is_path_valid() into get_normalized_path()
(bsc#1164565).
- commit 90e6c2e
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Introduce helpers for finding TCP connection
(bsc#1164565).
- commit 278b9d9
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Get rid of kstrdup_const()'d paths (bsc#1164565).
- commit 136ec9a
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Clean up DFS referral cache (bsc#1164565).
- commit b1680d8
* Mon Mar 02 2020 palcantara@suse.de
- cifs: set correct max-buffer-size for smb2_ioctl_init()
(bsc#1164565).
- commit 4203783
* Mon Mar 02 2020 palcantara@suse.de
- cifs: use compounding for open and first query-dir for readdir()
(bsc#1164565).
- commit e47a329
* Mon Mar 02 2020 palcantara@suse.de
- cifs: create a helper function to parse the query-directory
response buffer (bsc#1164565).
- commit 0960f35
* Mon Mar 02 2020 palcantara@suse.de
- cifs: prepare SMB2_query_directory to be used with compounding
(bsc#1164565).
- commit f065422
* Mon Mar 02 2020 palcantara@suse.de
- fs/cifs/cifssmb.c: use true,false for bool variable
(bsc#1164565).
- commit dd0ed6f
* Mon Mar 02 2020 palcantara@suse.de
- fs/cifs/smb2ops.c: use true,false for bool variable
(bsc#1164565).
- commit 21e8ec0
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Optimize readdir on reparse points (bsc#1164565).
- commit 1966fae
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Adjust indentation in smb2_open_file (bsc#1164565).
- commit 331c9ed
* Mon Mar 02 2020 palcantara@suse.de
- CIFS: Close cached root handle only if it has a lease
(bsc#1164565).
- commit 47dfff5
* Mon Mar 02 2020 palcantara@suse.de
- SMB3: Fix crash in SMB2_open_init due to uninitialized field
in compounding path (bsc#1164565).
- commit 4b50b8c
* Mon Mar 02 2020 palcantara@suse.de
- smb3: fix refcount underflow warning on unmount when no
directory leases (bsc#1164565).
- commit 39393bb
* Mon Mar 02 2020 palcantara@suse.de
- smb3: improve check for when we send the security descriptor
context on create (bsc#1164565).
- commit 4083b73
* Mon Mar 02 2020 palcantara@suse.de
- smb3: fix mode passed in on create for modetosid mount option
(bsc#1164565).
- commit c05fc9d
* Mon Mar 02 2020 palcantara@suse.de
- smb3: query attributes on file close (bsc#1164565).
- commit 6280b64
* Mon Mar 02 2020 palcantara@suse.de
- smb3: remove unused flag passed into close functions
(bsc#1164565).
- commit 1cc8c7f
* Mon Mar 02 2020 palcantara@suse.de
- cifs: remove redundant assignment to pointer pneg_ctxt
(bsc#1164565).
- commit e68dc80
* Mon Mar 02 2020 palcantara@suse.de
- CIFS: fix a white space issue in cifs_get_inode_info()
(bsc#1164565).
- commit 10fc15b
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Fix retrieval of DFS referrals in cifs_mount()
(bsc#1164565).
- commit 22772da
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Fix potential softlockups while refreshing DFS cache
(bsc#1164565).
- commit 694eb6e
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Fix lookup of root ses in DFS referral cache
(bsc#1164565).
- commit 2cf9686
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Fix use-after-free bug in cifs_reconnect() (bsc#1164565).
- commit d57d122
* Mon Mar 02 2020 palcantara@suse.de
- smb3: dump in_send and num_waiters stats counters by default
(bsc#1164565).
- commit e81c291
* Mon Mar 02 2020 palcantara@suse.de
- CIFS: Properly process SMB3 lease breaks (bsc#1164565).
- commit 579b98d
* Mon Mar 02 2020 palcantara@suse.de
- CIFS: refactor cifs_get_inode_info() (bsc#1164565).
- commit 0b80dd7
* Mon Mar 02 2020 palcantara@suse.de
- cifs: don't use 'pre:' for MODULE_SOFTDEP (bsc#1164565).
- commit 44b1acc
* Mon Mar 02 2020 palcantara@suse.de
- cifs: smbd: Return -EAGAIN when transport is reconnecting
(bsc#1164565).
- commit 44743f5
* Mon Mar 02 2020 palcantara@suse.de
- cifs: smbd: Only queue work for error recovery on memory
registration (bsc#1164565).
- commit 4c66f23
* Mon Mar 02 2020 palcantara@suse.de
- smb3: add debug messages for closing unmatched open
(bsc#1164565).
- commit 47f85b3
* Mon Mar 02 2020 palcantara@suse.de
- CIFS: Do not miss cancelled OPEN responses (bsc#1164565).
- commit 6d9d8e6
* Mon Mar 02 2020 palcantara@suse.de
- CIFS: Fix NULL pointer dereference in mid callback
(bsc#1164565).
- commit 220efe8
* Mon Mar 02 2020 palcantara@suse.de
- CIFS: Close open handle after interrupted close (bsc#1164565).
- commit a0e0f78
* Mon Mar 02 2020 palcantara@suse.de
- CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
(bsc#1164565).
- commit 5d00439
* Mon Mar 02 2020 palcantara@suse.de
- smb3: remove confusing dmesg when mounting with encryption
("seal") (bsc#1164565).
- commit 26d3f50
* Mon Mar 02 2020 palcantara@suse.de
- cifs: close the shared root handle on tree disconnect
(bsc#1164565).
- commit 5fba990
* Mon Mar 02 2020 palcantara@suse.de
- CIFS: Return directly after a failed build_path_from_dentry()
in cifs_do_create() (bsc#1164565).
- commit 5bdda87
* Mon Mar 02 2020 palcantara@suse.de
- CIFS: Use common error handling code in smb2_ioctl_query_info()
(bsc#1164565).
- commit 7c9d0d2
* Mon Mar 02 2020 palcantara@suse.de
- CIFS: Use memdup_user() rather than duplicating its
implementation (bsc#1164565).
- commit ac9ac99
* Mon Mar 02 2020 palcantara@suse.de
- cifs: smbd: Return -ECONNABORTED when trasnport is not in
connected state (bsc#1164565).
- commit 1d4896f
* Mon Mar 02 2020 palcantara@suse.de
- cifs: smbd: Add messages on RDMA session destroy and
reconnection (bsc#1164565).
- commit c884cac
* Mon Mar 02 2020 palcantara@suse.de
- cifs: smbd: Return -EINVAL when the number of iovs exceeds
SMBDIRECT_MAX_SGE (bsc#1164565).
- commit 342a436
* Mon Mar 02 2020 palcantara@suse.de
- cifs: smbd: Invalidate and deregister memory registration on
re-send for direct I/O (bsc#1164565).
- commit 95bdb07
* Mon Mar 02 2020 palcantara@suse.de
- cifs: Don't display RDMA transport on reconnect (bsc#1164565).
- commit 901256b
* Mon Mar 02 2020 palcantara@suse.de
- CIFS: remove set but not used variables 'cinode' and 'netfid'
(bsc#1164565).
- commit da66a8f
* Mon Mar 02 2020 palcantara@suse.de
- cifs: add support for flock (bsc#1164565).
- commit 61dc219
* Mon Mar 02 2020 palcantara@suse.de
- cifs: remove unused variable 'sid_user' (bsc#1164565).
- commit 5c64672
* Mon Mar 02 2020 palcantara@suse.de
- cifs: rename a variable in SendReceive() (bsc#1164565).
- commit 054c459
* Mon Mar 02 2020 palcantara@suse.de
- fix memory leak in large read decrypt offload (bsc#1164565).
- commit 7880d1c
* Mon Mar 02 2020 msuchanek@suse.de
- Revert "Revert "sign also s390x kernel images (bsc#1163524)""
This reverts commit 6326fe1a81221fb3ce28ff84532bd48a182f7731.
pesign should now be able to sign s390 kernels.
- commit e9175e5
* Mon Mar 02 2020 msuchanek@suse.de
- blacklist.conf: Blacklist unsupported ppc platforms.
- commit b290d11
* Mon Mar 02 2020 msuchanek@suse.de
- net/ethtool: Introduce link_ksettings API for virtual network
devices (bsc#1136157 ltc#177197).
Delete patches.suse/ibmveth-Update-ethtool-settings-to-reflect-virtual-p.patch.
- ethtool: Factored out similar ethtool link settings for virtual
devices to core (bsc#1136157 ltc#177197).
- commit 4638559
* Mon Mar 02 2020 jdelvare@suse.de
- Refresh
patches.suse/acpi-watchdog-allow-disabling-wdat-at-boot.patch.
- Refresh
patches.suse/acpi-watchdog-set-default-timeout-in-probe.patch.
Add upstream commit IDs and move to the sorted section.
- commit 678d8e6
* Mon Mar 02 2020 ohering@suse.de
- hv_netvsc: Fix unwanted wakeup in netvsc_attach() (git-fixes).
- commit c3cdac3
* Mon Mar 02 2020 palcantara@suse.de
- smb3: remove noisy debug message and minor cleanup
(bsc#1164565).
- commit f116adb
* Mon Mar 02 2020 palcantara@suse.de
- smb3: cleanup some recent endian errors spotted by updated
sparse (bsc#1164565).
- commit b63cc8a
* Mon Mar 02 2020 palcantara@suse.de
- smb3: missing ACL related flags (bsc#1164565).
- commit ddcd4e7
* Mon Mar 02 2020 palcantara@suse.de
- smb3: pass mode bits into create calls (bsc#1164565).
- commit 9e90af4
* Mon Mar 02 2020 palcantara@suse.de
- smb3: Add missing reparse tags (bsc#1164565).
- commit 631f1b0
* Mon Mar 02 2020 palcantara@suse.de
- fs/cifs/sess.c: Remove set but not used variable 'capabilities'
(bsc#1164565).
- commit e4f316a
* Mon Mar 02 2020 palcantara@suse.de
- fs/cifs/smb2pdu.c: Make SMB2_notify_init static (bsc#1164565).
- commit 1781460
* Mon Mar 02 2020 palcantara@suse.de
- smb3: allow decryption keys to be dumped by admin for debugging
(bsc#1164565).
- commit 449f80c
* Mon Mar 02 2020 palcantara@suse.de
- cifs: modefromsid: write mode ACE first (bsc#1164565).
- commit 6f29db0
* Mon Mar 02 2020 palcantara@suse.de
- smb3: add missing worker function for SMB3 change notify
(bsc#1164565).
- commit c88cd2a
* Mon Mar 02 2020 palcantara@suse.de
- cifs: modefromsid: make room for 4 ACE (bsc#1164565).
- commit 41e2c7e
* Mon Mar 02 2020 palcantara@suse.de
- smb3: fix potential null dereference in decrypt offload
(bsc#1164565).
- commit cc2bebe
* Mon Mar 02 2020 palcantara@suse.de
- smb3: display max smb3 requests in flight at any one time
(bsc#1164565).
- commit 2b340ea
* Mon Mar 02 2020 palcantara@suse.de
- smb3: only offload decryption of read responses if multiple
requests (bsc#1164565).
- Refresh
patches.suse/cifs-move-cifsFileInfo_put-logic-into-a-work-queue.patch.
- commit 8d8b9e0
* Mon Mar 02 2020 palcantara@suse.de
- smb3: enable offload of decryption of large reads via mount
option (bsc#1164565).
- commit c0c0dd0
* Mon Mar 02 2020 palcantara@suse.de
- smb3: allow parallelizing decryption of reads (bsc#1164565).
- Refresh
patches.suse/cifs-move-cifsFileInfo_put-logic-into-a-work-queue.patch.
- commit dbfeff1
* Mon Mar 02 2020 palcantara@suse.de
- cifs: add a debug macro that prints \\server\share for errors
(bsc#1164565).
- commit fd241c6
* Mon Mar 02 2020 palcantara@suse.de
- smb3: allow skipping signature verification for perf sensitive
configurations (bsc#1164565).
- commit dd9ca23
* Mon Mar 02 2020 palcantara@suse.de
- smb3: add dynamic tracepoints for flush and close (bsc#1164565).
- commit b3d48ee
* Mon Mar 02 2020 palcantara@suse.de
- smb3: log warning if CSC policy conflicts with cache mount
option (bsc#1164565).
- commit 633ceea
* Mon Mar 02 2020 palcantara@suse.de
- smb3: add mount option to allow RW caching of share accessed
by only 1 client (bsc#1164565).
- commit 79b4f8c
* Mon Mar 02 2020 palcantara@suse.de
- smb3: add some more descriptive messages about share when
mounting cache=ro (bsc#1164565).
- commit fc6a23b
* Mon Mar 02 2020 palcantara@suse.de
- smb3: add mount option to allow forced caching of read only
share (bsc#1164565).
- commit 30b7183
* Mon Mar 02 2020 palcantara@suse.de
- cifs: fix dereference on ses before it is null checked
(bsc#1164565).
- commit 30243d5
* Mon Mar 02 2020 palcantara@suse.de
- cifs: add new debugging macro cifs_server_dbg (bsc#1164565).
- Refresh
patches.suse/CIFS-Fix-retry-mid-list-corruption-on-reconnects.patch.
- commit 894b13c
* Mon Mar 02 2020 palcantara@suse.de
- cifs: remove set but not used variables (bsc#1164565).
- commit 147b525
* Mon Mar 02 2020 palcantara@suse.de
- cifs: remove unused variable (bsc#1164565).
- commit b38b168
* Mon Mar 02 2020 palcantara@suse.de
- cifs: remove redundant assignment to variable rc (bsc#1164565).
- commit a3fa732
* Mon Mar 02 2020 palcantara@suse.de
- smb3: add missing flag definitions (bsc#1164565).
- commit 344e8bd
* Mon Mar 02 2020 palcantara@suse.de
- cifs: add passthrough for smb2 setinfo (bsc#1164565).
- commit 046be6b
* Mon Mar 02 2020 palcantara@suse.de
- cifs: allow chmod to set mode bits using special sid
(bsc#1164565).
- commit fc541ed
* Mon Mar 02 2020 palcantara@suse.de
- cifs: get mode bits from special sid on stat (bsc#1164565).
- commit 5c3507b
* Mon Mar 02 2020 palcantara@suse.de
- fs: cifs: cifsssmb: remove redundant assignment to variable ret
(bsc#1164565).
- commit 79247fd
* Mon Mar 02 2020 palcantara@suse.de
- cifs: fix a comment for the timeouts when sending echos
(bsc#1164565).
- commit d69504d
* Sat Feb 29 2020 msuchanek@suse.de
- scsi: ibmvfc: Avoid loss of all paths during SVC node reboot
(bsc#1161951 ltc#183551).
- commit fd62623
* Fri Feb 28 2020 nsaenzjulienne@suse.de
- pinctrl: bcm2835: Add support for all GPIOs on BCM2711
(bsc#1164722).
- commit ac59893
* Fri Feb 28 2020 nsaenzjulienne@suse.de
- pinctrl: bcm2835: Refactor platform data (bsc#1164722).
- pinctrl: bcm2835: Drop unused define (bsc#1164722).
- commit 1089640
* Fri Feb 28 2020 nsaenzjulienne@suse.de
- Refresh: patches.suse/thermal-add-bcm2711-thermal-driver.patch
- commit 15ec939
* Fri Feb 28 2020 mkubecek@suse.cz
- supported.conf: sort
Fix order of entries.
- commit b92122c
* Fri Feb 28 2020 tbogendoerfer@suse.de
- supported.conf: mark GVE supported (jsc#SLE10540, bsc#1165245)
- commit 87b5d1a
* Fri Feb 28 2020 yousaf.kaukab@suse.com
- dmaengine: make mux_configure32 static (jsc#SLE-9263).
- commit b01a9f4
* Fri Feb 28 2020 yousaf.kaukab@suse.com
- net: dsa: felix: use dsa_switch_alloc() (jsc#SLE-9263).
- commit 1190849
* Thu Feb 27 2020 bp@suse.de
- x86/mce/amd: Fix kobject lifetime (bsc#1152489).
- x86/mce/amd: Publish the bank pointer only after setup has
succeeded (bsc#1152489).
- commit 218de4e
* Thu Feb 27 2020 bp@suse.de
- x86/cpu/amd: Enable the fixed Instructions Retired counter
IRPERF (bsc#1152489).
- commit a161705
* Thu Feb 27 2020 dwagner@suse.de
- scsi: qla2xxx: Update driver version to 10.01.00.24-k
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Use QLA_FW_STOPPED macro to propagate flag
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Add fixes for mailbox command (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix control flags for login/logout IOCB
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Save rscn_gen for new fcport (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Use correct ISP28xx active FW region
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Print portname for logging in
qla24xx_logio_entry() (jsc#SLE-9714 jsc#SLE-10327
jsc#SLE-10334).
- scsi: qla2xxx: Fix qla2x00_echo_test() based on ISP type
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Correction to selection of loopback/echo test
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Use endian macros to assign static fields in
fwdump header (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix RDP response size (jsc#SLE-9714 jsc#SLE-10327
jsc#SLE-10334).
- scsi: qla2xxx: Handle cases for limiting RDP response payload
length (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Add deferred queue for processing ABTS and RDP
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Cleanup ELS/PUREX iocb fields (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Show correct port speed capabilities for RDP
command (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Display message for FCE enabled (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Add vendor extended FDMI commands (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Add ql2xrdpenable module parameter for RDP
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Add vendor extended RDP additions and amendments
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Add changes in preparation for vendor extended
FDMI/RDP (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Add endianizer macro calls to fc host stats
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Add sysfs node for D-Port Diagnostics AEN data
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Move free of fcport out of interrupt context
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Add beacon LED config sysfs interface
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Check locking assumptions at runtime in
qla2x00_abort_srb() (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- commit d0cdedd
* Thu Feb 27 2020 dwagner@suse.de
- Refresh series.conf
- commit b45c83a
* Thu Feb 27 2020 yousaf.kaukab@suse.com
- gpio: mpc8xxx: ls1088a/ls1028a edge detection mode bug fixs
(jsc#SLE-9263).
- dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platform
(jsc#SLE-9263).
- dmaengine: fsl-edma: add i.mx7ulp edma2 version support
(jsc#SLE-9263).
- commit 2aac33b
* Thu Feb 27 2020 jslaby@suse.cz
- net: stmmac: Fixed link does not need MDIO Bus (git-fixes).
- commit c15f5f6
* Thu Feb 27 2020 yousaf.kaukab@suse.com
- clk: ls1028a: fix a dereference of pointer 'parent' before a
null check (jsc#SLE-9263).
- clk: ls1028a: Fix warning on clamp() usage (jsc#SLE-9263).
- clk: ls1028a: Add clock driver for Display output interface
(jsc#SLE-9263).
- commit b49745f
* Thu Feb 27 2020 jslaby@suse.cz
- net: stmmac: dwmac-sun8i: Allow all RGMII modes
(networking-stable-20_01_11).
- net: stmmac: dwmac-sunxi: Allow all RGMII modes
(networking-stable-20_01_11).
- net: dsa: mv88e6xxx: Preserve priority when setting CPU port
(networking-stable-20_01_11).
- net: freescale: fec: Fix ethtool -d runtime PM
(networking-stable-20_01_11).
- commit 292d79c
* Thu Feb 27 2020 mhocko@suse.com
- Update config files.
turn {arm64,x86_64}/preempt to diff config against default flavor.
- commit 79606c0
* Thu Feb 27 2020 yousaf.kaukab@suse.com
- net: dsa: felix: Use PHY_INTERFACE_MODE_INTERNAL instead of GMII
(jsc#SLE-9263).
- commit 6cfa413
* Thu Feb 27 2020 jslaby@suse.cz
- net: dsa: sja1105: Reconcile the meaning of TPID and TPID2
for E/T and P/Q/R/S (networking-stable-20_01_01).
- net: stmmac: dwmac-meson8b: Fix the RGMII TX delay on
Meson8b/8m2 SoCs (networking-stable-20_01_01).
- net/dst: do not confirm neighbor for vxlan and geneve pmtu
update (networking-stable-20_01_01).
- sit: do not confirm neighbor when do pmtu update
(networking-stable-20_01_01).
- vti: do not confirm neighbor when do pmtu update
(networking-stable-20_01_01).
- tunnel: do not confirm neighbor when do pmtu update
(networking-stable-20_01_01).
- net/dst: add new function skb_dst_update_pmtu_no_confirm
(networking-stable-20_01_01).
- gtp: do not confirm neighbor when do pmtu update
(networking-stable-20_01_01).
- ip6_gre: do not confirm neighbor when do pmtu update
(networking-stable-20_01_01).
- net: add bool confirm_neigh parameter for dst_ops.update_pmtu
(networking-stable-20_01_01).
- net: dsa: bcm_sf2: Fix IP fragment location and behavior
(networking-stable-20_01_01).
- gtp: avoid zero size hashtable (networking-stable-20_01_01).
- gtp: fix an use-after-free in ipv4_pdp_find()
(networking-stable-20_01_01).
- gtp: fix wrong condition in gtp_genl_dump_pdp()
(networking-stable-20_01_01).
- gtp: do not allow adding duplicate tid and ms_addr pdp context
(networking-stable-20_01_01).
- vhost/vsock: accept only packets with the right dst_cid
(networking-stable-20_01_01).
- commit f17afc0
* Thu Feb 27 2020 jslaby@suse.cz
- net: stmmac: platform: Fix MDIO init for platforms without PHY
(networking-stable-19_12_28).
- selftests: forwarding: Delete IPv6 address at the end
(networking-stable-19_12_28).
- sctp: fully initialize v4 addr in some functions
(networking-stable-19_12_28).
- commit 6abcdbd
* Wed Feb 26 2020 yousaf.kaukab@suse.com
- net: dsa: felix: fix link error (jsc#SLE-9263).
- enetc: Fix inconsistent IS_ERR and PTR_ERR (jsc#SLE-9263).
- commit 77d3fbd
* Wed Feb 26 2020 duwe@suse.de
- enable CRYPTO_TEST on arm64, as it is on all other architectures.
(bsc#1164254)
- commit a8c6955
* Wed Feb 26 2020 msuchanek@suse.de
- rpm/package-descriptions: garbege collection
remove old ARM and Xen flavors.
- commit bda0360
* Wed Feb 26 2020 mkubecek@suse.cz
- Revert "sign also s390x kernel images (bsc#1163524)"
This reverts commit b38b61155f0a2c3ebca06d4bb0c2e11a19a87f1f.
As further discussion revealed, this change depends on changes in
pesign-obs-integration package which are not ready yet so that it breaks
s390x binary builds at the moment.
- commit 6326fe1
* Wed Feb 26 2020 mhocko@suse.com
- Created new preempt kernel flavor (jsc#SLE-11309)
Configs are cloned from the respective $arch/default configs. All
changed configs appart from CONFIG_PREEMPT->y are a result of
dependencies, namely many lock/unlock primitives are no longer
inlined in the preempt kernel. TREE_RCU has been also changed to
PREEMPT_RCU which is the default implementation for PREEMPT kernel.
- commit f994874
* Wed Feb 26 2020 bp@suse.de
- EDAC/mc: Fix use-after-free and memleaks during device removal
(jsc#SLE-9482).
- EDAC/sysfs: Remove csrow objects on errors (jsc#SLE-9482).
- commit 9698f66
* Tue Feb 25 2020 tbogendoerfer@suse.de
- net/mlx5: DR, Handle reformat capability over sw-steering tables
(jsc#SLE-8464).
- net/mlx5e: Don't clear the whole vf config when switching modes
(jsc#SLE-8464).
- net/mlx5: DR, Fix matching on vport gvmi (jsc#SLE-8464).
- net/mlx5e: Fix crash in recovery flow without devlink reporter
(jsc#SLE-8464).
- net/mlx5e: Reset RQ doorbell counter before moving RQ state
from RST to RDY (jsc#SLE-8464 bsc#1163335).
- bonding: fix lockdep warning in bond_get_stats() (bsc#1154353
bnc#1151927).
- bonding: add missing netdev_update_lockdep_key() (bsc#1154353).
- net: add strict checks in netdev_name_node_alt_destroy()
(bsc#1154353).
- net: rtnetlink: fix bugs in rtnl_alt_ifname() (bsc#1154353).
- commit 1a3940e
* Tue Feb 25 2020 yousaf.kaukab@suse.com
- net: mscc: fix in frame extraction (jsc#SLE-9263).
- net: dsa: felix: Allow PHY to AN 10/100/1000 with 2500 serdes link (jsc#SLE-9263).
- net: dsa: felix: Handle PAUSE RX regardless of AN result (jsc#SLE-9263).
- net: dsa: felix: Don't error out on disabled ports with no phy-mode (jsc#SLE-9263).
- net: dsa: felix: Don't restart PCS SGMII AN if not needed (jsc#SLE-9263).
- net: dsa: felix: Set USXGMII link based on BMSR, not LPA (jsc#SLE-9263).
- net: dsa: felix: Add PCS operations for PHYLINK (jsc#SLE-9263).
- net: mscc: ocelot: export ANA, DEV and QSYS registers to include/soc/mscc (jsc#SLE-9263).
- net: mscc: ocelot: make phy_mode a member of the common struct ocelot_port (jsc#SLE-9263).
- enetc: Set MDIO_CFG_HOLD to the recommended value of 2 (jsc#SLE-9263).
- enetc: Make MDIO accessors more generic and export to include/linux/fsl (jsc#SLE-9263).
- net: dsa: Pass pcs_poll flag from driver to PHYLINK (jsc#SLE-9263).
- net: phylink: add support for polling MAC PCS (jsc#SLE-9263).
- net: phylink: make QSGMII a valid PHY mode for in-band AN (jsc#SLE-9263).
- mii: Add helpers for parsing SGMII auto-negotiation (jsc#SLE-9263).
- net: dsa: ocelot: add NET_VENDOR_MICROSEMI dependency (jsc#SLE-9263).
- net: mscc: ocelot: unregister the PTP clock on deinit (jsc#SLE-9263).
- net: mscc: ocelot: use skb queue instead of skbs list (jsc#SLE-9263).
- net: mscc: ocelot: avoid incorrect consuming in skbs list (jsc#SLE-9263).
- net: dsa: ocelot: fix "should it be static?" warnings (jsc#SLE-9263).
- net: dsa: ocelot: add hardware timestamping support for Felix (jsc#SLE-9263).
- net: dsa: ocelot: define PTP registers for felix_vsc9959 (jsc#SLE-9263).
- net: mscc: ocelot: convert to use ocelot_port_add_txtstamp_skb() (jsc#SLE-9263).
- net: mscc: ocelot: convert to use ocelot_get_txtstamp() (jsc#SLE-9263).
- net: mscc: ocelot: export ocelot_hwstamp_get/set functions (jsc#SLE-9263).
- net: dsa: felix: Fix CPU port assignment when not last port (jsc#SLE-9263).
- net: dsa: ocelot: add driver for Felix switch family (jsc#SLE-9263).
- net: dsa: ocelot: add tagger for Ocelot/Felix switches (jsc#SLE-9263).
- net: mscc: ocelot: publish ocelot_sys.h to include/soc/mscc (jsc#SLE-9263).
- net: mscc: ocelot: publish structure definitions to include/soc/mscc/ocelot.h (jsc#SLE-9263).
- net: mscc: ocelot: separate the implementation of switch reset (jsc#SLE-9263).
- net: mscc: ocelot: adjust MTU on the CPU port in NPI mode (jsc#SLE-9263).
- net: mscc: ocelot: export a constant for the tag length in bytes (jsc#SLE-9263).
- net: mscc: ocelot: create a helper for changing the port MTU (jsc#SLE-9263).
- net: mscc: ocelot: move invariant configs out of adjust_link (jsc#SLE-9263).
- net: mscc: ocelot: filter out ocelot SoC specific PCS config from common path (jsc#SLE-9263).
- net: mscc: ocelot: move resource ioremap and regmap init to common code (jsc#SLE-9263).
- net: mscc: ocelot: don't hardcode the number of the CPU port (jsc#SLE-9263).
- net: mscc: ocelot: split assignment of the cpu port into a separate function (jsc#SLE-9263).
- net: mscc: ocelot: refactor adjust_link into a netdev-independent function (jsc#SLE-9263).
- net: mscc: ocelot: initialize list of multicast addresses in common code (jsc#SLE-9263).
- net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stop (jsc#SLE-9263).
- net: mscc: ocelot: move port initialization into separate function (jsc#SLE-9263).
- net: mscc: ocelot: limit vlan ingress filtering to actual number of ports (jsc#SLE-9263).
- net: mscc: ocelot: refactor ethtool callbacks (jsc#SLE-9263).
- net: mscc: ocelot: separate net_device related items out of ocelot_port (jsc#SLE-9263).
- net: mscc: ocelot: refactor struct ocelot_port out of function prototypes (jsc#SLE-9263).
- net: mscc: ocelot: change prototypes of switchdev port attribute handlers (jsc#SLE-9263).
- net: mscc: ocelot: change prototypes of hwtstamping ioctls (jsc#SLE-9263).
- net: mscc: ocelot: break out fdb operations into abstract implementations (jsc#SLE-9263).
- net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add, del} (jsc#SLE-9263).
- net: mscc: ocelot: break apart ocelot_vlan_port_apply (jsc#SLE-9263).
- net: mscc: PTP Hardware Clock (PHC) support (jsc#SLE-9263).
- net: mscc: remove the frame_info cpuq member (jsc#SLE-9263).
- net: mscc: improve the frame header parsing readability (jsc#SLE-9263).
- net: mscc: describe the PTP register range (jsc#SLE-9263).
- commit 79f7160
* Tue Feb 25 2020 mgorman@suse.de
- Refresh
patches.suse/sched-fair-Take-into-account-runnable_avg-to-classify-group.patch.
- Refresh
patches.suse/sched-fair-reorder-enqueue-dequeue_task_fair-path.patch.
- Refresh
patches.suse/sched-numa-Bias-swapping-tasks-based-on-their-preferred-node.patch.
- Refresh
patches.suse/sched-numa-Distinguish-between-the-different-task_numa_migrate-failure-cases.patch.
- Refresh
patches.suse/sched-numa-Find-an-alternative-idle-CPU-if-the-CPU-is-part-of-an-active-NUMA-balance.patch.
- sched/numa: Prefer using an idle CPU as a migration target
instead of comparing tasks (bnc#1155798 (CPU scheduler
functional and performance backports)).
- Refresh
patches.suse/sched-numa-Stop-an-exhastive-search-if-a-reasonable-swap-candidate-or-idle-CPU-is-found.patch.
- Refresh
patches.suse/sched-numa-Trace-when-no-candidate-CPU-was-found-on-the-preferred-node.patch.
- Refresh
patches.suse/sched-numa-Use-similar-logic-to-the-load-balancer-for-moving-between-domains-with-spare-capacity.patch.
- Refresh
patches.suse/sched-numa-replace-runnable_load_avg-by-load_avg.patch.
- Refresh
patches.suse/sched-pelt-Add-a-new-runnable-average-signal.patch.
- Refresh
patches.suse/sched-pelt-Remove-unused-runnable-load-average.patch.
- commit de86223
* Tue Feb 25 2020 mgorman@suse.de
- Refresh
patches.suse/sched-fair-reorder-enqueue-dequeue_task_fair-path.patch.
- commit a0aa0f8
* Tue Feb 25 2020 mgorman@suse.de
- sched/numa: Distinguish between the different
task_numa_migrate() failure cases (bnc#1155798 (CPU scheduler
functional and performance backports)).
- commit 408baa5
* Tue Feb 25 2020 mgorman@suse.de
- Refresh
patches.suse/sched-numa-Trace-when-no-candidate-CPU-was-found-on-the-preferred-node.patch.
- commit 7d03e16
* Tue Feb 25 2020 mgorman@suse.de
- sched/fair: Optimize select_idle_core() (bnc#1155798 (CPU
scheduler functional and performance backports)).
- commit f749d53
* Tue Feb 25 2020 mgorman@suse.de
- sched/fair: Allow a per-CPU kthread waking a task to stack on
the same CPU, to fix XFS performance regression (bsc#1154329).
- sched/fair: Allow a small load imbalance between low utilisation
SD_NUMA domains (bnc#1160896).
- commit 2ab2039
* Tue Feb 25 2020 meissner@suse.de
- sign also s390x kernel images (bsc#1163524)
- commit b38b611
* Tue Feb 25 2020 vbabka@suse.cz
- mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled
but not enabled (VM Functionality, bsc#1164436).
- commit 05a4d19
* Tue Feb 25 2020 jslaby@suse.cz
- blacklist.conf: add CONFIG_PROC_FS=n entry
- commit cc29a90
* Tue Feb 25 2020 jslaby@suse.cz
- nbd: add a flush_workqueue in nbd_start_device (git-fixes).
- perf c2c: Fix return type for histogram sorting comparision
functions (git-fixes).
- x86/cpu: Update cached HLE state on write to
TSX_CTRL_CPUID_CLEAR (git-fixes).
- commit 6880922
* Tue Feb 25 2020 jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit f91f45f
* Tue Feb 25 2020 mkubecek@suse.cz
- config: enable BLK_DEV_SR_VENDOR on armv7hl (bsc#1164632)
This option was recently enabled in all SLE15-SP2 configs, enable it also
in armv7hl which is built only in openSUSE-15.2.
- commit b8ee3fe
* Tue Feb 25 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
patches.suse/vt-selection-close-sel_buffer-race.patch
patches.suse/vt-selection-handle-pending-signals-in-paste_selecti.patch
- commit 0c9df1b
* Tue Feb 25 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and resort:
patches.suse/powerpc-tm-Fix-clearing-MSR-TS-in-current-when-recla.patch
- commit 220f81e
* Mon Feb 24 2020 bp@suse.de
- x86/boot: Handle malformed SRAT tables during early ACPI parsing
(bsc#1152489).
- commit ce68bc1
* Mon Feb 24 2020 jroedel@suse.de
- iommu/vt-d: Unnecessary to handle default identity domain
(bsc#1162414).
- iommu/vt-d: Allow devices with RMRRs to use identity domain
(bsc#1162414).
- commit 048a6f9
* Mon Feb 24 2020 nborisov@suse.com
- btrfs: rename btrfs_space_info_add_old_bytes (bsc#1141456).
- btrfs: remove orig_bytes from reserve_ticket (bsc#1141456).
- btrfs: fix may_commit_transaction to deal with no partial
filling (bsc#1141456).
- btrfs: rework wake_all_tickets (bsc#1141456).
- btrfs: refactor the ticket wakeup code (bsc#1141456).
- btrfs: stop partially refilling tickets when releasing space
(bsc#1141456).
- btrfs: add space reservation tracepoint for reserved bytes
(bsc#1141456).
- btrfs: roll tracepoint into btrfs_space_info_update helper
(bsc#1141456).
- btrfs: do not allow reservations if we have pending tickets
(bsc#1141456).
- commit 18cd200
* Mon Feb 24 2020 yousaf.kaukab@suse.com
- Refresh patches.suse/mmc-sdhci-fix-up-CMD12-sending.patch.
- commit b36db25
* Mon Feb 24 2020 oneukum@suse.com
- tools lib traceevent: Remove unneeded qsort and uses memmove
instead (git-fixes).
- commit 37953f8
* Mon Feb 24 2020 yousaf.kaukab@suse.com
- rtc: fsl-ftm-alarm: move patch to sorted section
- commit 80b90f8
* Mon Feb 24 2020 oneukum@suse.com
- kvm: Reintroduce nopvspin kernel parameter (bsc#1056427).
- commit dcec1fa
* Mon Feb 24 2020 yousaf.kaukab@suse.com
- thermal: qoriq: refresh patches
- Refresh patches.suse/thermal-qoriq-Add-hwmon-support.patch.
- Refresh
patches.suse/thermal-qoriq-Add-local-struct-device-pointer.patch.
- Refresh
patches.suse/thermal-qoriq-Add-local-struct-qoriq_sensor-pointer.patch.
- Refresh
patches.suse/thermal-qoriq-Convert-driver-to-use-regmap-API.patch.
- Refresh
patches.suse/thermal-qoriq-Do-not-report-invalid-temperature-read.patch.
- Refresh
patches.suse/thermal-qoriq-Don-t-store-struct-thermal_zone_device.patch.
- Refresh
patches.suse/thermal-qoriq-Drop-unnecessary-drvdata-cleanup.patch.
- Refresh
patches.suse/thermal-qoriq-Embed-per-sensor-data-into-struct-qori.patch.
- Refresh
patches.suse/thermal-qoriq-Enable-all-sensors-before-registering-.patch.
- Refresh
patches.suse/thermal-qoriq-Pass-data-to-qoriq_tmu_calibration-dir.patch.
- Refresh
patches.suse/thermal-qoriq-Pass-data-to-qoriq_tmu_register_tmu_zo.patch.
- Refresh
patches.suse/thermal_hwmon-Add-devres-wrapper-for-thermal_add_hwm.patch.
- commit bd644db
* Mon Feb 24 2020 jslaby@suse.cz
- ttyprintk: fix a potential deadlock in interrupt context issue
(git-fixes).
- commit dc7ade5
* Mon Feb 24 2020 pmladek@suse.com
- blacklist.conf: bug: cosmetic change; related to a larger code clean up
- commit 43ce447
* Mon Feb 24 2020 ykaukab@suse.de
- dpaa_eth: support all modes with rate adapting PHYs
(bsc#1159662).
- commit a5b2d56
* Mon Feb 24 2020 pmladek@suse.com
- printk: fix exclusive_console replaying (bsc#1164711).
- commit 466e4dc
* Mon Feb 24 2020 msuchanek@suse.de
- sr_vendor: support Beurer GL50 evo CD-on-a-chip devices
(boo#1164632).
- commit a186914
* Mon Feb 24 2020 msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 1c8f90b
* Mon Feb 24 2020 jack@suse.cz
- patches.suse/ext4-Fix-mount-failure-with-quota-configured-as-modu.patch:
Update tags.
- commit 713f734
* Mon Feb 24 2020 oneukum@suse.com
- Delete
patches.suse/0001-kvm-Introduce-nopvspin-kernel-parameter.patch.
Remove guarded patch as it has been rendered unnecessary by
9043442b43b1fddf202591b84702863286700c1a
("locking/paravirt: Use new static key for controlling call of
virt_spin_lock()")
and b2798ba0b876 ("KVM: X86: Choose qspinlock when dedicated physical
CPUs are available")
- commit 583da5e
* Mon Feb 24 2020 jgross@suse.com
- xen: Enable interrupts when calling _cond_resched()
(bsc#1065600).
- commit 4f2ecad
* Mon Feb 24 2020 lyan@suse.com
- KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit
integer (bsc#1133021).
- KVM: arm64: pmu: Fix chained SW_INCR counters (bsc#1133021).
- KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
(bsc#1133021).
- KVM: arm: Make inject_abt32() inject an external abort instead
(bsc#1133021).
- KVM: arm: Fix DFSR setting for non-LPAE aarch32 guests
(bsc#1133021).
- KVM: arm/arm64: Fix young bit from mmu notifier (bsc#1133021).
- KVM: arm/arm64: vgic-its: Fix restoration of unmapped
collections (bsc#1133021).
- KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callers
(bsc#1133021).
- KVM: Check for a bad hva before dropping into the ghc slow path
(bsc#1133021).
- KVM: arm/arm64: Properly handle faulting of device mappings
(bsc#1133021).
- KVM: arm64: Ensure 'params' is initialised when looking up
sys register (bsc#1133021).
- KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode()
(bsc#1133021).
- KVM: fix placement of refcount initialization (bsc#1133021).
- KVM: Fix NULL-ptr deref after kvm_create_vm fails (bsc#1133021).
- kvm: call kvm_arch_destroy_vm if vm creation fails
(bsc#1133021).
- commit 51a3eef
* Mon Feb 24 2020 lyan@suse.com
- kvm: Allocate memslots and buses before calling kvm_arch_init_vm
(bsc#1133021).
- Refresh
patches.suse/kvm-x86-mmu-Recovery-of-shattered-NX-large-pages.patch.
- commit fc34308
* Mon Feb 24 2020 nborisov@suse.com
- btrfs: only reserve metadata_size for inodes (bsc#1141456).
- btrfs: rename the btrfs_calc_*_metadata_size helpers
(bsc#1141456).
- commit d6be9ae
* Mon Feb 24 2020 nborisov@suse.com
- btrfs: introduce an evict flushing state (bsc#1141456).
- btrfs: refactor priority_reclaim_metadata_space (bsc#1141456).
- btrfs: factor out the ticket flush handling (bsc#1141456).
- btrfs: unify error handling for ticket flushing (bsc#1141456).
- btrfs: add a flush step for delayed iputs (bsc#1141456).
- commit 21300d0
* Sun Feb 23 2020 colyli@suse.de
- md/raid0: Fix buffer overflow at debug print (bsc#1164051).
- commit c36de2b
* Fri Feb 21 2020 mkubecek@suse.cz
- series.conf: cleanup
Reorganize the "Storage" section a bit.
No effect on expanded tree.
- commit 0a80524
* Fri Feb 21 2020 duwe@suse.de
- crypto: allow self-test for ansi_cprng (bsc#1164254).
- commit e75c9ce
* Fri Feb 21 2020 mkubecek@suse.cz
- series.conf: cleanup
Keep the number of top level sections reasonable.
- commit ff097d4
* Fri Feb 21 2020 duwe@suse.de
- s390 crypto: explicitly memzero stack key material in aes_s390.c
(bsc#1163459).
- random: move FIPS continuous test to output functions
(bsc#1163458).
- commit b896cb7
* Fri Feb 21 2020 nstange@suse.de
- kABI: restore debugfs_remove_recursive() (bsc#1159198).
- commit 102712e
* Fri Feb 21 2020 mkubecek@suse.cz
- hwmon: (k10temp) Display up to eight sets of CCD temperatures
(bsc#1163206).
- hwmon: (k10temp) Don't show temperature limits on Ryzen (Zen)
CPUs (bsc#1163206).
- hwmon: (k10temp) Show core and SoC current and voltages on
Ryzen CPUs (bsc#1163206).
- hwmon: (k10temp) Report temperatures per CPU die (bsc#1163206).
- hmon: (k10temp) Convert to use
devm_hwmon_device_register_with_info (bsc#1163206).
- hwmon: (k10temp) Use bitops (bsc#1163206).
- commit 82bbfc1
* Fri Feb 21 2020 dwagner@suse.de
- arm64: KVM: Invoke compute_layout() before alternatives are
applied (bsc#1162702).
- percpu-refcount: Use normal instead of RCU-sched" (bsc#1162702).
- drm/i915: Don't disable interrupts independently of the lock
(bsc#1162702).
- x86/ioapic: Rename misnamed functions (bsc#1162702).
- block: Don't disable interrupts in trigger_softirq()
(bsc#1162702).
- commit 227d21b
* Fri Feb 21 2020 ailiopoulos@suse.com
- xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUT
(bsc#1164482).
- commit 96d108c
* Fri Feb 21 2020 jack@suse.cz
- ext4: Fix mount failure with quota configured as module
(bsc#1164471).
Refresh patches.suse/ext4-unsupported-features.patch
- commit 4ccdd26
* Fri Feb 21 2020 hare@suse.de
- Refresh
patches.suse/sd-always-retry-READ-CAPACITY-for-ALUA-state-transit.patch.
- commit 6221d57
* Fri Feb 21 2020 hare@suse.de
- Delete
patches.suse/sd-always-scan-VPD-pages-if-thin-provisioning-is-ena.patch.
- commit 7919fbe
* Fri Feb 21 2020 hare@suse.de
- Delete patches.suse/scsi-disable-VPD-page-check-on-error.patch.
- commit e6dd2e4
* Fri Feb 21 2020 hare@suse.de
- ch: review and re-enable refcounting patches
- ch: remove ch_mutex() (bsc#1124235).
- ch: synchronize ch_probe() and ch_open() (bsc#1124235).
- Refresh
patches.suse/ch-fixup-refcounting-imbalance-for-SCSI-devices.patch.
- Delete
patches.suse/ch-add-missing-mutex_lock-mutex_unlock-in-ch_release.patch.
- commit 9a39484
* Fri Feb 21 2020 hare@suse.de
- scsi: mpt3sas: Update drive version to 33.100.00.00
(jsc#SLE-10717).
- scsi: mpt3sas: Remove usage of device_busy counter
(jsc#SLE-10717).
- scsi: mpt3sas: Print function name in which cmd timed out
(jsc#SLE-10717).
- scsi: mpt3sas: Optimize mpt3sas driver logging (jsc#SLE-10717).
- scsi: mpt3sas: print in which path firmware fault occurred
(jsc#SLE-10717).
- scsi: mpt3sas: Handle CoreDump state from watchdog thread
(jsc#SLE-10717).
- scsi: mpt3sas: Add support IOCs new state named COREDUMP
(jsc#SLE-10717).
- scsi: mpt3sas: renamed _base_after_reset_handler function
(jsc#SLE-10717).
- scsi: mpt3sas: Add support for NVMe shutdown (jsc#SLE-10717).
- scsi: mpt3sas: Update MPI Headers to v02.00.57 (jsc#SLE-10717).
- scsi: mpt3sas: Fix double free in attach error handling
(jsc#SLE-10717).
- scsi: mpt3sas: change allocation option (jsc#SLE-10717).
- scsi: mpt3sas: Clean up some indenting (jsc#SLE-10717).
- commit 916674e
* Fri Feb 21 2020 hare@suse.de
- megaraid_sas-fixup-MSIx-interrupt-setup-during-resume.patch: replace with upstream version
- commit 56ba2a9
* Fri Feb 21 2020 hare@suse.de
- scsi: megaraid_sas: Update driver version to 07.713.01.00-rc1
(jsc#SLE-10720).
- scsi: megaraid_sas: Use Block layer API to check SCSI device
in-flight IO requests (jsc#SLE-10720).
- scsi: megaraid_sas: Limit the number of retries for the IOCTLs
causing firmware fault (jsc#SLE-10720).
- scsi: megaraid_sas: Do not initiate OCR if controller is not
in ready state (jsc#SLE-10720).
- scsi: megaraid_sas: Re-Define enum DCMD_RETURN_STATUS
(jsc#SLE-10720).
- scsi: megaraid_sas: Do not set HBA Operational if FW is not
in operational state (jsc#SLE-10720).
- scsi: megaraid_sas: Do not kill HBA if JBOD Seqence map or
RAID map is disabled (jsc#SLE-10720).
- scsi: megaraid_sas: Do not kill host bus adapter, if adapter
is already dead (jsc#SLE-10720).
- scsi: megaraid_sas: Update optimal queue depth for SAS and
NVMe devices (jsc#SLE-10720).
- scsi: megaraid_sas: Set no_write_same only for Virtual Disk
(jsc#SLE-10720).
- scsi: megaraid_sas: Reset adapter if FW is not in READY state
after device resume (jsc#SLE-10720).
- commit 65e16b2
* Fri Feb 21 2020 hare@suse.de
- Disable 'megaraid_sas-fixup-MSIx-interrupt-setup-during-resume'
- commit e492554
* Fri Feb 21 2020 mkubecek@suse.cz
- series.conf: cleanup
Move patches.suse/suse-hv-kabi.patch into kABI padding section.
- commit fc6dc14
* Fri Feb 21 2020 rgoldwyn@suse.com
- fix up iter on short count in fuse_direct_io() (git-fixes).
- ovl: fix lseek overflow on 32bit (git-fixes).
- ovl: fix wrong WARN_ON() in ovl_cache_update_ino() (git-fixes).
- commit 508fa98
* Fri Feb 21 2020 rgoldwyn@suse.com
- Refresh patches.suse/new-helper-lookup_positive_unlocked.patch.
Remove compiler warnings because of unused goto label.
- commit 71e012e
* Thu Feb 20 2020 ohering@suse.de
- hyper-v: Untangle stimers and timesync from clocksources (jsc#SLE-8133).
- commit a1b2308
* Thu Feb 20 2020 ohering@suse.de
- hv: kabi placeholders (jsc#SLE-8133).
- commit c3e96e8
* Thu Feb 20 2020 jroedel@suse.de
- KVM: x86/mmu: Add explicit access mask for MMIO SPTEs
(bsc#1164354).
- Refresh patches.suse/kvm-mmu-ITLB_MULTIHIT-mitigation.patch.
- Refresh
patches.suse/kvm-svm-override-default-mmio-mask-if-memory-encryption-is-enabled.
- commit 8a15fbd
* Thu Feb 20 2020 ailiopoulos@suse.com
- xfs: push the grant head when the log head moves forward
(bsc#1164095).
- commit d1770d3
* Thu Feb 20 2020 ailiopoulos@suse.com
- xfs: push iclog state cleaning into xlog_state_clean_log
(bsc#1164095).
- commit d1535a4
* Thu Feb 20 2020 ailiopoulos@suse.com
- xfs: factor iclog state processing out of
xlog_state_do_callback() (bsc#1164095).
- commit 3094c67
* Thu Feb 20 2020 ailiopoulos@suse.com
- xfs: factor callbacks out of xlog_state_do_callback()
(bsc#1164095).
- commit 901e51d
* Thu Feb 20 2020 ailiopoulos@suse.com
- xfs: factor debug code out of xlog_state_do_callback()
(bsc#1164095).
- commit 860c5ae
* Thu Feb 20 2020 jroedel@suse.de
- KVM: x86/mmu: Revert "KVM: x86/mmu: Remove is_obsolete() call"
(bsc#1164357).
- Refresh
patches.suse/kvm-x86-mmu-Recovery-of-shattered-NX-large-pages.patch.
- commit c9e37dc
* Thu Feb 20 2020 jroedel@suse.de
- KVM: x86/mmu: Revert "Revert "KVM: MMU: reclaim the
zapped-obsolete page first"" (bsc#1164361).
- Refresh
patches.suse/kvm-x86-mmu-Recovery-of-shattered-NX-large-pages.patch.
- commit 3193cde
* Thu Feb 20 2020 jroedel@suse.de
- KVM: x86: Unconditionally call x86 ops that are always
implemented (bsc#1164382).
- Refresh
patches.suse/kvm-x86-mmu-Recovery-of-shattered-NX-large-pages.patch.
- commit 3095ae2
* Thu Feb 20 2020 mbrugger@suse.com
- ARM: dts: stm32: add missing vdda-supply to adc on
stm32429i-eval (bsc#1164461).
- commit da5a397
* Thu Feb 20 2020 mbrugger@suse.com
- blacklist.conf: add duplicated commit ID
- commit a626162
* Thu Feb 20 2020 ailiopoulos@suse.com
- xfs: prevent CIL push holdoff in log recovery (bsc#1164095).
- commit d2cfffa
* Thu Feb 20 2020 mbrugger@suse.com
- blacklist.conf: ignore fix for not supported arch
- commit ca8ddc1
* Thu Feb 20 2020 jroedel@suse.de
- iommu/qcom: Fix bogus detach logic (bsc#1164445).
- iommu/vt-d: Simplify check in identity_mapping() (bsc#1159594).
- iommu/vt-d: Remove deferred_attach_domain() (bsc#1159594).
- iommu/vt-d: Do deferred attachment in iommu_need_mapping()
(bsc#1159594).
- iommu/vt-d: Move deferred device attachment into helper function
(bsc#1159594).
- iommu/vt-d: Add attach_deferred() helper (bsc#1159594).
- iommu/vt-d: Fix compile warning from intel-svm.h (bsc#1164446).
- KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging
(bsc#1164356).
- KVM: nVMX: Use correct root level for nested EPT shadow page
tables (bsc#1164330).
- KVM: x86: Mask off reserved bit from #DB exception payload
(bsc#1164353).
- KVM: Use vcpu-specific gva->hva translation when querying host
page size (bsc#1164337).
- KVM: x86: Revert "KVM: X86: Fix fpu state crash in kvm guest"
(bsc#1164381).
- KVM: x86: Ensure guest's FPU state is loaded when accessing
for emulation (bsc#1164344).
- KVM: x86: Handle TIF_NEED_FPU_LOAD in kvm_{load,put}_guest_fpu()
(bsc#1164349).
- KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacks
(bsc#1164374).
- KVM: x86: Protect DR-based index computations from
Spectre-v1/L1TF attacks (bsc#1164365).
- KVM: x86: Protect exit_reason from being used in Spectre-v1/L1TF
attacks (bsc#1164366).
- KVM: x86: Protect MSR-based index computations from
Spectre-v1/L1TF attacks in x86.c (bsc#1164371).
- KVM: x86: Protect MSR-based index computations in pmu.h from
Spectre-v1/L1TF attacks (bsc#1164373).
- KVM: x86: Protect MSR-based index computations in
fixed_msr_to_seg_unit() from Spectre-v1/L1TF attacks
(bsc#1164372).
- KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF
attacks (bsc#1164370).
- KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF
attacks (bsc#1164368).
- KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF
attacks (bsc#1164367).
- KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF
attacks (bsc#1164376).
- KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from
Spectre-v1/L1TF attacks (bsc#1164369).
- KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacks
(bsc#1164375).
- kvm/svm: PKU not currently supported (bsc#1164335).
- KVM: x86: Remove spurious clearing of async #PF MSR
(bsc#1164378).
- KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction
path (bsc#1164379).
- KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
(bsc#1164348).
- KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM
(bsc#1164355).
- KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platform
(bsc#1164346).
- kvm: nVMX: VMWRITE checks unsupported field before read-only
field (bsc#1164331).
- kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field
(bsc#1164332).
- kvm: nVMX: Relax guest IA32_FEATURE_CONTROL constraints
(bsc#1164329).
- KVM: retpolines: x86: eliminate retpoline from vmx.c exit
handlers (bsc#1164333).
- KVM: VMX: Fix conditions for guest IA32_XSS support
(bsc#1164340).
- KVM: x86: Introduce vcpu->arch.xsaves_enabled (bsc#1164351).
- KVM: SVM: Guard against DEACTIVATE when performing
WBINVD/DF_FLUSH (bsc#1164334).
- KVM: SVM: Serialize access to the SEV ASID bitmap (bsc#1164336).
- KVM: VMX: Do not change PID.NDST when loading a blocked vCPU
(bsc#1164339).
- KVM: VMX: Consider PID.PIR to determine if vCPU has pending
interrupts (bsc#1164338).
- KVM: nVMX: Don't leak L1 MMIO regions to L2 (bsc#1164328).
- kvm: vmx: Limit guest PMCs to those supported on the host
(bsc#1164342).
- kvm: x86: Use AMD CPUID semantics for AMD vCPUs (bsc#1164383).
- kvm: x86: Improve emulation of CPUID leaves 0BH and 1FH
(bsc#1164350).
- kvm: x86: Fix a spurious -E2BIG in __do_cpuid_func
(bsc#1164345).
- KVM: x86/mmu: Revert "Revert "KVM: MMU: collapse TLB flushes
when zap all pages"" (bsc#1164360).
- KVM: x86/mmu: Revert "Revert "KVM: MMU: zap pages in batch""
(bsc#1164363).
- KVM: x86/mmu: Revert "Revert "KVM: MMU: add tracepoint for
kvm_mmu_invalidate_all_pages"" (bsc#1164359).
- KVM: x86/mmu: Revert "Revert "KVM: MMU: show mmu_valid_gen in
shadow page related tracepoints"" (bsc#1164362).
- KVM: x86/mmu: Treat invalid shadow pages as obsolete
(bsc#1164364).
- KVM: x86: Manually flush collapsible SPTEs only when toggling
flags (bsc#1164352).
- KVM: x86: Return to userspace with internal error on unexpected
exit reason (bsc#1164380).
- KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM
code (bsc#1164343).
- KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callers
(bsc#1164377).
- KVM: x86: Fix x86_decode_insn() return when fetching insn
bytes fails (bsc#1164347).
- commit d065de5
* Thu Feb 20 2020 ailiopoulos@suse.com
- xfs: push the AIL in xlog_grant_head_wake (bsc#1164095).
- commit 1bce18c
* Thu Feb 20 2020 mkubecek@suse.cz
- enable patches.suse/lan78xx-Enable-LEDs-and-auto-negotiation.patch
This is one of inherited SLE15-SP1 non-upstream patches. It doesn't really
match the bug it references and there has not been any apparent attempt to
get it into mainline since it was added to SLE15. To avoid regressions,
keep it in SLE15-SP2 for now but drop with SLE16 unless it gets upstreamed
or there is at least some serious attempt to upstream it.
Rename patches.suse/bsc1084332-0003-lan78xx-Enable-LEDs-and-auto-negotiation.patch
to patches.suse/lan78xx-Enable-LEDs-and-auto-negotiation.patch, refresh it,
enable and move into NIC driver section.
- commit 627e945
* Thu Feb 20 2020 ohering@suse.de
- hv_balloon: Balloon up according to request page number
(git-fixes).
- scsi: storvsc: Correctly set number of hardware queues for
IDE disk (git-fixes).
- hv_netvsc: Fix unwanted rx_table reset (git-fixes).
- hv_netvsc: Fix tx_table init in rndis_set_subchannel()
(git-fixes).
- Drivers: hv: balloon: Remove dependencies on guest page size
(git-fixes).
- hv_netvsc: flag software created hash value (git-fixes).
- hv_netvsc: Fix send_table offset in case of a host bug
(git-fixes).
- hv_netvsc: Fix offset usage in netvsc_send_table() (git-fixes).
- commit 9bdb4de
* Wed Feb 19 2020 msuchanek@suse.de
- powerpc/tm: Fix clearing MSR[TS] in current when reclaiming
on signal delivery (bsc#1118338 ltc#173734).
- commit 2e0d5f0
* Wed Feb 19 2020 tiwai@suse.de
- ASoC: sun8i-codec: Fix setting DAI data format (git-fixes).
- ASoC: fsl_sai: Fix exiting path on probing failure (git-fixes).
- ALSA: hda: Use scnprintf() for printing texts for sysfs/procfs
(git-fixes).
- ALSA: hda/realtek - Apply quirk for yet another MSI laptop
(git-fixes).
- ALSA: hda/realtek - Apply quirk for MSI GP63, too (git-fixes).
- ALSA: rawmidi: Avoid bit fields for state flags (git-fixes).
- ALSA: seq: Fix concurrent access to queue current tick/time
(git-fixes).
- ALSA: seq: Avoid concurrent access to queue flags (git-fixes).
- commit a23ff90
* Wed Feb 19 2020 mbrugger@suse.com
- ata: ahci: Add shutdown to freeze hardware resources of ahci
(bsc#1164388).
- commit ce5f6e5
* Wed Feb 19 2020 jroedel@suse.de
- iommu/arm-smmu-v3: Populate VMID field for CMDQ_OP_TLBI_NH_VA (bsc#1164308).
- commit d6eceea
* Wed Feb 19 2020 jroedel@suse.de
- blacklist.conf: Add b06c076ea962 Revert "iommu/arm-smmu: Make arm-smmu explicitly non-modular"
- commit 08f1fd5
* Wed Feb 19 2020 jroedel@suse.de
- blacklist.conf: Add 6e8fa7404c13 Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"
- commit 4c1b45c
* Wed Feb 19 2020 jroedel@suse.de
- perf/x86/intel: Fix inaccurate period in context switch for
auto-reload (bsc#1164307).
- iommu/vt-d: Avoid sending invalid page response (bsc#1164304).
- iommu/vt-d: Fix off-by-one in PASID allocation (bsc#1164305).
- iommu/vt-d: Match CPU and IOMMU paging mode (bsc#1164306).
- iommu/amd: Only support x2APIC with IVHD type 11h/40h
(bsc#1164303).
- iommu/amd: Check feature support bit before accessing MSI
capability registers (bsc#1164302).
- commit ead9f32
* Wed Feb 19 2020 mbenes@suse.cz
- tracing: Fix now invalid var_ref_vals assumption in trace action
(git-fixes).
- commit 9385a9b
* Wed Feb 19 2020 jack@suse.cz
- block: fix get_max_segment_size() overflow on 32bit arch
(bsc#1164285).
- commit 88517df
* Wed Feb 19 2020 jack@suse.cz
- ext4: fix support for inode sizes > 1024 bytes (bsc#1164284).
- commit 05b8b1c
* Wed Feb 19 2020 jack@suse.cz
- memcg: fix a crash in wb_workfn when a device disappears
(bsc#1164276).
- commit b25cbaa
* Wed Feb 19 2020 mbrugger@suse.com
- arm64: dts: agilex/stratix10: fix pmu interrupt numbers
(bsc#1164272).
- commit 0c677d5
* Wed Feb 19 2020 mbrugger@suse.com
- arm64: KVM: Device mappings should be execute-never
(bsc#1164268).
- Refresh
patches.suse/arm64-Ensure-VM_WRITE-VM_SHARED-ptes-are-clean-by-de.patch.
- commit b79bc51
* Wed Feb 19 2020 mkubecek@suse.cz
- fix upstream references
- fix Patch-mainline:
patches.suse/fix-autofs-regression-caused-by-follow_managed-changes.patch
patches.suse/fix-dget_parent-fastpath-race.patch
patches.suse/fsnamei.c-fix-missing-barriers-when-checking-positivity.patch
patches.suse/fsnamei.c-pull-positivity-check-into-follow_managed.patch
patches.suse/new-helper-lookup_positive_unlocked.patch
- commit d37656d
* Wed Feb 19 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and resort:
patches.suse/dma-contiguous-cma-give-precedence-to-cmdline.patch
- commit 1b96e18
* Wed Feb 19 2020 lyan@suse.com
- Replace
Replace patches.suse/kvm-aarch64-avoid-guest-access-host-pmu-register.patch
with patches.suse/KVM-arm64-Write-arch.mdcr_el2-changes-since-last-vcp.patch
upstream id is 4942dec6638b0 (bsc#1161692).
- commit 6264601
* Wed Feb 19 2020 tbogendoerfer@suse.de
- netdevsim: fix ptr_ret.cocci warnings (bsc#1154353).
- commit acfaee7
* Tue Feb 18 2020 rgoldwyn@suse.com
- fix autofs regression caused by follow_managed() changes
(git-fixes, bsc#1159271).
- commit a954cfa
* Tue Feb 18 2020 rgoldwyn@suse.com
- fs/namei.c: fix missing barriers when checking positivity
(bsc#1159271).
- fix dget_parent() fastpath race (bsc#1159271).
- new helper: lookup_positive_unlocked() (bsc#1159271).
- fs/namei.c: pull positivity check into follow_managed()
(bsc#1159271).
- commit 15f64cd
* Tue Feb 18 2020 mgorman@suse.de
- sched/fair: fix statistics for find_idlest_group() (bnc#1155798
(CPU scheduler functional and performance backports)).
- commit 2db86c8
* Tue Feb 18 2020 mgorman@suse.de
- sched/fair: Fix kernel-doc warning in attach_entity_load_avg()
(git fixes (sched)).
- commit 366accc
* Tue Feb 18 2020 msuchanek@suse.de
- powerpc/kexec: Move kexec files into a dedicated subdir
(bsc#1140025 ltc#176086).
Refresh
patches.suse/powerpc-Avoid-clang-warnings-around-setjmp-and-longj.patch.
- powerpc/32: Split kexec low level code out of misc_32.S
(bsc#1140025 ltc#176086).
- commit ea45911
* Tue Feb 18 2020 mbrugger@suse.com
- arm64: dts: fast models: Fix FVP PCI interrupt-map property
(bsc#1164201).
- arm64: ssbs: Fix context-switch when SSBS is present on all CPUs
(bsc#1164221).
- arm64: dts: marvell: clearfog-gt-8k: fix switch cpu port node
(bsc#1164211).
- arm64: acpi: fix DAIF manipulation with pNMI (bsc#1164197).
- arm64: nofpsmid: Handle TIF_FOREIGN_FPSTATE flag cleanly
(bsc#1164219).
- arm64: ptrace: nofpsimd: Fail FP/SIMD regset operations
(bsc#1164220).
- arm64: cpufeature: Set the FP/SIMD compat HWCAP bits properly
(bsc#1164199).
- arm64: cpufeature: Fix the type of no FP/SIMD capability
(bsc#1164198).
- arm64: kbuild: remove compressed images on 'make ARCH=arm64
(dist)clean' (bsc#1164218).
- arm64: dts: allwinner: a64: olinuxino: Fix SDIO supply regulator
(bsc#1164200).
- arm64: dts: imx8mq-librem5-devkit: use correct interrupt for
the magnetometer (bsc#1164205).
- arm64: dts: imx8mm: Change SDMA1 ahb clock for imx8mm
(bsc#1164202).
- arm64: dts: ls1028a: fix endian setting for dcfg (bsc#1164208).
- arm64: Implement copy_thread_tls (bsc#1164195).
- update arm64 config files (add HAVE_COPY_THREAD_TLS=y)
- arm64: Move __ARCH_WANT_SYS_CLONE3 definition to uapi headers
(bsc#1164196).
- arm64: dts: ls1028a: fix reboot node (bsc#1164209).
- Revert "arm64: dts: juno: add dma-ranges property"
(bsc#1164194).
- arm64: dts: juno: Fix UART frequency (bsc#1164206).
- arm64: dts: meson-gxm-khadas-vim2: fix uart_A bluetooth node
(bsc#1164216).
- arm64: dts: meson-gxl-s905x-khadas-vim: fix uart_A bluetooth
node (bsc#1164215).
- arm64: dts: meson-gxl-s905x-khadas-vim: fix gpio-keys-polled
node (bsc#1164214).
- arm64: dts: meson: odroid-c2: Disable usb_otg bus to avoid
power failed warning (bsc#1164217).
- arm64: dts: meson: axg: fix audio fifo reg size (bsc#1164212).
- arm64: dts: marvell: Fix CP110 NAND controller node multi-line
comment alignment (bsc#1164210).
- arm64: dts: imx8mm: Correct OPP table according to latest
datasheet (bsc#1164203).
- commit 8ffc54a
* Tue Feb 18 2020 msuchanek@suse.de
- powerpc: avoid adjusting memory_limit for capture kernel memory
reservation (bsc#1140025).
- powerpc: reserve memory for capture kernel after hugepages init
(bsc#1140025).
- commit 3e6df66
* Tue Feb 18 2020 dwagner@suse.de
- nvme: fix the parameter order for nvme_get_log in
nvme_get_fw_slot_info (bsc#1163774).
- commit f4930bf
* Tue Feb 18 2020 mbrugger@suse.com
- ARM: npcm: Bring back GPIOLIB support (bsc#1164185).
- commit 3c9a346
* Tue Feb 18 2020 mbrugger@suse.com
- blacklist.conf: blacklist commits with wrong fixes ID
- commit b51d31a
* Tue Feb 18 2020 mbrugger@suse.com
- ARM: dts: am43xx: add support for clkout1 clock (bsc#1164150).
- ARM: dts: meson8b: use the actual frequency for the GPU's
364MHz OPP (bsc#1164174).
- ARM: dts: meson8: use the actual frequency for the GPU's
182.1MHz OPP (bsc#1164172).
- ARM: dts: meson8b: fix the clock controller compatible string
(bsc#1164173).
- ARM: dts: at91: sama5d3: define clock rate range for tcb1
(bsc#1164156).
- ARM: dts: at91: sama5d3: fix maximum peripheral clock rates
(bsc#1164157).
- ARM: dts: at91: Reenable UART TX pull-ups (bsc#1164155).
- ARM: dts: stm32: Add power-supply for DSI panel on
stm32f469-disco (bsc#1164177).
- ARM: dts: imx7: Fix Toradex Colibri iMX7S 256MB NAND flash
support (bsc#1164167).
- ARM: dts: imx6sll-evk: Remove incorrect power supply assignment
(bsc#1164164).
- ARM: dts: imx6sl-evk: Remove incorrect power supply assignment
(bsc#1164163).
- ARM: dts: imx6sx-sdb: Remove incorrect power supply assignment
(bsc#1164165).
- ARM: dts: imx6qdl-sabresd: Remove incorrect power supply
assignment (bsc#1164162).
- ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DL
(bsc#1164161).
- ARM: dts: imx6q-dhcom: Fix SGTL5000 VDDIO regulator connection
(bsc#1164159).
- ARM: dts: imx7ulp: fix reg of cpu node (bsc#1164168).
- ARM: dts: imx6q-dhcom: fix rtc compatible (bsc#1164160).
- ARM: dts: meson8: fix the size of the PMU registers
(bsc#1164171).
- ARM: dts: am571x-idk: Fix gpios property to have the correct
gpio number (bsc#1164151).
- ARM: OMAP2+: Fix ti_sysc_find_one_clockdomain to check for
to_clk_hw_omap (bsc#1164146).
- ARM: dts: imx6ul: imx6ul-14x14-evk.dtsi: Fix SPI NOR probing
(bsc#1164166).
- ARM: dts: bcm283x: Fix critical trip point (bsc#1164158).
- ARM: dts: Cygnus: Fix MDIO node address/size cells
(bsc#1164148).
- ARM: dts: BCM5301X: Fix MDIO node address/size cells
(bsc#1164147).
- ARM: dts: Fix sgx sysconfig register for omap4 (bsc#1164149).
- ARM: dts: logicpd-torpedo-37xx-devkit-28: Reference new DRM
panel (bsc#1164170).
- ARM: dts: s3c64xx: Fix init order of clock providers
(bsc#1164176).
- ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157
(bsc#1164182).
- ARM: dts: sunxi: Revert phy-names removal for ECHI and OHCI
(bsc#1164184).
- ARM: omap2plus_defconfig: Enable DRM_TI_TFP410 (bsc#1164186).
- ARM: dts: logicpd-som-lv: Fix i2c2 and i2c3 Pin mux
(bsc#1164169).
- ARM: dts: aspeed-g5: Fixe gpio-ranges upper limit (bsc#1164152).
- ARM: dts: aspeed: swift: Change power supplies to version 2
(bsc#1164153).
- ARM: dts: aspeed: swift: Fix FSI GPIOs (bsc#1164154).
- ARM: dts: r8a7779: Use SYSC "always-on" PM Domain for HSCIF
(bsc#1164175).
- ARM: dts: stm32: add pwm cells to stm32f746 (bsc#1164180).
- ARM: dts: stm32: add pwm cells to stm32f429 (bsc#1164179).
- ARM: dts: stm32: add pwm cells to stm32mp157c (bsc#1164181).
- ARM: dts: stm32: add missing vdda-supply to adc on
stm32h743i-eval (bsc#1164178).
- ARM: dts: stm32: remove fixed regulator unit address on
stm32429i-eval (bsc#1164183).
- commit 303d59d
* Tue Feb 18 2020 msuchanek@suse.de
- asm-generic/tlb: avoid potential double flush (bsc#1163776
ltc#183929).
- commit 3b90a7e
* Tue Feb 18 2020 mbrugger@suse.com
- lib/vdso: Make __arch_update_vdso_data() logic understandable
(bsc#1164141).
- commit 0a18ce1
* Tue Feb 18 2020 lhenriques@suse.com
- ceph: noacl mount option is effectively ignored (jsc#SES-1134).
- ceph: canonicalize server path in place (jsc#SES-1134).
- ceph: do not execute direct write in parallel if O_APPEND is
specified (jsc#SES-1134).
- rbd: set the 'device' link in sysfs (jsc#SES-1134).
- ceph: move net/ceph/ceph_fs.c to fs/ceph/util.c (jsc#SES-1134).
- ceph: print name of xattr in __ceph_{get,set}xattr() douts
(jsc#SES-1134).
- ceph: print r_direct_hash in hex in __choose_mds() dout
(jsc#SES-1134).
- ceph: use copy-from2 op in copy_file_range (jsc#SES-1134).
- ceph: close holes in structs ceph_mds_session and
ceph_mds_request (jsc#SES-1134).
- ceph: allocate the correct amount of extra bytes for the
session features (jsc#SES-1134).
- ceph: rename get_session and switch to use ceph_get_mds_session
(jsc#SES-1134).
- ceph: remove the extra slashes in the server path
(jsc#SES-1134).
- ceph: add possible_max_rank and make the code more readable
(jsc#SES-1134).
- ceph: print dentry offset in hex and fix xattr_version type
(jsc#SES-1134).
- ceph: only touch the caps which have the subset mask requested
(jsc#SES-1134).
- ceph: don't clear I_NEW until inode metadata is fully populated
(jsc#SES-1134).
- ceph: retry the same mds later after the new session is opened
(jsc#SES-1134).
- ceph: check availability of mds cluster on mount after wait
timeout (jsc#SES-1134).
- ceph: keep the session state until it is released
(jsc#SES-1134).
- ceph: add __send_request helper (jsc#SES-1134).
- ceph: ensure we have a new cap before continuing in fill_inode
(jsc#SES-1134).
- ceph: drop unused ttl_from parameter from fill_inode
(jsc#SES-1134).
- ceph: fix possible long time wait during umount (jsc#SES-1134).
- ceph: only choose one MDS who is in up:active state without
laggy (jsc#SES-1134).
- ceph: fix mdsmap cluster available check based on laggy number
(jsc#SES-1134).
- ceph: remove unnecessary assignment in ceph_pre_init_acls()
(jsc#SES-1134).
- ceph: delete redundant douts in con_get/put() (jsc#SES-1134).
- commit 7a69ca8
* Tue Feb 18 2020 tbogendoerfer@suse.de
- IB/mlx5: Use div64_u64 for num_var_hw_entries calculation
(jsc#SLE-8446).
- RDMA/core: Fix protection fault in get_pkey_idx_qp_list
(jsc#SLE-8449).
- RDMA/rxe: Fix soft lockup problem due to using tasklets in
softirq (jsc#SLE-8449).
- RDMA/mlx5: Prevent overflow in mmap offset calculations
(jsc#SLE-8446).
- IB/umad: Fix kernel crash while unloading ib_umad
(jsc#SLE-8449).
- RDMA/mlx5: Fix async events cleanup flows (jsc#SLE-8446).
- RDMA/core: Add missing list deletion on freeing event queue
(jsc#SLE-8449).
- RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()
(jsc#SLE-8381).
- RDMA/iw_cxgb4: initiate CLOSE when entering TERM (jsc#SLE-8392).
- IB/mlx5: Return failure when rts2rts_qp_counters_set_id is
not supported (jsc#SLE-8446).
- RDMA/core: Fix invalid memory access in spec_filter_size
(jsc#SLE-8449).
- IB/rdmavt: Reset all QPs when the device is shut down
(jsc#SLE-8449).
- IB/hfi1: Close window for pq and request coliding
(jsc#SLE-8449).
- IB/hfi1: Acquire lock to release TID entries when user file
is closed (jsc#SLE-8449).
- RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_create
(jsc#SLE-8449).
- net: hns3: fix a copying IPv6 address error in
hclge_fd_get_flow_tuples() (bsc#1154353).
- net: hns3: fix VF bandwidth does not take effect in some case
(bsc#1154353).
- net: hns3: add management table after IMP reset (bsc#1154353).
- page_pool: refill page when alloc.count of pool is zero
(bsc#1154353).
- ice: Trivial fixes (jsc#SLE-7926).
- ice: Use correct netif error function (jsc#SLE-7926).
- ice: Cleanup ice_vsi_alloc_q_vectors (jsc#SLE-7926).
- ice: Make print statements more compact (jsc#SLE-7926).
- ice: Use ice_pf_to_dev (jsc#SLE-7926).
- ice: Remove possible null dereference (jsc#SLE-7926).
- ice: update Unit Load Status bitmask to check after reset
(jsc#SLE-7926).
- ice: fix and consolidate logging of NVM/firmware version
information (jsc#SLE-7926).
- ice: Modify link message logging (jsc#SLE-7926).
- ice: Remove CONFIG_PCI_IOV wrap in ice_set_pf_caps
(jsc#SLE-7926).
- ice: Remove ice_dev_onetime_setup() (jsc#SLE-7926).
- ice: Don't allow same value for Rx tail to be written twice
(jsc#SLE-7926).
- ice: display supported and advertised link modes (jsc#SLE-7926).
- ice: Fix switch between FW and SW LLDP (jsc#SLE-7926).
- ice: Fix DCB rebuild after reset (jsc#SLE-7926).
- net: ena: ena-com.c: prevent NULL pointer dereference
(bsc#1154492).
- net: ena: ethtool: use correct value for crc32 hash
(bsc#1154492).
- net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGE
(bsc#1154492).
- net: ena: fix corruption of dev_idx_to_host_tbl (bsc#1154492).
- net: ena: fix incorrectly saving queue numbers when setting
RSS indirection table (bsc#1154492).
- net: ena: rss: store hash function as values and not bits
(bsc#1154492).
- net: ena: rss: fix failure to get indirection table
(bsc#1154492).
- net: ena: rss: do not allocate key when not supported
(bsc#1154492).
- net: ena: fix incorrect default RSS key (bsc#1154492).
- net: ena: add missing ethtool TX timestamping indication
(bsc#1154492).
- net: ena: fix uses of round_jiffies() (bsc#1154492).
- net: ena: fix potential crash when rxfh key is NULL
(bsc#1154492).
- i40e: Fix the conditional for i40e_vc_validate_vqs_bitmaps
(bsc#1163036).
- bpf: Improve bucket_log calculation logic (bsc#1154353).
- i40e: Relax i40e_xsk_wakeup's return value when PF is busy
(jsc#SLE-8025).
- mlxsw: spectrum_dpipe: Add missing error path (bsc#1154488).
- mlxsw: core: Add validation of hardware device types for MGPIR
register (bsc#1154488).
- ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()
(bsc#1154353).
- taprio: Fix dropping packets when using taprio + ETF offloading
(bsc#1154353).
- taprio: Use taprio_reset_tc() to reset Traffic Classes
configuration (bsc#1154353).
- taprio: Add missing policy validation for flags (bsc#1154353).
- taprio: Fix still allowing changing the flags during runtime
(bsc#1154353).
- taprio: Fix enabling offload with wrong number of traffic
classes (bsc#1154353).
- net/mlx5: Deprecate usage of generic TLS HW capability bit
(jsc#SLE-8464).
- net/mlx5e: TX, Error completion is for last WQE in batch
(jsc#SLE-8464).
- net/mlx5: IPsec, fix memory leak at
mlx5_fpga_ipsec_delete_sa_ctx (jsc#SLE-8464).
- net/mlx5: IPsec, Fix esp modify function attribute
(jsc#SLE-8464).
- net/mlx5: Fix deadlock in fs_core (jsc#SLE-8464).
- skbuff: fix a data race in skb_queue_len() (bsc#1154353).
- cxgb4: Added tls stats prints (jsc#SLE-8389).
- net_sched: fix an OOB access in cls_tcindex (bsc#1154353).
- netdevsim: remove unused sdev code (bsc#1154353).
- netdevsim: use __GFP_NOWARN to avoid memalloc warning
(bsc#1154353).
- netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfs
(bsc#1154353).
- netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init()
(bsc#1154353).
- netdevsim: fix panic in nsim_dev_take_snapshot_write()
(bsc#1154353).
- netdevsim: disable devlink reload when resources are being used
(bsc#1154353).
- netdevsim: fix using uninitialized resources (bsc#1154353).
- bnxt_en: Fix TC queue mapping (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Fix logic that disables Bus Master during firmware
reset (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Refactor logic to re-enable SRIOV after firmware
reset detected (jsc#SLE-8371 bsc#1153274).
- cls_rsvp: fix rsvp_policy (bsc#1154353).
- RDMA/core: Make the entire API tree static (jsc#SLE-8449).
- RDMA/efa: Mask access flags with the correct optional range
(jsc#SLE-5640).
- RDMA/cma: Fix unbalanced cm_id reference count during address
resolve (jsc#SLE-8449).
- RDMA/umem: Fix ib_umem_find_best_pgsz() (jsc#SLE-8449).
- IB/mlx4: Fix leak in id_map_find_del (jsc#SLE-8461).
- IB/opa_vnic: Spelling correction of 'erorr' to 'error'
(jsc#SLE-8449).
- IB/hfi1: Fix logical condition in msix_request_irq
(jsc#SLE-8449).
- RDMA/cm: Use IBA functions for complex structure members
(jsc#SLE-8449).
- RDMA/cm: Use IBA functions for simple structure members
(jsc#SLE-8449).
- RDMA/cm: Use IBA functions for swapping get/set acessors
(jsc#SLE-8449).
- RDMA/cm: Use IBA functions for simple get/set acessors
(jsc#SLE-8449).
- RDMA/cm: Add SET/GET implementations to hide IBA wire format
(jsc#SLE-8449).
- RDMA/cm: Add accessors for CM_REQ transport_type (jsc#SLE-8449).
- IB/mlx5: Return the administrative GUID if exists
(jsc#SLE-8446).
- RDMA/core: Ensure that rdma_user_mmap_entry_remove() is a fence
(jsc#SLE-8449).
- IB/mlx4: Fix memory leak in add_gid error flow (jsc#SLE-8461).
- IB/mlx5: Expose RoCE accelerator counters (jsc#SLE-8446).
- RDMA/mlx5: Set relaxed ordering when requested (jsc#SLE-8446).
- RDMA/uverbs: Add new relaxed ordering memory region access flag
(jsc#SLE-8446).
- RDMA/efa: Allow passing of optional access flags for MR
registration (jsc#SLE-5640).
- RDMA/core: Add optional access flags range (jsc#SLE-8449).
- RDMA/uverbs: Verify MR access flags (jsc#SLE-8449).
- RDMA/uverbs: Add ioctl command to get a device context
(jsc#SLE-8449).
- RDMA/core: Remove ucontext_lock from the
uverbs_destry_ufile_hw() path (jsc#SLE-8449).
- RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOC (jsc#SLE-8449).
- net/mlx5: Expose relaxed ordering bits (jsc#SLE-8464).
- net/mlx5: Add RoCE accelerator counters (jsc#SLE-8464).
- IB/srp: Never use immediate data if it is disabled by a user
(jsc#SLE-8449).
- RDMA/rxe: Compute the maximum sges and inline size based on
the WQE size (jsc#SLE-8449).
- Introduce maximum WQE size to check limits (jsc#SLE-8449).
- RDMA/efa: Remove unused ucontext parameter from
efa_qp_user_mmap_entries_remove (jsc#SLE-5640).
- RDMA/efa: Remove {} brackets from single statement if
(jsc#SLE-5640).
- RDMA/efa: Device definitions documentation updates
(jsc#SLE-5640).
- RDMA/hns: Add support for extended atomic in userspace
(jsc#SLE-8449).
- RDMA/hns: Get pf capabilities from firmware (jsc#SLE-8449).
- RDMA/hns: Add interfaces to get pf capabilities from firmware
(jsc#SLE-8449).
- RDMA/hns: Remove some redundant variables related to
capabilities (jsc#SLE-8449).
- RDMA/core: Use READ_ONCE for ib_ufile.async_file (jsc#SLE-8449).
- RDMA/core: Make ib_uverbs_async_event_file into a uobject
(jsc#SLE-8449).
- RDMA/core: Remove the ufile arg from rdma_alloc_begin_uobject
(jsc#SLE-8449).
- RDMA/core: Simplify type usage for ib_uverbs_async_handler()
(jsc#SLE-8449).
- RDMA/core: Do not erase the type of ib_wq.uobject
(jsc#SLE-8449).
- RDMA/core: Do not erase the type of ib_srq.uobject
(jsc#SLE-8449).
- RDMA/core: Do not erase the type of ib_qp.uobject
(jsc#SLE-8449).
- RDMA/core: Do not erase the type of ib_cq.uobject
(jsc#SLE-8449).
- RDMA/core: Make ib_ucq_object use ib_uevent_object
(jsc#SLE-8449).
- RDMA/core: Do not allow alloc_commit to fail (jsc#SLE-8449).
- RDMA/mlx5: Simplify devx async commands (jsc#SLE-8446).
- RDMA/core: Simplify destruction of FD uobjects (jsc#SLE-8449).
- RDMA/mlx5: Use RCU and direct refcounts to keep memory alive
(jsc#SLE-8446).
- RDMA/uverbs: Remove needs_kfree_rcu from uverbs_obj_type_class
(jsc#SLE-8449).
- IB/mlx5: Add mmap support for VAR (jsc#SLE-8446).
- IB/mlx5: Introduce VAR object and its alloc/destroy methods
(jsc#SLE-8446).
- IB/mlx5: Extend caps stage to handle VAR capabilities
(jsc#SLE-8446).
- RDMA/core: Remove err in iw_query_port (jsc#SLE-8449).
- RDMA/hns: Add support for reporting wc as software mode
(jsc#SLE-8449).
- RDMA/hns: Bugfix for posting a wqe with sge (jsc#SLE-8449).
- IB/hfi1: Add RcvShortLengthErrCnt to hfi1stats (jsc#SLE-8449).
- IB/hfi1: Add software counter for ctxt0 seq drop (jsc#SLE-8449).
- IB/hfi1: Return void in packet receiving functions
(jsc#SLE-8449).
- IB/hfi1: Decouple IRQ name from type (jsc#SLE-8449).
- IB/hfi1: Create API for auto activate (jsc#SLE-8449).
- IB/hfi1: IB/hfi1: Add an API to handle special case drop
(jsc#SLE-8449).
- IB/hfi1: Move common receive IRQ code to function
(jsc#SLE-8449).
- IB/hfi1: Add fast and slow handlers for receive context
(jsc#SLE-8449).
- IB/hfi1: Move chip specific functions to chip.c (jsc#SLE-8449).
- RDMA/core: Fix locking in ib_uverbs_event_read (jsc#SLE-8449).
- IB/core: Fix build failure without hugepages (jsc#SLE-8449).
- IB/core: Rename event_handler_lock to qp_open_list_lock
(jsc#SLE-8449).
- IB/core: Cut down single member ib_cache structure
(jsc#SLE-8449).
- IB/core: Let IB core distribute cache update events
(jsc#SLE-8449).
- IB/mlx5: Do reverse sequence during device removal
(jsc#SLE-8446).
- RDMA/hns: Fix coding style issues (jsc#SLE-8449).
- RDMA/hns: Replace custom macros HNS_ROCE_ALIGN_UP
(jsc#SLE-8449).
- RDMA/hns: Remove redundant print information (jsc#SLE-8449).
- RDMA/hns: Delete unnessary parameters in hns_roce_v2_qp_modify()
(jsc#SLE-8449).
- RDMA/hns: Update the value of qp type (jsc#SLE-8449).
- RDMA/hns: Remove unused function hns_roce_init_eq_table()
(jsc#SLE-8449).
- RDMA/hns: Avoid printing address of mtt page (jsc#SLE-8449).
- RDMA/core: Add trace points to follow MR allocation
(jsc#SLE-8449).
- RDMA/core: Trace points for diagnosing completion queue issues
(jsc#SLE-8449).
- RDMA/cma: Add trace points in RDMA Connection Manager
(jsc#SLE-8449).
- RDMA/cm: Delete unused CM ARP functions (jsc#SLE-8449).
- RDMA/cm: Delete unused CM LAP functions (jsc#SLE-8449).
- RDMA/i40iw: fix a potential NULL pointer dereference
(jsc#SLE-8449).
- RDMA/rxe: Fix error type of mmap_offset (jsc#SLE-8449).
- RDMA/mlx5: use true,false for bool variable (jsc#SLE-8446).
- RDMA/mlx4: use true,false for bool variable (jsc#SLE-8461).
- IB/iser: use true,false for bool variable (jsc#SLE-8449).
- IB/hfi1: use true,false for bool variable (jsc#SLE-8449).
- RDMA/siw: use true,false for bool variable (jsc#SLE-8381).
- IB/core: Fix ODP with IB_ACCESS_HUGETLB handling (jsc#SLE-8449).
- IB/core: Fix ODP get user pages flow (jsc#SLE-8449).
- IB/mlx5: Unify ODP MR code paths to allow extra flexibility
(jsc#SLE-8446).
- IB/rdmavt: Correct comments in rdmavt_qp.h header
(jsc#SLE-8449).
- IB/hfi1: List all receive contexts from debugfs (jsc#SLE-8449).
- IB/hfi1: Add accessor API routines to access context members
(jsc#SLE-8449).
- RDMA/mlx4: Redo TX checksum offload in line with docs
(jsc#SLE-8461).
- RDMA/cm: Use RCU synchronization mechanism to protect
cm_id_private xa_load() (jsc#SLE-8449).
- RDMA/srpt: Remove unnecessary assertion in srpt_queue_response
(jsc#SLE-8449).
- RDMA/netlink: Do not always generate an ACK for some netlink
operations (jsc#SLE-8449).
- IB/mlx5: Fix outstanding_pi index for GSI qps (jsc#SLE-8446).
- RDMA/siw: Simplify QP representation (jsc#SLE-8381).
- RDMA/hns: Simplify the calculation and usage of wqe idx for
post verbs (jsc#SLE-8449).
- RDMA/bnxt_re: Report more number of completion vectors
(jsc#SLE-8372 bsc#1153275).
- RDMA/qedr: Add kernel capability flags for dpm enabled mode
(jsc#SLE-8215).
- net/core: Do not clear VF index for node/port GUIDs query
(bsc#1154353).
- flow_dissector: Fix to use new variables for port ranges in
bpf hook (bsc#1154353).
- libbpf: Fix realloc usage in bpf_core_find_cands (bsc#1154353).
- sfc: move mcdi filtering code (jsc#SLE-8314).
- sfc: create header for mcdi filtering code (jsc#SLE-8314).
- sfc: rename mcdi filtering functions/structs (jsc#SLE-8314).
- bnxt_en: Add support for devlink info command (jsc#SLE-8371
bsc#1153274).
- devlink: add macro for "fw.roce" (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Rename switch_id to dsn (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Add support to update progress of flash update
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Move devlink_register before registering netdev
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Register devlink irrespective of firmware spec version
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Refactor bnxt_dl_register() (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Disable workaround for lost interrupts on 575XX B0
and newer chips (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Periodically check and remove aged-out ntuple filters
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Do not accept fragments for aRFS flow steering
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Support UDP RSS hashing on 575XX chips (jsc#SLE-8371
bsc#1153274).
- bnxt_en: Remove the setting of dev_port (jsc#SLE-8371
bsc#1153274).
- bnxt_en: Improve bnxt_probe_phy() (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Improve link up detection (jsc#SLE-8371 bsc#1153274).
- mlxsw: minimal: Fix an error handling path in
'mlxsw_m_port_create()' (bsc#1154488).
- ice: Bump version (jsc#SLE-7926).
- ice: Implement ethtool get/set rx-flow-hash (jsc#SLE-7926).
- ice: Initilialize VF RSS tables (jsc#SLE-7926).
- ice: Optimize table usage (jsc#SLE-7926).
- ice: Enable writing filtering tables (jsc#SLE-7926).
- ice: Populate TCAM filter software structures (jsc#SLE-7926).
- ice: Allocate flow profile (jsc#SLE-7926).
- ice: Enable writing hardware filtering tables (jsc#SLE-7926).
- net: sched: sch_tbf: Don't overwrite backlog before dumping
(bsc#1154353).
- devlink: Add health recover notifications on devlink flows
(bsc#1154353).
- net/mlx5e: Enable all available stats for uplink reps
(jsc#SLE-8464).
- net/mlx5e: Create q counters on uplink representors
(jsc#SLE-8464).
- net/mlx5e: Convert rep stats to mlx5e_stats_grp-based infra
(jsc#SLE-8464).
- net/mlx5e: IPoIB, use separate stats groups (jsc#SLE-8464).
- net/mlx5e: Convert stats groups array to array of group pointers
(jsc#SLE-8464).
- net/mlx5e: Declare stats groups via macro (jsc#SLE-8464).
- net/mlx5e: Profile specific stats groups (jsc#SLE-8464).
- net/mlx5e: Move uplink rep init/cleanup code into own functions
(jsc#SLE-8464).
- net/mlx5: DR, Allow connecting flow table to a lower/same
level table (jsc#SLE-8464).
- net/mlx5: DR, Modify header copy support (jsc#SLE-8464).
- net/mlx5: DR, Modify set action limitation extension
(jsc#SLE-8464).
- net/mlx5e: Add mlx5e_flower_parse_meta support (jsc#SLE-8464).
- net/mlx5e: allow TSO on VXLAN over VLAN topologies
(jsc#SLE-8464).
- net/mlx5e: Fix printk format warning (jsc#SLE-8464).
- bpf: Fix trampoline usage in preempt (bsc#1154353).
- net: hns3: cleanup some coding style issue (bsc#1154353).
- net: hns3: remove redundant print on ENOMEM (bsc#1154353).
- net: hns3: delete unnecessary blank line and space for cleanup
(bsc#1154353).
- net: hns3: rewrite a log in hclge_put_vector() (bsc#1154353).
- net: hns3: refine the input parameter 'size' for snprintf()
(bsc#1154353).
- net: hns3: move duplicated macro definition into header
(bsc#1154353).
- net: hns3: set VF's default reset_type to HNAE3_NONE_RESET
(bsc#1154353).
- net: hns3: do not reuse pfmemalloc pages (bsc#1154353).
- net: hns3: limit the error logging in the hns3_clean_tx_ring()
(bsc#1154353).
- net: hns3: replace snprintf with scnprintf in
hns3_update_strings (bsc#1154353).
- net: hns3: replace snprintf with scnprintf in hns3_dbg_cmd_read
(bsc#1154353).
- RDMA/mlx5: Fix handling of IOVA != user_va in ODP paths
(jsc#SLE-8446).
- IB/mlx5: Mask out unsupported ODP capabilities for kernel QPs
(jsc#SLE-8446).
- RDMA/mlx5: Don't fake udata for kernel path (jsc#SLE-8446).
- IB/mlx5: Add ODP WQE handlers for kernel QPs (jsc#SLE-8446).
- IB/core: Add interface to advise_mr for kernel users
(jsc#SLE-8449).
- IB/core: Introduce ib_reg_user_mr (jsc#SLE-8449).
- net/mlx5: Allow creating autogroups with reserved entries
(jsc#SLE-8464).
- net/mlx5: Add ignore level support fwd to table rules
(jsc#SLE-8464).
- net/mlx5: fs_core: Introduce unmanaged flow tables
(jsc#SLE-8464).
- net/mlx5: Refactor mlx5_create_auto_grouped_flow_table
(jsc#SLE-8464).
- net/mlx5e: Add discard counters per priority (jsc#SLE-8464).
- net/mlx5e: Expose FEC feilds and related capability bit
(jsc#SLE-8464).
- net/mlx5: Add mlx5_ifc definitions for connection tracking
support (jsc#SLE-8464).
- net/mlx5: Add copy header action struct layout (jsc#SLE-8464).
- net/mlx5: Expose resource dump register mapping (jsc#SLE-8464).
- net/mlx5: Add structures and defines for MIRC register
(jsc#SLE-8464).
- net/mlx5: Read MCAM register groups 1 and 2 (jsc#SLE-8464).
- net/mlx5: Add structures layout for new MCAM access reg groups
(jsc#SLE-8464).
- net/mlx5: Expose vDPA emulation device capabilities
(jsc#SLE-8464).
- net/mlx5: Add Virtio Emulation related device capabilities
(jsc#SLE-8464).
- sfc: remove duplicated include from efx.c (jsc#SLE-8314).
- sfc/ethtool_common: Make some function to static (jsc#SLE-8314).
- net: hns3: refactor the notification scheme of PF reset
(bsc#1154353).
- net: hns3: modify hclge_func_reset_sync_vf()'s return type to
void (bsc#1154353).
- net: hns3: enlarge HCLGE_RESET_WAIT_CNT (bsc#1154353).
- net: hns3: refactor the procedure of VF FLR (bsc#1154353).
- net: hns3: refactor the precedure of PF FLR (bsc#1154353).
- net: hns3: split hclgevf_reset() into preparing and rebuilding
part (bsc#1154353).
- net: hns3: split hclge_reset() into preparing and rebuilding
part (bsc#1154353).
- sfc: remove set but not used variable 'nic_data' (jsc#SLE-8314).
- sfc: remove duplicated include from ef10.c (jsc#SLE-8314).
- bnxt: Detach page from page pool before sending up the stack
(jsc#SLE-8371 bsc#1153274).
- devlink: add macro for "fw.psid" (bsc#1154353).
- sfc: move RPS code (jsc#SLE-8314).
- sfc: move yet more functions (jsc#SLE-8314).
- sfc: move RSS code (jsc#SLE-8314).
- sfc: move a couple more functions (jsc#SLE-8314).
- sfc: move some ethtool code (jsc#SLE-8314).
- sfc: move various functions (jsc#SLE-8314).
- sfc: move more rx code (jsc#SLE-8314).
- sfc: move more tx code (jsc#SLE-8314).
- sfc: refactor selftest work init code (jsc#SLE-8314).
- sfc: move MCDI logging device attribute (jsc#SLE-8314).
- sfc: conditioned some functionality (jsc#SLE-8314).
- sfc: move MCDI receive queue management code (jsc#SLE-8314).
- sfc: move MCDI transmit queue management code (jsc#SLE-8314).
- sfc: move MCDI event queue management code (jsc#SLE-8314).
- sfc: move MCDI VI alloc/free code (jsc#SLE-8314).
- sfc: move more MCDI port code (jsc#SLE-8314).
- sfc: move some MCDI port utility functions (jsc#SLE-8314).
- sfc: move some port link state/caps code (jsc#SLE-8314).
- vmxnet3: Remove always false conditional statement
(bsc#1154353).
- bnxt_en: Call recovery done after reset is successfully done
(jsc#SLE-8371 bsc#1153274).
- devlink: add devink notification when reporter update health
state (bsc#1154353).
- devlink: add support for reporter recovery completion
(bsc#1154353).
- sfc: move common tx code (jsc#SLE-8314).
- sfc: move common rx code (jsc#SLE-8314).
- sfc: move event queue management code (jsc#SLE-8314).
- sfc: move channel interrupt management code (jsc#SLE-8314).
- sfc: move channel alloc/removal code (jsc#SLE-8314).
- sfc: move channel start/stop code (jsc#SLE-8314).
- sfc: move some channel-related code (jsc#SLE-8314).
- sfc: move struct init and fini code (jsc#SLE-8314).
- sfc: move some device reset code (jsc#SLE-8314).
- sfc: move datapath management code (jsc#SLE-8314).
- sfc: move mac configuration and status functions (jsc#SLE-8314).
- sfc: move reset workqueue code (jsc#SLE-8314).
- sfc: further preparation for code split (jsc#SLE-8314).
- sfc: add new headers in preparation for code split
(jsc#SLE-8314).
- net/mlx5: DR, Create multiple destination action from
dr_create_fte (jsc#SLE-8464).
- net/mlx5: DR, Add support for multiple destination table action
(jsc#SLE-8464).
- net/mlx5: DR, Align dest FT action creation to API
(jsc#SLE-8464).
- net/mlx5: DR, Pass table flags at creation to lower layer
(jsc#SLE-8464).
- net/mlx5: DR, Create multi-destination table for SW-steering
use (jsc#SLE-8464).
- net/mlx5: DR, Create FTE entry in the FW from SW-steering
(jsc#SLE-8464).
- net/mlx5: DR, Use attributes struct for FW flow table creation
(jsc#SLE-8464).
- net/mlx5: Use async EQ setup cleanup helpers for multiple EQs
(jsc#SLE-8464).
- net/mlx5: Reduce No CQ found log level from warn to debug
(jsc#SLE-8464).
- net/mlx5: Increase the max number of channels to 128
(jsc#SLE-8464).
- net/mlx5e: Support accept action on nic table (jsc#SLE-8464).
- mlx5: work around high stack usage with gcc (jsc#SLE-8464).
- net/mlx5: limit the function in local scope (jsc#SLE-8464).
- mlxsw: spectrum: Disable DIP_LINK_LOCAL check in hardware
pipeline (bsc#1154488).
- mlxsw: spectrum: Disable SIP_DIP check in hardware pipeline
(bsc#1154488).
- mlxsw: spectrum: Disable MC_DMAC check in hardware pipeline
(bsc#1154488).
- mlxsw: spectrum: Disable SIP_CLASS_E check in hardware pipeline
(bsc#1154488).
- net: hns3: modify an unsuitable reset level for hardware error
(bsc#1154353).
- net: hns3: replace an unsuitable variable type in
hclge_inform_reset_assert_to_vf() (bsc#1154353).
- net: hns3: add protection when get SFP speed as 0 (bsc#1154353).
- net: hns3: modify the IRQ name of misc vectors (bsc#1154353).
- net: hns3: modify an unsuitable log in
hclge_map_ring_to_vector() (bsc#1154353).
- net: hns3: modify the IRQ name of TQP vector (bsc#1154353).
- net: hns3: re-organize vector handle (bsc#1154353).
- net: hns3: add trace event support for HNS3 driver
(bsc#1154353).
- ice: Suppress Coverity warnings for xdp_rxq_info_reg
(jsc#SLE-7926).
- ice: Add a boundary check in ice_xsk_umem() (jsc#SLE-7926).
- ice: add extra check for null Rx descriptor (jsc#SLE-7926).
- ice: suppress checked_return error (jsc#SLE-7926).
- ice: Demote MTU change print to debug (jsc#SLE-7926).
- ice: Enable ip link show on the PF to display VF unicast MAC(s)
(jsc#SLE-7926).
- ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTO
(jsc#SLE-7926).
- ice: Remove Rx flex descriptor programming (jsc#SLE-7926).
- ice: Return error on not supported ethtool -C parameters
(jsc#SLE-7926).
- ice: Restore interrupt throttle settings after VSI rebuild
(jsc#SLE-7926).
- ice: Set default value for ITR in alloc function (jsc#SLE-7926).
- ice: Add ice_for_each_vf() macro (jsc#SLE-7926).
- ice: Add code to keep track of current dflt_vsi (jsc#SLE-7926).
- ice: Fix VF spoofchk (jsc#SLE-7926).
- ice: Support UDP segmentation offload (jsc#SLE-7926).
- sfc: Remove unnecessary dependencies on I2C (jsc#SLE-8314).
- mlxsw: spectrum_dcb: Allow setting default port priority
(bsc#1154488).
- mlxsw: reg: Add QoS Port DSCP to Priority Mapping Register
(bsc#1154488).
- page_pool: help compiler remove code in case CONFIG_NUMA=n
(bsc#1154353).
- page_pool: handle page recycle for NUMA_NO_NODE condition
(bsc#1154353).
- e1000e: Use netdev_info instead of pr_info for link messages
(jsc#SLE-8100).
- igb: dont drop packets if rx flow control is enabled
(jsc#SLE-7967 jsc#SLE-8010).
- sfc: avoid duplicate error handling code in
'efx_ef10_sriov_set_vf_mac()' (jsc#SLE-8314).
- net: ena: remove set but not used variable 'rx_ring'
(bsc#1154492).
- mlxsw: spectrum_router: Make route creation and destruction
symmetric (bsc#1154488).
- mlxsw: spectrum_router: Eliminate dead code (bsc#1154488).
- mlxsw: spectrum_router: Remove unnecessary checks (bsc#1154488).
- net: hns3: only print misc interrupt status when handling fails
(bsc#1154353).
- net: hns3: add a log for getting chain failure in
hns3_nic_uninit_vector_data() (bsc#1154353).
- net: hns3: add some VF VLAN information for command "ip link
show" (bsc#1154353).
- net: hns3: implement ndo_features_check ops for hns3 driver
(bsc#1154353).
- net: hns3: get FD rules location before dump in debugfs
(bsc#1154353).
- net: hns3: optimization for CMDQ uninitialization (bsc#1154353).
- net: hns3: remove useless mutex vport_cfg_mutex in the struct
hclge_dev (bsc#1154353).
- net: hns3: check FE bit before calling hns3_add_frag()
(bsc#1154353).
- mlxsw: spectrum: Rename MLXSW_REG_QEEC_HIERARCY_* enumerators
(bsc#1154488).
- mlxsw: spectrum_qdisc: Clarify a comment (bsc#1154488).
- net: pkt_cls: Clarify a comment (bsc#1154353).
- sch_cake: drop unused variable tin_quantum_prio (bsc#1154353).
- cxgb4/chtls: fix ULD connection failures due to wrong TID base
(jsc#SLE-8389).
- cxgb4: fix missed high priority region calculation
(jsc#SLE-8389).
- net: hns3: do not schedule the periodic task when reset fail
(bsc#1154353).
- net: hns3: allocate WQ with WQ_MEM_RECLAIM flag (bsc#1154353).
- net: hns3: remove unnecessary work in hclgevf_main
(bsc#1154353).
- net: hns3: remove mailbox and reset work in hclge_main
(bsc#1154353).
- net: hns3: schedule hclgevf_service by using delayed workqueue
(bsc#1154353).
- tcp: Set rcv zerocopy hint correctly if skb last frag is <
PAGE_SIZE (bsc#1154353).
- Revert "nfp: abm: fix memory leak in nfp_abm_u32_knode_replace"
(bsc#1154353).
- net: ena: Add first_interrupt field to napi struct
(bsc#1154492).
- net: ena: Implement XDP_TX action (bsc#1154492).
- net: ena: implement XDP drop support (bsc#1154492).
- rtnetlink: provide permanent hardware address in RTM_NEWLINK
(bsc#1154353).
- cxgb4: add support for high priority filters (jsc#SLE-8389).
- nfp: add support for TLV device stats (bsc#1154353).
- tcp: Cleanup duplicate initialization of sk->sk_state
(bsc#1154353).
- qed: remove redundant assignments to rc (jsc#SLE-8401).
- Documentation: nfp: add nfp driver specific notes (bsc#1154353).
- commit 00df886
* Tue Feb 18 2020 mbenes@suse.cz
- ftrace: Protect ftrace_graph_hash with ftrace_sync (git-fixes).
- commit 18b606e
* Tue Feb 18 2020 mbenes@suse.cz
- ftrace: Add comment to why rcu_dereference_sched() is open coded
(git-fixes).
- commit 3920d17
* Tue Feb 18 2020 mbenes@suse.cz
- tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu
(git-fixes).
- commit dca30ea
* Tue Feb 18 2020 mbenes@suse.cz
- tracing: Annotate ftrace_graph_hash pointer with __rcu
(git-fixes).
- commit 0478306
* Tue Feb 18 2020 jgross@suse.com
- xen/balloon: Support xend-based toolstack take two
(bsc#1065600).
- commit 97502bd
* Tue Feb 18 2020 mbenes@suse.cz
- tracing: Fix sched switch start/stop refcount racy updates
(git-fixes).
- commit cccfa7b
* Tue Feb 18 2020 mbenes@suse.cz
- tracing: Simplify assignment parsing for hist triggers
(git-fixes).
- commit 4ec91e7
* Tue Feb 18 2020 mbenes@suse.cz
- tracing: Fix tracing_stat return values in error handling paths
(git-fixes).
- commit f3d8551
* Tue Feb 18 2020 mbenes@suse.cz
- tracing: Fix very unlikely race of registering two stat tracers
(git-fixes).
- commit f65b168
* Tue Feb 18 2020 mbrugger@suse.com
- serial: 8250_dw: Avoid double error messaging when IRQ absent
(bsc#1164118).
- commit f336e59
* Tue Feb 18 2020 mbrugger@suse.com
- blacklist.conf: ignore duplicated commit ID
- commit 720d999
* Tue Feb 18 2020 mkoutny@suse.com
- powerpc: convert to copy_thread_tls (bsc#1163988).
- Update config files: Add CONFIG_HAVE_COPY_THREAD_TLS=y
- commit f351204
* Tue Feb 18 2020 petr.pavlu@suse.com
- cifs: fix mount option display for sec=krb5i (bsc#1161907).
- commit c56405f
* Tue Feb 18 2020 msuchanek@suse.de
- Delete patches.rpmify/powerpc-boot-Fix-missing-crc32poly.h-when-building-w.patch.
- commit 18a7f4d
* Tue Feb 18 2020 mbrugger@suse.com
- arm64: Revert support for execute-only user mappings
(bsc#1160218).
- commit 373929f
* Tue Feb 18 2020 mkoutny@suse.com
- memcg: account security cred as well to kmemcg (bsc#1164094).
- commit 28f2006
* Tue Feb 18 2020 jack@suse.cz
- ext4: add cond_resched() to ext4_protect_reserved_inode
(bsc#1164069 CVE-2020-8992).
- commit e44be93
* Tue Feb 18 2020 nborisov@suse.com
- btrfs: Fix split-brain handling when changing FSID to metadata
uuid (git-fixes).
- btrfs: Handle another split brain scenario with metadata uuid
feature (git-fixes).
- btrfs: Factor out metadata_uuid code from find_fsid (git-fixes).
- btrfs: Call find_fsid from find_fsid_inprogress (git-fixes).
- commit d6dd57b
* Tue Feb 18 2020 nborisov@suse.com
- btrfs: Correctly handle empty trees in find_first_clear_extent_bit (git-fixes).
- commit 35b5ead
* Tue Feb 18 2020 colyli@suse.de
- bcache: remove macro nr_to_fifo_front() (bsc#1163762).
- bcache: Revert "bcache: shrink btree node cache after
bch_btree_check()" (bsc#1163762, bsc#1112504).
- bcache: ignore pending signals when creating gc and allocator
thread (bsc#1163762, bsc#1112504).
- bcache: check return value of prio_read() (bsc#1163762).
- bcache: fix incorrect data type usage in btree_flush_write()
(bsc#1163762).
- bcache: add readahead cache policy options via sysfs interface
(bsc#1163762).
- bcache: explicity type cast in bset_bkey_last() (bsc#1163762).
- bcache: fix memory corruption in bch_cache_accounting_clear()
(bsc#1163762).
- bcache: reap from tail of c->btree_cache in bch_mca_scan()
(bsc#1163762).
- bcache: reap c->btree_cache_freeable from the tail in
bch_mca_scan() (bsc#1163762).
- bcache: remove member accessed from struct btree (bsc#1163762).
- bcache: print written and keys in trace_bcache_btree_write
(bsc#1163762).
- bcache: avoid unnecessary btree nodes flushing in
btree_flush_write() (bsc#1163762).
- bcache: add code comments for state->pool in __btree_sort()
(bsc#1163762).
- lib: crc64: include <linux/crc64.h> for 'crc64_be'
(bsc#1163762).
- bcache: don't export symbols (bsc#1163762).
- bcache: remove the extra cflags for request.o (bsc#1163762).
- bcache: at least try to shrink 1 node in bch_mca_scan()
(bsc#1163762).
- bcache: add idle_max_writeback_rate sysfs interface
(bsc#1163762).
- bcache: add code comments in bch_btree_leaf_dirty()
(bsc#1163762).
- bcache: fix deadlock in bcache_allocator (bsc#1163762).
- bcache: add code comment bch_keylist_pop() and
bch_keylist_pop_front() (bsc#1163762).
- bcache: deleted code comments for dead code in
bch_data_insert_keys() (bsc#1163762).
- bcache: add more accurate error messages in read_super()
(bsc#1163762).
- bcache: fix static checker warning in bcache_device_free()
(bsc#1163762).
- bcache: fix a lost wake-up problem caused by
mca_cannibalize_lock (bsc#1163762).
- bcache: Fix an error code in bch_dump_read() (bsc#1163762).
- bcache: add cond_resched() in __bch_cache_cmp() (bsc#1163762).
- commit fdeab1e
* Mon Feb 17 2020 mkoutny@suse.com
- clone3: ensure copy_thread_tls is implemented (bsc#1163988).
- commit 480a977
* Mon Feb 17 2020 mkoutny@suse.com
- cgroup: Prevent double killing of css when enabling threaded
cgroup (bsc#1153013).
- commit c46884c
* Mon Feb 17 2020 jack@suse.cz
- ext4: fix kernel oops caused by spurious casefold flag
(bsc#1163984).
- commit 91a9b4c
* Mon Feb 17 2020 jack@suse.cz
- blacklist.conf: Blacklist 44d282796f81
- commit 13cd15a
* Mon Feb 17 2020 jack@suse.cz
- blacklist.conf: Blacklist 311ae9e159d8
- commit 72fb7d5
* Mon Feb 17 2020 msuchanek@suse.de
- Update
patches.suse/powerpc-pseries-vio-Fix-iommu_table-use-after-free-r.patch
(bsc#1065729 bsc#1163838 ltc#183850).
- commit 7b4b6e2
* Mon Feb 17 2020 lyan@suse.com
- KVM: s390: do not clobber registers during guest reset/store
status (bsc#1133021).
- KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups (bsc#1133021).
- commit 25937f8
* Mon Feb 17 2020 jack@suse.cz
- bdev: Refresh bdev size for disks without partitioning
(bsc#1163921).
- commit 6da307d
* Mon Feb 17 2020 jack@suse.cz
- bdev: Factor out bdev revalidation into a common helper
(bsc#1163920).
- commit 7d363e5
* Mon Feb 17 2020 jack@suse.cz
- udf: Allow writing to 'Rewritable' partitions (bsc#1163919).
- commit ae441d0
* Mon Feb 17 2020 jack@suse.cz
- blacklist.conf: Blacklist d9e9866803f7
- commit 53fef3b
* Mon Feb 17 2020 jack@suse.cz
- reiserfs: Fix memory leak of journal device string
(bsc#1163867).
- commit 56254a8
* Mon Feb 17 2020 jack@suse.cz
- reiserfs: Fix spurious unlock in reiserfs_fill_super() error
handling (bsc#1163869).
- commit f560b4f
* Mon Feb 17 2020 jack@suse.cz
- aio: prevent potential eventfd recursion on poll (bsc#1163918).
- commit d377261
* Mon Feb 17 2020 jack@suse.cz
- eventfd: track eventfd_signal() recursion depth (bsc#1163917).
- commit 29a8cc7
* Mon Feb 17 2020 jack@suse.cz
- ubifs: Fix memory leak from c->sup_node (bsc#1163916).
- commit fe0e8a1
* Mon Feb 17 2020 jack@suse.cz
- ubifs: Fix ino_t format warnings in orphan_delete()
(bsc#1163915).
- commit 9d44fec
* Mon Feb 17 2020 jack@suse.cz
- ubifs: Fix deadlock in concurrent bulk-read and writepage
(bsc#1163856).
- commit d4691a3
* Mon Feb 17 2020 jack@suse.cz
- ubifs: Fix wrong memory allocation (bsc#1163913).
- commit 08cc8d9
* Mon Feb 17 2020 jack@suse.cz
- ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag
(bsc#1163855).
- commit 3341be7
* Mon Feb 17 2020 jack@suse.cz
- jbd2: make sure ESHUTDOWN to be recorded in the journal
superblock (bsc#1163912).
- commit d51c1c8
* Mon Feb 17 2020 jack@suse.cz
- ext4, jbd2: ensure panic when aborting with zero errno
(bsc#1163853).
- commit f604866
* Mon Feb 17 2020 jack@suse.cz
- jbd2: switch to use jbd2_journal_abort() when failed to submit
the commit record (bsc#1163852).
- commit c3599a5
* Mon Feb 17 2020 jack@suse.cz
- jbd2_seq_info_next should increase position index (bsc#1163911).
- commit d64397e
* Mon Feb 17 2020 jack@suse.cz
- jbd2: clear JBD2_ABORT flag before journal_reset to update
log tail info when load journal (bsc#1163910).
- commit 78b7063
* Mon Feb 17 2020 jack@suse.cz
- erofs: fix out-of-bound read for shifted uncompressed block
(bsc#1163909).
- commit a97e621
* Mon Feb 17 2020 jack@suse.cz
- ubifs: don't trigger assertion on invalid no-key filename
(bsc#1163850).
- commit 64c82f1
* Mon Feb 17 2020 jack@suse.cz
- readdir: be more conservative with directory entry names
(bsc#1163907).
- commit 879663d
* Mon Feb 17 2020 jack@suse.cz
- locks: print unsigned ino in /proc/locks (bsc#1163905).
- blacklist.conf: blacklist e39e773ad100
- commit 611e661
* Mon Feb 17 2020 jack@suse.cz
- iomap: fix sub-page uptodate handling (bsc#1163904).
- commit f83b374
* Mon Feb 17 2020 jack@suse.cz
- ubifs: do_kill_orphans: Fix a memory leak bug (bsc#1163902).
- commit 37ace01
* Mon Feb 17 2020 jack@suse.cz
- ubifs: Fixed missed le64_to_cpu() in journal (bsc#1163901).
- commit cc34990
* Mon Feb 17 2020 jack@suse.cz
- fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint name
(bsc#1163843).
- commit bc0e099
* Mon Feb 17 2020 jack@suse.cz
- ext4: improve explanation of a mount failure caused by a
misconfigured kernel (bsc#1163843).
- commit 900aad6
* Mon Feb 17 2020 jack@suse.cz
- ext4: fix race conditions in ->d_compare() and ->d_hash()
(bsc#1163899).
- commit cfc289b
* Mon Feb 17 2020 jack@suse.cz
- ext4: fix deadlock allocating crypto bounce page from mempool
(bsc#1163898).
- commit 21b72aa
* Mon Feb 17 2020 jack@suse.cz
- ext4: validate the debug_want_extra_isize mount option at
parse time (bsc#1163897).
- commit b0ee42b
* Mon Feb 17 2020 jack@suse.cz
- ext4: unlock on error in ext4_expand_extra_isize()
(bsc#1163896).
- commit cd7a6d4
* Mon Feb 17 2020 jack@suse.cz
- block, bfq: do not plug I/O for bfq_queues with no proc refs
(bsc#1163894).
- commit 3c9b27c
* Mon Feb 17 2020 jack@suse.cz
- block: fix splitting segments on boundary masks (bsc#1163893).
- commit 8b3de45
* Mon Feb 17 2020 jack@suse.cz
- compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONES
(bsc#1163892).
- commit c3d2ac2
* Mon Feb 17 2020 jack@suse.cz
- compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE
(bsc#1163891).
- commit bbed8ba
* Mon Feb 17 2020 jack@suse.cz
- jbd2: do not clear the BH_Mapped flag when forgetting a metadata
buffer (bsc#1163836).
- commit 17af302
* Mon Feb 17 2020 jack@suse.cz
- jbd2: move the clearing of b_modified flag to the
journal_unmap_buffer() (bsc#1163880).
- commit 2f2419e
* Mon Feb 17 2020 jack@suse.cz
- ext4: fix checksum errors with indexed dirs (bsc#1160979).
- commit b490dab
* Mon Feb 17 2020 mkubecek@suse.cz
- fix patches metadata
- fix Patch-mainline:
patches.suse/0001-crypto-sun4i-ss-fix-big-endian-issues.patch
patches.suse/0001-perf-imx_ddr-Add-MODULE_DEVICE_TABLE.patch
- commit 9d8931e
* Mon Feb 17 2020 mkubecek@suse.cz
- blaklist.conf: improve comments
- "already gone in" is rather cryptic, change the d51224b73d18 entry to
"duplicate of ac479b51f3f4"
- change the 1340cc631bd0 entry to "duplicate of d79749f7716d"
- commit 580e740
* Mon Feb 17 2020 msuchanek@suse.de
- powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP case
(bsc#1163776 ltc#183929).
- Refresh
patches.suse/mm-mmu_gather-invalidate-TLB-correctly-on-batch-allo.patch.
- commit b99c448
* Mon Feb 17 2020 mkubecek@suse.cz
- fix patches metadata
- fix Patch-mainline:
patches.suse/fmc-remove-left-over-ipmi-fru.h-after-fmc-deletion.patch
patches.suse/mm-thp-don-t-need-care-deferred-split-queue-in-memcg-charge-move-path.patch
patches.suse/mm-vmscan-protect-shrinker-idr-replace-with-CONFIG_MEMCG.patch
patches.suse/ptr_ring-add-include-of-linux-mm.h.patch
patches.suse/taskstats-fix-data-race.patch
- commit b311938
* Mon Feb 17 2020 oneukum@suse.com
- crypto: atmel - Fix build error of CRYPTO_AUTHENC (git-fixes).
- commit 96a9a36
* Mon Feb 17 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and resort:
patches.suse/scsi-lpfc-Fix-Fabric-hostname-registration-if-system.patch
patches.suse/scsi-lpfc-Fix-MDS-Latency-Diagnostics-Err-drop-rates.patch
patches.suse/scsi-lpfc-Fix-Rework-setting-of-fdmi-symbolic-node-n.patch
patches.suse/scsi-lpfc-Fix-disablement-of-FC-AL-on-lpe35000-model.patch
patches.suse/scsi-lpfc-Fix-improper-flag-check-for-IO-type.patch
patches.suse/scsi-lpfc-Fix-missing-check-for-CSF-in-Write-Object-.patch
patches.suse/scsi-lpfc-Fix-ras_log-via-debugfs.patch
patches.suse/scsi-lpfc-Fix-unmap-of-dpp-bars-affecting-next-drive.patch
patches.suse/scsi-lpfc-Update-lpfc-version-to-12.6.0.3.patch
No effect on expanded tree.
- commit b74bc8d
* Mon Feb 17 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/panfrost: Handle resetting on timeout better'
- commit c1cf6b0
* Mon Feb 17 2020 tzimmermann@suse.de
- drm/mipi_dbi: Fix off-by-one bugs in mipi_dbi_blank() (bsc#1152489)
- commit 5f73109
* Mon Feb 17 2020 mkubecek@suse.cz
- series.conf: cleanup
Keep ACPI patches in one place.
No effect on expanded tree.
- commit daba698
* Mon Feb 17 2020 tzimmermann@suse.de
- drm/etnaviv: fix dumping of iommuv2 (bsc#1152472)
- commit f714fd7
* Mon Feb 17 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915/ehl: Define EHL powerwells independently of ICL'
- commit 2edb74e
* Mon Feb 17 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915: Copy across scheduler behaviour flags across submit fences'
- commit fe75061
* Mon Feb 17 2020 tiwai@suse.de
- hwmon: (pmbus/ltc2978) Fix PMBus polling of MFR_COMMON
definitions (git-fixes).
- commit f1c1df9
* Mon Feb 17 2020 tiwai@suse.de
- drivers: ipmi: fix off-by-one bounds check that leads to a
out-of-bounds write (git-fixes).
- commit 901290b
* Mon Feb 17 2020 jslaby@suse.cz
- vt: selection, close sel_buffer race (bnc#1162928
CVE-2020-8648).
- vt: selection, handle pending signals in paste_selection
(bnc#1162928 CVE-2020-8648).
- commit c7af915
* Mon Feb 17 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and resort:
patches.suse/drivers-ipmi-Modify-max-length-of-IPMB-packet.patch
patches.suse/drivers-ipmi-Support-raw-i2c-packet-in-IPMB.patch
No effect on expanded tree.
- commit cb3f6eb
* Mon Feb 17 2020 glin@suse.com
- bpf, sockmap: Don't sleep while holding RCU lock on tear-down
(bsc#1155518).
- bpftool: Don't crash on missing xlated program instructions
(bsc#1155518).
- samples: bpf: Allow for -ENETDOWN in xdpsock (bsc#1155518).
- bpf: Fix modifier skipping logic (bsc#1155518).
- commit c617a95
* Mon Feb 17 2020 firo.yang@suse.com
- enic: prevent waking up stopped tx queues over watchdog reset
(bsc#1133147).
- commit b9b83d8
* Sat Feb 15 2020 mgorman@suse.de
- sched/fair: Take into account runnable_avg to classify group
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- commit 60b875c
* Sat Feb 15 2020 mgorman@suse.de
- sched/pelt: Add a new runnable average signal (bnc#1155798
(CPU scheduler functional and performance backports)).
- commit eb2bc08
* Sat Feb 15 2020 mgorman@suse.de
- sched/pelt: Remove unused runnable load average (bnc#1155798
(CPU scheduler functional and performance backports)).
- commit 99634f9
* Sat Feb 15 2020 tiwai@suse.de
- mwifiex: Fix possible buffer overflows in
mwifiex_cmd_append_vsie_tlv() (git-fixes).
- mwifiex: Fix possible buffer overflows in
mwifiex_ret_wmm_get_status() (git-fixes).
- commit 0a55d21
* Sat Feb 15 2020 tiwai@suse.de
- mac80211: fix quiet mode activation in action frames
(git-fixes).
- qmi_wwan: re-add DW5821e pre-production variant (git-fixes).
- drm/i915/gvt: more locking for ppgtt mm LRU list (git-fixes).
- Revert "drm/sun4i: drv: Allow framebuffer modifiers in mode
config" (git-fixes).
- commit 8c7a45f
* Sat Feb 15 2020 tiwai@suse.de
- ALSA: usb-audio: Apply sample rate quirk for Audioengine D1
(git-fixes).
- ALSA: usb-audio: Apply 48kHz fixed rate playback for Jabra
Evolve 65 headset (git-fixes).
- commit 36550e5
* Sat Feb 15 2020 tiwai@suse.de
- ALSA: pcm: Fix double hw_free calls (git-fixes).
- ALSA: usb-audio: Add clock validity quirk for Denon
MC7000/MCX8000 (git-fixes).
- ALSA: hda/realtek - Fix silent output on MSI-GL73 (git-fixes).
- ALSA: hda/realtek - Add more codec supported Headset Button
(git-fixes).
- ALSA: usb-audio: Fix UAC2/3 effect unit parsing (git-fixes).
- ALSA: usb-audio: add quirks for Line6 Helix devices fw>=2.82
(git-fixes).
- ALSA: usb-audio: add implicit fb quirk for MOTU M Series
(git-fixes).
- ALSA: usb-audio: unlock on error in probe (git-fixes).
- ALSA: usb-audio: Add boot quirk for MOTU M Series (git-fixes).
- ALSA: usb-audio: Use lower hex numbers for IDs (git-fixes).
- commit 70d0fd1
* Fri Feb 14 2020 mgorman@suse.de
- sched/numa: Stop an exhastive search if a reasonable swap
candidate or idle CPU is found (bnc#1155798 (CPU scheduler
functional and performance backports)).
- commit a207d84
* Fri Feb 14 2020 tiwai@suse.de
- Move ipmi_si fix to subsystem sorted section (bsc#1161943)
- commit 53fab48
* Fri Feb 14 2020 mgorman@suse.de
- sched/numa: Bias swapping tasks based on their preferred
node (bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/numa: Find an alternative idle CPU if the CPU is part of
an active NUMA balance (bnc#1155798 (CPU scheduler functional
and performance backports)).
- sched/numa: Prefer using an idle cpu as a migration target
instead of comparing tasks (bnc#1155798 (CPU scheduler
functional and performance backports)).
- sched/numa: Use similar logic to the load balancer for moving
between domains with spare capacity (bnc#1155798 (CPU scheduler
functional and performance backports)).
- sched/numa: replace runnable_load_avg by load_avg (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair: reorder enqueue/dequeue_task_fair path (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/numa: Distinguish between the different task_numa_migrate
failure cases (bnc#1155798 (CPU scheduler functional and
performance backports)).
- sched/numa: Trace when no candidate CPU was found on the
preferred node (bnc#1155798 (CPU scheduler functional and
performance backports)).
- mm: thp: don't need care deferred split queue in memcg charge
move path (git fixes (mm/memcg)).
- fmc: remove left-over ipmi-fru.h after fmc deletion (git fixes
(FRU removal)).
- ptr_ring: add include of linux/mm.h (git fixes (mm/includes)).
- taskstats: fix data-race (git fixes (taskstats)).
- mm: vmscan: protect shrinker idr replace with CONFIG_MEMCG
(git fixes (mm/vmscan)).
- commit a00a8d0
* Fri Feb 14 2020 mgorman@suse.de
- Refresh patches.suse/sched-fair-Optimize-select_idle_core.patch.
- commit 59efedb
* Thu Feb 13 2020 tiwai@suse.de
- Update config files: enable CONFIG_FW_CFG_SYSFS for arm64 (bsc#1163521)
- commit 3795961
* Thu Feb 13 2020 mgorman@suse.de
- Refresh
patches.suse/sched-fair-Allow-a-small-load-imbalance-between-low-utilisation-SD_NUMA-domains.patch.
- commit d461156
* Wed Feb 12 2020 jdelvare@suse.de
- ACPI / watchdog: Set default timeout in probe (bsc#1162557).
- ACPI: watchdog: Allow disabling WDAT at boot (bsc#1162557).
- commit 54f65f7
* Wed Feb 12 2020 mcgrof@suse.com
- patches.suse/simple_recursive_removal-kernel-side-rm-rf-for-ramfs.patch: (bsc#1159198,CVE-2019-19770).
- commit ae16628
* Wed Feb 12 2020 trenn@suse.com
- cpuidle: use first valid target residency as poll time
(jsc#SLE-11312).
- commit 4e4e473
* Wed Feb 12 2020 trenn@suse.com
- cpuidle: haltpoll: Take 'idle=' override into account
(jsc#SLE-11312).
- commit b7ea903
* Wed Feb 12 2020 trenn@suse.com
- cpuidle-haltpoll: Enable kvm guest polling when dedicated
physical CPUs are available (jsc#SLE-11312).
- commit c957ec1
* Wed Feb 12 2020 trenn@suse.com
- cpuidle-haltpoll: do not set an owner to allow modunload
(jsc#SLE-11312).
- commit dc19dcc
* Wed Feb 12 2020 trenn@suse.com
- cpuidle-haltpoll: return -ENODEV on modinit failure
(jsc#SLE-11312).
- commit 5f4abc5
* Wed Feb 12 2020 trenn@suse.com
- cpuidle-haltpoll: set haltpoll as preferred governor
(jsc#SLE-11312).
- commit f056412
* Wed Feb 12 2020 trenn@suse.com
- cpuidle: allow governor switch on cpuidle_register_driver()
(jsc#SLE-11312).
- commit a8f3113
* Wed Feb 12 2020 hare@suse.de
- scsi: lpfc: Update lpfc version to 12.6.0.4
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Clean up hba max_lun_queue_depth checks
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Remove handler for obsolete ELS - Read Port
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix coverity errors in fmdi attribute handling
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix compiler warning on frame size
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix release of hwq to clear the eq relationship
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix registration of ELS type support in fdmi
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix broken Credit Recovery after driver load
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix lpfc_io_buf resource leak in
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix RQ buffer leakage when no IOCBs available
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Update lpfc version to 12.6.0.3
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix improper flag check for IO type
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix MDS Latency Diagnostics Err-drop rates
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix unmap of dpp bars affecting next driver load
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix disablement of FC-AL on lpe35000 models
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix ras_log via debugfs (bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix Fabric hostname registration if system
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix missing check for CSF in Write Object Mbox
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix: Rework setting of fdmi symbolic node name
registration (bsc#1156632,jsc#SLE-8654).
- commit ad7b473
* Wed Feb 12 2020 tiwai@suse.de
- tools/kvm_stat: Fix kvm_exit filter name (git-fixes).
- tools lib: Fix builds when glibc contains strlcpy() (git-fixes).
- tools/power/acpi: fix compilation error (git-fixes).
- sh_eth: check sh_eth_cpu_data::dual_port when dumping registers
(git-fixes).
- commit a1660a4
* Wed Feb 12 2020 tiwai@suse.de
- enetc: Don't print from enetc_sched_speed_set when link goes
down (git-fixes).
- PM / devfreq: Add new name attribute for sysfs (git-fixes).
- PM / devfreq: Don't fail devfreq_dev_release if not in list
(git-fixes).
- PM / devfreq: Set scaling_max_freq to max on OPP notifier error
(git-fixes).
- PM / devfreq: Fix devfreq_notifier_call returning errno
(git-fixes).
- commit 280c62f
* Wed Feb 12 2020 trenn@suse.com
- cpuidle-haltpoll: vcpu hotplug support (jsc#SLE-11312).
- commit be83569
* Wed Feb 12 2020 trenn@suse.com
- cpuidle: header file stubs must be "static inline"
(jsc#SLE-11312).
- commit 72c5ab4
* Wed Feb 12 2020 tiwai@suse.de
- blacklist.conf: Add already cherry-picked i915 commits
- commit e79e886
* Wed Feb 12 2020 trenn@suse.com
- cpuidle-haltpoll: disable host side polling when kvm virtualized
(jsc#SLE-11312).
- Update config files.
- commit 7a92459
* Wed Feb 12 2020 tiwai@suse.de
- alarmtimer: Unregister wakeup source when module get fails
(git-fixes).
- afs: Fix characters allowed into cell names (git-fixes).
- afs: Fix afs_lookup() to not clobber the version on a new dentry
(git-fixes).
- afs: Fix use-after-loss-of-ref (git-fixes).
- atm: eni: fix uninitialized variable warning (git-fixes).
- staging: axis-fifo: add unspecified HAS_IOMEM dependency
(git-fixes).
- afs: Fix missing cell comparison in afs_test_super()
(git-fixes).
- afs: Fix creation calls in the dynamic root to fail with
EOPNOTSUPP (git-fixes).
- afs: Fix mountpoint parsing (git-fixes).
- afs: Fix SELinux setting security label on /afs (git-fixes).
- afs: Fix afs_find_server lookups for ipv4 peers (git-fixes).
- afs: Remove set but not used variables 'before', 'after'
(git-fixes).
- affs: fix a memory leak in affs_remount (git-fixes).
- afs: Fix large file support (git-fixes).
- afs: Fix possible assert with callbacks from yfs servers
(git-fixes).
- afs: Fix missing timeout reset (git-fixes).
- commit 70f7941
* Wed Feb 12 2020 fdmanana@suse.com
- Btrfs: make deduplication with range including the last block
work (bsc#1163496).
- commit 177be09
* Wed Feb 12 2020 trenn@suse.com
- cpuidle: add haltpoll governor (jsc#SLE-11312).
- Update config files.
- commit 3395a31
* Wed Feb 12 2020 fdmanana@suse.com
- fs: allow deduplication of eof block into the end of the
destination file (bsc#1163496).
- commit a6f621e
* Wed Feb 12 2020 fdmanana@suse.com
- Btrfs: send, fix emission of invalid clone operations within
the same file (bsc#1163493).
- commit e5b1bf0
* Wed Feb 12 2020 trenn@suse.com
- governors: unify last_state_idx (jsc#SLE-11312).
- Refresh
patches.suse/cpuidle-teo-Allow-tick-to-be-stopped-if-PM-QoS-is-us.patch.
- Refresh
patches.suse/cpuidle-teo-Avoid-using-early-hits-incorrectly.patch.
- commit 5219109
* Wed Feb 12 2020 trenn@suse.com
- cpuidle: add poll_limit_ns to cpuidle_device structure
(jsc#SLE-11312).
- commit 39e79ea
* Wed Feb 12 2020 fdmanana@suse.com
- Btrfs: fix race between adding and putting tree mod seq elements
and nodes (bsc#1163384).
- commit 20ba722
* Wed Feb 12 2020 fdmanana@suse.com
- Btrfs: fix infinite loop during fsync after rename operations
(bsc#1163383).
- commit d4b4993
* Wed Feb 12 2020 fdmanana@suse.com
- Btrfs: fix missing hole after hole punching and fsync when
using NO_HOLES (bsc#1158749).
- commit 1e49dd1
* Wed Feb 12 2020 trenn@suse.com
- add cpuidle-haltpoll driver (jsc#SLE-11312).
- Update config files.
- supported.conf: add cpuidle-haltpoll as supported
supported.conf:
Add newly introduced cpuidle-haltpoll driver
- commit ba1edb5
* Wed Feb 12 2020 mkubecek@suse.cz
- drop obsolete btrfs patches inherited from SLE15-SP1
- drop
patches.suse/btrfs-prevent-ioctls-from-interfering-with-a-swap-file.patch
(mainline commit eede2bf34f4f, v5.0-rc1)
patches.suse/btrfs-rename-and-export-get_chunk_map.patch
(mainline commit 60ca842e3457, v5.0-rc1)
patches.suse/btrfs-support-swap-files.patch
(mainline commit ed46ff3d4237, v5.0-rc1)
- commit 7f19d4b
* Wed Feb 12 2020 tiwai@suse.de
- ASoC: sgtl5000: Fix VDDA and VDDIO comparison (git-fixes).
- commit 75f282a
* Wed Feb 12 2020 tiwai@suse.de
- crypto: ccree - fix pm wrongful error reporting (git-fixes).
- Refresh patches.suse/crypto-ccree-fix-PM-race-condition.patch.
- commit dbcb926
* Wed Feb 12 2020 tiwai@suse.de
- iwlwifi: don't throw error when trying to remove IGTK
(git-fixes).
- ARM: tegra: Enable PLLP bypass during Tegra124 LP1 (git-fixes).
- drm/amd/dm/mst: Ignore payload update failures (git-fixes).
- clk: tegra: Mark fuse clock as critical (git-fixes).
- mfd: dln2: More sanity checking for endpoints (git-fixes).
- media: rc: ensure lirc is initialized before registering input
device (git-fixes).
- media: v4l2-core: compat: ignore native command codes
(git-fixes).
- PM: core: Fix handling of devices deleted during system-wide
resume (git-fixes).
- media/v4l2-core: set pages dirty upon releasing DMA buffers
(git-fixes).
- power: supply: ltc2941-battery-gauge: fix use-after-free
(git-fixes).
- usb: gadget: legacy: set max_speed to super-speed (git-fixes).
- crypto: ccree - fix FDE descriptor sequence (git-fixes).
- crypto: ccree - fix backlog memory leak (git-fixes).
- ACPI: video: Do not export a non working backlight interface
on MSI MS-7721 boards (git-fixes).
- regulator fix for "regulator: core: Add regulator_is_equal()
helper" (git-fixes).
- regulator: core: Add regulator_is_equal() helper (git-fixes).
- platform/x86: intel_scu_ipc: Fix interrupt support (git-fixes).
- mmc: spi: Toggle SPI polarity, do not hardcode it (git-fixes).
- mmc: sdhci-pci: Make function amd_sdhci_reset static
(git-fixes).
- commit 798d10c
* Wed Feb 12 2020 mkubecek@suse.cz
- fix mainline references
- fix Patch-mainline:
patches.suse/apparmor-Switch-to-GFP_KERNEL-where-possible.patch
patches.suse/apparmor-Use-a-memory-pool-instead-per-CPU-caches.patch
patches.suse/apparmor-fix-aa_xattrs_match-may-sleep-while-holding-a-RCU-lock.patch
patches.suse/apparmor-fix-bind-mounts-aborting-with-ENOMEM.patch
patches.suse/apparmor-fix-wrong-buffer-allocation-in-aa_new_mount.patch
patches.suse/apparmor-increase-left-match-history-buffer-size.patch
patches.suse/apparmor-make-it-so-work-buffers-can-be-allocated-from-atomic-context.patch
patches.suse/apparmor-only-get-a-label-reference-if-the-fast-path-check-fails.patch
patches.suse/apparmor-reduce-rcu_read_lock-scope-for-aa_file_perm-mediation.patch
- commit 04ce0c4
* Wed Feb 12 2020 mkubecek@suse.cz
- update patch metadata
- update Git-commit after (likely) maintainer tree rebase:
patches.suse/scsi-tcm_qla2xxx-Make-qlt_alloc_qfull_cmd-set-cmd-se.patch
- commit 1747315
* Tue Feb 11 2020 dbueso@suse.de
- ipc/msg.c: consolidate all xxxctl_down() functions
(bsc#1159886).
- ipc/sem.c: document and update memory barriers (bsc#1159886).
- ipc/msg.c: update and document memory barriers (bsc#1159886).
- ipc/mqueue.c: update/document memory barriers (bsc#1159886).
- ipc/mqueue.c: remove duplicated code (bsc#1159886).
- locking/osq: Use optimized spinning loop for arm64
(bsc#1149032).
- cgroup: Optimize single thread migration (bsc#1163388).
- cgroup/cpuset: Convert cpuset_mutex to percpu_rwsem
(bsc#1163388).
- commit 95157e6
* Tue Feb 11 2020 tiwai@suse.de
- vfio/spapr/nvlink2: Skip unpinning pages on error exit
(git-fixes).
- commit 97b7cca
* Tue Feb 11 2020 tiwai@suse.de
- smp_mb__{before,after}_atomic(): update Documentation
(git-fixes).
- tomoyo: Use atomic_t for statistics counter (git-fixes).
- irqdomain: Fix a memory leak in irq_domain_push_irq()
(git-fixes).
- commit ab7e36c
* Tue Feb 11 2020 tiwai@suse.de
- irqchip/gic-v3-its: Reference to its_invall_cmd descriptor
when building INVALL (git-fixes).
- hrtimer: Annotate lockless access to timer->state (git-fixes).
- commit 18567f5
* Tue Feb 11 2020 tiwai@suse.de
- dma-mapping: fix handling of dma-ranges for reserved memory
(again) (git-fixes).
- commit 854b530
* Tue Feb 11 2020 tiwai@suse.de
- kconfig: fix broken dependency in randconfig-generated .config
(git-fixes).
- clocksource: Prevent double add_timer_on() for watchdog_timer
(git-fixes).
- iwlwifi: mvm: avoid use after free for pmsr request (git-fixes).
- drop_monitor: Do not cancel uninitialized work item (git-fixes).
- soc: qcom: rpmhpd: Set 'active_only' for active only power
domains (git-fixes).
- soc/tegra: fuse: Correct straps' address for older Tegra124
device trees (git-fixes).
- bus: tegra-aconnect: Remove PM_CLK dependency (git-fixes).
- ARM: at91: pm: use of_device_id array to find the proper shdwc
node (git-fixes).
- ARM: at91: pm: use SAM9X60 PMC's compatible (git-fixes).
- ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()
(git-fixes).
- commit 80930f7
* Mon Feb 10 2020 msuchanek@suse.de
- powerpc/kuap: Fix set direction in allow/prevent_user_access()
(bsc#1156395).
- powerpc/32s: Fix bad_kuap_fault() (bsc#1156395).
- commit ecc6175
* Mon Feb 10 2020 tiwai@suse.de
- ipmi_si: Avoid spurious errors for optional IRQs (bsc#1161943).
- commit 807bbff
* Mon Feb 10 2020 tiwai@suse.de
- media: go7007: Fix URB type for interrupt handling
(bsc#1162583).
- commit 658c146
* Mon Feb 10 2020 msuchanek@suse.de
- powerpc/futex: Fix incorrect user access blocking (bsc#1156395).
- powerpc/ptdump: Only enable PPC_CHECK_WX with STRICT_KERNEL_RWX
(bsc#1156395).
- powerpc/ptdump: Fix W+X verification (bsc#1156395).
- powerpc: Define arch_is_kernel_initmem_freed() for lockdep
(bsc#1156395).
- powerpc/ptdump: get out of note_prot_wx() when
CONFIG_PPC_DEBUG_WX is not selected (bsc#1156395).
- commit f8eff5c
* Mon Feb 10 2020 mhocko@suse.com
- mm/sparse.c: reset section's mem_map when fully deactivated
(bnc#1162503).
- commit f068a8c
* Mon Feb 10 2020 msuchanek@suse.de
- powerpc/papr_scm: Fix leaking 'bus_desc.provider_name' in some
paths (FATE#327775 bsc#1142685 ltc#179509).
- commit 1c49eb1
* Mon Feb 10 2020 mgorman@suse.de
- apparmor: fix aa_xattrs_match() may sleep while holding a RCU
lock (bnc#1158765).
- apparmor: only get a label reference if the fast path check
fails (bnc#1158765).
- apparmor: fix bind mounts aborting with -ENOMEM (bnc#1158765).
- apparmor: make it so work buffers can be allocated from atomic
context (bnc#1158765).
- apparmor: reduce rcu_read_lock scope for aa_file_perm mediation
(bnc#1158765).
- apparmor: fix wrong buffer allocation in aa_new_mount
(bnc#1158765).
- apparmor: increase left match history buffer size (bnc#1158765).
- apparmor: Switch to GFP_KERNEL where possible (bnc#1158765).
- apparmor: Use a memory pool instead per-CPU caches
(bnc#1158765).
- commit db8094b
* Mon Feb 10 2020 tiwai@suse.de
- Move upstreamed wireless fixes into sorted section
Refreshed:
patches.suse/libertas-dont-exit-from-lbs_ibss_join_existing-with.patch
patches.suse/libertas-make-lbs_ibss_join_existing-return-error.patch
patches.suse/mwifiex-fix-unbalanced-locking-in-mwifiex_process_co.patch
- commit 8dbbd1d
* Mon Feb 10 2020 msuchanek@suse.de
- powerpc/pseries/vio: Fix iommu_table use-after-free refcount
warning (bsc#1065729).
- powerpc/pseries: Advance pfn if section is not present in
lmb_is_removable() (bsc#1065729).
- powerpc/pseries: Allow not having ibm,
hypertas-functions::hcall-multi-tce for DDW (bsc#1065729).
- powerpc/pseries/hotplug-memory: Change rc variable to bool
(bsc#1065729).
- commit fe5c033
* Mon Feb 10 2020 mkubecek@suse.cz
- tomoyo: Don't use nifty names on sockets (git-fixes).
Bring the patch again as bsc#1162590 turned out to be bogus.
- commit e6918af
* Mon Feb 10 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and resort:
patches.suse/scsi-qla2xxx-Fix-unbound-NVME-response-length.patch
- commit f9847d8
* Sat Feb 08 2020 tiwai@suse.de
- drm/amd/display: Retrain dongles when SINK_COUNT becomes
non-zero (git-fixes).
- clk: qcom: rcg2: Don't crash if our parent can't be found;
return an error (git-fixes).
- clk: qcom: Don't overwrite 'cfg' in clk_rcg2_dfs_populate_freq()
(git-fixes).
- watchdog: fix UAF in reboot notifier handling in watchdog core
code (git-fixes).
- drivers: watchdog: stm32_iwdg: set WDOG_HW_RUNNING at probe
(git-fixes).
- virtio_balloon: Fix memory leaks on errors in
virtballoon_probe() (git-fixes).
- virtio-balloon: Fix memory leak when unloading while hinting
is in progress (git-fixes).
- virtio-pci: check name when counting MSI-X vectors (git-fixes).
- virtio-balloon: initialize all vq callbacks (git-fixes).
- commit 56decc0
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic/x2apic: Implement IPI shorthands support (bsc#1162702).
- commit af57cfd
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic/flat64: Remove the IPI shorthand decision logic (bsc#1162702).
- commit 309c2e1
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic: Share common IPI helpers (bsc#1162702).
- commit e29e384
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic: Remove the shorthand decision logic (bsc#1162702).
- commit b931a9c
* Fri Feb 07 2020 dwagner@suse.de
- x86/smp: Enhance native_send_call_func_ipi() (bsc#1162702).
- commit f0857f7
* Fri Feb 07 2020 dwagner@suse.de
- x86/smp: Move smp_function_call implementations into IPI code (bsc#1162702).
- commit 10bcbc5
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic: Provide and use helper for send_IPI_allbutself() (bsc#1162702).
- commit ee9e660
* Fri Feb 07 2020 mbenes@suse.cz
- livepatch/samples/selftest: Use klp_shadow_alloc() API correctly
(bsc#1071995).
- commit 00eed06
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic: Add static key to Control IPI shorthands (bsc#1162702).
- commit 6d35b8a
* Fri Feb 07 2020 mbenes@suse.cz
- livepatch/selftest: Clean up shadow variable names and type
(bsc#1071995).
- commit e95b82b
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic: Move no_ipi_broadcast() out of 32bit (bsc#1162702).
- commit 9c72d3f
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic: Add NMI_VECTOR wait to IPI shorthand (bsc#1162702).
- commit 11f617e
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic: Remove dest argument from __default_send_IPI_shortcut() (bsc#1162702).
- commit 6e1b483
* Fri Feb 07 2020 dwagner@suse.de
- x86/hotplug: Silence APIC and NMI when CPU is dead (bsc#1162702).
- commit c8f6f01
* Fri Feb 07 2020 dwagner@suse.de
- x86/cpu: Move arch_smt_update() to a neutral place (bsc#1162702).
- Refresh patches.suse/x86-speculation-taa-Add-mitigation-for-TSX-Async-Abo.patch.
- Refresh patches.suse/x86-speculation-taa-Fix-printing-of-TAA_MSG_SMT-on-I.patch.
- commit 1c4fec9
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic/uv: Make x2apic_extra_bits static (bsc#1162702).
- Refresh patches.suse/x86-platform-uv-Add-UV-Hubbed-Hubless-Proc-FS-Files.patch.
- Refresh patches.suse/x86-platform-uv-Return-UV-Hubless-System-Type.patch.
- commit c91a792
* Fri Feb 07 2020 nborisov@suse.com
- btrfs: drop log root for dropped roots (bsc#1166772).
- btrfs: do not delete mismatched root refs (bsc#1166772).
- btrfs: fix invalid removal of root ref (bsc#1166772).
- btrfs: rework arguments of btrfs_unlink_subvol (bsc#1166772).
- btrfs: do not leak reloc root if we fail to read the fs root (bsc#1166772).
- commit 9f44227
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic: Consolidate the apic local headers (bsc#1162702).
- commit c920fec
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic: Move apic_flat_64 header into apic directory (bsc#1162702).
- commit 73a08d5
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic: Move ipi header into apic directory (bsc#1162702).
- commit 06589f2
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic: Cleanup the include maze (bsc#1162702).
- Refresh patches.suse/x86-platform-uv-Check-EFI-Boot-to-set-reboot-type.patch.
- Refresh patches.suse/x86-platform-uv-Return-UV-Hubless-System-Type.patch.
- Refresh patches.suse/x86-platform-uv-Save-OEM_ID-from-ACPI-MADT-probe.patch.
- commit 327f5f6
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic: Move IPI inlines into ipi.c (bsc#1162702).
- commit 81a4d6d
* Fri Feb 07 2020 dwagner@suse.de
- x86/apic: Invoke perf_events_lapic_init() after enabling APIC (bsc#1162702).
- Refresh patches.suse/x86-apic-32-Avoid-bogus-LDR-warnings.patch.
- commit b5224ec
* Fri Feb 07 2020 tiwai@suse.de
- uaccess: disallow > INT_MAX copy sizes (git-fixes).
- commit 59e5f9a
* Fri Feb 07 2020 tiwai@suse.de
- thermal: brcmstb_thermal: Do not use DT coefficients
(git-fixes).
- soc: ti: wkup_m3_ipc: Fix race condition with rproc_boot
(git-fixes).
- serdev: Don't claim unsupported ACPI serial devices (git-fixes).
- commit ea25f56
* Fri Feb 07 2020 tiwai@suse.de
- rtc: cmos: Stop using shared IRQ (git-fixes).
- rtc: hym8563: Return -EINVAL if the time is known to be invalid
(git-fixes).
- commit 15ca52d
* Fri Feb 07 2020 tiwai@suse.de
- pxa168fb: Fix the function used to release some memory in an
error handling path (git-fixes).
- qmi_wwan: Add support for Quectel RM500Q (git-fixes).
- commit b92716e
* Fri Feb 07 2020 tiwai@suse.de
- power: supply: core: Update sysfs-class-power ABI document
(git-fixes).
- power: supply: sbs-battery: Fix a signedness bug in
sbs_get_battery_capacity() (git-fixes).
- power: supply: axp20x_ac_power: Fix reporting online status
(git-fixes).
- power/supply: ingenic-battery: Don't change scale if there's
only one (git-fixes).
- commit cfd3f61
* Fri Feb 07 2020 tiwai@suse.de
- blacklist.conf: Add already cherry-picked platform drivers
- commit 57ff8bd
* Fri Feb 07 2020 tiwai@suse.de
- mtd: sharpslpart: Fix unsigned comparison to zero (git-fixes).
- mtd: onenand_base: Adjust indentation in onenand_read_ops_nolock
(git-fixes).
- net: phy: dp83867: Set FORCE_LINK_GOOD to default after reset
(git-fixes).
- commit 9763e59
* Fri Feb 07 2020 tiwai@suse.de
- mfd: rn5t618: Mark ADC control register volatile (git-fixes).
- mfd: da9062: Fix watchdog compatible string (git-fixes).
- mfd: max77650: Select REGMAP_IRQ in Kconfig (git-fixes).
- mfd: axp20x: Mark AXP20X_VBUS_IPSOUT_MGMT as volatile
(git-fixes).
- mfd: bd70528: Fix hour register mask (git-fixes).
- leds: pca963x: Fix open-drain initialization (git-fixes).
- lib/scatterlist.c: adjust indentation in __sg_alloc_table
(git-fixes).
- ide: remove set but not used variable 'hwif' (git-fixes).
- ima: ima/lsm policy rule loading logic bug fixes (git-fixes).
- hwmon: (pmbus/ibm-cffps) Fix LED blink behavior (git-fixes).
- commit e4dc7c5
* Fri Feb 07 2020 tiwai@suse.de
- fbdev: fix numbering of fbcon options (git-fixes).
- habanalabs: remove variable 'val' set but not used (git-fixes).
- habanalabs: rate limit error msg on waiting for CS (git-fixes).
- habanalabs: skip VA block list update in reset flow (git-fixes).
- commit afb5fba
* Fri Feb 07 2020 tiwai@suse.de
- clk: qcom: Add missing msm8998 gcc_bimc_gfx_clk (git-fixes).
- clk: qcom: smd: Add missing bimc clock (git-fixes).
- clk: ti: dra7: fix parent for gmac_clkctrl (git-fixes).
- clk: sunxi-ng: add mux and pll notifiers for A64 CPU clock
(git-fixes).
- clk: meson: meson8b: make the CCF use the glitch-free mali mux
(git-fixes).
- clk: meson: pll: Fix by 0 division in __pll_params_to_rate()
(git-fixes).
- clk: meson: g12a: fix missing uart2 in regmap table (git-fixes).
- clk: renesas: rcar-gen3: Allow changing the RPC[D2] clocks
(git-fixes).
- clk: imx: imx8mq: fix sys3_pll_out_sels (git-fixes).
- commit edbbc8e
* Fri Feb 07 2020 tiwai@suse.de
- Bluetooth: hci_bcm: Drive RTS only for BCM43438 (git-fixes).
- Bluetooth: hci_bcm: Add device-tree compatible for BCM4329
(git-fixes).
- Bluetooth: hci_bcm: Disallow set_baudrate for BCM4354
(git-fixes).
- Bluetooth: btbcm: Add entry for BCM4335A0 UART bluetooth
(git-fixes).
- Bluetooth: hci_bcm: Add compatible string for BCM43540
(git-fixes).
- commit f42c6a9
* Fri Feb 07 2020 dwagner@suse.de
- cpumask: Implement cpumask_or_equal() (bsc#1162702).
- commit a130302
* Fri Feb 07 2020 jeyu@suse.de
- Refresh and re-enable
patches.suse/0005-modsign-print-module-name-along-with-error-message.patch.
- commit e9c76fb
* Fri Feb 07 2020 tiwai@suse.de
- clk: at91: sam9x60: fix programmable clock prescaler
(git-fixes).
- clk: uniphier: Add SCSSI clock gate for each channel
(git-fixes).
- clk: actually call the clock init before any other callback
of the clock (git-fixes).
- media: vp7045: do not read uninitialized values if usb transfer
fails (git-fixes).
- media: af9005: uninitialized variable printked (git-fixes).
- media: digitv: don't continue if remote control state can't
be read (git-fixes).
- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0
(git-fixes).
- media: gspca: zero usb_buf (git-fixes).
- Bluetooth: Fix race condition in hci_release_sock() (git-fixes).
- r8152: disable DelayPhyPwrChg (git-fixes).
- r8152: avoid the MCU to clear the lanwake (git-fixes).
- r8152: disable test IO for RTL8153B (git-fixes).
- r8152: get default setting of WOL before initializing
(git-fixes).
- Input: max77650-onkey - add of_match table (git-fixes).
- Input: evdev - convert kzalloc()/vzalloc() to kvzalloc()
(git-fixes).
- led: max77650: add of_match table (git-fixes).
- wireless: wext: avoid gcc -O3 warning (git-fixes).
- mac80211: Fix TKIP replay protection immediately after key setup
(git-fixes).
- cfg80211: Fix radar event during another phy CAC (git-fixes).
- wireless: fix enabling channel 12 for custom regulatory domain
(git-fixes).
- mac80211: mesh: restrict airtime metric to peered established
plinks (git-fixes).
- clk: mmp2: Fix the order of timer mux parents (git-fixes).
- clk: sunxi-ng: h6-r: Fix AR100/R_APB2 parent order (git-fixes).
- clk: sunxi-ng: sun8i-r: Fix divider on APB0 clock (git-fixes).
- platform/x86: intel_pmc_core: update Comet Lake platform driver
(git-fixes).
- platform/x86: GPD pocket fan: Allow somewhat lower/higher
temperature limits (git-fixes).
- commit eff0f28
* Thu Feb 06 2020 tiwai@suse.de
- ALSA: hda: Clear RIRB status before reading WP (git-fixes).
- ALSA: hda/realtek - Fixed one of HP ALC671 platform Headset
Mic supported (git-fixes).
- ASoC: SOF: trace: fix unconditional free in trace release
(git-fixes).
- ALSA: hda - Fix DP-MST support for NVIDIA codecs (git-fixes).
- ALSA: dummy: Fix PCM format loop in proc output (git-fixes).
- ALSA: usb-audio: Annotate endianess in Scarlett gen2 quirk
(git-fixes).
- ALSA: usb-audio: Fix endianess in descriptor validation
(git-fixes).
- ALSA: hda: Add JasperLake PCI ID and codec vid (git-fixes).
- ALSA: pcm: Fix memory leak at closing a stream without hw_free
(git-fixes).
- ALSA: hda: Reset stream if DMA RUN bit not cleared (git-fixes).
- ASoC: Intel: Skylake: Explicitly include linux/io.h for
virt_to_phys() (git-fixes).
- commit 90e1eab
* Thu Feb 06 2020 chrubis@suse.cz
- rpm/kernel-binary.spec.in: Replace Novell with SUSE
- commit 8719d69
* Thu Feb 06 2020 ykaukab@suse.de
- kabi: arm64: reserve space in cpu_hwcaps and cpu_hwcap_keys
arrays (bsc#1089086).
Enable and refresh cpu_hwcaps kabi reservation patch.
- commit a2cfe97
* Thu Feb 06 2020 nborisov@suse.com
- btrfs: don't double lock the subvol_sem for rename exchange (bsc#1162943).
- commit 6492de6
* Thu Feb 06 2020 oneukum@suse.com
- blacklist.conf: different IDs in stable and mainline
- commit a8a637a
* Thu Feb 06 2020 wqu@suse.com
- Update
patches.suse/btrfs-qgroups-fix-rescan-worker-running-races.patch
(bsc#1091101, bsc#1156919).
Since the problem is still here and not solved, re-enable it and rebase
the code.
- commit 5647b0a
* Wed Feb 05 2020 tiwai@suse.de
- pwm: Remove set but not set variable 'pwm' (git-fixes).
- pwm: omap-dmtimer: put_device() after of_find_device_by_node()
(git-fixes).
- pwm: omap-dmtimer: Simplify error handling (git-fixes).
- pwm: omap-dmtimer: Remove PWM chip in .remove before making
it unfunctional (git-fixes).
- commit f1507d7
* Wed Feb 05 2020 msuchanek@suse.de
- Refresh patches.suse/powerpc-drmem-avoid-NULL-pointer-dereference-when-dr.patch.
- commit 3c1c79f
* Wed Feb 05 2020 tiwai@suse.de
- PCI: Add DMA alias quirk for Intel VCA NTB (git-fixes).
- Refresh
patches.suse/0001-PCI-Vulcan-AHCI-PCI-bar-fix-for-Broadcom-Vulcan-earl.patch.
- commit 55d6c4b
* Wed Feb 05 2020 tiwai@suse.de
- mei: me: add comet point (lake) H device ids (git-fixes).
- mei: hdcp: bind only with i915 on the same PCH (git-fixes).
- staging: most: net: fix buffer overflow (git-fixes).
- staging: vt6656: Fix false Tx excessive retries reporting
(git-fixes).
- staging: vt6656: use NULLFUCTION stack on mac80211 (git-fixes).
- staging: vt6656: correct packet types for CTS protect, mode
(git-fixes).
- serial: imx: fix a race condition in receive path (git-fixes).
- usb: dwc3: pci: add ID for the Intel Comet Lake -V variant
(git-fixes).
- ARM: 8955/1: virt: Relax arch timer version check during early
boot (git-fixes).
- phy: cpcap-usb: Prevent USB line glitches from waking up modem
(git-fixes).
- phy: qcom-qmp: Increase PHY ready timeout (git-fixes).
- usb: musb: jz4740: Silence error if code is -EPROBE_DEFER
(git-fixes).
- drm/amd/display: Reduce HDMI pixel encoding if max clock is
exceeded (git-fixes).
- gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIP
(git-fixes).
- HID: steam: Fix input device disappearing (git-fixes).
- HID: intel-ish-hid: ipc: Add Tiger Lake PCI device ID
(git-fixes).
- drivers/hid/hid-multitouch.c: fix a possible null pointer access
(git-fixes).
- HID: wacom: Recognize new MobileStudio Pro PID (git-fixes).
- HID: intel-ish-hid: ipc: add CMP device id (git-fixes).
- HID: Add quirk for incorrect input length on Lenovo Y720
(git-fixes).
- HID: asus: Ignore Asus vendor-page usage-code 0xff events
(git-fixes).
- HID: ite: Add USB id match for Acer SW5-012 keyboard dock
(git-fixes).
- HID: Add quirk for Xin-Mo Dual Controller (git-fixes).
- HID: multitouch: Add LG MELF0410 I2C touchscreen support
(git-fixes).
- watchdog: rn5t618_wdt: fix module aliases (git-fixes).
- watchdog: max77620_wdt: fix potential build errors (git-fixes).
- spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent
calls (git-fixes).
- platform/x86: dell-laptop: disable kbd backlight on Inspiron
10xx (git-fixes).
- staging: mt7621-pci: add quirks for 'E2' revision using
'soc_device_attribute' (git-fixes).
- extcon-intel-cht-wc: Don't reset USB data connection at probe
(git-fixes).
- usb-storage: Disable UAS on JMicron SATA enclosure (git-fixes).
- mmc: sdhci-pci: Add support for Intel JSL (git-fixes).
- mmc: sdhci-pci: Quirk for AMD SDHC Device 0x7906 (git-fixes).
- ASoC: Intel: cht_bsw_rt5645: Add quirk for boards using
pmc_plt_clk_0 (git-fixes).
- ARM: OMAP2+: SmartReflex: add omap_sr_pdata definition
(git-fixes).
- Bluetooth: btbcm: Use the BDADDR_PROPERTY quirk (git-fixes).
- Bluetooth: Allow combination of BDADDR_PROPERTY and
INVALID_BDADDR quirks (git-fixes).
- HID: wacom: add new MobileStudio Pro 13 support (git-fixes).
- commit 2f59d11
* Wed Feb 05 2020 lhenriques@suse.com
- ceph: fix compat_ioctl for ceph_dir_operations (jsc#SES-1134).
- compat_ioctl: add compat_ptr_ioctl() (jsc#SES-1134).
- commit e540507
* Wed Feb 05 2020 oneukum@suse.com
- crypto: sun4i-ss - fix big endian issues (git-fixes).
- commit 0bfb337
* Wed Feb 05 2020 oneukum@suse.com
- blacklist.conf: not needed in our config
- commit a23b2d7
* Wed Feb 05 2020 oneukum@suse.com
- blacklist.conf: upstream has a wrong Fixes
- commit 3b66050
* Wed Feb 05 2020 oneukum@suse.com
- perf/imx_ddr: Add MODULE_DEVICE_TABLE (git-fixes).
- commit f0f1d6b
* Wed Feb 05 2020 dwagner@suse.de
- bitmap.h: fix kernel-doc warning and typo (bsc#1162702).
- commit be235a4
* Wed Feb 05 2020 oneukum@suse.com
- blacklist.conf: duplication
- commit 0224176
* Wed Feb 05 2020 oneukum@suse.com
- iwlwifi: fw: make pos static in iwl_sar_get_ewrd_table() loop
(git-fixes).
- commit fa51eb6
* Wed Feb 05 2020 oneukum@suse.com
- iwlwifi: mvm: don't send the IWL_MVM_RXQ_NSSN_SYNC notif to
Rx queues (git-fixes).
- commit 861212e
* Wed Feb 05 2020 jroedel@suse.de
- iommu/vt-d: Refactor find_domain() helper (bsc#1159594).
- commit e9b12d5
* Wed Feb 05 2020 oneukum@suse.com
- blacklist.conf: only cosmetics
- commit 1870278
* Wed Feb 05 2020 oneukum@suse.com
- blacklist.conf: patch is wrong, later reverted
- commit ed8aa8a
* Wed Feb 05 2020 bp@suse.de
- x86/resctrl: Fix a deadlock due to inaccurate reference
(bsc#1152489).
- x86/resctrl: Fix use-after-free due to inaccurate refcount of
rdtgroup (bsc#1152489).
- x86/resctrl: Fix use-after-free when deleting resource groups
(bsc#1152489).
- commit 1107939
* Wed Feb 05 2020 ykaukab@suse.de
- coresight: etm4x: Fix unused function warning (jsc#SLE-9326).
- coresight: replicator: Fix missing spin_lock_init()
(jsc#SLE-9326).
- coresight: funnel: Fix missing spin_lock_init() (jsc#SLE-9326).
- coresight: etm4x: Fix BMVAL misuse (jsc#SLE-9326).
- coresight: Add explicit architecture dependency (jsc#SLE-9326).
- coresight: etm4x: Add missing single-shot control API to sysfs
(jsc#SLE-9326).
- coresight: etm4x: Add view comparator settings API to sysfs
(jsc#SLE-9326).
- coresight: etm4x: Improve usability of sysfs - CID and VMID
masks (jsc#SLE-9326).
- coresight: etm4x: Improve usability of sysfs - include/exclude
addr (jsc#SLE-9326).
- coresight: etm4x: Fix issues with start-stop logic
(jsc#SLE-9326).
- coresight: etm4x: Add missing API to set EL match on address
filters (jsc#SLE-9326).
- coresight: etm4x: Fixes for ETM v4.4 architecture updates
(jsc#SLE-9326).
- coresight: etm4x: Add support for ThunderX2 (jsc#SLE-9326).
- coresight: etm4x: Save/restore state across CPU low power states
(jsc#SLE-9326).
- coresight: tmc-etr: Add barrier packets when moving offset
forward (jsc#SLE-9326).
- coresight: tmc-etr: Decouple buffer sync and barrier packet
insertion (jsc#SLE-9326).
- coresight: tmc: Make memory width mask computation into a
function (jsc#SLE-9326).
- coresight: tmc-etr: Fix updating buffer in not-snapshot mode
(jsc#SLE-9326).
- coresight: etm4x: improve clarity of etm4_os_unlock comment
(jsc#SLE-9326).
- coresight: etm4x: use module_param instead of module_param_named
(jsc#SLE-9326).
- coresight: etm4x: Remove superfluous setting of os_unlock
(jsc#SLE-9326).
- coresight: acpi: Static funnel support (jsc#SLE-9326).
- coresight: Convert pr_warn to dev_warn for obsolete bindings
(jsc#SLE-9326).
- coresight: tmc-etr: Check if non-secure access is enabled
(jsc#SLE-9326).
- coresight: tmc-etr: Handle memory errors (jsc#SLE-9326).
- coresight: etr_buf: Consolidate refcount initialization
(jsc#SLE-9326).
- coresight: cpu-debug: Add support for Qualcomm Kryo
(jsc#SLE-9326).
- coresight: etm4x: Add ETM PIDs for SDM845 and MSM8996
(jsc#SLE-9326).
- coresight: etm4x: Two function calls less (jsc#SLE-9326).
- commit 42abd9d
* Wed Feb 05 2020 mkubecek@suse.cz
- config: refresh
- drop no longer available option
- commit df9bfb1
* Wed Feb 05 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/mm-mmu_gather-invalidate-TLB-correctly-on-batch-allo.patch
- commit 11779f3
* Wed Feb 05 2020 mkubecek@suse.cz
- update patch metadata
- update Git-commit (maintainer repository rebased?):
patches.suse/scsi-qla2xxx-Fix-unbound-NVME-response-length.patch
- commit 6a6f7db
* Wed Feb 05 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and resort:
patches.suse/powerpc-mm-Remove-kvm-radix-prefetch-workaround-for-.patch
patches.suse/powerpc-papr_scm-Don-t-enable-direct-map-for-a-regio.patch
patches.suse/powerpc-pseries-lparcfg-Fix-display-of-Maximum-Memor.patch
patches.suse/powerpc-xmon-don-t-access-ASDR-in-VMs.patch
- commit b278cb1
* Wed Feb 05 2020 mkubecek@suse.cz
- fix patch metadata
- fix Patch-mainline:
patches.suse/vfs-fix-do_last-regression.patch
- commit d2a495c
* Wed Feb 05 2020 glin@suse.com
- libbpf: Add missing newline in opts validation macro
(bsc#1155518).
- libbpf: Fix printf compilation warnings on ppc64le arch
(bsc#1155518).
- commit 413fb24
* Tue Feb 04 2020 msuchanek@suse.de
- powerpc: Do not consider weak unresolved symbol relocations
as bad (bsc#1148868).
- powerpc: Provide initial documentation for PAPR hcalls
(bsc#1156395).
- gen_initramfs_list.sh: fix 'bad variable name' error
(bsc#1148868).
- mkcompile_h: use printf for LINUX_COMPILE_BY (bsc#1148868).
- mkcompile_h: git rid of UTS_TRUNCATE from
LINUX_COMPILE_{BY,HOST} (bsc#1148868).
- scripts/setlocalversion: clear local variable to make it work
for sh (bsc#1148868).
- kbuild: add $(BASH) to run scripts with bash-extension
(bsc#1148868).
- commit 200c822
* Tue Feb 04 2020 dwagner@suse.de
- jbd2: Free journal head outside of locked region (bsc#1162702).
- jbd2: Make state lock a spinlock (bsc#1162702).
- jbd2: Don't call __bforget() unnecessarily (bsc#1162702).
- jbd2: Drop unnecessary branch from jbd2_journal_forget()
(bsc#1162702).
- jbd2: Move dropping of jh reference out of un/re-filing
functions (bsc#1162702).
- jbd2: Remove jbd_trylock_bh_state() (bsc#1162702).
- jbd2: Simplify journal_unmap_buffer() (bsc#1162702).
- commit 64d9c8c
* Tue Feb 04 2020 jroedel@suse.de
- KVM: SVM: Override default MMIO mask if memory encryption is
enabled (bsc#1162684).
- commit 6f8451a
* Tue Feb 04 2020 bp@suse.de
- x86/fpu: Deactivate FPU state after failure during state load
(bsc#1152489).
- commit fb7702a
* Tue Feb 04 2020 bp@suse.de
- x86/resctrl: Check monitoring static key in the MBM overflow
handler (bsc#1152489).
- commit 8f4ba2c
* Tue Feb 04 2020 tiwai@suse.de
- Delete patches.suse/tomoyo-Don-t-use-nifty-names-on-sockets.patch (bsc#1162590)
We've hit mysterious regression and the git bisection points this one.
As this is no serious fix backport, let's try to revert it at first.
- commit 0ecd623
* Tue Feb 04 2020 ghe@suse.com
- ocfs2: fix oops when writing cloned file (bsc#1160831).
- commit dd0a42c
* Tue Feb 04 2020 nsaenzjulienne@suse.de
- dma-contiguous: CMA: give precedence to cmdline (bsc#1160609).
- commit d7a3b9d
* Tue Feb 04 2020 msuchanek@suse.de
- mm/mmu_gather: invalidate TLB correctly on batch allocation
failure and flush (bsc#1055186).
- commit c9dade1
* Tue Feb 04 2020 duwe@suse.de
- rpm/modules.fips: add keywrap (bsc#1160561)
- commit 68cc4b8
* Tue Feb 04 2020 lhenriques@suse.com
- ceph: hold extra reference to r_parent over life of request
(jsc#SES-1134).
- ceph: add more debug info when decoding mdsmap (jsc#SES-1134).
- ceph: switch to global cap helper (jsc#SES-1134).
- ceph: trigger the reclaim work once there has enough pending
caps (jsc#SES-1134).
- ceph: show tasks waiting on caps in debugfs caps file
(jsc#SES-1134).
- ceph: convert int fields in ceph_mount_options to unsigned int
(jsc#SES-1134).
- commit 5bcfbba
* Tue Feb 04 2020 bp@suse.de
- blacklist.conf: 6cd18453b689 EDAC/sifive: Fix return value check in ecc_register()
- commit 267e9ae
* Tue Feb 04 2020 lhenriques@suse.com
- libceph, rbd, ceph: convert to use the new mount API
(jsc#SES-1134).
- Refresh
patches.suse/rbd-move-structs-used-by-lio-rbd-to-new-header.patch.
- commit dd179b3
* Tue Feb 04 2020 lhenriques@suse.com
- rbd: ask for a weaker incompat mask for read-only mappings
(jsc#SES-1134).
- commit 1660de5
* Tue Feb 04 2020 lhenriques@suse.com
- rbd: don't query snapshot features (jsc#SES-1134).
- Refresh
patches.suse/rbd-move-structs-used-by-lio-rbd-to-new-header.patch.
- commit 578ddcb
* Tue Feb 04 2020 lhenriques@suse.com
- rbd: remove snapshot existence validation code (jsc#SES-1134).
- Refresh
patches.suse/rbd-move-structs-used-by-lio-rbd-to-new-header.patch.
- commit 15f7151
* Tue Feb 04 2020 lhenriques@suse.com
- rbd: don't establish watch for read-only mappings
(jsc#SES-1134).
- rbd: don't acquire exclusive lock for read-only mappings
(jsc#SES-1134).
- rbd: disallow read-write partitions on images mapped read-only
(jsc#SES-1134).
- rbd: treat images mapped read-only seriously (jsc#SES-1134).
- commit 3b44169
* Tue Feb 04 2020 lhenriques@suse.com
- rbd: introduce RBD_DEV_FLAG_READONLY (jsc#SES-1134).
- Refresh
patches.suse/rbd-move-structs-used-by-lio-rbd-to-new-header.patch.
- commit 8848484
* Tue Feb 04 2020 lhenriques@suse.com
- rbd: introduce rbd_is_snap() (jsc#SES-1134).
- ceph: don't leave ino field in ceph_mds_request_head
uninitialized (jsc#SES-1134).
- ceph: tone down loglevel on ceph_mdsc_build_path warning
(jsc#SES-1134).
- ceph: fix geting random mds from mdsmap (jsc#SES-1134).
- rbd: fix spelling mistake "requeueing" -> "requeuing"
(jsc#SES-1134).
- ceph: make several helper accessors take const pointers
(jsc#SES-1134).
- libceph: drop unnecessary check from dispatch() in mon_client.c
(jsc#SES-1134).
- commit ea0e3ab
* Tue Feb 04 2020 ggherdovich@suse.cz
- x86/intel_pstate: Handle runtime turbo disablement/enablement
in frequency invariance (bsc#1155798).
- commit d2ecce1
* Tue Feb 04 2020 ggherdovich@suse.cz
- x86, sched: Add support for frequency invariance on ATOM
(bsc#1155798).
- commit 5a622ef
* Tue Feb 04 2020 lpechacek@suse.cz
- net: aquantia: add an error handling in
aq_nic_set_multicast_list (jsc#SLE-10218).
- commit d467792
* Tue Feb 04 2020 ggherdovich@suse.cz
- x86, sched: Add support for frequency invariance on
ATOM_GOLDMONT* (bsc#1155798).
- commit 6550e7c
* Tue Feb 04 2020 ggherdovich@suse.cz
- x86, sched: Add support for frequency invariance on
XEON_PHI_KNL/KNM (bsc#1155798).
- commit 708e8cb
* Tue Feb 04 2020 ggherdovich@suse.cz
- x86, sched: Add support for frequency invariance on SKYLAKE_X
(bsc#1155798).
- commit 0ae5deb
* Tue Feb 04 2020 ggherdovich@suse.cz
- x86, sched: Add support for frequency invariance (bsc#1155798).
- commit 54365d2
* Mon Feb 03 2020 dwagner@suse.de
- scsi: qla2xxx: Fix unbound NVME response length (bsc#1157966
bsc#1158013 bsc#1157424).
- scsi: tcm_qla2xxx: Make qlt_alloc_qfull_cmd() set
cmd->se_cmd.map_tag (bsc#1157966 bsc#1158013 bsc#1157424).
- scsi: qla2xxx: Fix a NULL pointer dereference in an error path
(bsc#1157966 bsc#1158013 bsc#1157424).
- commit 586fcc6
* Mon Feb 03 2020 rgoldwyn@suse.com
- vfs: fix do_last() regression (bsc#1162109,CVE-2020-8428).
- Update
patches.suse/do_last-fetch-directory--i_mode-and--i_uid-before-its-too-late.patch
(bsc#1162109,CVE-2020-8428).
- commit 7adeb03
* Mon Feb 03 2020 msuchanek@suse.de
- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure
(bsc#1061840).
- KVM: PPC: Book3S PR: Free shared page if mmu initialization
fails (bsc#1061840).
- KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
(bsc#1061840).
- commit 45012b1
* Mon Feb 03 2020 tzimmermann@suse.de
- Update "drm/amdkfd: fix a potential NULL pointer dereference (v2)"
We have a bug report and a CVE for this patch. Point references tag there.
- commit db7a4f2
* Mon Feb 03 2020 mbenes@suse.cz
- tracing/kprobes: Have uname use __get_str() in print_fmt
(git-fixes).
- commit 1cc7e66
* Mon Feb 03 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch
patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch
patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch
patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch
patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch
- commit 488b94c
* Mon Feb 03 2020 mkubecek@suse.cz
- patch whitespace cleanup
- delete whitespace on line separating rfc2822 header and body:
patches.suse/ocfs2-make-local-header-paths-relative-to-C-files.patch
- commit bbd1cb9
* Sun Feb 02 2020 ghe@suse.com
- ocfs2: make local header paths relative to C files
(bsc#1159889).
- commit fafd040
* Sat Feb 01 2020 tiwai@suse.de
- PCI: tegra: Fix afi_pex2_ctrl reg offset for Tegra30
(git-fixes).
- PCI: tegra: Fix return value check of pm_runtime_get_sync()
(git-fixes).
- PCI: keystone: Fix error handling when "num-viewport" DT
property is not populated (git-fixes).
- PCI: keystone: Fix outbound region mapping (git-fixes).
- PCI: keystone: Fix link training retries initiation (git-fixes).
- PCI/IOV: Fix memory leak in pci_iov_add_virtfn() (git-fixes).
- PCI/switchtec: Fix vep_vector_number ioread width (git-fixes).
- PCI/switchtec: Use dma_set_mask_and_coherent() (git-fixes).
- PCI: Don't disable bridge BARs when assigning bus resources
(git-fixes).
- PCI/AER: Initialize aer_fifo (git-fixes).
- media: uvcvideo: Avoid cyclic entity chains due to malformed
USB descriptors (git-fixes).
- media: iguanair: fix endpoint sanity check (git-fixes).
- media: v4l2-rect.h: fix v4l2_rect_map_inside() top/left
adjustments (git-fixes).
- media: ov5640: Fix check for PLL1 exceeding max allowed rate
(git-fixes).
- media: imx7-mipi-csis: remove subdev_notifier (git-fixes).
- media: meson: add missing allocation failure check on new_buf
(git-fixes).
- media: i2c: adv748x: Fix unsafe macros (git-fixes).
- commit 0778c54
* Sat Feb 01 2020 mbrugger@suse.com
- EDAC/mc: Fix use-after-free and memleaks during device removal
(jsc#SLE-9482).
- Refresh
patches.suse/EDAC-mc-Reorder-functions-edac_mc_alloc.patch.
- commit 7999d28
* Fri Jan 31 2020 duwe@suse.de
- Refresh and reenable patches.suse/prepare-arm64-kgraft.
- Delete patches.suse/pstore-backend-autoaction.
(see commit 62c0377bb94742def)
- commit 2e37144
* Fri Jan 31 2020 hare@suse.de
- s390/dasd: disable ese support due to possible data corruption
(bsc#1161428).
- commit daa742e
* Fri Jan 31 2020 jroedel@suse.de
- iommu/amd: Fix IOMMU perf counter clobbering during init
(bsc#1162393).
- iommu/vt-d: Call __dmar_remove_one_dev_info with valid pointer
(bsc#1159594).
- commit 3146a75
* Fri Jan 31 2020 tiwai@suse.de
- airo: Add missing CAP_NET_ADMIN check in
AIROOLDIOCTL/SIOCDEVPRIVATE (git-fixes).
- airo: Fix possible info leak in AIROOLDIOCTL/SIOCDEVPRIVATE
(git-fixes).
- commit 21afd27
* Fri Jan 31 2020 tiwai@suse.de
- crypto: vmx - Avoid weird build failures (git-fixes).
- commit 5668910
* Fri Jan 31 2020 tiwai@suse.de
- drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add
(git-fixes).
- drm: msm: mdp4: Adjust indentation in mdp4_dsi_encoder_enable
(git-fixes).
- drm/msm/adreno: fix zap vs no-zap handling (git-fixes).
- drm/nouveau: Fix copy-paste error in
nouveau_fence_wait_uevent_handler (git-fixes).
- drm/nouveau/secboot/gm20b: initialize pointer in
gm20b_secboot_new() (git-fixes).
- drm/mediatek: Add gamma property according to hardware
capability (git-fixes).
- drm: atmel-hlcdc: prefer a lower pixel-clock than requested
(git-fixes).
- drm: atmel-hlcdc: enable clock before configuring timing engine
(git-fixes).
- drm: atmel-hlcdc: use double rate for pixel clock only if
supported (git-fixes).
- drm: bridge: dw-hdmi: constify copied structure (git-fixes).
- drm/rockchip: lvds: Fix indentation of a #define (git-fixes).
- drm/amdkfd: remove set but not used variable 'top_dev'
(git-fixes).
- drm/amd/powerplay: remove set but not used variable 'us_mvdd'
(git-fixes).
- drm/amdgpu: remove set but not used variable 'invalid'
(git-fixes).
- drm/amdgpu: remove set but not used variable 'count'
(git-fixes).
- drm/amdgpu: remove set but not used variable 'amdgpu_connector'
(git-fixes).
- drm/amdgpu: remove set but not used variable 'mc_shared_chmap'
from 'gfx_v6_0.c' and 'gfx_v7_0.c' (git-fixes).
- drm/amdgpu: remove set but not used variable 'mc_shared_chmap'
(git-fixes).
- drm/amdgpu: remove always false comparison in
'amdgpu_atombios_i2c_process_i2c_ch' (git-fixes).
- drm/amdgpu: remove set but not used variable 'dig' (git-fixes).
- drm/amdgpu: remove set but not used variable 'dig_connector'
(git-fixes).
- drm/amdgpu: add function parameter description in
'amdgpu_gart_bind' (git-fixes).
- drm/amdgpu: add function parameter description in
'amdgpu_device_set_cg_state' (git-fixes).
- drm/amdgpu: remove 4 set but not used variable in
amdgpu_atombios_get_connector_info_from_object_table
(git-fixes).
- drm/panel: simple: Add Logic PD Type 28 display support
(git-fixes).
- drm/qxl: Complete exception handling in qxl_device_init()
(git-fixes).
- drm/rect: update kerneldoc for drm_rect_clip_scaled()
(git-fixes).
- drm/rect: Avoid division by zero (git-fixes).
- drm/fourcc: Fill out all block sizes for P210 (git-fixes).
- drm/fourcc: Fill out all block sizes for P10/12/16 (git-fixes).
- drm/ttm: ttm_tt_init_fields() can be static (git-fixes).
- commit 93987eb
* Fri Jan 31 2020 tiwai@suse.de
- PM: hibernate: fix crashes with init_on_free=1 (git-fixes).
- commit 748603f
* Fri Jan 31 2020 tiwai@suse.de
- Add the already cherry-picked id to pinctrl fix patch
- commit fdc0f64
* Fri Jan 31 2020 jroedel@suse.de
- x86/KVM: Clean up host's steal time structure (bsc#1161154,
CVE-2019-3016).
- x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missed
(bsc#1161154, CVE-2019-3016).
- x86/kvm: Cache gfn to pfn translation (bsc#1161154,
CVE-2019-3016).
- x86/kvm: Introduce kvm_(un)map_gfn() (bsc#1161154,
CVE-2019-3016).
- x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bit
(bsc#1161154, CVE-2019-3016).
- commit b5111ca
* Fri Jan 31 2020 mkubecek@suse.cz
- supported.conf: mark ufshcd_core and ufshcd_pltfrm as supported (bsc#1158776)
kernel-source commit ba2a8909aec7 marked modules ufs_hisi, ufs_medatek and
ufs_qcom as supported (with reference to comment 14 here); these depend on
ufshcd_core and ufshcd_pltfrm which are unsupported so that IBS build
(aarch64/default) now fails one of the late checks.
Mark ufshcd_core and ufshcd_pltfrm as supported to avoid unfulfilled
dependencies in arm64 kernel-default.
- commit e66a364
* Fri Jan 31 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and resort:
patches.suse/scsi-qla2xxx-Add-D-Port-Diagnostic-reason-explanatio.patch
patches.suse/scsi-qla2xxx-Add-a-shadow-variable-to-hold-disc_stat.patch
patches.suse/scsi-qla2xxx-Cleanup-unused-async_logout_done.patch
patches.suse/scsi-qla2xxx-Consolidate-fabric-scan.patch
patches.suse/scsi-qla2xxx-Correct-fcport-flags-handling.patch
patches.suse/scsi-qla2xxx-Fix-RIDA-Format-2.patch
patches.suse/scsi-qla2xxx-Fix-fabric-scan-hang.patch
patches.suse/scsi-qla2xxx-Fix-mtcp-dump-collection-failure.patch
patches.suse/scsi-qla2xxx-Fix-stuck-login-session-using-prli_pend.patch
patches.suse/scsi-qla2xxx-Fix-stuck-session-in-GNL.patch
patches.suse/scsi-qla2xxx-Fix-the-endianness-of-the-qla82xx_get_f.patch
patches.suse/scsi-qla2xxx-Fix-update_fcport-for-current_topology.patch
patches.suse/scsi-qla2xxx-Improve-readability-of-the-code-that-ha.patch
patches.suse/scsi-qla2xxx-Remove-defer-flag-to-indicate-immeadiat.patch
patches.suse/scsi-qla2xxx-Update-driver-version-to-10.01.00.22-k.patch
patches.suse/scsi-qla2xxx-Use-common-routine-to-free-fcport-struc.patch
patches.suse/scsi-qla2xxx-Use-get_unaligned_-instead-of-open-codi.patch
No effect on expanded tree.
- commit 35cf494
* Thu Jan 30 2020 mbenes@suse.cz
- s390/ftrace: generate traced function stack frame
(jsc#SLE-11050).
- commit 8abd203
* Thu Jan 30 2020 tiwai@suse.de
- scripts/find-unused-docs: Fix massive false positives
(git-fixes).
- selftests: settings: tests can be in subsubdirs (git-fixes).
- visorbus: fix uninitialized variable access (git-fixes).
- debugfs: Return -EPERM when locked down (git-fixes).
- driver core: Fix test_async_driver_probe if NUMA is disabled
(git-fixes).
- component: do not dereference opaque pointer in debugfs
(git-fixes).
- iio: adc: stm32-dfsdm: fix single conversion (git-fixes).
- iio: st_gyro: Correct data for LSM9DS0 gyro (git-fixes).
- staging: wlan-ng: ensure error return is actually returned
(git-fixes).
- serial: 8250_bcm2835aux: Fix line mismatch on driver unbind
(git-fixes).
- USB: serial: ir-usb: fix IrLAP framing (git-fixes).
- USB: serial: ir-usb: fix link-speed handling (git-fixes).
- USB: serial: ir-usb: add missing endpoint sanity check
(git-fixes).
- usb: typec: wcove: fix "op-sink-microwatt" default that was
in mW (git-fixes).
- usb: typec: tcpci: mask event interrupts when remove driver
(git-fixes).
- usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186
(git-fixes).
- phy: qualcomm: Adjust indentation in read_poll_timeout
(git-fixes).
- usb: gadget: f_ecm: Use atomic_t to track in-flight request
(git-fixes).
- usb: gadget: f_ncm: Use atomic_t to track in-flight request
(git-fixes).
- usb: dwc3: gadget: Delay starting transfer (git-fixes).
- usb: dwc3: gadget: Check END_TRANSFER completion (git-fixes).
- usb: dwc3: turn off VBUS when leaving host mode (git-fixes).
- usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transfer
(git-fixes).
- pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B
(git-fixes).
- pinctrl: sh-pfc: r8a77965: Fix DU_DOTCLKIN3 drive/bias control
(git-fixes).
- gpiolib: Set lockdep class for hierarchical irq domains
(git-fixes).
- commit 28a738b
* Wed Jan 29 2020 rgoldwyn@suse.com
- do_last(): fetch directory ->i_mode and ->i_uid before it's
too late (bsc#1152109,CVE-2020-8428).
- commit 6a0a735
* Wed Jan 29 2020 bp@suse.de
- crypto: ccp - Verify access to device registers before
initializing (bsc#1161073).
- crypto: ccp - Change a message to reflect status instead of
failure (bsc#1161073).
- commit 9d00d4d
* Wed Jan 29 2020 tiwai@suse.de
- firestream: fix memory leaks (git-fixes).
- net: usb: lan78xx: Add .ndo_features_check (git-fixes).
- PCI: Mark AMD Navi14 GPU rev 0xc5 ATS as broken (git-fixes).
- hwmon: (adt7475) Make volt2reg return same reg as reg2volt input
(git-fixes).
- media: v4l2-ioctl.c: zero reserved fields for S/TRY_FMT
(git-fixes).
- commit 0f48df8
* Wed Jan 29 2020 mbrugger@suse.com
- EDAC/mc: Remove per layer counters (jsc#SLE-9482).
- EDAC/mc: Remove detail[] string and cleanup error string
generation (jsc#SLE-9482).
- EDAC/mc: Pass the error descriptor to error reporting functions
(jsc#SLE-9482).
- EDAC/mc: Remove enable_per_layer_report function arguments
(jsc#SLE-9482).
- EDAC/mc: Report "unknown memory" on too many DIMM labels found
(jsc#SLE-9482).
- EDAC/mc: Create new function edac_inc_csrow() (jsc#SLE-9482).
- EDAC/mc: Determine mci pointer from the error descriptor
(jsc#SLE-9482).
- EDAC: Store error type in struct edac_raw_error_desc
(jsc#SLE-9482).
- EDAC/mc: Reorder functions edac_mc_alloc*() (jsc#SLE-9482).
- EDAC/mc: Split edac_mc_alloc() into smaller functions
(jsc#SLE-9482).
- commit d500698
* Wed Jan 29 2020 vbabka@suse.cz
- mm/hmm: hmm_range_fault() infinite loop (HMM Functionality,
jsc#SLE-8176).
- commit f666122
* Wed Jan 29 2020 vbabka@suse.cz
- mm/hmm: hmm_range_fault() NULL pointer bug (HMM Functionality,
jsc#SLE-8176).
- commit 27fd79f
* Wed Jan 29 2020 tiwai@suse.de
- Fix applying via rapidquilt again
Refresh
patches.suse/sched-topology-Assert-non-NUMA-topology-masks-don-t-partially-overlap.patch.
A patch in a patch description is confusing.
- commit 82f83e9
* Wed Jan 29 2020 mkubecek@suse.cz
- update upstream references
- update Patch-mainline:
patches.suse/sched-Use-fair-prio_changed-instead-of-ad-hoc-implementation.patch
patches.suse/sched-core-Remove-unused-variable-from-set_user_nice.patch
patches.suse/sched-fair-Define-sched_idle_cpu-only-for-SMP-configurations.patch
patches.suse/sched-fair-Fix-sgc-min-max-_capacity-calculation-for-SD_OVERLAP.patch
patches.suse/sched-topology-Assert-non-NUMA-topology-masks-don-t-partially-overlap.patch
patches.suse/sched-wait-fix-___wait_var_event-exclusive.patch
patches.suse/schied-fair-Skip-calculating-contrib-without-load.patch
- commit 1c0fc31
* Wed Jan 29 2020 ptesarik@suse.cz
- config: enable CONFIG_DRM_ETNAVIV on arm64 (jsc#SLE-9263).
- supported.conf: mark etnaviv as supported (jsc#SLE-9263).
- commit ff1abc4
* Wed Jan 29 2020 ptesarik@suse.cz
- supported.conf: Support lima and panfrost (jsc#SLE-8203).
- commit aa64aa2
* Wed Jan 29 2020 msuchanek@suse.de
- powerpc/mm: Remove kvm radix prefetch workaround for Power9
DD2.2 (bsc#1061840).
- commit 8d2d7a2
* Wed Jan 29 2020 nsaenzjulienne@suse.de
- mmc: host: sdhci-pci: Add Genesys Logic GL975x support
(bsc#1144168).
- Update config files
- mmc: sdhci: Export sdhci_abort_tuning function symbol
(bsc#1144168).
- PCI: Add Genesys Logic, Inc. Vendor ID (bsc#1144168).
- mmc: sdhci: Add PLL Enable support to internal clock setup
(bsc#1144168).
- commit 418d5df
* Wed Jan 29 2020 msuchanek@suse.de
- powerpc/xmon: don't access ASDR in VMs (bsc#1065729).
- commit cc778b6
* Wed Jan 29 2020 msuchanek@suse.de
- powerpc/papr_scm: Don't enable direct map for a region by
default (bsc#1129551).
- commit 5d46d16
* Wed Jan 29 2020 tiwai@suse.de
- Add already cherry-picked id for mdio_bus fix
- commit e3cd812
* Wed Jan 29 2020 tiwai@suse.de
- opp: Free static OPPs on errors while adding them (git-fixes).
- ptp: free ptp device pin descriptors properly (git-fixes).
- clk: samsung: exynos5420: Keep top G3D clocks enabled
(git-fixes).
- commit 003f497
* Wed Jan 29 2020 mgorman@suse.de
- sched/fair: Define sched_idle_cpu() only for SMP configurations
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- commit c8faafc
* Wed Jan 29 2020 mgorman@suse.de
- sched/topology: Assert non-NUMA topology masks don't (partially)
overlap (bnc#1155798 (CPU scheduler functional and performance
backports)).
- commit ffd4102
* Wed Jan 29 2020 mgorman@suse.de
- sched/fair: Fix sgc->{min,max}_capacity calculation for
SD_OVERLAP (bnc#1155798 (CPU scheduler functional and
performance backports)).
- commit d5c0168
* Wed Jan 29 2020 mgorman@suse.de
- sched/core: Remove unused variable from set_user_nice()
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- commit d56a5d4
* Wed Jan 29 2020 mgorman@suse.de
- schied/fair: Skip calculating @contrib without load (bnc#1155798
(CPU scheduler functional and performance backports)).
- commit e039f48
* Wed Jan 29 2020 mgorman@suse.de
- sched/wait: fix ___wait_var_event(exclusive) (bnc#1155798
(CPU scheduler functional and performance backports)).
- commit a75fdb5
* Wed Jan 29 2020 mgorman@suse.de
- sched: Use fair:prio_changed() instead of ad-hoc implementation
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- commit d945568
* Wed Jan 29 2020 mkubecek@suse.cz
- supported.conf: cleanup
Drop entries which no longer match any module built.
- commit c5f35cc
* Wed Jan 29 2020 tzimmermann@suse.de
- drm/mgag200: Flag all G200 SE A machines as broken wrt <startadd> (bsc#1152489)
- commit 9c74a8c
* Wed Jan 29 2020 mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
patches.suse/ASoC-fsl_sai-add-IRQF_SHARED.patch
patches.suse/USB-Fix-Don-t-skip-endpoint-descriptors-with-maxpack.patch
patches.suse/enetc-add-software-timestamping.patch
patches.suse/enetc-remove-variable-tc_max_sized_frame-set-but-not.patch
patches.suse/gpio-mpc8xxx-Add-platform-device-to-gpiochip-parent.patch
patches.suse/libertas-Fix-two-buffer-overflows-at-parsing-bss-des.patch
patches.suse/sched-Spare-resched-IPI-when-prio-changes-on-a-single-fair-task.patch
patches.suse/sched-clock-Use-static_branch_likely-with-sched_clock_running.patch
patches.suse/sched-fair-Improve-update_sd_pick_busiest-for-spare-capacity-case.patch
patches.suse/sched-fair-Load-balance-aggressively-for-SCHED_IDLE-CPUs.patch
patches.suse/sched-fair-Make-sched-idle-CPU-selection-consistent-throughout.patch
patches.suse/sched-fair-Optimize-select_idle_cpu.patch
patches.suse/sched-fair-Remove-redundant-call-to-cpufreq_update_util.patch
patches.suse/sched-fair-calculate-delta-runnable-load-only-when-it-s-needed.patch
No effect on expanded tree.
- commit 06db07c
* Wed Jan 29 2020 tzimmermann@suse.de
- drm/mgag200: Add workaround for HW that does not support 'startadd' (bsc#1152489)
- commit 8ad9863
* Wed Jan 29 2020 mkubecek@suse.cz
- series.conf: refresh
- update upstream references (mainline now) and resort:
patches.suse/hwrng-iproc-rng200-add-support-for-bcm2711.patch
patches.suse/ice-Add-device-ids-for-E822-devices.patch
patches.suse/igc-Add-64-bit-DMA-access-support.patch
patches.suse/igc-Add-PHY-power-management-control.patch
patches.suse/igc-Add-SKU-for-i225-device.patch
patches.suse/igc-Add-basic-skeleton-for-PTP.patch
patches.suse/igc-Add-legacy-power-management-support.patch
patches.suse/igc-Add-scatter-gather-support.patch
patches.suse/igc-Add-support-for-RX-timestamping.patch
patches.suse/igc-Add-support-for-TSO.patch
patches.suse/igc-Add-support-for-TX-timestamping.patch
patches.suse/igc-Add-support-for-ethtool-GET_TS_INFO-command.patch
patches.suse/igc-Fix-parameter-descriptions-for-a-several-functio.patch
patches.suse/igc-Fix-the-parameter-description-for-igc_alloc_rx_b.patch
patches.suse/igc-Fix-typo-in-a-comment.patch
patches.suse/igc-Improve-the-DMA-mapping-flow.patch
patches.suse/igc-Prefer-to-use-the-pci_release_mem_regions-method.patch
patches.suse/igc-Remove-excess-parameter-description-from-igc_is_.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_alloc_mapp.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_assign_vec.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_clean_tx_r.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_configure.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_configure_.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_free_q_vec-f7bcca5d.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_free_q_vec.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_irq_disabl.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_irq_enable.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_power_down.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_set_defaul.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_set_interr.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_set_rx_mod.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_sw_init.patch
patches.suse/igc-Remove-no-need-declaration-of-the-igc_write_itr.patch
patches.suse/igc-Remove-serdes-comments-from-a-description-of-met.patch
patches.suse/igc-Remove-unused-definition.patch
patches.suse/igc-Use-Start-of-Packet-signal-from-PHY-for-timestam.patch
- commit a2cb839
* Wed Jan 29 2020 tiwai@suse.de
- crypto: ccree - fix PM race condition (git-fixes).
- crypto: caam/qi2 - fix typo in algorithm's driver name
(git-fixes).
- crypto: atmel-sha - fix error handling when setting hmac key
(git-fixes).
- crypto: artpec6 - return correct error code for failed setkey()
(git-fixes).
- crypto: chelsio - fix writing tfm flags to wrong place
(git-fixes).
- crypto: api - fix unexpectedly getting generic implementation
(git-fixes).
- crypto: picoxcell - adjust the position of tasklet_init and
fix missed tasklet_kill (git-fixes).
- crypto: api - Fix race condition in crypto_spawn_alg
(git-fixes).
- crypto: api - Check spawn->alg under lock in crypto_drop_spawn
(git-fixes).
- crypto: af_alg - Use bh_lock_sock in sk_destruct (git-fixes).
- crypto: testmgr - don't try to decrypt uninitialized buffers
(git-fixes).
- crypto: pcrypt - Do not clear MAY_SLEEP flag in original request
(git-fixes).
- crypto: arm64/ghash-neon - bump priority to 150 (git-fixes).
- crypto: ccp - set max RSA modulus size for v3 platform devices
as well (git-fixes).
- commit 57ecf54
* Wed Jan 29 2020 tiwai@suse.de
- ASoC: topology: fix soc_tplg_fe_link_create() - link->dobj
initialization order (git-fixes).
- ASoC: Intel: skl_hda_dsp_common: Fix global-out-of-bounds bug
(git-fixes).
- ALSA: hda: Add Clevo W65_67SB the power_save blacklist
(git-fixes).
- ALSA: hda - Add docking station support for Lenovo Thinkpad
T420s (git-fixes).
- ALSA: hda/hdmi - add retry logic to parse_intel_hdmi()
(git-fixes).
- ALSA: hda/realtek - Add Headset Mic supported for HP cPC
(git-fixes).
- ALSA: hda/analog - Minor optimization for SPDIF mux connections
(git-fixes).
- ALSA: hda: patch_hdmi: remove warnings with empty body
(git-fixes).
- ALSA: hda: correct kernel-doc parameter descriptions
(git-fixes).
- ALSA: hda: Manage concurrent reg access more properly
(git-fixes).
- ALSA: hda: patch_realtek: fix empty macro usage in if block
(git-fixes).
- ALSA: hda: Fix a typo in comments (git-fixes).
- ALSA: sh: Fix compile warning wrt const (git-fixes).
- ALSA: hda: More constifications (git-fixes).
- ALSA: hda/realtek - More constifications (git-fixes).
- ALSA: hda/realtek - Apply mic mute LED quirk for Dell E7xx
laptops, too (git-fixes).
- ALSA: sh: Fix unused variable warnings (git-fixes).
- ALSA: hda - constify and cleanup static NodeID tables
(git-fixes).
- ALSA: hda: Constify snd_pci_quirk tables (git-fixes).
- ALSA: hda: Constify snd_kcontrol_new items (git-fixes).
- ALSA: hda: constify copied structure (git-fixes).
- ALSA: hda: Comment about snd_hdac_bus_update_rirb() and spinlock
(git-fixes).
- ALSA: control: remove useless assignment in .info callback of
PCM chmap element (git-fixes).
- ALSA: hda: Unify get_response handling (git-fixes).
- ALSA: hda: Use waitqueue for RIRB in HDA-core helper, too
(git-fixes).
- ALSA: hda: Use standard waitqueue for RIRB wakeup (git-fixes).
- ath10k: Correct the DMA direction for management tx buffers
(git-fixes).
- Revert "ath10k: fix DMA related firmware crashes on multiple
devices" (git-fixes).
- ath10k: pci: Fix comment on ath10k_pci_dump_memory_sram
(git-fixes).
- ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safe
(git-fixes).
- iwlegacy: ensure loop counter addr does not wrap and cause an
infinite loop (git-fixes).
- rtw88: fix potential NULL skb access in TX ISR (git-fixes).
- brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362
(git-fixes).
- mwifiex: drop most magic numbers from
mwifiex_process_tdls_action_frame() (git-fixes).
- net: socionext: fix xdp_result initialization in
netsec_process_rx (git-fixes).
- net: socionext: fix possible user-after-free in
netsec_process_rx (git-fixes).
- ath9k: fix storage endpoint lookup (git-fixes).
- brcmfmac: Fix memory leak in brcmf_usbdev_qinit (git-fixes).
- zd1211rw: fix storage endpoint lookup (git-fixes).
- rsi_91x_usb: fix interface sanity check (git-fixes).
- rtl8xxxu: fix interface sanity check (git-fixes).
- orinoco_usb: fix interface sanity check (git-fixes).
- brcmfmac: fix interface sanity check (git-fixes).
- mwifiex: delete unused mwifiex_get_intf_num() (git-fixes).
- brcmfmac: Fix use after free in brcmf_sdio_readframes()
(git-fixes).
- rsi: fix non-atomic allocation in completion handler
(git-fixes).
- rsi: fix memory leak on failed URB submission (git-fixes).
- rsi: fix use-after-free on probe errors (git-fixes).
- rsi: fix use-after-free on failed probe and unbind (git-fixes).
- bcma: remove set but not used variable 'sizel' (git-fixes).
- brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev()
(git-fixes).
- wil6210: fix break that is never reached because of zero'ing
of a retry counter (git-fixes).
- ath10k: Fix qmi init error handling (git-fixes).
- ath10k: correct the tlv len of
ath10k_wmi_tlv_op_gen_config_pno_start (git-fixes).
- NFC: pn544: Adjust indentation in pn544_hci_check_presence
(git-fixes).
- ppp: Adjust indentation into ppp_async_input (git-fixes).
- Bluetooth: btusb: fix memory leak on fw (git-fixes).
- Bluetooth: btusb: fix non-atomic allocation in completion
handler (git-fixes).
- commit b16c1ef
* Wed Jan 29 2020 tiwai@suse.de
- regulator: core: Fix exported symbols to the exported GPL
version (git-fixes).
- commit b623820
* Wed Jan 29 2020 wqu@suse.com
- btrfs: dev-replace: remove warning for unknown return codes
when finished (dependency for bsc#1162067).
- commit c6cf4b1
* Wed Jan 29 2020 wqu@suse.com
- btrfs: scrub: Require mandatory block group RO for dev-replace
(bsc#1162067).
- commit 1eeede9
* Wed Jan 29 2020 jlee@suse.com
- Update config files. (bsc#1160067)
The 8379bb84be be backported by Takashi from v5.5-rc7 to SLE15-SP2
kernel. This patch fixed bsc#1160067. After long run testing, we
confirmed that the issue be fixed on SLE15-SP2 and also v5.5 mainline
kernel. So I enable CONFIG_KEYS_REQUEST_CACHE again.
commit 8379bb84be757d5df2d818509faec5d66adb861d
Author: David Howells <dhowells@redhat.com>
Date: Tue Jan 14 16:06:14 2020 +0000
keys: Fix request_key() cache
- commit 8e290bd
* Wed Jan 29 2020 mgorman@suse.de
- sched, fair: Allow a per-cpu kthread waking a task to stack
on the same CPU (bsc#1154329).
- commit 8765a0f
* Wed Jan 29 2020 ptesarik@suse.cz
- config: enable arm-specific UFS modules (bsc#1158776 comment 14).
- supported.conf: mark arm-specific UFS modules as supported.
- commit ba2a890
* Tue Jan 28 2020 ptesarik@suse.cz
- config: enable CONFIG_SCSI_SNIC_DEBUG_FS (bsc#1158776 comment 19).
- commit 1120a0c
* Tue Jan 28 2020 lyan@suse.com
- kvm: aarch64: Avoid guest access host debug/PMU registers
(bnc#1161692).
- commit 392760e
* Tue Jan 28 2020 ptesarik@suse.cz
- config: enable CONFIG_NVM_PBLK on arm64 (bsc#1158776 comment 18).
- commit 1f58f3e
* Tue Jan 28 2020 ptesarik@suse.cz
- config: disable CONFIG_VIRTIO_BLK_SCSI (bsc#1158776 comment 17).
- commit a547bc2
* Tue Jan 28 2020 msuchanek@suse.de
- powerpc/pseries/lparcfg: Fix display of Maximum Memory
(bsc#1162028 ltc#181740).
- commit c2573b2
* Tue Jan 28 2020 ptesarik@suse.cz
- config: enable BLK_SED_OPAL on arm64 (bsc#1158776 comment 16).
- commit 5c8c73b
* Tue Jan 28 2020 ptesarik@suse.cz
- config: disable CONFIG_RD_LZ4 in arm64/default and s390x/zfcpdump
(bsc#1158776 comment 15).
- commit 6466f6e
* Tue Jan 28 2020 ptesarik@suse.cz
- config: adjust block device options on arm64 to match x86_64
(bsc#1158776 comment 14).
- commit 6b66509
* Tue Jan 28 2020 ptesarik@suse.cz
- config: disable MANDATORY_FILE_LOCKING on arm64. To the best of my
knowledge this is dead code that no one cares about. (bsc#1158776
comment 12).
- commit 6b4bc5e
* Tue Jan 28 2020 ptesarik@suse.cz
- config: Disable 842 compression on arm64 (bsc#1158776 comment 11).
- commit 998bea1
* Tue Jan 28 2020 ptesarik@suse.cz
- config: file system options on arm64 (bsc#1158776 comment 10).
- commit b603b82
* Tue Jan 28 2020 ptesarik@suse.cz
- config: USB options on arm64 (bsc#1158776 comment 9).
- commit f06de5d
* Tue Jan 28 2020 ptesarik@suse.cz
- config: update non-x86_64 header (gcc 7.5.0)
- commit a033e88
* Tue Jan 28 2020 mbenes@suse.cz
- blacklist.conf: aeed8aa3874d ("tracing: trigger: Replace unneeded RCU-list traversals")
Needs 28875945ba98 ("rcu: Add support for consolidated-RCU reader
checking"), which seems to be too invasive for the potential gain.
- commit d3073ab
* Tue Jan 28 2020 ohering@suse.de
- Update patches.suse/target-add-lio-rbd-to-makefile-Kconfig.patch.
TCM_RBD depends on BLK_DEV_RBD (rbd_img_request_put)
- commit 804b592
* Tue Jan 28 2020 mkubecek@suse.cz
- config: refresh
- update x86_64/default header (gcc 7.5.0)
- clean up x86_64/kvmsmall
- commit 88fb509
* Tue Jan 28 2020 mkubecek@suse.cz
- patch metadata cleanup
- fix Patch-mainline:
patches.suse/sched-cfs-fix-spurious-active-migration.patch
patches.suse/sched-fair-Fix-find_idlest_group-to-handle-CPU-affinity.patch
patches.suse/sched-fair-Optimize-select_idle_core.patch
- commit 2dd79f3
* Tue Jan 28 2020 ptesarik@suse.cz
- Consistent network-related options (bsc#1158776 comment 7).
- commit 8954e4c
* Tue Jan 28 2020 tiwai@suse.de
- clocksource/drivers/bcm2835_timer: Fix memory leak of timer
(git-fixes).
- ACPI / battery: Deal better with neither design nor full
capacity not being reported (git-fixes).
- ACPI / battery: Use design-cap for capacity calculations if
full-cap is not available (git-fixes).
- ACPI / battery: Deal with design or full capacity being reported
as -1 (git-fixes).
- regulator: rk808: Lower log level on optional GPIOs being not
available (git-fixes).
- regulator: vctrl-regulator: Avoid deadlock getting and setting
the voltage (git-fixes).
- spi: fsl-lpspi: fix only one cs-gpio working (git-fixes).
- spi: spi-fsl-qspi: Ensure width is respected in spi-mem
operations (git-fixes).
- regmap: fix writes to non incrementing registers (git-fixes).
- dmaengine: fsl-qdma: fix duplicated argument to && (git-fixes).
- dmaengine: axi-dmac: add a check for devm_regmap_init_mmio
(git-fixes).
- platform/x86: intel_mid_powerbtn: Take a copy of ddata
(git-fixes).
- commit 9a9e8fa
* Mon Jan 27 2020 fdmanana@suse.com
- Btrfs: always copy scrub arguments back to user space
(bsc#1161948).
- commit 08b80dc
* Mon Jan 27 2020 fdmanana@suse.com
- btrfs: skip log replay on orphaned roots (bsc#1161935).
- commit eeeba1a
* Mon Jan 27 2020 fdmanana@suse.com
- btrfs: handle ENOENT in btrfs_uuid_tree_iterate (bsc#1161937).
- commit 2acecda
* Mon Jan 27 2020 fdmanana@suse.com
- btrfs: abort transaction after failed inode updates in
create_subvol (bsc#1161936).
- commit 78f55a1
* Mon Jan 27 2020 fdmanana@suse.com
- btrfs: do not call synchronize_srcu() in inode_tree_del
(bsc#1161934).
- commit 433b7cb
* Mon Jan 27 2020 fdmanana@suse.com
- Btrfs: make tree checker detect checksum items with overlapping
ranges (bsc#1161931).
- commit 1bcc04b
* Mon Jan 27 2020 fdmanana@suse.com
- Btrfs: fix missing data checksums after replaying a log tree
(bsc#1161931).
- commit fe9925a
* Mon Jan 27 2020 mbenes@suse.cz
- tracing: Fix histogram code when expression has same var as
value (git-fixes).
- commit 70a4335
* Mon Jan 27 2020 mbenes@suse.cz
- tracing: xen: Ordered comparison of function pointers
(git-fixes).
- commit 1c35b4a
* Mon Jan 27 2020 tiwai@suse.de
- mwifiex: fix unbalanced locking in mwifiex_process_country_ie()
(CVE-2019-14895 bsc#1157158).
- commit b2eb35f
* Mon Jan 27 2020 tiwai@suse.de
- iwlwifi: mvm: fix SKB leak on invalid queue (git-fixes).
- can, slip: Protect tty->disc_data in write_wakeup and close
with RCU (git-fixes).
- Input: pm8xxx-vib - fix handling of separate enable register
(git-fixes).
- Input: keyspan-remote - fix control-message timeouts
(git-fixes).
- Input: sur40 - fix interface sanity checks (git-fixes).
- Input: gtco - fix endpoint sanity check (git-fixes).
- Input: aiptek - fix endpoint sanity check (git-fixes).
- Input: pegasus_notetaker - fix endpoint sanity check
(git-fixes).
- Input: sun4i-ts - add a check for
devm_thermal_zone_of_sensor_register (git-fixes).
- drm/i915: Align engine->uabi_class/instance with i915_drm.h
(git-fixes).
- drm/i915/userptr: fix size calculation (git-fixes).
- mmc: sdhci: fix minimum clock rate for v3 controller
(git-fixes).
- mmc: tegra: fix SDR50 tuning override (git-fixes).
- mmc: sdhci_am654: Reset Command and Data line after tuning
(git-fixes).
- mmc: sdhci_am654: Remove Inverted Write Protect flag
(git-fixes).
- hwmon: (core) Do not use device managed functions for memory
allocations (git-fixes).
- hwmon: (nct7802) Fix non-working alarm on voltages (git-fixes).
- hwmon: (nct7802) Fix voltage limits to wrong registers
(git-fixes).
- batman-adv: Fix DAT candidate selection on little endian systems
(git-fixes).
- cfg80211: check for set_wiphy_params (git-fixes).
- iio: adc: ad7124: Fix DT channel configuration (git-fixes).
- USB: serial: option: add support for Quectel RM500Q in QDL mode
(git-fixes).
- USB: serial: option: Add support for Quectel RM500Q (git-fixes).
- USB: serial: simple: Add Motorola Solutions TETRA MTP3xxx and
MTP85xx (git-fixes).
- usb: core: hub: Improved device recognition on remote wakeup
(git-fixes).
- macb: Don't unregister clks unconditionally (git-fixes).
- drm/arm/mali: make malidp_mw_connector_helper_funcs static
(git-fixes).
- tomoyo: Don't use nifty names on sockets (git-fixes).
- drm/i915/gvt: set guest display buffer as readonly (git-fixes).
- rtc: bd70528: fix module alias to autoload module (git-fixes).
- drm/amdgpu: allow direct upload save restore list for raven2
(git-fixes).
- mt76: fix possible out-of-bound access in
mt7615_fill_txs/mt7603_fill_txs (git-fixes).
- commit daca0f5
* Mon Jan 27 2020 tbogendoerfer@suse.de
- Update patches.suse/ipv6-fix-a-typo-in-fib6_rule_lookup.patch
(bnc#1151927 5.3.4 CVE-2019-20422).
Added CVE reference.
- commit afdb381
* Mon Jan 27 2020 tbogendoerfer@suse.de
- net: Fix skb->csum update in inet_proto_csum_replace16()
(bsc#1154353).
- netfilter: nf_tables: autoload modules from the abort path
(bsc#1154353).
- netfilter: nf_tables: add __nft_chain_type_get() (bsc#1154353).
- netfilter: conntrack: sctp: use distinct states for new SCTP
connections (bsc#1154353).
- netfilter: ipset: use bitmap infrastructure completely
(bsc#1154353).
- netfilter: nft_osf: add missing check for DREG attribute
(bsc#1154353).
- net/mlx5e: kTLS, Do not send decrypted-marked SKBs via non-accel
path (jsc#SLE-8464).
- net/mlx5e: kTLS, Remove redundant posts in TX resync flow
(jsc#SLE-8464).
- net/mlx5e: kTLS, Fix corner-case checks in TX resync flow
(jsc#SLE-8464).
- net/mlx5e: Clear VF config when switching modes (jsc#SLE-8464).
- net/mlx5: DR, use non preemptible call to get the current cpu
number (jsc#SLE-8464).
- net/mlx5: E-Switch, Prevent ingress rate configuration of
uplink rep (jsc#SLE-8464).
- net/mlx5: DR, Enable counter on non-fwd-dest objects
(jsc#SLE-8464).
- net/mlx5: Update the list of the PCI supported devices
(jsc#SLE-8464).
- net/mlx5: Fix lowest FDB pool size (jsc#SLE-8464).
- net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEM
(bsc#1154353).
- ipv6_route_seq_next should increase position index
(bsc#1154353).
- rt_cpu_seq_next should increase position index (bsc#1154353).
- neigh_stat_seq_next() should increase position index
(bsc#1154353).
- vcc_seq_next should increase position index (bsc#1154353).
- l2t_seq_next should increase position index (bsc#1154353).
- seq_tab_next() should increase position index (bsc#1154353).
- tcp: do not leave dangling pointers in tp->highest_sack
(bsc#1154353).
- net/rose: fix spelling mistake "to" -> "too" (bsc#1154353).
- caif_usb: fix spelling mistake "to" -> "too" (bsc#1154353).
- ipvs: fix spelling mistake "to" -> "too" (bsc#1154353).
- i40e: fix spelling mistake "to" -> "too" (jsc#SLE-8025).
- net_sched: fix datalen for ematch (bsc#1154353).
- qlcnic: Fix CPU soft lockup while collecting firmware dump
(bsc#1154353).
- fou: Fix IPv6 netlink policy (bsc#1154353).
- tun: add mutex_unlock() call and napi.skb clearing in
tun_get_user() (bsc#1154353).
- mlxsw: spectrum_acl: Fix use-after-free during reload
(bsc#1154488).
- gtp: make sure only SOCK_DGRAM UDP sockets are accepted
(bsc#1154353).
- net: rtnetlink: validate IFLA_MTU attribute in
rtnl_create_link() (bsc#1154353).
- net, ip6_tunnel: fix namespaces move (bsc#1154353).
- net_sched: use validated TCA_KIND attribute in tc_new_tfilter()
(bsc#1154353).
- Revert "udp: do rmem bulk free even if the rx sk queue is empty"
(bsc#1154353).
- net: Fix packet reordering caused by GRO and listified RX
cooperation (bsc#1154353).
- net, sk_msg: Don't check if sock is locked when tearing down
psock (bsc#1154353).
- net, ip_tunnel: fix namespaces move (bsc#1154353).
- tcp: remove redundant assigment to snd_cwnd (bsc#1154353).
- tcp_bbr: improve arithmetic division in bbr_update_bw()
(bsc#1154353).
- net-sysfs: Fix reference count leak (bsc#1154353).
- ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actions (bsc#1154353).
- xfrm: support output_mark for offload ESP packets (bsc#1154353).
- xfrm interface: fix packet tx through bpf_redirect()
(bsc#1154353).
- vti: fix packet tx through bpf_redirect() (bsc#1154353).
- net: ip6_gre: fix moving ip6gre between namespaces
(bsc#1154353).
- commit 3508aa7
* Mon Jan 27 2020 bp@suse.de
- x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()
(bsc#1152489).
- Refresh
patches.suse/x86-mce-amd-allow-reserved-types-to-be-overwritten-in-smca_banks.patch.
- commit 0c7e16a
* Mon Jan 27 2020 jslaby@suse.cz
- Input: rmi_f54 - read from FIFO in 32 byte blocks (git-fixes).
- Input: synaptics-rmi4 - simplify data read in rmi_f54_work
(git-fixes).
- Delete
patches.suse/Input-synaptics-rmi4-don-t-increment-rmiaddr-for-SMB.patch.
a284e11c371e was reverted in 8ff771f8c8d5. c15f8ba6dc1f is a proper fix.
- commit 396ae25
* Mon Jan 27 2020 jslaby@suse.cz
- net_sched: use validated TCA_KIND attribute in tc_new_tfilter()
(git-fixes).
- readdir: make user_access_begin() use the real access range
(git-fixes).
- commit 4c11de1
* Mon Jan 27 2020 tiwai@suse.de
- Fix off-by-one error in the previous i915 fix (bsc#1161720 bsc#1161785)
- commit 079d24f
* Mon Jan 27 2020 jeyu@suse.de
- rpm/kabi.pl: support new (>=5.4) Module.symvers format (new symbol namespace field)
- commit eecbd97
* Mon Jan 27 2020 msuchanek@suse.de
- powerpc/mm/hash: Fix sharing context ids between kernel &
userspace (bsc#1156395).
- commit c178acd
* Mon Jan 27 2020 msuchanek@suse.de
- powerpc/xive: Discard ESB load value when interrupt is invalid
(fate#322438 bsc#1085030).
- commit ee23543
* Mon Jan 27 2020 msuchanek@suse.de
- Update
patches.suse/powerpc-xive-Implement-get_irqchip_state-method-for-.patch
(fate#322438 bsc#1085030).
- commit 9781d7d
* Mon Jan 27 2020 jack@suse.cz
- libnvdimm/namespace: Differentiate between probe mapping and
runtime mapping (bsc#1153535).
- commit 515c670
* Fri Jan 24 2020 tiwai@suse.de
- drm/i915/gt: Detect if we miss WaIdleLiteRestore (bsc#1161720).
Remove the corresponding blacklist entry, too
- commit 480b94e
* Fri Jan 24 2020 mgorman@suse.de
- sched/fair: Load balance aggressively for SCHED_IDLE CPUs
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Make sched-idle CPU selection consistent throughout
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/clock: Use static_branch_likely() with sched_clock_running
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Remove redundant call to cpufreq_update_util()
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: calculate delta runnable load only when it's
needed (bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair : Improve update_sd_pick_busiest for spare capacity
case (bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched: Spare resched IPI when prio changes on a single fair
task (bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Optimize select_idle_core (bnc#1155798 (CPU
scheduler functional and performance backports)).
- sched/fair: Optimize select_idle_cpu (bnc#1155798 (CPU scheduler
functional and performance backports)).
- sched/fair: Fix find_idlest_group() to handle CPU affinity
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- commit aa673a4
* Fri Jan 24 2020 bp@suse.de
- x86/CPU/AMD: Ensure clearing of SME/SEV features is maintained
(bsc#1161731).
- commit 4ba75bd
* Fri Jan 24 2020 ptesarik@suse.cz
- net/smc: unregister ib devices in reboot_event (jsc#SLE-7395).
- net/smc: remove unused constant (jsc#SLE-7395).
- net/smc: use rcu_barrier() on module unload (jsc#SLE-7395).
- net/smc: guarantee removal of link groups in reboot
(jsc#SLE-7395).
- net/smc: introduce bookkeeping of SMCR link groups
(jsc#SLE-7395).
- net/smc: immediate termination for SMCR link groups
(jsc#SLE-7395).
- net/smc: wait for tx completions before link freeing
(jsc#SLE-7395).
- net/smc: abnormal termination without orderly flag
(jsc#SLE-7395).
- net/smc: no WR buffer wait for terminating link group
(jsc#SLE-7395).
- net/smc: introduce bookkeeping of SMCD link groups
(jsc#SLE-7395).
- net/smc: abnormal termination of SMCD link groups
(jsc#SLE-7395).
- net/smc: immediate termination for SMCD link groups
(jsc#SLE-7395).
- net/smc: fix final cleanup sequence for SMCD devices
(jsc#SLE-7395).
- net/smc: remove close abort worker (jsc#SLE-7395).
- net/smc: introduce link group termination worker (jsc#SLE-7395).
- net/smc: improve abnormal termination of link groups
(jsc#SLE-7395).
- net/smc: tell peers about abnormal link group termination
(jsc#SLE-7395).
- net/smc: improve link group freeing (jsc#SLE-7395).
- net/smc: improve abnormal termination locking (jsc#SLE-7395).
- net/smc: terminate link group without holding lgr lock
(jsc#SLE-7395).
- net/smc: cancel send and receive for terminated socket
(jsc#SLE-7395).
- net/smc: improve close of terminated socket (jsc#SLE-7395).
- net/smc: no new connections on disappearing devices
(jsc#SLE-7395).
- net/smc: increase device refcount for added link group
(jsc#SLE-7395).
- net/smc: separate locks for SMCD and SMCR link group lists
(jsc#SLE-7395).
- net/smc: separate SMCD and SMCR link group lists (jsc#SLE-7395).
- commit 57bf8aa
* Thu Jan 23 2020 mbrugger@suse.com
- EDAC: Remove misleading comment in struct edac_raw_error_desc
(jsc#SLE-9482).
- commit f2fb341
* Thu Jan 23 2020 ailiopoulos@suse.com
- xfs: fix mount failure crash on invalid iclog memory access
(bsc#1161726).
- commit fbaeaa1
* Thu Jan 23 2020 bp@suse.de
- blacklist.conf:
df1a7524741b ("x86/entry/32: Remove unused resume_userspace label")
- commit 175a9c1
* Thu Jan 23 2020 bp@suse.de
- x86/ioapic: Prevent inconsistent state when moving an interrupt
(bsc#1152489).
- commit a9854ec
* Thu Jan 23 2020 mbrugger@suse.com
- EDAC: Unify the mc_event tracepoint call (jsc#SLE-9482).
- EDAC/ghes: Remove intermediate buffer pvt->detail_location
(jsc#SLE-9482).
- EDAC/ghes: Fix grain calculation (jsc#SLE-9482).
- EDAC/ghes: Use standard kernel macros for page calculations
(jsc#SLE-9482).
- EDAC/mc: Reduce indentation level in edac_mc_handle_error()
(jsc#SLE-9482).
- EDAC/mc: Remove needless zero string termination (jsc#SLE-9482).
- EDAC/mc: Do not BUG_ON() in edac_mc_alloc() (jsc#SLE-9482).
- EDAC: Introduce an mci_for_each_dimm() iterator (jsc#SLE-9482).
- EDAC: Remove EDAC_DIMM_OFF() macro (jsc#SLE-9482).
- EDAC: Replace EDAC_DIMM_PTR() macro with edac_get_dimm()
function (jsc#SLE-9482).
- commit 242a2b2
* Thu Jan 23 2020 mbrugger@suse.com
- EDAC/mc_sysfs: Make debug messages consistent (jsc#SLE-9482).
- EDAC/mc_sysfs: Remove pointless gotos (jsc#SLE-9482).
- EDAC: Prefer 'unsigned int' to bare use of 'unsigned'
(jsc#SLE-9482).
- commit 919516b
* Thu Jan 23 2020 mbrugger@suse.com
- EDAC/mc: Cleanup _edac_mc_free() code (jsc#SLE-9482).
- commit 0c79b9b
* Thu Jan 23 2020 ptesarik@suse.cz
- s390/qeth: vnicc Fix init to default (jsc#SLE-7474).
- s390/qeth: Fix vnicc_is_in_use if rx_bcast not set
(jsc#SLE-7474).
- s390/qeth: fix false reporting of VNIC CHAR config failure
(jsc#SLE-7474).
- s390/qeth: lock the card while changing its hsuid
(jsc#SLE-7474).
- s390/qeth: fix qdio teardown after early init error
(jsc#SLE-7474).
- s390/qeth: don't return -ENOTSUPP to userspace (jsc#SLE-7474).
- s390/qeth: fix promiscuous mode after reset (jsc#SLE-7474).
- s390/qeth: handle error due to unsupported transport mode
(jsc#SLE-7474).
- s390/qeth: ensure linear access to packet headers
(jsc#SLE-7474).
- s390/qeth: guard against runt packets (jsc#SLE-7474).
- s390/qeth: don't check drvdata in sysfs code (jsc#SLE-7474).
- s390/qeth: replace qeth_l3_get_addr_buffer() (jsc#SLE-7474).
- s390/qeth: remove VLAN tracking for L3 devices (jsc#SLE-7474).
- s390/qeth: consolidate L3 mcast registration code
(jsc#SLE-7474).
- s390/qeth: remove gratuitious RX modeset (jsc#SLE-7474).
- s390/qeth: fine-tune L3 mcast locking (jsc#SLE-7474).
- s390/qeth: clean up error path in qeth_core_probe_device()
(jsc#SLE-7474).
- s390/qeth: handle skb allocation error gracefully
(jsc#SLE-7474).
- s390/qeth: drop unwanted packets earlier in RX path
(jsc#SLE-7474).
- s390/qeth: support per-frame invalidation (jsc#SLE-7474).
- s390/qeth: gather more detailed RX dropped/error statistics
(jsc#SLE-7474).
- s390/qeth: don't cache MAC addresses for multicast IPs
(jsc#SLE-7474).
- s390/qeth: use helpers for IP address hashing (jsc#SLE-7474).
- s390/qeth: don't set card state in qeth_qdio_clear_card()
(jsc#SLE-7474).
- commit 97e2cae
* Thu Jan 23 2020 ptesarik@suse.cz
- s390/qeth: keep IRQ disabled until NAPI is really done
(jsc#SLE-7474).
- s390/qeth: use QDIO_BUFNR() (jsc#SLE-7474).
- s390/qdio: move SSQD Sniffer mask definition (jsc#SLE-7474).
- commit 0fcd468
* Thu Jan 23 2020 tbogendoerfer@suse.de
- Update
patches.suse/net-mlx5-prevent-memory-leak-in-mlx5_fpga_conn_creat.patch
(jsc#SLE-8464 bnc#1151927 5.3.11 CVE-2019-19045).
Added CVE reference
- commit 9835bdc
* Thu Jan 23 2020 wqu@suse.com
- btrfs: relocation: fix reloc_root lifespan and access
(bsc#1159588).
- commit fc30409
* Wed Jan 22 2020 bp@suse.de
- x86/kgbd: Use NMI_VECTOR not APIC_DM_NMI (bsc#1152489).
- commit d1023df
* Wed Jan 22 2020 bp@suse.de
- blacklist.conf:
7720804a2ae4 ("x86, perf: Fix the dependency of the x86 insn decoder selftest")
- commit b934c08
* Wed Jan 22 2020 msuchanek@suse.de
- Update
patches.suse/mm-memory_hotplug-don-t-free-usage-map-when-removing-a-re-added-early-section.patch
(bsc#1160366 ltc#183002 git fixes (mm/hotplug)).
- commit 4057d37
* Wed Jan 22 2020 tiwai@suse.de
- blacklist.conf: Add iwlwifi revert entry that isn't suitable
- commit 8b00a89
* Wed Jan 22 2020 tiwai@suse.de
- bus: ti-sysc: Fix iterating over clocks (git-fixes).
- clk: Don't try to enable critical clocks if prepare failed
(git-fixes).
- clk: tegra: Fix double-free in tegra_clk_init() (git-fixes).
- commit 7747d41
* Wed Jan 22 2020 tiwai@suse.de
- blacklist.conf: Add drm/virtio entries, insufficent for SLE15-SP2
- commit c1ea031
* Wed Jan 22 2020 bp@suse.de
- x86/resctrl: Fix potential memory leak (bsc#1152489).
- x86/resctrl: Fix an imbalance in domain_remove_cpu()
(bsc#1152489).
- commit b6bd4fe
* Wed Jan 22 2020 ykaukab@suse.de
- PCI: dwc: Add validation that PCIe core is set to correct mode
(jsc#SLE-10562).
- commit a4552c1
* Wed Jan 22 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/amdgpu: register gpu instance before fan boost feature enablment'
- commit 6fe4000
* Wed Jan 22 2020 mgorman@suse.de
- sched/cfs: fix spurious active migration (bnc#1155798 (CPU
scheduler functional and performance backports)).
- commit 8b16f2e
* Wed Jan 22 2020 tzimmermann@suse.de
- drm/amdgpu: fix license on Kconfig and Makefiles (bsc#1152472)
- commit af71d3c
* Wed Jan 22 2020 tzimmermann@suse.de
- drm/amdgpu: Call find_vma under mmap_sem (bsc#1152489)
- commit 45b9c9d
* Wed Jan 22 2020 tzimmermann@suse.de
- drm/amd/powerplay: Fix error handling in smu_init_fb_allocations() (bsc#1152489)
- commit ac2af40
* Wed Jan 22 2020 mkoutny@suse.com
- exit: panic before exit_mm() on global init exit (bsc#1161549).
- commit e6e6d28
* Wed Jan 22 2020 tiwai@suse.de
- rpmsg: char: release allocated memory (CVE-2019-19053
bsc#1161520).
- commit bdab989
* Wed Jan 22 2020 tiwai@suse.de
- media: rc: prevent memory leak in cx23888_ir_probe
(CVE-2019-19054 bsc#1161518).
- commit 91d7fee
* Wed Jan 22 2020 tiwai@suse.de
- libertas: make lbs_ibss_join_existing() return error code
on rates overflow (CVE-2019-14896 bsc#1157157 CVE-2019-14897
bsc#1157155).
- libertas: don't exit from lbs_ibss_join_existing() with RCU
read lock held (CVE-2019-14896 bsc#1157157 CVE-2019-14897
bsc#1157155).
- commit a649646
* Wed Jan 22 2020 jack@suse.cz
- libnvdimm/region: Enable MAP_SYNC for volatile regions
(bsc#1161291).
- commit 8ecd112
* Tue Jan 21 2020 lpechacek@suse.cz
- powerpc: drmem: avoid NULL pointer dereference when drmem is
unavailable (bsc#1160659).
- commit 1775954
* Tue Jan 21 2020 tbogendoerfer@suse.de
- igc: Add PHY power management control (bsc#1160632).
- igc: Add support for TSO (bsc#1160634).
- igc: Add SKU for i225 device (bsc#1160634).
- igc: Remove unused definition (bsc#1160634).
- igc: Fix typo in a comment (bsc#1160634).
- igc: Use Start of Packet signal from PHY for timestamping
(bsc#1160634).
- igc: Add support for ethtool GET_TS_INFO command (bsc#1160634).
- igc: Add support for TX timestamping (bsc#1160634).
- igc: Add support for RX timestamping (bsc#1160634).
- igc: Add basic skeleton for PTP (bsc#1160634).
- igc: Remove no need declaration of the igc_sw_init
(bsc#1160634).
- igc: Remove no need declaration of the igc_write_itr
(bsc#1160634).
- igc: Remove no need declaration of the igc_assign_vector
(bsc#1160634).
- igc: Remove no need declaration of the igc_free_q_vector
(bsc#1160634).
- igc: Remove no need declaration of the igc_free_q_vectors
(bsc#1160634).
- igc: Remove no need declaration of the igc_irq_disable
(bsc#1160634).
- igc: Remove no need declaration of the igc_irq_enable
(bsc#1160634).
- igc: Remove no need declaration of the igc_configure_msix
(bsc#1160634).
- igc: Remove no need declaration of the igc_set_rx_mode
(bsc#1160634).
- igc: Remove no need declaration of the
igc_set_interrupt_capability (bsc#1160634).
- igc: Remove no need declaration of the igc_alloc_mapped_page
(bsc#1160634).
- igc: Remove no need declaration of the igc_configure
(bsc#1160634).
- igc: Remove no need declaration of the
igc_set_default_mac_filter (bsc#1160634).
- igc: Remove no need declaration of the igc_power_down_link
(bsc#1160634).
- igc: Remove no need declaration of the igc_clean_tx_ring
(bsc#1160634).
- igc: Remove serdes comments from a description of methods
(bsc#1160634).
- igc: Add legacy power management support (bsc#1160634).
- igc: Add 64 bit DMA access support (bsc#1160634).
- igc: Fix parameter descriptions for a several functions
(bsc#1160634).
- igc: Fix the parameter description for igc_alloc_rx_buffers
(bsc#1160634).
- igc: Remove excess parameter description from igc_is_non_eop
(bsc#1160634).
- igc: Prefer to use the pci_release_mem_regions method
(bsc#1160634).
- igc: Improve the DMA mapping flow (bsc#1160634).
- igc: Add scatter gather support (bsc#1160634).
- cxgb4: reject overlapped queues in TC-MQPRIO offload
(jsc#SLE-8389).
- cxgb4: fix Tx multi channel port rate limit (jsc#SLE-8389).
- net: sched: act_ctinfo: fix memory leak (bsc#1154353).
- bnxt_en: Do not treat DSN (Digital Serial Number) read failure
as fatal (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Fix ipv6 RFS filter matching logic (jsc#SLE-8371
bsc#1153274).
- bnxt_en: Fix NTUPLE firmware command failures (jsc#SLE-8371
bsc#1153274).
- net: hns: fix soft lockup when there is not enough memory
(bsc#1154353).
- net: avoid updating qdisc_xmit_lock_key in
netdev_update_lockdep_key() (bsc#1154353).
- net/sched: act_ife: initalize ife->metalist earlier
(bsc#1154353).
- netfilter: nat: fix ICMP header corruption on ICMP errors
(bsc#1154353).
- netfilter: nf_tables: fix flowtable list del corruption
(bsc#1154353).
- netfilter: nf_tables: remove WARN and add NLA_STRING upper
limits (bsc#1154353).
- netfilter: nft_tunnel: ERSPAN_VERSION must not be null
(bsc#1154353).
- netfilter: nft_tunnel: fix null-attribute check (bsc#1154353).
- netfilter: nf_tables: store transaction list locally while
requesting module (bsc#1154353).
- netfilter: arp_tables: init netns pointer in xt_tgdtor_param
struct (bsc#1154353).
- netfilter: fix a use-after-free in mtype_destroy()
(bsc#1154353).
- net: hns3: pad the short frame before sending to the hardware
(bsc#1154353).
- macvlan: use skb_reset_mac_header() in macvlan_queue_xmit()
(bsc#1154353).
- tcp: fix marked lost packets not being retransmitted
(bsc#1154353).
- mlxsw: spectrum_qdisc: Include MC TCs in Qdisc counters
(bsc#1154488).
- mlxsw: spectrum: Wipe xstats.backlog of down ports
(bsc#1154488).
- mlxsw: switchx2: Do not modify cloned SKBs during xmit
(bsc#1154488).
- mlxsw: spectrum: Do not modify cloned SKBs during xmit
(bsc#1154488).
- mlxsw: spectrum: Do not enforce same firmware version for
multiple ASICs (bsc#1154488).
- devlink: correct misspelling of snapshot (bsc#1154353).
- devlink: Wait longer before warning about unset port type
(bsc#1154353).
- ipv4: Detect rollover in specific fib table dump (bsc#1154353).
- net/tls: fix async operation (bsc#1154353).
- net/tls: avoid spurious decryption error with HW resync
(bsc#1154353).
- e1000e: Revert "e1000e: Make watchdog use delayed work"
(jsc#SLE-8100).
- i40e: Set PHY Access flag on X722 (jsc#SLE-8025).
- iavf: remove current MAC address filter on VF reset
(jsc#SLE-7940).
- igb: Fix SGMII SFP module discovery for 100FX/LX (jsc#SLE-7967
jsc#SLE-8010).
- ixgbe: Fix calculation of queue with VFs and flow director on
interface flap (jsc#SLE-7979 jsc#SLE-7981).
- ixgbevf: Remove limit of 10 entries for unicast filter list
(jsc#SLE-7979 jsc#SLE-7981).
- i40e: Fix virtchnl_queue_select bitmap validation
(jsc#SLE-8025).
- xprtrdma: Fix oops in Receive handler after device removal
(jsc#SLE-8449).
- xprtrdma: Fix completion wait during device removal
(jsc#SLE-8449).
- xprtrdma: Fix create_qp crash on device unload (jsc#SLE-8449).
- commit 42c7e2a
* Tue Jan 21 2020 jgross@suse.com
- blacklist.conf: added 1a8211c7d8717b19c1e9fa41d19fe6a55409765e
- commit 302e64e
* Tue Jan 21 2020 jgross@suse.com
- KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG
vmexit (jsc#SLE-11070).
- commit f99f84d
* Tue Jan 21 2020 jgross@suse.com
- KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL (jsc#SLE-11070).
- Refresh
patches.suse/kvm-vmx-implement-msr_ia32_tsx_ctrl-disable-rtm-functionality.
- commit e194189
* Tue Jan 21 2020 jgross@suse.com
- KVM: x86: Add support for user wait instructions
(jsc#SLE-11070).
- commit dd3d6b5
* Tue Jan 21 2020 mbenes@suse.cz
- perf/x86/cstate: Add Comet Lake CPU support (jsc#SLE-10621).
- commit 344f793
* Tue Jan 21 2020 mbenes@suse.cz
- perf/x86/msr: Add Comet Lake CPU support (jsc#SLE-10621).
- commit ed2c0f6
* Tue Jan 21 2020 mbenes@suse.cz
- perf/x86/intel: Add Comet Lake CPU support (jsc#SLE-10621).
- commit 03d1cee
* Tue Jan 21 2020 ykaukab@suse.de
- PCI: mobiveil: ls_pcie_g4: fix SError when accessing config space (bsc#1161495).
- PCI: mobiveil: ls_pcie_g4: add Workaround for A-011451 (bsc#1161495).
- PCI: mobiveil: ls_pcie_g4: add Workaround for A-011577 (bsc#1161495).
- commit 2049c57
* Tue Jan 21 2020 tiwai@suse.de
- Revert "rsi: fix potential null dereference in rsi_probe()"
(git-fixes).
- commit 2ef75f1
* Mon Jan 20 2020 msuchanek@suse.de
- blacklist.conf: Add ppc booke fixes.
3a0990ca1a00 powerpc/booke: Spelling s/date/data/
71eb40fc5337 powerpc/kasan: Fix boot failure with RELOCATABLE &&
FSL_BOOKE
- commit 8f24d42
* Mon Jan 20 2020 tiwai@suse.de
- cfg80211: fix page refcount issue in A-MSDU decap (git-fixes).
- cfg80211: fix memory leak in cfg80211_cqm_rssi_update
(git-fixes).
- cfg80211: fix memory leak in nl80211_probe_mesh_link
(git-fixes).
- cfg80211: fix deadlocks in autodisconnect work (git-fixes).
- r8152: add missing endpoint sanity check (git-fixes).
- net: usb: lan78xx: limit size of local TSO packets (git-fixes).
- i2c: iop3xx: Fix memory leak in probe error path (git-fixes).
- i2c: tegra: Properly disable runtime PM on driver's probe error
(git-fixes).
- i2c: tegra: Fix suspending in active runtime PM state
(git-fixes).
- mtd: rawnand: gpmi: Restore nfc timing setup after
suspend/resume (git-fixes).
- mtd: rawnand: gpmi: Fix suspend/resume problem (git-fixes).
- drm/i915: Add missing include file <linux/math64.h> (git-fixes).
- efi/earlycon: Fix write-combine mapping on x86 (git-fixes).
- staging: comedi: ni_routes: allow partial routing information
(git-fixes).
- staging: comedi: ni_routes: fix null dereference in
ni_find_route_source() (git-fixes).
- iio: light: vcnl4000: Fix scale for vcnl4040 (git-fixes).
- iio: buffer: align the size of scan bytes to size of the
largest element (git-fixes).
- iio: chemical: pms7003: fix unmet triggered buffer dependency
(git-fixes).
- iio: imu: st_lsm6dsx: Fix selection of ST_LSM6DS3_ID
(git-fixes).
- clk: sunxi-ng: r40: Allow setting parent rate for external
clock outputs (git-fixes).
- clk: qcom: gcc-sdm845: Add missing flag to votable GDSCs
(git-fixes).
- dmaengine: k3dma: Avoid null pointer traversal (git-fixes).
- drm/amdgpu: enable gfxoff for raven1 refresh (git-fixes).
- net: nfc: nci: fix a possible sleep-in-atomic-context bug in
nci_uart_tty_receive() (git-fixes).
- net: gemini: Fix memory leak in gmac_setup_txqs (git-fixes).
- rsi: fix potential null dereference in rsi_probe() (git-fixes).
- commit 4cb2bed
* Mon Jan 20 2020 msuchanek@suse.de
- kernel-binary.spec.in: do not recommend firmware for kvmsmall and azure
flavor (boo#1161360).
- commit dbe7b27
* Mon Jan 20 2020 msuchanek@suse.de
- torture: Remove exporting of internal functions (bsc#1156395).
- commit 3c30cc1
* Mon Jan 20 2020 msuchanek@suse.de
- config/x86_64/kvmsmall: Enable UINPUT (boo#1161305).
- commit 61a4f71
* Mon Jan 20 2020 tiwai@suse.de
- ASoC: msm8916-wcd-digital: Reset RX interpolation path after
use (git-fixes).
- ASoC: msm8916-wcd-analog: Fix MIC BIAS Internal1 (git-fixes).
- ASoC: sti: fix possible sleep-in-atomic (git-fixes).
- ASoC: msm8916-wcd-analog: Fix selected events for MIC BIAS
External1 (git-fixes).
- ASoC: hdac_hda: Fix error in driver removal after failed probe
(git-fixes).
- ASoC: SOF: Intel: fix HDA codec driver probe with multiple
controllers (git-fixes).
- ASoC: SOF: Intel: lower print level to dbg if we will reinit
DSP (git-fixes).
- ASoC: stm32: dfsdm: fix 16 bits record (git-fixes).
- ASoC: Intel: bytcht_es8316: Fix Irbis NB41 netbook quirk
(git-fixes).
- ASoC: rt5640: Fix NULL dereference on module unload (git-fixes).
- ALSA: seq: Fix racy access for queue timer in proc read
(git-fixes).
- ALSA: usb-audio: fix sync-ep altsetting sanity check
(git-fixes).
- ALSA: dice: fix fallback from protocol extension into limited
functionality (git-fixes).
- ALSA: firewire-tascam: fix corruption due to spin lock without
restoration in SoftIRQ context (git-fixes).
- commit 5af0dd5
* Mon Jan 20 2020 oneukum@suse.com
- NFC: pn533: fix bulk-message timeout (git-fixes).
- commit 442eed3
* Mon Jan 20 2020 oneukum@suse.com
- USB: serial: quatech2: handle unbound ports (git-fixes).
- commit d0020c8
* Mon Jan 20 2020 oneukum@suse.com
- USB: serial: keyspan: handle unbound ports (git-fixes).
- commit 32ba490
* Mon Jan 20 2020 oneukum@suse.com
- USB: serial: io_edgeport: add missing active-port sanity check
(git-fixes).
- commit 1494e56
* Mon Jan 20 2020 oneukum@suse.com
- USB: serial: io_edgeport: handle unbound ports on URB completion
(git-fixes).
- commit 6182181
* Mon Jan 20 2020 oneukum@suse.com
- USB: serial: ch341: handle unbound port at reset_resume
(git-fixes).
- commit 2b59c4a
* Mon Jan 20 2020 oneukum@suse.com
- blacklist.conf: it removes an attribute from sysfs
- commit 3748cd2
* Mon Jan 20 2020 oneukum@suse.com
- USB: serial: opticon: fix control-message timeouts (git-fixes).
- commit 6bc0895
* Mon Jan 20 2020 mgorman@suse.de
- mm: memcg/slab: call flush_memcg_workqueue() only if memcg
workqueue is valid (git fixes (mm/slab)).
- mm: memcg/slab: fix percpu slab vmstats flushing (git fixes
(mm/memcg)).
- mm/shmem.c: thp, shmem: fix conflict of above-47bit hint
address and PMD alignment (git fixes (mm/pgtable)).
- mm/huge_memory.c: thp: fix conflict of above-47bit hint address
and PMD alignment (git fixes (mm/pgtable)).
- mm/memory_hotplug: don't free usage map when removing a re-added
early section (git fixes (mm/hotplug)).
- commit 1508be3
* Mon Jan 20 2020 glin@suse.com
- bpf: Sockmap/tls, fix pop data with SK_DROP return code
(bsc#1155518).
- bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs
extra chaining (bsc#1155518).
- bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt
buf (bsc#1155518).
- bpf: Sockmap/tls, msg_push_data may leave end mark in place
(bsc#1155518).
- bpf: Sockmap, skmsg helper overestimates push, pull, and pop
bounds (bsc#1155518).
- bpf: Sockmap/tls, push write_space updates through ulp updates
(bsc#1155518).
- bpf: Sockmap, ensure sock lock held during tear down
(bsc#1155518).
- net: bpf: Don't leak time wait and request sockets
(bsc#1155518).
- bpf/sockmap: Read psock ingress_msg before sk_receive_queue
(bsc#1155518).
- commit 8d7a4ba
* Mon Jan 20 2020 glin@suse.com
- bpf: Sockmap/tls, during free we may call tcp_bpf_unhash()
in loop (bsc#1155518).
- bpf: Fix incorrect verifier simulation of ARSH under ALU32
(bsc#1155518).
- bpftool: Fix printing incorrect pointer in btf_dump_ptr
(bsc#1155518).
- commit 67424a0
* Fri Jan 17 2020 ptesarik@suse.cz
- s390/qeth: consolidate some duplicated HW cmd code
(jsc#SLE-7474).
- Refresh patches.suse/s390-qeth-fix-initialization-on-old-hw.
- commit 00d9aa3
* Fri Jan 17 2020 ptesarik@suse.cz
- s390/qeth: merge qeth_reply struct into qeth_cmd_buffer
(jsc#SLE-7542).
- Refresh
patches.suse/s390-qeth-fix-dangling-io-buffers-after-halt-clear.
- commit 9542e64
* Fri Jan 17 2020 ptesarik@suse.cz
- s390/qeth: return proper errno on IO error (jsc#SLE-7542).
- s390/qeth: fix potential deadlock on workqueue flush
(jsc#SLE-7542).
- s390/qeth: Fix initialization of vnicc cmd masks during set
online (jsc#SLE-7542).
- s390/qeth: Fix error handling during VNICC initialization
(jsc#SLE-7542).
- s390/qdio: clarify size of the QIB parm area (jsc#SLE-7542).
- s390/ctcm: Delete unnecessary checks before the macro call
"dev_kfree_skb" (jsc#SLE-7542).
- s390/lcs: don't use intparm for channel IO (jsc#SLE-7542).
- s390/ctcm: don't use intparm for channel IO (jsc#SLE-7542).
- s390/qeth: streamline control code for promisc mode
(jsc#SLE-7542).
- s390/qeth: get vnicc sub-cmd type from reply data
(jsc#SLE-7542).
- s390/qeth: keep cmd alive after IO completion (jsc#SLE-7542).
- s390/qeth: use correct length field in SNMP cmd callback
(jsc#SLE-7542).
- s390/qeth: propagate length of processed cmd IO data to callback
(jsc#SLE-7542).
- s390/qeth: use node_descriptor struct (jsc#SLE-7542).
- commit 8223e8d
* Fri Jan 17 2020 jgross@suse.com
- xen/blkfront: Adjust indentation in xlvbd_alloc_gendisk
(bsc#1065600).
- commit 5b346da
* Fri Jan 17 2020 ddiss@suse.de
- Refresh patches.suse/target-add-lio-rbd-to-makefile-Kconfig.patch:
(fate#318836).
- supported.conf: relist target_core_rbd (fate#318836)
- re-enable CONFIG_TCM_RBD=m
- Refresh patches.suse/target-add-rbd-backend.patch:
(fate#318836).
+ use upstream RBD bvecs API and split out compare&write and
write-same request support
- Refresh patches.suse/rbd-add-lio-specific-data-area.patch:
(fate#318836).
+ rebased, with lio_cmd_data moved into union with rq/copyup state
- Add patches.suse/rbd-add-img_request-done-callback.patch:
(fate#318836).
+ this is needed for target_core_rbd SCSI cmd completion following
7114edac357b ("rbd: new request completion code")
- Refresh
patches.suse/rbd-move-structs-used-by-lio-rbd-to-new-header.patch:
(fate#318836).
+ rebase and expose bvecs instead of sgl API for data payload
- Refresh
patches.suse/rbd-export-some-functions-used-by-lio-rbd-backend.patch:
(fate#318836).
+ export bvecs API for data payload
- commit d3df489
* Fri Jan 17 2020 ddiss@suse.de
- Deletions for target_core_rbd refactoring
- Drop upstreamed patches
patches.suse/target-configfs-add-device-vendor_id-attribute.patch
patches.suse/target-remove-hardcoded-T10-Vendor-ID-in-INQUIRY-res.patch
- Merge with target-add-rbd-backend.patch
patches.suse/0001-target_core_rbd-use-RCU-in-free_device.patch
patches.suse/0002-target_core_rbd-break-up-free_device-callback.patch
patches.suse/target-rbd-don-t-put-snap_context-twice.patch
patches.suse/target-rbd-handle-zero-length-UNMAP-requests-early.patch
patches.suse/target-rbd-use-target_configure_unmap_from_queue-hel.patch
- Remove rbd sgl patches following target_core_rbd bvec conversion
patches.suse/libceph-add-scatterlist-messenger-data-type.patch
patches.suse/libceph-fix-scatterlist-last_piece-calculation.patch
patches.suse/rbd-add-support-for-scatterlist-obj_request_type.patch
patches.suse/rbd-handle-OBJ_REQUEST_SG-types-for-copyup.patch
- Drop compare-and-write support pending bvecs conversion
patches.suse/0001-rbd-drop-extra-rbd_img_request_get.patch
patches.suse/libceph-add-support-for-CMPEXT-compare-extent-reques.patch
patches.suse/rbd-add-num-ops-calculator-helper.patch
patches.suse/rbd-add-support-for-COMPARE_AND_WRITE-CMPEXT.patch
patches.suse/rbd-copy-compare-and-write-osd-requests-before-resub.patch
patches.suse/rbd-don-t-log-miscompare-as-an-error.patch
patches.suse/rbd-helper-to-copy-compare-and-write-osd-requests.patch
patches.suse/rbd-truncate-objects-on-cmpext-short-reads.patch
patches.suse/target-add-COMPARE_AND_WRITE-sg-creation-helper.patch
patches.suse/target-add-compare-and-write-callback.patch
patches.suse/target-compare-and-write-backend-driver-sense-handli.patch
patches.suse/target-rbd-remove-caw_mutex-usage.patch
patches.suse/rbd-add-write-test-helper.patch
- Drop SCSI Reservation support pending upstream discussion
patches.suse/0002-rbd-make-sure-pages-are-freed-by-libceph.patch
patches.suse/ceph-osd_client-add-support-for-CEPH_OSD_OP_GETXATTR.patch
patches.suse/libceph-fix-pr_fmt-compile-issues.patch
patches.suse/rbd-add-cmpsetattr-device-attribute-for-debugging.patch
patches.suse/rbd-add-getxattr-device-attribute-for-debugging.patch
patches.suse/rbd-add-rbd_dev_cmpsetxattr-helper.patch
patches.suse/rbd-add-rbd_dev_getxattr-helper.patch
patches.suse/rbd-add-rbd_dev_setxattr-helper.patch
patches.suse/rbd-add-setxattr-device-attribute-for-debugging.patch
patches.suse/rbd-do-away-with-obj_request-in-cmpsetxattr.patch
patches.suse/rbd-do-away-with-obj_request-in-getxattr.patch
patches.suse/rbd-do-away-with-obj_request-in-setxattr.patch
patches.suse/target-fix-tcm_rbd_gen_it_nexus-for-emulated-XCOPY-s.patch
patches.suse/target-pr-add-backend-API-for-reservation-handling.patch
patches.suse/target-pr-fix-core_scsi3_pr_seq_non-caller.patch
patches.suse/target-pr-split-out-and-export-core_scsi3_pr_seq_non.patch
patches.suse/target-rbd-SCSI3-check-conflict-support.patch
patches.suse/target-rbd-add-SCSI2-reservation-entry-to-PR-info.patch
patches.suse/target-rbd-add-pr_clear-support.patch
patches.suse/target-rbd-add-pr_preempt-support.patch
patches.suse/target-rbd-add-pr_read_reservation-support.patch
patches.suse/target-rbd-add-pr_release-support.patch
patches.suse/target-rbd-add-pr_report_capabilities-support.patch
patches.suse/target-rbd-add-pr_reserve-support.patch
patches.suse/target-rbd-add-stubbed-out-pr_read_full_status.patch
patches.suse/target-rbd-add-stubbed-out-pr_register_and_move.patch
patches.suse/target-rbd-add-support-for-PR-register-read-keys.patch
patches.suse/target-rbd-fix-PR-info-memory-leaks.patch
patches.suse/target-rbd-handle-SCSI2-reservation-release-on-reset.patch
patches.suse/target-rbd-implement-SCSI2-reservation-handling.patch
- Remove write-same support pending bvecs conversion
patches.suse/libceph-add-support-for-write-same-requests.patch
patches.suse/libceph-use-upstream-write-same-opcode.patch
patches.suse/rbd-add-support-for-writesame-requests.patch
- commit 1277a52
* Thu Jan 16 2020 tiwai@suse.de
- Documentation/ABI: Add missed attribute for mlxreg-io sysfs
interfaces (git-fixes).
- Documentation/ABI: Fix documentation inconsistency for mlxreg-io
sysfs interfaces (git-fixes).
- commit 4873021
* Thu Jan 16 2020 tiwai@suse.de
- platform/x86: asus-wmi: Fix keyboard brightness cannot be set
to 0 (git-fixes).
- platform/x86: GPD pocket fan: Use default values when wrong
modparams are given (git-fixes).
- platform/mellanox: fix potential deadlock in the tmfifo driver
(git-fixes).
- commit 0bb7471
* Thu Jan 16 2020 jeyu@suse.de
- Delete patches.suse/x86-cpu_entry_area-Map-also-trace_idt_table.patch.
The real fixes have been upstream since v4.14.
- commit 46e9a10
* Thu Jan 16 2020 tbogendoerfer@suse.de
- i40iw: Remove setting of VMA private data and use
rdma_user_mmap_io (jsc#SLE-8449).
- IB/hfi1: Adjust flow PSN with the correct resync_psn
(jsc#SLE-8449).
- IB/hfi1: Don't cancel unused work item (jsc#SLE-8449).
- RDMA/bnxt_re: Fix Send Work Entry state check while polling
completions (jsc#SLE-8372 bsc#1153275).
- RDMA/bnxt_re: Avoid freeing MR resources if dereg fails
(jsc#SLE-8372 bsc#1153275).
- netfilter: conntrack: dccp, sctp: handle null timeout argument
(bsc#1154353).
- netfilter: arp_tables: init netns pointer in xt_tgchk_param
struct (bsc#1154353).
- macvlan: do not assume mac_header is set in macvlan_broadcast()
(bsc#1154353).
- net: sch_prio: When ungrafting, replace with FIFO (bsc#1154353).
- mlxsw: spectrum_qdisc: Ignore grafting of invisible FIFO
(bsc#1154488).
- gtp: fix bad unlock balance in gtp_encap_enable_socket
(bsc#1154353).
- pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM (bsc#1154353).
- net/mlx5: DR, Init lists that are used in rule's member
(jsc#SLE-8464).
- net/mlx5e: Fix hairpin RSS table size (jsc#SLE-8464).
- net/mlx5: DR, No need for atomic refcount for internal SW
steering resources (jsc#SLE-8464).
- Revert "net/mlx5: Support lockless FTE read lookups"
(jsc#SLE-8464).
- net/mlx5: Move devlink registration before interfaces load
(jsc#SLE-8464).
- net/mlx5e: Always print health reporter message to dmesg
(jsc#SLE-8464).
- net/mlx5e: Avoid duplicating rule destinations (jsc#SLE-8464).
- sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLY
(bsc#1154353).
- net: Google gve: Remove dma_wmb() before ringing doorbell
(bsc#1154353).
- sch_cake: avoid possible divide by zero in cake_enqueue()
(bsc#1154353).
- tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK
(bsc#1154353).
- commit b1356f9
* Thu Jan 16 2020 wqu@suse.com
- Delete
patches.suse/btrfs-suspend-qgroups-during-relocation-recovery.patch.
This patch is no longer needed for v5.3. Since v5.1 we have proper
qgroup + balance optimization to avoid unnecessary rescan.
- commit b92eedd
* Thu Jan 16 2020 wqu@suse.com
- Delete
patches.suse/0001-btrfs-qgroup-Make-qgroup-async-transaction-commit-mo.patch.
This patch is already upstreamed in v5.1, thus already included.
- commit 5b34f2a
* Thu Jan 16 2020 rgoldwyn@suse.com
- overlayfs: pseudo dev obviates treating btrfs as different
Delete patches.suse/ovl-treat-btrfs-as-different-mount.patch.
- commit e1e67d4
* Wed Jan 15 2020 rgoldwyn@suse.com
- apparmor: Delete apparmor patches not required for v5.3
- Delete
patches.suse/0001-apparmor-fix-unnecessary-creation-of-net-compat.patch.
- Delete
patches.suse/0001-apparmor-patch-to-provide-compatibility-with-v2.x-ne.patch.
- Delete
patches.suse/0003-apparmor-fix-use-after-free-in-sk_peer_label.patch.
- Delete patches.suse/apparmor-compatibility-with-v2.x-net.patch.
- commit faddc27
* Wed Jan 15 2020 mbrugger@suse.com
- supported.conf: mark gpio-mlxbf as supported
- commit 987e308
* Wed Jan 15 2020 tiwai@suse.de
- arm: Implement copy_thread_tls (git-fixes).
- drm/i915: Hold reference to intel_frontbuffer as we track
activity (git-fixes).
- drm/i915/tgl: Drop Wa#1178 (git-fixes).
- ARM: vexpress: Set-up shared OPP table instead of individual
for each CPU (git-fixes).
- commit 5a1c660
* Wed Jan 15 2020 tiwai@suse.de
- blacklist.conf: Add cosmetic entry for drivers/reset/Kconfig
- commit 9ca8239
* Wed Jan 15 2020 hare@suse.de
- acpi: disable deprecated warnings (bsc#1160977).
- commit 509dee8
* Wed Jan 15 2020 bp@suse.de
- Delete patches.suse/ras-cec-disable-cec.patch.
Now we're behaving the same way as upstream.
- commit 9e8f6dc
* Wed Jan 15 2020 mbrugger@suse.com
- drivers: ipmi: Modify max length of IPMB packet (jsc#SLE-10262).
- drivers: ipmi: Support raw i2c packet in IPMB (jsc#SLE-10262).
- commit 856cc09
* Wed Jan 15 2020 mbrugger@suse.com
- supported.conf: mark ipmb_dev_int as supported (jsc#SLE-10262)
Also mentioned in bsc#1119861
- commit 995fffc
* Wed Jan 15 2020 mbrugger@suse.com
- ipmi: fix ipmb_poll()'s return type (jsc#SLE-10262).
- commit 96db5f2
* Wed Jan 15 2020 oneukum@suse.com
- Update
patches.suse/USB-Fix-Don-t-skip-endpoint-descriptors-with-maxpack.patch
(bsc#1159811 bsc#1152932).
Added further bug this fixes
- commit 698a1af
* Wed Jan 15 2020 vbabka@suse.cz
- Refresh
patches.suse/mm-debug_pagealloc-don-t-rely-on-static-keys-too-ear.patch.
- Update to final upstream version and move to sorted section.
- commit 0b6c359
* Wed Jan 15 2020 tiwai@suse.de
- keys: Fix request_key() cache (git-fixes).
- i2c: fix bus recovery stop mode timing (git-fixes).
- usb: musb: Disable pullup at init (git-fixes).
- USB-PD tcpm: bad warning+size, PPS adapters (git-fixes).
- USB: serial: option: add ZLP support for 0x1bc7/0x9010
(git-fixes).
- phy/rockchip: inno-hdmi: round clock rate down to closest 1000
Hz (git-fixes).
- phy: mapphone-mdm6600: Fix uninitialized status value regression
(git-fixes).
- chardev: Avoid potential use-after-free in 'chrdev_open()'
(git-fixes).
- staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21
(git-fixes).
- staging: vt6656: set usb_set_intfdata on driver fail
(git-fixes).
- staging: vt6656: remove bool from vnt_radio_power_on ret
(git-fixes).
- staging: vt6656: limit reg output to block size (git-fixes).
- staging: vt6656: correct return of vnt_init_registers
(git-fixes).
- staging: vt6656: Fix non zero logical return of, usb_control_msg
(git-fixes).
- tty: always relink the port (git-fixes).
- drm/i915: Add Wa_1407352427:icl,ehl (git-fixes).
- drm/i915: Add Wa_1408615072 and Wa_1407596294 to icl,ehl
(git-fixes).
- gpiolib: acpi: Add honor_wakeup module-option + quirk mechanism
(git-fixes).
- gpiolib: acpi: Turn dmi_system_id table into a generic quirk
table (git-fixes).
- Input: add safety guards to input_set_keycode() (git-fixes).
- HID: hid-input: clear unmapped usages (git-fixes).
- HID: Fix slab-out-of-bounds read in hid_field_extract
(git-fixes).
- tty: link tty and port before configuring it as console
(git-fixes).
- commit cc6ecc7
* Tue Jan 14 2020 tiwai@suse.de
- drm/i915/gen9: Clear residual context state on context switch
(CVE-2019-14615 bsc#1160195).
- commit d10cf58
* Tue Jan 14 2020 mbrugger@suse.com
- drivers: ipmi: Support for both IPMB Req and Resp
(jsc#SLE-10262).
- commit a109ac6
* Tue Jan 14 2020 mbrugger@suse.com
- EDAC, mellanox: Add ECC support for BlueField DDR4
(jsc#SLE-10262).
- Update config files. Build EDAC_BLUEFIELD as module
- supported.conf: Mark bluefield_edac as supported
- commit bda0819
* Tue Jan 14 2020 mbrugger@suse.com
- platform/mellanox: fix the mlx-bootctl sysfs (jsc#SLE-10262).
- commit c5d7bab
* Tue Jan 14 2020 mbrugger@suse.com
- platform/mellanox: Fix Kconfig indentation (jsc#SLE-10262).
- platform/mellanox: Add bootctl driver for Mellanox BlueField
Soc (jsc#SLE-10262).
- Update config files: build MLXBF_BOOTCTL as module
- supported.conf: add mlxbf-bootctl
- driver core: add dev_groups to all drivers (jsc#SLE-10262).
- commit 619e678
* Tue Jan 14 2020 mgorman@suse.de
- sched, fair: Allow a small load imbalance between low
utilisation SD_NUMA domains (bnc#1160896).
- commit fef7d8c
* Tue Jan 14 2020 jeyu@suse.de
- blacklist.conf: Blacklist a11391b6f506 ("scripts: package: mkdebian: add missing rsync dependency")
- commit 4a86d94
* Tue Jan 14 2020 nsaenzjulienne@suse.de
- thermal: Add BCM2711 thermal driver (bsc#1160311).
- Update config files.
- supported.conf: Add bcm2711-thermal
- commit 8743e23
* Tue Jan 14 2020 nsaenzjulienne@suse.de
- scripts/git_sort/git_sort.py: Add thermal tree
- commit b511c78
* Tue Jan 14 2020 trenn@suse.com
- Refresh patches.suse/pstore-backend-autoaction.
- commit 62c0377
* Mon Jan 13 2020 msuchanek@suse.de
- powerpc/pmem: Fix kernel crash due to wrong range value usage
in flush_dcache_range (bsc#1156395).
- commit 252a29d
* Mon Jan 13 2020 mkubecek@suse.cz
- Update references:
patches.suse/x86-fpu-Don-t-cache-access-to-fpu_fpregs_owner_ctx.patch
(add bsc#1158887).
- commit b4c1446
* Mon Jan 13 2020 msuchanek@suse.de
- powerpc/mm: Mark get_slice_psize() & slice_addr_is_low()
as notrace (bsc#1156395).
- powerpc: Fix __clear_user() with KUAP enabled (bsc#1156395).
- powerpc/fixmap: Use __fix_to_virt() instead of fix_to_virt()
(bsc#1156395).
- powerpc: Chunk calls to flush_dcache_range in arch_*_memory
(bsc#1156395).
- commit bb8bcdd
* Mon Jan 13 2020 fdmanana@suse.com
- Btrfs: fix infinite loop during nocow writeback due to race
(bsc#1160804).
- commit ef1dd9a
* Mon Jan 13 2020 fdmanana@suse.com
- Btrfs: fix removal logic of the tree mod log that leads to
use-after-free issues (bsc#1160803).
- commit d3f68f5
* Mon Jan 13 2020 mbenes@suse.cz
- tracing: Change offset type to s32 in preempt/irq tracepoints
(bsc#1160794).
- commit 3de9401
* Mon Jan 13 2020 mbenes@suse.cz
- kernel/trace: Fix do not unregister tracepoints when register
sched_migrate_task fail (bsc#1160787).
- commit 11f6e8d
* Mon Jan 13 2020 mbenes@suse.cz
- ftrace: Avoid potential division by zero in function profiler
(bsc#1160784).
- commit 55123bf
* Mon Jan 13 2020 mbenes@suse.cz
- blacklist.conf: b8299d362d08 ("tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined")
We cannot run into the scenario with our codebase and configs.
- commit 1491d6e
* Mon Jan 13 2020 bp@suse.de
- Update
patches.suse/x86-fpu-Don-t-cache-access-to-fpu_fpregs_owner_ctx.patch
(bnc#1151927 5.3.15 CVE-2019-19602).
Add CVE number.
- commit c2d738c
* Mon Jan 13 2020 tiwai@suse.de
- Move upstreamed qlde patches into sorted section
- commit 8ed9cca
* Mon Jan 13 2020 dkirjanov@suse.com
- patches.suse/0010-netfilter-ipset-avoid-null-deref-when-IPSET_ATTR_LIN.patch:
(git-fixes).
- patches.suse/0011-netfilter-nft_flow_offload-fix-underflow-in-flowtabl.patch:
(git-fixes).
- patches.suse/0012-netfilter-bridge-make-sure-to-pull-arp-header-in-br_.patch:
(git-fixes).
- patches.suse/0009-net-phy-broadcom-Fix-RGMII-delays-configuration-for-.patch:
(git-fixes).
- patches.suse/0008-net-stmmac-Fix-TSO-descriptor-with-Enhanced-Addressi.patch:
(git-fixes).
- patches.suse/0007-net-stmmac-selftests-Prevent-false-positives-in-filt.patch:
(git-fixes).
- patches.suse/0006-net-stmmac-selftests-Fix-L2-Hash-Filter-test.patch:
(git-fixes).
- patches.suse/0005-net-stmmac-gmac4-Not-all-Unicast-addresses-may-be-av.patch:
(git-fixes).
- patches.suse/0004-net-stmmac-selftests-Check-if-filtering-is-available.patch:
(git-fixes).
- patches.suse/0003-net-stmmac-xgmac-Disable-the-Timestamp-interrupt-by-.patch:
(git-fixes).
- net: stmmac: dwmac-meson8b: Fix signedness bug in probe
(git-fixes).
- patches.suse/0001-netfilter-nf_tables_offload-avoid-excessive-stack-us.patch:
(git-fixes).
- commit aa9a965
* Mon Jan 13 2020 palcantara@suse.de
- Delete patches.suse/cifs-fix-set-info.patch.
Applied to v4.12+, not needed anymore.
- commit b070525
* Mon Jan 13 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/amdgpu: hide another #warning'
- commit b0c0990
* Mon Jan 13 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/amdgpu: revert "disable bulk moves for now"'
- commit 8d0546c
* Mon Jan 13 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/amdgpu: Fix KFD-related kernel oops on Hawaii'
- commit c48f714
* Mon Jan 13 2020 tzimmermann@suse.de
- drm/meson: vclk: use the correct G12A frac max value (bsc#1152489)
- commit 7b38ed0
* Mon Jan 13 2020 tzimmermann@suse.de
- drm/mipi-dbi: fix a loop in debugfs code (bsc#1152489)
- commit d510e3b
* Mon Jan 13 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915: Fix g4x sprite scaling stride check with GTT remapping'
- commit cf03598
* Mon Jan 13 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915/dp: Fix dsc bpp calculations, v5.'
- commit 44b95e2
* Mon Jan 13 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915: Mark contents as dirty on a write fault'
- commit fa91ba4
* Mon Jan 13 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled'
- commit 9d6eb9a
* Mon Jan 13 2020 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915: Don't mix srcu tag and negative error codes'
- commit e879648
* Mon Jan 13 2020 msuchanek@suse.de
- powerpc/irq: fix stack overflow verification (bsc#1065729).
- commit 3c46adb
* Mon Jan 13 2020 nsaenzjulienne@suse.de
- Delete patches.suse/firmware-arm_sdei-fix-wrong-of_node_put-in-init-function.patch.
Applied to v5.0, not needed anymore.
- commit a8b4a26
* Mon Jan 13 2020 msuchanek@suse.de
- powerpc/mm: drop #ifdef CONFIG_MMU in is_ioremap_addr()
(bsc#1065729).
- powerpc/security: Fix debugfs data leak on 32-bit (bsc#1065729).
- powerpc/pkeys: remove unused pkey_allows_readwrite
(bsc#1065729).
- powerpc/64s/radix: Fix build failure with RADIX_MMU=n
(bsc#1065729).
- commit 710230e
* Mon Jan 13 2020 tiwai@suse.de
- HID: hidraw, uhid: Always report EPOLLOUT (git-fixes).
- HID: hidraw: Fix returning EPOLLOUT from hidraw_poll
(git-fixes).
- hidraw: Return EPOLLOUT from hidraw_poll (git-fixes).
- commit be1efe9
* Mon Jan 13 2020 hare@suse.de
- Enable SCSI patches after review
- Refresh patches.suse/fcoe-reduce-max_sectors.
- commit cdd6e89
* Mon Jan 13 2020 hare@suse.de
- Remove disabled NVMe patches after review
- Delete
patches.suse/nvme-Do-not-remove-namespaces-during-reset.patch.
- Delete
patches.suse/nvme-flush-scan_work-when-resetting-controller.patch.
- Delete
patches.suse/nvme-schedule-requeue-whenever-a-LIVE-state-is-enter.patch.
- Delete
patches.suse/nvme-skip-nvme_update_disk_info-if-the-controller-is.patch.
- commit 0f8d58e
* Mon Jan 13 2020 tiwai@suse.de
- vlan: vlan_changelink() should propagate errors (git-fixes).
- vlan: fix memory leak in vlan_dev_set_egress_priority
(git-fixes).
- vxlan: fix tos value before xmit (git-fixes).
- commit cb7ad7e
* Mon Jan 13 2020 tiwai@suse.de
- usb: missing parentheses in USE_NEW_SCHEME (git-fixes).
- usb: ohci-da8xx: ensure error return on variable error is set
(git-fixes).
- usb: musb: fix idling for suspend after disconnect interrupt
(git-fixes).
- USB: serial: option: add Telit ME910G1 0x110a composition
(git-fixes).
- usb: chipidea: host: Disable port power only if previously
enabled (git-fixes).
- usb: dwc3: gadget: Fix request complete check (git-fixes).
- usb: musb: dma: Correct parameter passed to IRQ handler
(git-fixes).
- USB: core: fix check for duplicate endpoints (git-fixes).
- sbitmap: only queue kyber's wait callback if not already active
(git-fixes).
- rfkill: Fix incorrect check to avoid NULL pointer dereference
(git-fixes).
- usb: typec: fusb302: Fix an undefined reference to
'extcon_get_state' (git-fixes).
- regulator: fix use after free issue (git-fixes).
- spi: spi-ti-qspi: Fix a bug when accessing non default CS
(git-fixes).
- spi: spi-cavium-thunderx: Add missing pci_release_regions()
(git-fixes).
- spi: pxa2xx: Add support for Intel Jasper Lake (git-fixes).
- reset: Do not register resource data for missing resets
(git-fixes).
- USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipein
(git-fixes).
- commit fb98c64
* Mon Jan 13 2020 tiwai@suse.de
- phy: cpcap-usb: Fix flakey host idling and enumerating of
devices (git-fixes).
- phy: cpcap-usb: Fix error path when no host driver is loaded
(git-fixes).
- powercap: intel_rapl: add NULL pointer check to
rapl_mmio_cpu_online() (git-fixes).
- pstore/ram: Regularize prz label allocation lifetime
(git-fixes).
- pinctrl: meson: Fix wrong shift value when get drive-strength
(git-fixes).
- pinctrl: lochnagar: select GPIOLIB (git-fixes).
- net: ethernet: ti: davinci_cpdma: fix warning "device driver
frees DMA memory with different size" (git-fixes).
- psi: Fix a division error in psi poll() (git-fixes).
- net: ethernet: ti: ale: clean ale tbl on init and intf restart
(git-fixes).
- net: ethernet: ti: Add dependency for TI_DAVINCI_EMAC
(git-fixes).
- commit f56a8be
* Mon Jan 13 2020 tiwai@suse.de
- net: usb: lan78xx: fix possible skb leak (git-fixes).
- net: phylink: fix failure to register on x86 systems
(git-fixes).
- commit dfe6464
* Mon Jan 13 2020 tiwai@suse.de
- i2c: bcm2835: Store pointer to bus clock (git-fixes).
- mtd: onenand: omap2: Pass correct flags for prep_dma_memcpy
(git-fixes).
- mtd: rawnand: stm32_fmc2: avoid to lock the CPU bus (git-fixes).
- Input: input_event - fix struct padding on sparc64 (git-fixes).
- commit 016c9c2
* Mon Jan 13 2020 tiwai@suse.de
- gpio: zynq: Fix for bug in zynq_gpio_restore_context API
(git-fixes).
- HID: hiddev: fix mess in hiddev_open() (git-fixes).
- HID: uhid: Fix returning EPOLLOUT from uhid_char_poll
(git-fixes).
- efi/gop: Fix memory leak in __gop_query32/64() (git-fixes).
- efi/gop: Return EFI_SUCCESS if a usable GOP was found
(git-fixes).
- efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
(git-fixes).
- commit 07644ef
* Mon Jan 13 2020 ptesarik@suse.cz
- Delete patches.suse/s390-sles15-05-01-gmb.patch (unused code).
- commit 396bd69
* Mon Jan 13 2020 tiwai@suse.de
- staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713
(git-fixes).
- drm/i915/gt: Mark up virtual engine uabi_instance (git-fixes).
- drm/fb-helper: Round up bits_per_pixel if possible (git-fixes).
- drm/sun4i: tcon: Set RGB DCLK min. divider based on hardware
model (git-fixes).
- drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ
(git-fixes).
- cfg80211: fix double-free after changing network namespace
(git-fixes).
- drm/exynos: gsc: add missed component_del (git-fixes).
- commit 9472262
* Mon Jan 13 2020 tiwai@suse.de
- can: mscan: mscan_rx_poll(): fix rx path lockup when returning
from polling to irq mode (git-fixes).
- can: gs_usb: gs_usb_probe(): use descriptors of current
altsetting (git-fixes).
- can: kvaser_usb: fix interface sanity check (git-fixes).
- can: can_dropped_invalid_skb(): ensure an initialized headroom
in outgoing CAN sk_buffs (git-fixes).
- commit d7cc7b3
* Mon Jan 13 2020 ptesarik@suse.cz
- Delete patches.suse/s390-sles15-bpf-indirect-call.patch (code removed).
- commit 5611b27
* Mon Jan 13 2020 tiwai@suse.de
- ALSA: hda: enable regmap internal locking (git-fixes).
- ALSA: hda/realtek - Add quirk for the bass speaker on Lenovo
Yoga X1 7th gen (git-fixes).
- ALSA: hda/realtek - Set EAPD control to default for ALC222
(git-fixes).
- ASoC: topology: Prevent use-after-free in
snd_soc_get_pcm_runtime() (git-fixes).
- ASoC: fsl_audmix: add missed pm_runtime_disable (git-fixes).
- ASoC: stm32: spdifrx: fix input pin state management
(git-fixes).
- ASoC: stm32: spdifrx: fix race condition in irq handler
(git-fixes).
- ASoC: stm32: spdifrx: fix inconsistent lock state (git-fixes).
- ASoC: soc-core: Set dpcm_playback / dpcm_capture (git-fixes).
- ASoC: SOF: fix fault at driver unload after failed probe
(git-fixes).
- ALSA: usb-audio: Apply the sample rate quirk for Bose Companion
5 (git-fixes).
- ALSA: hda/realtek - Add new codec supported for ALCS1200A
(git-fixes).
- commit 2b19b57
* Mon Jan 13 2020 ptesarik@suse.cz
- Delete outdated kmsg patches:
- patches.suse/s390-sles15sp1-kmsg-update-2019-01-10.patch
- patches.suse/s390-sles15sp1-kmsg-update-2019-03-08.patch
- patches.suse/s390-sles15-00-04-04-kmsg-add-VNIC-Characteristics-msg-documentation.patch
- commit 687aa24
* Mon Jan 13 2020 jroedel@suse.de
- iommu/vt-d: Unlink device if failed to add to group
(bsc#1160752).
- iommu: Remove device link to group on failure (bsc#1160750).
- iommu/vt-d: Fix adding non-PCI devices to Intel IOMMU
(bsc#1160751).
- commit 0ea0858
* Mon Jan 13 2020 glin@suse.com
- bpf: Fix passing modified ctx to ld/abs/ind instruction
(bsc#1155518).
- bpf: cgroup: prevent out-of-order release of cgroup bpf
(bsc#1155518).
- commit 0a9f272
* Mon Jan 13 2020 hare@suse.de
- megaraid_sas: fixup MSIx interrupt setup during resume
(bsc#1160647).
- commit c59143f
* Mon Jan 13 2020 clin@suse.com
- devpts_pty_kill(): don't bother with d_delete() (jsc#SLE-9943).
- commit 7312898
* Fri Jan 10 2020 ptesarik@suse.cz
- Update config options that were missing on arm64 in commit
7dd255172f6798f5ec3ab63db55384fbd980125e (bsc#1158776).
- commit 597cc24
* Fri Jan 10 2020 ptesarik@suse.cz
- Set CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 on arm64 (bsc#1158776).
- commit 855731d
* Fri Jan 10 2020 ptesarik@suse.cz
- Enable CONFIG_VMAP_STACK on arm64 (bsc#1158776).
- commit 51f78da
* Fri Jan 10 2020 ptesarik@suse.cz
- Disable CONFIG_PCCARD on arm64 (bsc#1158776).
- commit 04bc6eb
* Fri Jan 10 2020 nsaenzjulienne@suse.de
- supported.conf: Enable mdio-bcm-unimac (bsc#1160310)
Needed in order for Raspberry Pi 4's ethernet port to work.
- commit 8c2fc6c
* Fri Jan 10 2020 jeyu@suse.de
- export: avoid code duplication in include/linux/export.h
(jsc#SLE-10158).
- modpost: remove unneeded local variable in contains_namespace()
(jsc#SLE-10158).
- scripts/nsdeps: support nsdeps for external module builds
(jsc#SLE-10158).
Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
- modpost: dump missing namespaces into a single modules.nsdeps
file (jsc#SLE-10158).
Refresh patches.suse/supported-flag
- modpost: free ns_deps_buf.p after writing ns_deps files
(jsc#SLE-10158).
- modpost: do not invoke extra modpost for nsdeps (jsc#SLE-10158).
Refresh
patches.suse/supported-flag
patches.suse/supported-flag-external
- scripts/nsdeps: make sure to pass all module source files to
spatch (jsc#SLE-10158).
- scripts/nsdeps: use alternative sed delimiter (jsc#SLE-10158).
- symbol namespaces: revert to previous __ksymtab name scheme
(jsc#SLE-10158).
- modpost: make updating the symbol namespace explicit
(jsc#SLE-10158).
- modpost: delegate updating namespaces to separate function
(jsc#SLE-10158).
- doc: move namespaces.rst from kbuild/ to core-api/
(jsc#SLE-10158).
- nsdeps: make generated patches independent of locale
(jsc#SLE-10158).
- nsdeps: fix hashbang of scripts/nsdeps (jsc#SLE-10158).
- kbuild: fix build error of 'make nsdeps' in clean tree
(jsc#SLE-10158).
- module: rename __kstrtab_ns_* to __kstrtabns_* to avoid symbol
conflict (jsc#SLE-10158).
- modpost: fix broken sym->namespace for external module builds
(jsc#SLE-10158).
- module: swap the order of symbol.namespace (jsc#SLE-10158).
- scripts: add_namespace: Fix coccicheck failed (jsc#SLE-10158).
- module: Fix link failure due to invalid relocation on namespace
offset (jsc#SLE-10158).
- usb-storage: export symbols in USB_STORAGE namespace
(jsc#SLE-10158).
- usb-storage: remove single-use define for debugging
(jsc#SLE-10158).
- docs: Add documentation for Symbol Namespaces (jsc#SLE-10158).
- scripts: Coccinelle script for namespace dependencies
(jsc#SLE-10158).
Refresh
patches.suse/supported-flag
patches.suse/supported-flag-external
- modpost: add support for generating namespace dependencies
(jsc#SLE-10158).
Refresh patches.suse/supported-flag
- export: allow definition default namespaces in Makefiles or
sources (jsc#SLE-10158).
- module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
(jsc#SLE-10158).
Refresh configs (add MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=n).
- modpost: add support for symbol namespaces (jsc#SLE-10158).
Refresh patches.suse/livepatch-modpost-ignore-unresolved-symbols.patch
- module: add support for symbol namespaces (jsc#SLE-10158).
- export: explicitly align struct kernel_symbol (jsc#SLE-10158).
- module: support reading multiple values per modinfo tag
(jsc#SLE-10158).
- commit 4ff553d
* Fri Jan 10 2020 ptesarik@suse.cz
- Enable CONFIG_SECURITY_DMESG_RESTRICT on arm64 (bsc#1158776).
- commit 08863e8
* Fri Jan 10 2020 mkubecek@suse.cz
- supported.conf: fix order of the entries
- commit 8e2c146
* Fri Jan 10 2020 hare@suse.de
- scsi: add 'disable_async_probing' module argument
(jsc#SLE-11117,bsc#1156954).
- drivers/base: implement dev_enable_async_probe()
(jsc#SLE-11117,bsc#1156954).
- commit cbc6624
* Fri Jan 10 2020 jlee@suse.com
- Update config files. (bsc#1160067)
Disable CONFIG_KEYS_REQUEST_CACHE.
The CONFIG_KEYS_REQUEST_CACHE adds a cache in task_struct for the result
of request_key(). But it causes kernel NULL pointer dereference problem
when we run the long-run testing by the request_key03 test case in LTP.
The issue can be reproduced on v5.3 mainline kernel and later, even on
v5.5-rc kernel. The CONFIG_KEYS_REQUEST_CACHE be introduced by
7743c48e54ee9be9c patch since v5.3 kernel:
commit 7743c48e54ee9be9c799cbf3b8e3e9f2b8d19e72
Author: David Howells <dhowells@redhat.com>
Date: Wed Jun 19 16:10:15 2019 +0100
keys: Cache result of request_key*() temporarily in task_struct
Before this issue be fixed on kernel upstream, Let's disable the
CONFIG_KEYS_REQUEST_CACHE function on SLE15-SP2 on all architecture.
- commit f6f29a6
* Thu Jan 09 2020 lduncan@suse.com
- scsi: libsas: stop discovering if oob mode is disconnected
(CVE-2019-19965 bsc#1159911).
- commit 0bb4d37
* Thu Jan 09 2020 tiwai@suse.de
- serial: sprd: Add clearing break interrupt operation
(git-fixes).
- staging/wlan-ng: add CRC32 dependency in Kconfig (git-fixes).
- usb: gadget: fix wrong endpoint desc (git-fixes).
- selftests: breakpoints: Fix a typo of function name (git-fixes).
- commit 1096b35
* Thu Jan 09 2020 tiwai@suse.de
- samples/seccomp: Zero out members based on seccomp_notif_sizes
(git-fixes).
- rseq/selftests: Fix: Namespace gettid() for compatibility with
glibc 2.30 (git-fixes).
- samples/trace_printk: Wait for IRQ work to finish (git-fixes).
- samples: pktgen: fix proc_cmd command result check logic
(git-fixes).
- commit 168e639
* Thu Jan 09 2020 tiwai@suse.de
- rpmsg: glink: Free pending deferred work on remove (git-fixes).
- rpmsg: glink: Don't send pending rx_done during remove
(git-fixes).
- rpmsg: glink: Fix rpmsg_register_device err handling
(git-fixes).
- rpmsg: glink: Put an extra reference during cleanup (git-fixes).
- rpmsg: glink: Fix use after free in open_ack TIMEOUT case
(git-fixes).
- rpmsg: glink: Fix reuse intents memory leak issue (git-fixes).
- rpmsg: glink: Set tail pointer to 0 at end of FIFO (git-fixes).
- commit eefcc8c
* Thu Jan 09 2020 tiwai@suse.de
- ptp: fix the race between the release of ptp_clock and cdev
(git-fixes).
- phy: renesas: phy-rcar-gen2: Fix the array off by one warning
(git-fixes).
- PM / hibernate: memory_bm_find_bit(): Tighten node optimisation
(git-fixes).
- commit 8fdacf8
* Thu Jan 09 2020 ptesarik@suse.cz
- s390/qeth: fix initialization on old HW (bsc#1160228
LTC#183076).
- commit 4565d24
* Thu Jan 09 2020 tiwai@suse.de
- media: pulse8-cec: fix lost cec_transmit_attempt_done() call
(git-fixes).
- media: cec: avoid decrementing transmit_queue_sz if it is 0
(git-fixes).
- media: cec: CEC 2.0-only bcast messages were ignored
(git-fixes).
- net: phy: aquantia: add suspend / resume ops for AQR105
(git-fixes).
- gpiolib: fix up emulated open drain outputs (git-fixes).
- net: usb: lan78xx: Fix error message format specifier
(git-fixes).
- net: usb: lan78xx: Fix suspend/resume PHY register access error
(git-fixes).
- iio: st_accel: Fix unused variable warning (git-fixes).
- net: phy: dp83867: enable robust auto-mdix (git-fixes).
- commit 9ace80b
* Thu Jan 09 2020 ptesarik@suse.cz
- s390/qeth: fix dangling IO buffers after halt/clear (bsc#1160227
LTC#183077).
- commit 889634e
* Thu Jan 09 2020 tiwai@suse.de
- drm/amdgpu/smu: add metrics table lock for vega20 (v2)
(git-fixes).
- drm/amdgpu/smu: add metrics table lock for navi (v2)
(git-fixes).
- drm/amdgpu/smu: add metrics table lock (git-fixes).
- commit c292740
* Thu Jan 09 2020 tiwai@suse.de
- drm/amd/display: Reset steer fifo before unblanking the stream
(git-fixes).
- drm/amd/display: Change the delay time before enabling FEC
(git-fixes).
- drm/amd/display: Fixed kernel panic when booting with DP-to-HDMI
dongle (git-fixes).
- drm/amdgpu: add cache flush workaround to gfx8 emit_fence
(git-fixes).
- drm/amdgpu: add check before enabling/disabling broadcast mode
(git-fixes).
- drm/nouveau/kms/nv50-: fix panel scaling (git-fixes).
- drm/nouveau: Fix drm-core using atomic code-paths on pre-nv50
hardware (git-fixes).
- drm/nouveau: Move the declaration of struct nouveau_conn_atom
up a bit (git-fixes).
- drm/i915/execlists: Fix annotation for decoupling virtual
request (git-fixes).
- ath9k_htc: Discard undersized packets (git-fixes).
- ath9k_htc: Modify byte order for an error message (git-fixes).
- commit bd77fbc
* Thu Jan 09 2020 tiwai@suse.de
- ata: ahci_brcm: Add missing clock management during recovery
(git-fixes).
- ata: ahci_brcm: BCM7425 AHCI requires AHCI_HFLAG_DELAY_ENGINE
(git-fixes).
- ata: ahci_brcm: Fix AHCI resources management (git-fixes).
- ata: libahci_platform: Export again
ahci_platform_<en/dis>able_phys() (git-fixes).
- commit 02d31e9
* Thu Jan 09 2020 mbenes@suse.cz
- s390/ftrace: save traced function caller (jsc#SLE-11050).
- commit df15586
* Thu Jan 09 2020 mbenes@suse.cz
- s390/unwind: stop gracefully at user mode pt_regs in irq stack
(jsc#SLE-11050).
- commit cb8ad0f
* Thu Jan 09 2020 msuchanek@suse.de
- drivers/base/memory.c: cache blocks in radix tree to accelerate
lookup (bsc#1159955 ltc#182993).
- commit a6f9349
* Wed Jan 08 2020 ailiopoulos@suse.com
- xfs: fix missed wakeup on l_flush_wait (git-fixes).
- commit b398e15
* Wed Jan 08 2020 ailiopoulos@suse.com
- iomap: iomap that extends beyond EOF should be marked dirty
(git-fixes).
- commit 1ec5fb2
* Wed Jan 08 2020 ailiopoulos@suse.com
- xfs: use bitops interface for buf log item AIL flag check
(git-fixes).
- commit 245f9d1
* Wed Jan 08 2020 ailiopoulos@suse.com
- xfs: change the seconds fields in xfs_bulkstat to signed
(git-fixes).
- commit 225e4fb
* Wed Jan 08 2020 tiwai@suse.de
- tpm: Handle negative priv->response_len in tpm_common_read()
(git-fixes).
- commit f84106a
* Wed Jan 08 2020 nsaenzjulienne@suse.de
- supported.conf: enable Raspberry Pi cpufreq driver (bsc#1160461).
These drivers are required in order to enable CPU frequency scaling on
the Raspberry Pi family of boards.
- commit 248458d
* Wed Jan 08 2020 tiwai@suse.de
- libertas: Fix two buffer overflows at parsing bss descriptor
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
- commit 7117d1b
* Wed Jan 08 2020 yousaf.kaukab@suse.com
- PCI: mobiveil: Add PCIe Gen4 RC driver for NXP Layerscape SoCs (bsc#1161495).
- dt-bindings: PCI: Add NXP Layerscape SoCs PCIe Gen4 controller (bsc#1161495).
- PCI: mobiveil: Add 8-bit and 16-bit CSR register accessors (bsc#1161495).
- PCI: mobiveil: Make mobiveil_host_init() can be used to re-init host (bsc#1161495).
- PCI: mobiveil: Add callback function for link up check (bsc#1161495).
- PCI: mobiveil: Add callback function for interrupt initialization (bsc#1161495).
- PCI: mobiveil: Modularize the Mobiveil PCIe Host Bridge IP driver (bsc#1161495).
- PCI: mobiveil: Collect the interrupt related operations into a routine (bsc#1161495).
- PCI: mobiveil: Move the host initialization into a routine (bsc#1161495).
- PCI: mobiveil: Re-abstract the private structure (bsc#1161495).
- commit 3a1031d
* Wed Jan 08 2020 yousaf.kaukab@suse.com
- PCI: mobiveil: Fix csr_read()/write() build issue (bsc#1161495).
- commit 201a79d
* Wed Jan 08 2020 yousaf.kaukab@suse.com
- arm64: PCI: mobiveil: remove patchset v8
References: bsc#1161495
Prepare to backport patchset v9
- Delete
patches.suse/PCI-mobiveil-Add-8-bit-and-16-bit-CSR-register-acces.patch.
- Delete
patches.suse/PCI-mobiveil-Add-PCIe-Gen4-RC-driver-for-NXP-Layersc.patch.
- Delete
patches.suse/PCI-mobiveil-Make-mobiveil_host_init-can-be-used-to-.patch.
- Delete
patches.suse/PCI-mobiveil-Refactor-Mobiveil-PCIe-Host-Bridge-IP-d.patch.
- Refresh
patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch.
- Refresh
config/arm64/default
- commit 85f695c
* Wed Jan 08 2020 jroedel@suse.de
- iommu: Don't use sme_active() in generic code (bsc#1160320).
- commit c7574c0
* Wed Jan 08 2020 fdmanana@suse.com
- Btrfs: fix block group remaining RO forever after error during
device replace (bsc#1160442).
- commit 3e5a343
* Wed Jan 08 2020 jroedel@suse.de
- Update patches.suse/iommu-vt-d-fix-dmar-pte-read-access-not-set-error
(bsc#1160141, bsc#1159594, bsc#1159592).
- commit 0cb2587
* Wed Jan 08 2020 jroedel@suse.de
- Documentation: Update Documentation for iommu.passthrough
(bsc#1160320).
- iommu: Disable passthrough mode when SME is active
(bsc#1160320).
- iommu: Set default domain type at runtime (bsc#1160320).
- iommu: Print default domain type on boot (bsc#1160320).
- ia64: Get rid of iommu_pass_through (bsc#1160320).
- x86/dma: Get rid of iommu_pass_through (bsc#1160320).
- iommu/vt-d: Request passthrough mode from IOMMU core
(bsc#1160320).
- iommu/amd: Request passthrough mode from IOMMU core
(bsc#1160320).
- iommu: Use Functions to set default domain type in
iommu_set_def_domain_type() (bsc#1160320).
- iommu: Add helpers to set/get default domain type (bsc#1160320).
- iommu: Remember when default domain type was set on kernel
command line (bsc#1160320).
- commit fbe5ae4
* Wed Jan 08 2020 mkubecek@suse.cz
- Disable patches.suse/Documentation-ABI-mark-sys-kernel-fadump_-sysfs-file.patch
For some reason, these changes result in "make htmldocs" stuck indefinitely
so that kernel-docs fails to build. Whether it's a sphinx bug or some ReST
formatting problem (or combination of both), more time will be needed to
find a proper solution. As the offending patch touches only documentation,
disable it for now so that we do not block Beta2 submission.
- commit ab61608
* Wed Jan 08 2020 tiwai@suse.de
- drm/sun4i: hdmi: Remove duplicate cleanup calls (git-fixes).
- drm/i915/gvt: Pin vgpu dma address before using (git-fixes).
- drm/i915/gvt: use vgpu lock for active state setting
(git-fixes).
- drm/i915: Fix pid leak with banned clients (git-fixes).
- drm/i915/gem: Keep request alive while attaching fences
(git-fixes).
- drm/i915: Fix WARN_ON condition for cursor plane ddb allocation
(git-fixes).
- drm/i915: Set fence_work.ops before dma_fence_init (git-fixes).
- drm/i915/fbc: Disable fbc by default on all glk+ (git-fixes).
- drm/radeon: fix r1xx/r2xx register checker for POT textures
(git-fixes).
- drm/amd/display: re-enable wait in pipelock, but add timeout
(git-fixes).
- drm: limit to INT_MAX in create_blob ioctl (git-fixes).
- drm/amdgpu/gfx10: explicitly wait for cp idle after halt/unhalt
(git-fixes).
- drm/amdgpu: Avoid accidental thread reactivation (git-fixes).
- drm/amdgpu: fix potential double drop fence reference
(git-fixes).
- drm/amdgpu: disallow direct upload save restore list from gfx
driver (git-fixes).
- drm/amd/display: correctly populate dpp refclk in fpga
(git-fixes).
- drm/tegra: sor: Use correct SOR index on Tegra210 (git-fixes).
- drm/nouveau: Don't grab runtime PM refs for HPD IRQs
(git-fixes).
- drm/gma500: fix memory disclosures due to uninitialized bytes
(git-fixes).
- drm/bridge: dw-hdmi: Restore audio when setting a mode
(git-fixes).
- drm/drm_vblank: Change EINVAL by the correct errno (git-fixes).
- drm/amdgpu: fix amdgpu trace event print string format error
(git-fixes).
- drm/amd/powerplay: avoid disabling ECC if RAS is enabled for
VEGA20 (git-fixes).
- drm/amd/display: Fix dongle_caps containing stale information
(git-fixes).
- drm/amd/display: Program DWB watermarks from correct state
(git-fixes).
- drm/amd/display: wait for set pipe mcp command completion
(git-fixes).
- drm/amd/display: Properly round nominal frequency for SPD
(git-fixes).
- drm/amdkfd: Fix MQD size calculation (git-fixes).
- drm/amdgpu: fix uninitialized variable pasid_mapping_needed
(git-fixes).
- drm/amd/powerplay: A workaround to GPU RESET on APU (git-fixes).
- drm/amdkfd: fix a potential NULL pointer dereference (v2)
(git-fixes).
- drm/amd/display: Set number of pipes to 1 if the second pipe
was disabled (git-fixes).
- drm/amd/display: Handle virtual signal type in disable_link()
(git-fixes).
- drm/amdgpu: grab the id mgr lock while accessing passid_mapping
(git-fixes).
- drm/amdgpu/sriov: add ring_stop before ring_create in psp v11
code (git-fixes).
- drm/amd/display: verify stream link before link test
(git-fixes).
- drm/bridge: dw-hdmi: Refuse DDC/CI transfers on the internal
I2C controller (git-fixes).
- drm/sun4i: dsi: Fix TCON DRQ set bits (git-fixes).
- drm/komeda: Workaround for broken FLIP_COMPLETE timestamps
(git-fixes).
- drm/bridge: analogix-anx78xx: silence -EPROBE_DEFER warnings
(git-fixes).
- drm: exynos: exynos_hdmi: use cec_notifier_conn_(un)register
(git-fixes).
- drm/vc4/vc4_hdmi: fill in connector info (git-fixes).
- drm/panel: Add missing drm_panel_init() in panel drivers
(git-fixes).
- commit a4a0b31
* Wed Jan 08 2020 tbogendoerfer@suse.de
- net/sched: add delete_empty() to filters and use it in
cls_flower (bsc#1154353).
- tcp: Fix highest_sack and highest_sack_seq (bsc#1154353).
- cxgb4/cxgb4vf: fix flow control display for auto negotiation
(jsc#SLE-8389).
- mlxsw: spectrum: Use dedicated policer for VRRP packets
(bsc#1154488).
- mlxsw: spectrum_router: Skip loopback RIFs during MAC validation
(bsc#1154488).
- net/sched: act_mirred: Pull mac prior redir to non
mac_header_xmit device (bsc#1154353).
- net_sched: sch_fq: properly set sk->sk_pacing_status
(bsc#1154353).
- bnx2x: Fix accounting of vlan resources among the PFs
(bsc#1154395).
- bnx2x: Use appropriate define for vlan credit (bsc#1154395).
- net/mlxfw: Fix out-of-memory error in mfa2 flash burning
(bsc#1154488).
- sctp: fix err handling of stream initialization (bsc#1154353).
- udp: fix integer overflow while computing available space in
sk_rcvbuf (bsc#1154353).
- sfc: Include XDP packet headroom in buffer step size
(jsc#SLE-8314).
- sfc: fix channel allocation with brute force (jsc#SLE-8314).
- net: dst: Force 4-byte alignment of dst_metrics (bsc#1154353).
- net: phy: ensure that phy IDs are correctly typed (bsc#1154353).
- qede: Disable hardware gro when xdp prog is installed
(jsc#SLE-8401).
- net: ena: fix issues in setting interrupt moderation params
in ethtool (bsc#1154492).
- net: ena: fix default tx interrupt moderation interval
(bsc#1154492).
- net: hisilicon: Fix a BUG trigered by wrong bytes_compl
(bsc#1154353).
- cxgb4: fix refcount init for TC-MQPRIO offload (jsc#SLE-8389).
- net/sched: cls_u32: fix refcount leak in the error path of
u32_change() (bsc#1154353).
- net, sysctl: Fix compiler warning when only cBPF is present
(bsc#1154353).
- net/ixgbe: Fix concurrency issues between config flow and XSK
(jsc#SLE-7979 jsc#SLE-7981).
- net/i40e: Fix concurrency issues between config flow and XSK
(jsc#SLE-8025).
- net/mlx5e: Fix concurrency issues between config flow and XSK
(jsc#SLE-8464).
- xsk: Add rcu_read_lock around the XSK wakeup (bsc#1154353).
- net-sysfs: Call dev_hold always in rx_queue_add_kobject
(bsc#1154353).
- nfp: flower: fix stats id allocation (bsc#1154353).
- net: fix kernel-doc warning in <linux/netdevice.h>
(bsc#1154353).
- net: annotate lockless accesses to sk->sk_pacing_shift
(bsc#1154353).
- net: qlogic: Fix error paths in ql_alloc_large_buffers()
(bsc#1154353).
- sctp: fix memleak on err handling of stream initialization
(bsc#1154353).
- cxgb4: Fix kernel panic while accessing sge_info (jsc#SLE-8389).
- net: phylink: fix interface passed to mac_link_up (bsc#1154353).
- bnx2x: Fix logic to get total no. of PFs per engine
(bsc#1154395).
- bnx2x: Do not handle requests from VFs after parity
(bsc#1154395).
- tcp: refine rule to allow EPOLLOUT generation under mem pressure
(bsc#1154353).
- tcp: refine tcp_write_queue_empty() implementation
(bsc#1154353).
- tcp: do not send empty skb from tcp_write_xmit() (bsc#1154353).
- tcp/dccp: fix possible race __inet_lookup_established()
(bsc#1154353).
- ipv6/addrconf: only check invalid header values when
NETLINK_F_STRICT_CHK is set (bsc#1154353).
- bnxt: apply computed clamp value for coalece parameter
(jsc#SLE-8371 bsc#1153274).
- qede: Fix multicast mac configuration (jsc#SLE-8401).
- net: ena: fix napi handler misbehavior when the napi budget
is zero (bsc#1154492).
- bnxt_en: Add missing devlink health reporters for VFs
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Fix the logic that creates the health reporters
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Remove unnecessary NULL checks for fw_health
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Fix bp->fw_health allocation and free logic
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Return error if FW returns more data than dump length
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Free context memory in the open path if firmware has
been reset (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Fix MSIX request logic for RDMA driver (jsc#SLE-8371
bsc#1153274).
- af_packet: set defaule value for tmo (bsc#1154353).
- mlxsw: spectrum_router: Remove unlikely user-triggerable warning
(bsc#1154488).
- bonding: fix bond_neigh_init() (bsc#1154353).
- neighbour: remove neigh_cleanup() method (bsc#1154353).
- IB/mlx5: Fix device memory flows (jsc#SLE-8446).
- IB/core: Introduce rdma_user_mmap_entry_insert_range() API
(jsc#SLE-8449).
- IB/mlx5: Fix steering rule of drop and count (jsc#SLE-8446).
- IB/mlx4: Follow mirror sequence of device add during device
removal (jsc#SLE-8461).
- RDMA/counter: Prevent auto-binding a QP which are not tracked
with res (jsc#SLE-8449).
- rxe: correctly calculate iCRC for unaligned payloads
(jsc#SLE-8449).
- RDMA/cma: add missed unregister_pernet_subsys in init failure
(jsc#SLE-8449).
- net: make socket read/write_iter() honor IOCB_NOWAIT
(bsc#1154353).
- commit ad46b33
* Tue Jan 07 2020 dwagner@suse.de
- scsi: qla2xxx: Use get_unaligned_*() instead of open-coding
these functions (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix the endianness of the qla82xx_get_fw_size()
return type (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Improve readability of the code that handles
qla_flt_header (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Update driver version to 10.01.00.22-k
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix mtcp dump collection failure (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix stuck session in GNL (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix RIDA Format-2 (jsc#SLE-9714 jsc#SLE-10327
jsc#SLE-10334).
- scsi: qla2xxx: Consolidate fabric scan (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Correct fcport flags handling (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix stuck login session using prli_pend_timer
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Use common routine to free fcport struct
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Add D-Port Diagnostic reason explanation logs
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix update_fcport for current_topology
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Cleanup unused async_logout_done (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Add a shadow variable to hold disc_state history
of fcport (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix fabric scan hang (jsc#SLE-9714 jsc#SLE-10327
jsc#SLE-10334).
- scsi: qla2xxx: Remove defer flag to indicate immeadiate port
loss (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix qla2x00_request_irqs() for MSI (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: unregister ports after GPN_FT failure
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: fix rports not being mark as lost in sync fabric
scan (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- commit c04a5b0
* Tue Jan 07 2020 msuchanek@suse.de
- Make lzo the default pstore compression method (bsc#1159986).
Pstore has compression enabled, pstore is built-in, pstore default
compression is deflate, deflate is modular -> pstore initialization
fails on boot. Switch default compression to lzo which is built-in and
the only built-in method on SLE15.
- commit f26faac
* Tue Jan 07 2020 tiwai@suse.de
- watchdog: tqmx86_wdt: Fix build error (git-fixes).
- watchdog: Fix the race between the release of watchdog_core_data
and cdev (git-fixes).
- commit 0917c4e
* Tue Jan 07 2020 tiwai@suse.de
- tty/serial: atmel: fix out of range clock divider handling
(git-fixes).
- tty: serial: msm_serial: Fix lockup for sysrq and oops
(git-fixes).
- usb: xhci: Fix build warning seen with CONFIG_PM=n (git-fixes).
- usbip: Fix error path of vhci_recv_ret_submit() (git-fixes).
- USB: EHCI: Do not return -EPIPE when hub is disconnected
(git-fixes).
- xhci-pci: Allow host runtime PM as default also for Intel Ice
Lake xHCI (git-fixes).
- usb: usbfs: Suppress problematic bind and unbind uevents
(git-fixes).
- usb: renesas_usbhs: add suspend event support in gadget mode
(git-fixes).
- commit 5e7bf42
* Tue Jan 07 2020 tiwai@suse.de
- spi: st-ssc4: add missed pm_runtime_disable (git-fixes).
- spi: tegra20-slink: add missed clk_unprepare (git-fixes).
- spi: pxa2xx: Add missed security checks (git-fixes).
- spi: img-spfi: fix potential double release (git-fixes).
- spi: sprd: adi: Add missing lock protection when rebooting
(git-fixes).
- spi: sifive: disable clk when probe fails and remove
(git-fixes).
- spi: Add call to spi_slave_abort() function when spidev driver
is released (git-fixes).
- commit d4280ba
* Tue Jan 07 2020 tiwai@suse.de
- soundwire: intel: fix PDI/stream mapping for Bulk (git-fixes).
- commit befdf94
* Tue Jan 07 2020 tiwai@suse.de
- staging: rtl8188eu: fix possible null dereference (git-fixes).
- staging: rtl8192u: fix multiple memory leaks on error path
(git-fixes).
- rtlwifi: fix memory leak in rtl92c_set_fw_rsvdpagepkt()
(git-fixes).
- rtl8xxxu: fix RTL8723BU connection failure issue after warm
reboot (git-fixes).
- commit 70d7407
* Tue Jan 07 2020 tiwai@suse.de
- regulator: bd70528: Remove .set_ramp_delay for bd70528_ldo_ops
(git-fixes).
- regulator: axp20x: Fix axp20x_set_ramp_delay (git-fixes).
- regulator: axp20x: Fix AXP22x ELDO2 regulator enable bitmask
(git-fixes).
- rtc: sun6i: Add support for RTC clocks on R40 (git-fixes).
- riscv: ftrace: correct the condition logic in function graph
tracer (git-fixes).
- regulator: max8907: Fix the usage of uninitialized variable
in max8907_regulator_probe() (git-fixes).
- commit d2746d5
* Tue Jan 07 2020 tiwai@suse.de
- qtnfmac: fix invalid channel information output (git-fixes).
- qtnfmac: fix debugfs support for multiple cards (git-fixes).
- qtnfmac: fix using skb after free (git-fixes).
- commit 339b79a
* Tue Jan 07 2020 tiwai@suse.de
- pstore/ram: Write new dumps to start of recycled zones
(git-fixes).
- pstore/ram: Fix error-path memory leak in persistent_ram_new()
callers (git-fixes).
- commit a2e4095
* Tue Jan 07 2020 tiwai@suse.de
- platform/x86: pmc_atom: Add Siemens CONNECT X300 to
critclk_systems DMI table (git-fixes).
- platform/x86: hp-wmi: Make buffer for HPWMI_FEATURE2_QUERY
128 bytes (git-fixes).
- pinctrl: amd: fix __iomem annotation in amd_gpio_irq_handler()
(git-fixes).
- pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_B (git-fixes).
- pinctrl: devicetree: Avoid taking direct reference to device
name string (git-fixes).
- power: supply: cpcap-battery: Check voltage before
orderly_poweroff (git-fixes).
- commit d3f5c31
* Tue Jan 07 2020 tiwai@suse.de
- mod_devicetable: fix PHY module format (git-fixes).
- PCI/PM: Always return devices to D0 when thawing (git-fixes).
- parport: load lowlevel driver if ports not found (git-fixes).
- commit 22bfd6f
* Tue Jan 07 2020 tiwai@suse.de
- mmc: sdhci-of-esdhc: re-implement erratum A-009204 workaround
(git-fixes).
- mmc: sdhci: Add a quirk for broken command queuing (git-fixes).
- mmc: sdhci: Workaround broken command queuing on Intel GLK
(git-fixes).
- mmc: sdhci-of-esdhc: fix P2020 errata handling (git-fixes).
- mmc: sdhci: Update the tuning failed messages to pr_debug level
(git-fixes).
- mmc: sdhci-of-esdhc: Revert "mmc: sdhci-of-esdhc: add erratum
A-009204 support" (git-fixes).
- mmc: mediatek: fix CMD_TA to 2 for MT8173 HS200/HS400 mode
(git-fixes).
- mmc: sdhci-msm: Correct the offset and value for DDR_CONFIG
register (git-fixes).
- misc: fastrpc: fix memory leak from miscdev->name (git-fixes).
- mmc: tmio: Add MMC_CAP_ERASE to allow erase/discard/trim
requests (git-fixes).
- mmc: core: Drop check for mmc_card_is_removable() in
mmc_rescan() (git-fixes).
- mmc: block: Add CMD13 polling for MMC IOCTLS with R1B response
(git-fixes).
- mmc: block: Make card_busy_detect() a bit more generic
(git-fixes).
- commit 028a842
* Tue Jan 07 2020 tiwai@suse.de
- media: cec: check 'transmit_in_progress', not 'transmitting'
(git-fixes).
- media: vicodec: media_device_cleanup was called too early
(git-fixes).
- media: vim2m: media_device_cleanup was called too early
(git-fixes).
- media: v4l2-ctrl: Lock main_hdl on operations of requests_queued
(git-fixes).
- media: si470x-i2c: add missed operations in remove (git-fixes).
- media: pvrusb2: Fix oops on tear-down when radio support is
not present (git-fixes).
- media: vivid: media_device_cleanup was called too early
(git-fixes).
- media: staging/imx: Use a shorter name for driver (git-fixes).
- commit 0e40744
* Tue Jan 07 2020 tiwai@suse.de
- media: v4l2-core: fix touch support in v4l_g_fmt (git-fixes).
- media: smiapp: Register sensor after enabling runtime PM on
the device (git-fixes).
- media: imx7-mipi-csis: Add a check for devm_regulator_get
(git-fixes).
- media: st-mipid02: add a check for devm_gpiod_get_optional
(git-fixes).
- media: ad5820: Define entity function (git-fixes).
- media: ov5640: Make 2592x1944 mode only available at 15 fps
(git-fixes).
- media: ov6650: Fix stored frame interval not in sync with
hardware (git-fixes).
- media: aspeed: clear garbage interrupts (git-fixes).
- media: aspeed: set hsync and vsync polarities to normal before
starting mode detection (git-fixes).
- commit c8cb4cb
* Tue Jan 07 2020 tiwai@suse.de
- media: cedrus: Fix undefined shift with a SHIFT_AND_MASK_BITS
macro (git-fixes).
- commit 08552bc
* Tue Jan 07 2020 tiwai@suse.de
- media: ti-vpe: vpe: ensure buffers are cleaned up properly in
abort cases (git-fixes).
- media: ti-vpe: vpe: fix a v4l2-compliance failure about frame
sequence number (git-fixes).
- media: ti-vpe: vpe: fix a v4l2-compliance failure about invalid
sizeimage (git-fixes).
- media: ti-vpe: vpe: Make sure YUYV is set as default format
(git-fixes).
- media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid
pixel format (git-fixes).
- media: ti-vpe: vpe: fix a v4l2-compliance failure causing a
kernel panic (git-fixes).
- media: cx88: Fix some error handling path in 'cx8800_initdev()'
(git-fixes).
- commit b475671
* Tue Jan 07 2020 tiwai@suse.de
- media: cec-funcs.h: add status_req checks (git-fixes).
- media: flexcop-usb: fix NULL-ptr deref in
flexcop_usb_transfer_init() (git-fixes).
- media: venus: Fix occasionally failures to suspend (git-fixes).
- media: venus: core: Fix msm8996 frequency table (git-fixes).
- media: i2c: ov2659: Fix missing 720p register config
(git-fixes).
- media: i2c: ov2659: fix s_stream return value (git-fixes).
- media: cedrus: fill in bus_info for media device (git-fixes).
- media: am437x-vpfe: Setting STD to current value is not an error
(git-fixes).
- media: vimc: Fix gpf in rmmod path when stream is active
(git-fixes).
- commit 3bdee4e
* Tue Jan 07 2020 tiwai@suse.de
- mac80211: fix TID field in monitor mode transmit (git-fixes).
- mailbox: imx: Clear the right interrupts at shutdown
(git-fixes).
- mailbox: imx: Fix Tx doorbell shutdown path (git-fixes).
- commit 8428c64
* Tue Jan 07 2020 tiwai@suse.de
- libata: Fix retrieving of active qcs (git-fixes).
- libata: Ensure ata_port probe has completed before detach
(git-fixes).
- Revert "libata, freezer: avoid block device removal while
system is frozen" (git-fixes).
- commit aa59034
* Tue Jan 07 2020 tiwai@suse.de
- leds: an30259a: add a check for devm_regmap_init_i2c
(git-fixes).
- leds: tlc591xx: update the maximum brightness (git-fixes).
- leds: lm3692x: Handle failure to probe the regulator
(git-fixes).
- iwlwifi: mvm: fix unaligned read of rx_pkt_status (git-fixes).
- commit 03687f9
* Tue Jan 07 2020 tiwai@suse.de
- irqchip: ingenic: Error out if IRQ domain creation failed
(git-fixes).
- irqchip: Place CONFIG_SIFIVE_PLIC into the menu (git-fixes).
- irqchip/irq-bcm7038-l1: Enable parent IRQ if necessary
(git-fixes).
- commit b53401c
* Tue Jan 07 2020 tiwai@suse.de
- ipmi: Don't allow device module unload when in use (git-fixes).
- commit 65e80e2
* Tue Jan 07 2020 tiwai@suse.de
- intel_th: Fix freeing IRQs (git-fixes).
- intel_th: pci: Add Elkhart Lake SOC support (git-fixes).
- intel_th: pci: Add Comet Lake PCH-V support (git-fixes).
- commit d2e079e
* Tue Jan 07 2020 tiwai@suse.de
- Input: ili210x - handle errors from input_mt_init_slots()
(git-fixes).
- Input: st1232 - do not reset the chip too early (git-fixes).
- Input: atmel_mxt_ts - disable IRQ across suspend (git-fixes).
- commit 6ce709b
* Tue Jan 07 2020 tiwai@suse.de
- iio: dac: ad5446: Add support for new AD5600 DAC (git-fixes).
- iio: dln2-adc: fix iio_triggered_buffer_postenable() position
(git-fixes).
- staging: iio: ad9834: add a check for devm_clk_get (git-fixes).
- iio: adc: max1027: Reset the device at probe time (git-fixes).
- iio: max31856: add missing of_node and parent references to
iio_dev (git-fixes).
- iio: light: bh1750: Resolve compiler warning and make code
more readable (git-fixes).
- commit 0b7fbd3
* Tue Jan 07 2020 tiwai@suse.de
- HID: i2c-hid: Send power-on command after reset (git-fixes).
- commit bc0c11b
* Tue Jan 07 2020 tiwai@suse.de
- HID: i2c-hid: Remove runtime power management (git-fixes).
- Refresh
patches.suse/HID-i2c-hid-Reset-ALPS-touchpads-on-resume.patch.
- commit 8f8c13b
* Tue Jan 07 2020 tiwai@suse.de
- HID: logitech-hidpp: Silence intermittent get_battery_capacity
errors (git-fixes).
- HID: Improve Windows Precision Touchpad detection (git-fixes).
- HID: rmi: Check that the RMI_STARTED bit is set before
unregistering the RMI transport device (git-fixes).
- HID: i2c-hid: fix no irq after reset on raydium 3118
(git-fixes).
- HID: quirks: Add quirk for HP MSU1465 PIXART OEM mouse
(git-fixes).
- commit 6c8d52d
* Tue Jan 07 2020 tiwai@suse.de
- gpu: host1x: Allocate gather copy for host1x (git-fixes).
- commit fa0dc6d
* Tue Jan 07 2020 tiwai@suse.de
- gpio: xtensa: fix driver build (git-fixes).
- gpio: Fix error message on out-of-range GPIO in lookup table
(git-fixes).
- gpio: mxc: Only get the second IRQ when there is more than
one IRQ (git-fixes).
- fsi: core: Fix small accesses and unaligned offsets via sysfs
(git-fixes).
- commit 40e8be8
* Tue Jan 07 2020 tiwai@suse.de
- fjes: fix missed check in fjes_acpi_add (git-fixes).
- firmware_loader: Fix labels with comma for builtin firmware
(git-fixes).
- fbtft: Make sure string is NULL terminated (git-fixes).
- extcon: sm5502: Reset registers during initialization
(git-fixes).
- commit c1f6bcd
* Tue Jan 07 2020 tiwai@suse.de
- dpaa_eth: fix DMA mapping leak (git-fixes).
- dpaa2-ptp: fix double free of the ptp_qoriq IRQ (git-fixes).
- dpaa2-eth: Fix TX FQID values (git-fixes).
- commit 7ad103e
* Tue Jan 07 2020 tiwai@suse.de
- dmaengine: virt-dma: Fix access after free in vchan_complete()
(git-fixes).
- dmaengine: Fix access to uninitialized dma_slave_caps
(git-fixes).
- dmaengine: xilinx_dma: Clear desc_pendingcount in
xilinx_dma_reset (git-fixes).
- dma-debug: add a schedule point in debug_dma_dump_mappings()
(git-fixes).
- dma-mapping: Add vmap checks to dma_map_single() (git-fixes).
- commit edbb98f
* Tue Jan 07 2020 tiwai@suse.de
- staging: comedi: gsc_hpdi: check dma_alloc_coherent() return
value (git-fixes).
- counter: stm32-lptimer-cnt: fix a kernel-doc warning
(git-fixes).
- counter: stm32-timer-cnt: fix a kernel-doc warning (git-fixes).
- commit 5f1dabd
* Tue Jan 07 2020 tiwai@suse.de
- clocksource: riscv: add notrace to riscv_sched_clock
(git-fixes).
- clk: Move clk_core_reparent_orphans() under CONFIG_OF
(git-fixes).
- clk: imx: pll14xx: fix clk_pll14xx_wait_lock (git-fixes).
- clk: imx: clk-imx7ulp: Add missing sentinel of ulp_div_table
(git-fixes).
- clk: imx: clk-composite-8m: add lock to gate/mux (git-fixes).
- clk: walk orphan list on clock provider registration
(git-fixes).
- clocksource/drivers/asm9260: Add a check for of_clk_get
(git-fixes).
- clocksource/drivers/timer-of: Use unique device name instead
of timer (git-fixes).
- clk: clk-gpio: propagate rate change to parent (git-fixes).
- clk: qcom: Allow constant ratio freq tables for rcg (git-fixes).
- commit c3af1c4
* Tue Jan 07 2020 tiwai@suse.de
- can: flexcan: poll MCR_LPM_ACK instead of GPR ACK for stop
mode acknowledgment (git-fixes).
- can: flexcan: add low power enter/exit acknowledgment helper
(git-fixes).
- can: flexcan: fix possible deadlock and out-of-order reception
after wakeup (git-fixes).
- can: xilinx_can: Fix missing Rx can packets on CANFD2.0
(git-fixes).
- cdrom: respect device capabilities during opening action
(git-fixes).
- commit 6b25029
* Tue Jan 07 2020 tiwai@suse.de
- brcmfmac: remove monitor interface when detaching (git-fixes).
- Bluetooth: Fix advertising duplicated flags (git-fixes).
- Bluetooth: Workaround directed advertising bug in Broadcom
controllers (git-fixes).
- Bluetooth: missed cpu_to_le16 conversion in hci_init4_req
(git-fixes).
- commit b42e335
* Tue Jan 07 2020 tiwai@suse.de
- ath10k: Revert "ath10k: add cleanup in ath10k_sta_state()"
(git-fixes).
- ath10k: fix get invalid tx rate for Mesh metric (git-fixes).
- ath10k: fix offchannel tx failure when no
ath10k_mac_tx_frm_has_freq (git-fixes).
- ath10k: fix backtrace on coredump (git-fixes).
- ath10k: add cleanup in ath10k_sta_state() (git-fixes).
- commit bb2872b
* Tue Jan 07 2020 tiwai@suse.de
- ASoC: SOF: enable sync_write in hdac_bus (git-fixes).
- Refresh
patches.suse/Revert-ASoC-SOF-Force-polling-mode-on-CFL-and-CNL.patch.
- commit 64ac0e6
* Tue Jan 07 2020 tiwai@suse.de
- ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by
tegra_resume() (git-fixes).
- ASoC: wm5100: add missed pm_runtime_disable (git-fixes).
- ASoC: wm2200: add missed operations in remove and probe failure
(git-fixes).
- ASoC: Intel: kbl_rt5663_rt5514_max98927: Add dmic format
constraint (git-fixes).
- ASoC: rt5677: Mark reg RT5677_PWR_ANLG2 as volatile (git-fixes).
- ASoC: Intel: bytcr_rt5640: Update quirk for Acer Switch 10
SW5-012 2-in-1 (git-fixes).
- ASoC: wm8904: fix regcache handling (git-fixes).
- ASoC: SOF: topology: set trigger order for FE DAI link
(git-fixes).
- commit 6a5428c
* Tue Jan 07 2020 tiwai@suse.de
- ALSA: hda/realtek - Enable the bass speaker of ASUS UX431FLC
(git-fixes).
- ALSA: ice1724: Fix sleep-in-atomic in Infrasonic Quartet
support code (git-fixes).
- ALSA: hda/realtek - Add Bass Speaker and fixed dac for bass
speaker (git-fixes).
- ALSA: hda - Apply sync-write workaround to old Intel platforms,
too (git-fixes).
- ALSA: hda/hdmi - fix atpx_present when CLASS is not VGA
(git-fixes).
- ALSA: usb-audio: fix set_format altsetting sanity check
(git-fixes).
- ALSA: hda/realtek - Add headset Mic no shutup for ALC283
(git-fixes).
- ALSA: usb-audio: set the interface format after resume on Dell
WD19 (git-fixes).
- 6pack,mkiss: fix possible deadlock (git-fixes).
- ALSA: bebob: expand sleep just after breaking connections for
protocol version 1 (git-fixes).
- ACPI: button: Add DMI quirk for Medion Akoya E2215T (git-fixes).
- commit e88e392
* Tue Jan 07 2020 tbogendoerfer@suse.de
- ice: Add device ids for E822 devices (bsc#1157177).
- commit 0246f5b
* Tue Jan 07 2020 tbogendoerfer@suse.de
- net: marvell: mvpp2: phylink requires the link interrupt
(bsc#1117016).
- Delete
patches.suse/net-mvpp2-fix-condition-for-setting-up-link-interrup.patch.
- commit 8787cfd
* Tue Jan 07 2020 mbenes@suse.cz
- blacklist.conf: 1d8f65798240 ("riscv: ftrace: correct the condition logic in function graph tracer")
RISCV architecture is not supported.
- commit 2dbbf0b
* Tue Jan 07 2020 mbenes@suse.cz
- tracing: Fix endianness bug in histogram trigger (bsc#1160231).
- commit d1849ae
* Tue Jan 07 2020 mbenes@suse.cz
- tracing: Fix lock inversion in trace_event_enable_tgid_record()
(bsc#1160229).
- commit 4a84dfe
* Tue Jan 07 2020 tiwai@suse.de
- Move the upstreamed mwifiex fix patches into sorted section
Refresh tags:
patches.suse/mwifiex-Fix-heap-overflow-in-mmwifiex_process_tdls_a.patch
patches.suse/mwifiex-fix-possible-heap-overflow-in-mwifiex_proces.patch
- commit 19bf98d
* Tue Jan 07 2020 tiwai@suse.de
- USB: Fix: Don't skip endpoint descriptors with maxpacket=0
(bsc#1159811).
- commit 0c3dbbc
* Tue Jan 07 2020 tiwai@suse.de
- tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"
(bsc#1159152).
- tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing
for interrupts" (bsc#1159152).
- tpm: Revert "tpm_tis: reserve chip for duration of
tpm_tis_core_init" (bsc#1159152).
- commit cd1e368
* Tue Jan 07 2020 mbenes@suse.cz
- tracing: Have the histogram compare functions convert to u64
first (bsc#1160215).
- commit db2127f
* Tue Jan 07 2020 mbenes@suse.cz
- tracing: Avoid memory leak in process_system_preds()
(bsc#1160214).
- commit d628f71
* Tue Jan 07 2020 mkubecek@suse.cz
- config: refresh armv7hl configs
Drop EFI_RCI2_TABLE (no longer available).
- commit 056a108
* Tue Jan 07 2020 mkubecek@suse.cz
- config: refresh
Drop EFI_RCI2_TABLE on arm64 (no longer available).
- commit 18cf2ea
* Tue Jan 07 2020 mkubecek@suse.cz
- fix mainline references
Fix Patch-mainline:
patches.suse/btrfs-simplify-inode-locking-for-RWF_NOWAIT.patch
patches.suse/mm-set-S_SWAPFILE-on-blockdev-swap-devices.patch
patches.suse/vfs-dont-allow-writes-to-swap-files.patch
- commit a590c11
* Tue Jan 07 2020 ghe@suse.com
- ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less
(bsc#1158632).
- commit 9a7b95a
* Mon Jan 06 2020 rgoldwyn@suse.com
- btrfs: simplify inode locking for RWF_NOWAIT (git-fixes).
- commit f4e2cf3
* Mon Jan 06 2020 rgoldwyn@suse.com
- vfs: don't allow writes to swap files (bsc#1158633).
- Refresh patches.suse/vfs-add-super_operations-get_inode_dev.
- commit 4523846
* Mon Jan 06 2020 rgoldwyn@suse.com
- mm: set S_SWAPFILE on blockdev swap devices (bsc#1158633).
- commit 84b8de8
* Mon Jan 06 2020 jroedel@suse.de
- blacklist.conf: Add da3cc91b8db4 iommu/mediatek: Add a new tlb_lock for tlb_flush
- commit 615be85
* Mon Jan 06 2020 jroedel@suse.de
- iommu/vt-d: Remove incorrect PSI capability check (bsc#1160142).
- iommu/vt-d: Allocate reserved region for ISA with correct
permission (bsc#1160140).
- iommu: set group default domain before creating direct mappings
(bsc#1160139).
- iommu/vt-d: Fix dmar pte read access not set error
(bsc#1160141).
- iommu/vt-d: Set ISA bridge reserved region as relaxable
(bsc#1160143).
- iommu/iova: Init the struct iova to fix the possible memleak
(bsc#1160137).
- iommu/arm-smmu: Remove duplicate error message (bsc#1160135).
- iommu/arm-smmu-v3: Don't display an error when IRQ lines are
missing (bsc#1160136).
- iommu/mediatek: Correct the flush_iotlb_all callback
(bsc#1160138).
- commit 2cdf724
* Mon Jan 06 2020 msuchanek@suse.de
- powerpc/tools: Don't quote $objdump in scripts (bsc#1065729).
- commit 82d4ed4
* Mon Jan 06 2020 msuchanek@suse.de
- powerpc/pseries: Drop pointless static qualifier in
vpa_debugfs_init() (FATE#326394 git-fixes).
- commit 2cd1f04
* Mon Jan 06 2020 msuchanek@suse.de
- powerpc/spinlocks: Include correct header for static key
(bsc#1160010 ltc#183046).
- commit 3e6e518
* Mon Jan 06 2020 msuchanek@suse.de
- powerpc/fadump: sysfs for fadump memory reservation (bsc#1160018
ltc#182902 jsc#SLE-9099).
- Documentation/ABI: mark /sys/kernel/fadump_* sysfs files
deprecated (bsc#1160018 ltc#182902 jsc#SLE-9099).
- powerpc/powernv: move core and fadump_release_opalcore under
new kobject (bsc#1160018 ltc#182902 jsc#SLE-9099).
- powerpc/fadump: reorganize /sys/kernel/fadump_* sysfs files
(bsc#1160018 ltc#182902 jsc#SLE-9099).
- sysfs: wrap __compat_only_sysfs_link_entry_to_kobj function to
change the symlink name (bsc#1160018 ltc#182902 jsc#SLE-9099).
- Documentation/ABI: add ABI documentation for
/sys/kernel/fadump_* (bsc#1160018 ltc#182902 jsc#SLE-9099).
- commit 3b5b7c0
* Mon Jan 06 2020 msuchanek@suse.de
- powerpc/shared: Use static key to detect shared processor
(bsc#1160010 ltc#183046).
- powerpc/vcpu: Assume dedicated processors as non-preempt
(bsc#1160010 ltc#183046).
- powerpc/spinlocks: Refactor SHARED_PROCESSOR (bsc#1160010
ltc#183046).
- commit 9083e73
* Mon Jan 06 2020 glin@suse.com
- tools: Sync if_link.h (bsc#1155518).
- commit 2837df4
* Mon Jan 06 2020 glin@suse.com
- Revert patches.suse/samples-bpf-fix-build-by-setting-HAVE_ATTR_TEST-to-z.patch (bsc#1160102)
- commit 3b6da48
* Sun Jan 05 2020 ailiopoulos@suse.com
- xfs: properly serialise fallocate against AIO+DIO (bsc#1158751).
- commit e19caef
* Sun Jan 05 2020 ailiopoulos@suse.com
- xfs: attach dquots and reserve quota blocks during unwritten
conversion (bsc#1158753).
- commit c997f56
* Fri Jan 03 2020 jslaby@suse.cz
- Update
patches.suse/vcs-prevent-write-access-to-vcsu-devices.patch
(git-fixes bnc#1151927 5.3.16 bnc#1157813 CVE-2019-19252).
- commit 8980d90
* Fri Jan 03 2020 glin@suse.com
- bpf: Fix precision tracking for unbounded scalars (bsc#1155518).
- commit ab8945b
* Fri Jan 03 2020 mkubecek@suse.cz
- config: refresh
Only headers update, reorder and diff config cleanup.
- commit c9453fd
* Fri Jan 03 2020 jslaby@suse.cz
- blacklist.conf: add one
- commit d636a45
* Fri Jan 03 2020 jslaby@suse.cz
- nbd: fix shutdown and recv work deadlock v2 (git-fixes).
- net/smc: add fallback check to connect() (git-fixes).
- selftests: net: tls: remove recv_rcvbuf test (git-fixes).
- bonding: fix active-backup transition after link failure
(git-fixes).
- Revert "mmc: sdhci: Fix incorrect switch to HS mode"
(git-fixes).
- usbip: Fix receive error in vhci-hcd when using scatter-gather
(git-fixes).
- io_uring: use current task creds instead of allocating a new
one (git-fixes).
- arm64: dts: qcom: msm8998-clamshell: Remove retention idle state
(git-fixes).
- commit 7a4b790
* Fri Jan 03 2020 jslaby@suse.cz
- cpuidle: teo: Avoid using "early hits" incorrectly (git-fixes).
- commit bcc408a
* Fri Jan 03 2020 jslaby@suse.cz
- Linux 5.3.18 (bnc#1151927 5.3.18).
- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1151927
5.3.18).
- tipc: fix ordering of tipc module init and exit routine
(bnc#1151927 5.3.18).
- openvswitch: support asymmetric conntrack (bnc#1151927 5.3.18).
- commit c9a9590
* Fri Jan 03 2020 jslaby@suse.cz
- Refresh
patches.suse/net-thunderx-start-phy-before-starting-autonegoti.patch.
Update upstream status.
- commit 4ab23ed
* Fri Jan 03 2020 jslaby@suse.cz
- Update
patches.suse/Fixed-updating-of-ethertype-in-function-skb_mpls_pop.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/gre-refetch-erspan-header-from-skb-data-after-pskb_m.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/hsr-fix-a-NULL-pointer-dereference-in-hsr_dev_xmit.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/inet-protect-against-too-small-mtu-values.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/mqprio-Fix-out-of-bounds-access-in-mqprio_dump.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/net-Fixed-updating-of-ethertype-in-skb_mpls_push.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/net-bridge-deny-dev_set_mac_address-when-unregisteri.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update patches.suse/net-dsa-fix-flow-dissection-on-Tx-path.patch
(git-fixes bnc#1151927 5.3.18).
- Update
patches.suse/net-ipv6-add-net-argument-to-ip6_dst_lookup_flow.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/net-ipv6_stub-use-ip6_dst_lookup_flow-instead-of-ip6.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/net-mlx5e-Fix-TXQ-indices-to-be-sequential.patch
(jsc#SLE-8464 bnc#1151927 5.3.18).
- Update
patches.suse/net-mlx5e-Query-global-pause-state-before-setting-pr.patch
(jsc#SLE-8464 bnc#1151927 5.3.18).
- Update
patches.suse/net-sched-fix-dump-qlen-for-sch_mq-sch_mqprio-with-N.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/net-thunderx-start-phy-before-starting-autonegoti.patch
(bsc#1158107 bnc#1151927 5.3.18).
- Update
patches.suse/net-tls-Fix-return-values-to-avoid-ENOTSUPP.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/page_pool-do-not-release-pool-until-inflight-0.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/tcp-Protect-accesses-to-.ts_recent_stamp-with-READ-W.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/tcp-fix-rejected-syncookies-due-to-stale-timestamps.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/tcp-md5-fix-potential-overestimation-of-TCP-option-s.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/tcp-tighten-acceptance-of-ACKs-not-matching-a-child-.patch
(bsc#1154353 bnc#1151927 5.3.18).
- Update
patches.suse/xdp-obtain-the-mem_id-mutex-before-trying-to-remove-.patch
(bsc#1154353 bnc#1151927 5.3.18).
- commit c82b543
* Fri Jan 03 2020 jslaby@suse.cz
- Linux 5.3.17 (bnc#1151927 5.3.17).
- binder: fix incorrect calculation for num_valid (bnc#1151927
5.3.17).
- lib: raid6: fix awk build warnings (bnc#1151927 5.3.17).
- staging: gigaset: add endpoint-type sanity check (bnc#1151927
5.3.17).
- staging: gigaset: fix illegal free on probe errors (bnc#1151927
5.3.17).
- staging: gigaset: fix general protection fault on probe
(bnc#1151927 5.3.17).
- iio: humidity: hdc100x: fix IIO_HUMIDITYRELATIVE channel
reporting (bnc#1151927 5.3.17).
- xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default
behaviour (bnc#1151927 5.3.17).
- usb: dwc3: ep0: Clear started flag on completion (bnc#1151927
5.3.17).
- USB: atm: ueagle-atm: add missing endpoint check (bnc#1151927
5.3.17).
- usb: core: urb: fix URB structure initialization function
(bnc#1151927 5.3.17).
- ovl: relax WARN_ON() on rename to self (bnc#1151927 5.3.17).
- ovl: fix corner case of non-unique st_dev;st_ino (bnc#1151927
5.3.17).
- ovl: fix lookup failure on multi lower squashfs (bnc#1151927
5.3.17).
- raid5: need to set STRIPE_HANDLE for batch head (bnc#1151927
5.3.17).
- block: fix "check bi_size overflow before merge" (bnc#1151927
5.3.17).
- erofs: zero out when listxattr is called with no xattr
(bnc#1151927 5.3.17).
- ARM: dts: omap3-tao3530: Fix incorrect MMC card detection GPIO
polarity (bnc#1151927 5.3.17).
- powerpc/perf: Disable trace_imc pmu (bnc#1151927 5.3.17).
- powerpc/xive: Skip ioremap() of ESB pages for LSI interrupts
(bnc#1151927 5.3.17).
- arm64: dts: allwinner: a64: Re-add PMU node (bnc#1151927
5.3.17).
- mm: memcg/slab: wait for !root kmem_cache refcnt killing on
root kmem_cache destruction (bnc#1151927 5.3.17).
- ACPI: bus: Fix NULL pointer check in acpi_bus_get_private_data()
(bnc#1151927 5.3.17).
- s390/kaslr: store KASLR offset for early dumps (bnc#1151927
5.3.17).
- s390/smp,vdso: fix ASCE handling (bnc#1151927 5.3.17).
- Revert "scsi: qla2xxx: Fix memory leak when sending I/O fails"
(bnc#1151927 5.3.17).
- scsi: qla2xxx: Fix memory leak when sending I/O fails
(bnc#1151927 5.3.17).
- scsi: zfcp: trace channel log even for FCP command responses
(bnc#1151927 5.3.17).
- firmware: qcom: scm: Ensure 'a0' status code is treated as
signed (bnc#1151927 5.3.17).
- mm/shmem.c: cast the type of unmap_start to u64 (bnc#1151927
5.3.17).
- powerpc: Avoid clang warnings around setjmp and longjmp
(bnc#1151927 5.3.17).
- powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across
ranges >4GB (bnc#1151927 5.3.17).
- powerpc: Allow flush_icache_range to work across ranges >4GB
(bnc#1151927 5.3.17).
- ext2: check err when partial != NULL (bnc#1151927 5.3.17).
- quota: Check that quota is not dirty before release (bnc#1151927
5.3.17).
- quota: fix livelock in dquot_writeback_dquots (bnc#1151927
5.3.17).
- ext4: fix a bug in ext4_wait_for_tail_page_commit (bnc#1151927
5.3.17).
- iio: imu: st_lsm6dsx: fix ODR check in st_lsm6dsx_write_raw
(bnc#1151927 5.3.17).
- intel_th: pci: Add Tiger Lake CPU support (bnc#1151927 5.3.17).
- intel_th: pci: Add Ice Lake CPU support (bnc#1151927 5.3.17).
- USB: documentation: flags on usb-storage versus UAS (bnc#1151927
5.3.17).
- USB: uas: heed CAPACITY_HEURISTICS (bnc#1151927 5.3.17).
- USB: uas: honor flag to avoid CAPACITY16 (bnc#1151927 5.3.17).
- usb: Allow USB device to be warm reset in suspended state
(bnc#1151927 5.3.17).
- usb: gadget: pch_udc: fix use after free (bnc#1151927 5.3.17).
- RDMA/core: Fix ib_dma_max_seg_size() (bnc#1151927 5.3.17).
- omap: pdata-quirks: remove openpandora quirks for mmc3 and
wl1251 (bnc#1151927 5.3.17).
- omap: pdata-quirks: revert pandora specific gpiod additions
(bnc#1151927 5.3.17).
- ARM: dts: pandora-common: define wl1251 as child node of mmc3
(bnc#1151927 5.3.17).
- media: cec.h: CEC_OP_REC_FLAG_ values were swapped (bnc#1151927
5.3.17).
- ASoC: rt5645: Fixed typo for buddy jack support (bnc#1151927
5.3.17).
- ASoC: Jack: Fix NULL pointer dereference in snd_soc_jack_report
(bnc#1151927 5.3.17).
- ASoC: rt5645: Fixed buddy jack support (bnc#1151927 5.3.17).
- cpufreq: powernv: fix stack bloat and hard limit on number of
CPUs (bnc#1151927 5.3.17).
- cpuidle: Do not unset the driver if it is there already
(bnc#1151927 5.3.17).
- cpuidle: teo: Fix "early hits" handling for disabled idle states
(bnc#1151927 5.3.17).
- cpuidle: teo: Consider hits and misses metrics of disabled
states (bnc#1151927 5.3.17).
- cpuidle: teo: Rename local variable in teo_select() (bnc#1151927
5.3.17).
- cpuidle: teo: Ignore disabled idle states that are too deep
(bnc#1151927 5.3.17).
- ar5523: check NULL before memcpy() in ar5523_cmd() (bnc#1151927
5.3.17).
- cgroup: pids: use atomic64_t for pids->limit (bnc#1151927
5.3.17).
- workqueue: Fix pwq ref leak in rescuer_thread() (bnc#1151927
5.3.17).
- workqueue: Fix missing kfree(rescuer) in destroy_workqueue()
(bnc#1151927 5.3.17).
- workqueue: Fix spurious sanity check failures in
destroy_workqueue() (bnc#1151927 5.3.17).
- s390/mm: properly clear _PAGE_NOEXEC bit when it is not
supported (bnc#1151927 5.3.17).
- btrfs: record all roots for rename exchange on a subvol
(bnc#1151927 5.3.17).
- Btrfs: send, skip backreference walking for extents with many
references (bnc#1151927 5.3.17).
- btrfs: Remove btrfs_bio::flags member (bnc#1151927 5.3.17).
- btrfs: check page->mapping when loading free space cache
(bnc#1151927 5.3.17).
- Btrfs: fix metadata space leak on fixup worker failure to set
range as delalloc (bnc#1151927 5.3.17).
- Btrfs: fix negative subv_writers counter and data space leak
after buffered write (bnc#1151927 5.3.17).
- btrfs: Avoid getting stuck during cyclic writebacks (bnc#1151927
5.3.17).
- btrfs: use refcount_inc_not_zero in kill_all_nodes (bnc#1151927
5.3.17).
- dm zoned: reduce overhead of backing device checks (bnc#1151927
5.3.17).
- dm writecache: handle REQ_FUA (bnc#1151927 5.3.17).
- md: improve handling of bio with REQ_PREFLUSH in
md_flush_request() (bnc#1151927 5.3.17).
- blk-mq: make sure that line break can be printed (bnc#1151927
5.3.17).
- blk-mq: avoid sysfs buffer overflow with too many CPU cores
(bnc#1151927 5.3.17).
- iio: imu: st_lsm6dsx: move odr_table in
st_lsm6dsx_sensor_settings (bnc#1151927 5.3.17).
- commit 23a1f41
* Fri Jan 03 2020 jslaby@suse.cz
- Refresh
patches.suse/reiserfs-fix-extended-attributes-on-the-root-directory.patch.
Update upstream status.
- commit 0480375
* Thu Jan 02 2020 tiwai@suse.de
- can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB
devices (CVE-2019-19947 bsc#1159929).
- commit 507c332
* Thu Jan 02 2020 jslaby@suse.cz
- Update
patches.suse/0001-ppdev-fix-PPGETTIME-PPSETTIME-ioctls.patch
(git-fixes bnc#1151927 5.3.17).
- Update patches.suse/0002-video-hdmi-Fix-AVI-bar-unpack.patch
(bsc#1152489 bnc#1151927 5.3.17).
- Update
patches.suse/0029-pinctrl-samsung-Fix-device-node-refcount-leaks-in-S3.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/ACPI-LPSS-Add-LNXVIDEO-BYT-I2C1-to-lpss_device_links.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/ACPI-LPSS-Add-LNXVIDEO-BYT-I2C7-to-lpss_device_links.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/ACPI-LPSS-Add-dmi-quirk-for-skipping-_DEP-check-for-.patch
(git-fixes bnc#1151927 5.3.17).
- Update patches.suse/ACPI-OSL-only-free-map-once-in-osl.c.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/ACPI-PM-Avoid-attaching-ACPI-PM-domain-to-certain-de.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/ACPI-hotplug-PCI-Allocate-resources-directly-under-t.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/ACPI-utils-Move-acpi_dev_get_first_match_dev-under-C.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/ALSA-fireface-fix-return-value-in-error-path-of-isoc.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/ALSA-oxfw-fix-return-value-in-error-path-of-isochron.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/ASoC-fsl_audmix-Add-spin-lock-to-protect-tdms.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/PM-devfreq-Lock-devfreq-in-trans_stat_show.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/Revert-nvme-Add-quirk-for-Kingston-NVME-SSD-running-.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/SUNRPC-Fix-another-issue-with-MIC-buffer-space.patch
(bsc#1154353 bnc#1151927 5.3.17).
- Update patches.suse/USB-adutux-fix-interface-sanity-check.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/USB-idmouse-fix-interface-sanity-checks.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/USB-serial-io_edgeport-fix-epic-endpoint-lookup.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/brcmfmac-disable-PCIe-interrupts-before-bus-reset.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/coresight-Serialize-enabling-disabling-a-link-device.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/edac-altera-use-fast-register-io-for-s10-irqs.patch
(bsc#1152489 bnc#1151927 5.3.17).
- Update
patches.suse/edac-ghes-do-not-warn-when-incrementing-refcount-on-0.patch
(bsc#1152489 bnc#1151927 5.3.17).
- Update
patches.suse/ext4-Fix-credit-estimate-for-final-inode-freeing.patch
(bsc#1158380 bnc#1151927 5.3.17).
- Update
patches.suse/ext4-work-around-deleting-a-file-with-i_nlink-0-safe.patch
(bsc#1158819 CVE-2019-19447 bnc#1151927 5.3.17).
- Update patches.suse/hwrng-omap-Fix-RNG-wait-loop-timeout.patch
(git-fixes bnc#1151927 5.3.17).
- Update patches.suse/iio-ad7949-fix-channels-mixups.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/iio-ad7949-kill-pointless-readback-handling-code.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/iio-adc-ad7124-Enable-internal-reference.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/iio-adc-ad7606-fix-reading-unnecessary-data-from-dev.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/iio-adis16480-Add-debugfs_reg_access-entry.patch
(git-fixes bnc#1151927 5.3.17).
- Update patches.suse/iio-adis16480-Fix-scales-factors.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/iio-imu-inv_mpu6050-fix-temperature-reporting-using-.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/intel_th-Fix-a-double-put_device-in-error-path.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/interconnect-qcom-sdm845-Walk-the-list-safely-on-nod.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/iwlwifi-pcie-fix-support-for-transmitting-SKBs-with-.patch
(git-fixes bnc#1151927 5.3.17).
- Update patches.suse/media-bdisp-fix-memleak-on-release.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/media-hantro-Fix-s_fmt-for-dynamic-resolution-change.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/media-radio-wl1273-fix-interrupt-masking-on-release.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/media-venus-remove-invalid-compat_ioctl32-handler.patch
(git-fixes bnc#1151927 5.3.17).
- Update patches.suse/mfd-rk808-Fix-RK818-ID-template.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/mm-memfd-fix-COW-issue-on-MAP_PRIVATE-and-F_SEAL_FUTURE_WRITE-mappings.patch
(bnc#1155780 (VM/FS functional and performance backports)
bnc#1151927 5.3.17).
- Update
patches.suse/mmc-host-omap_hsmmc-add-code-for-special-init-of-wl1.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/mtd-rawnand-Change-calculating-of-position-page-cont.patch
(git-fixes bnc#1151927 5.3.17).
- Update patches.suse/mtd-spear_smi-Fix-Write-Burst-mode.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/net_sched-validate-TCA_KIND-attribute-in-tc_chain_tm.patch
(bsc#1154353 bnc#1151927 5.3.17).
- Update
patches.suse/phy-renesas-rcar-gen3-usb2-Fix-sysfs-interface-of-ro.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/pinctrl-armada-37xx-Fix-irq-mask-access-in-armada_37.patch
(git-fixes bnc#1151927 5.3.17).
- Update patches.suse/pinctrl-rza2-Fix-gpio-name-typos.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/pinctrl-samsung-Add-of_node_put-before-return-in-err.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/pinctrl-samsung-Fix-device-node-refcount-leaks-in-Ex.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/pinctrl-samsung-Fix-device-node-refcount-leaks-in-in.patch
(git-fixes bnc#1151927 5.3.17).
- Update patches.suse/powerpc-Fix-vDSO-clock_getres.patch
(bsc#1065729 bnc#1151927 5.3.17).
- Update
patches.suse/powerpc-xive-Prevent-page-fault-issues-in-the-machin.patch
(bsc#1156882 ltc#182435 bnc#1151927 5.3.17).
- Update
patches.suse/reiserfs-fix-extended-attributes-on-the-root-directory.patch
(bsc#1151225 bnc#1151927 5.3.17).
- Update
patches.suse/rtc-disable-uie-before-setting-time-and-enable-after.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/rtlwifi-rtl8192de-Fix-missing-callback-that-tests-fo.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/rtlwifi-rtl8192de-Fix-missing-code-to-retrieve-RX-bu.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/rtlwifi-rtl8192de-Fix-missing-enable-interrupt-flag.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/scsi-lpfc-Fix-bad-ndlp-ptr-in-xri-aborted-handling.patch
(bsc#1156632,jsc#SLE-8654 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Always-check-the-qla2x00_wait_for_hba_o.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Change-discovery-state-before-PLOGI.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Check-secondary-image-if-reading-the-pr.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Do-command-completion-on-abort-timeout.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update patches.suse/scsi-qla2xxx-Fix-DMA-unmap-leak.patch
(bsc#1082635 bsc#1141340 bsc#1143706 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Fix-NVMe-port-discovery-after-a-short-d.patch
(bsc#1082635 bsc#1141340 bsc#1143706 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Fix-SRB-leak-on-switch-command-timeout.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update patches.suse/scsi-qla2xxx-Fix-a-dma_pool_free-call.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Fix-a-race-condition-between-aborting-a.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Fix-abort-timeout-race-condition.patch
(bsc#1082635 bsc#1141340 bsc#1143706 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Fix-different-size-DMA-Alloc-Unmap.patch
(bsc#1082635 bsc#1141340 bsc#1143706 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Fix-double-scsi_done-for-abort-path.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Fix-driver-reload-for-ISP82xx.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update patches.suse/scsi-qla2xxx-Fix-driver-unload-hang.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Fix-flash-read-for-Qlogic-ISPs.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Fix-hang-in-fcport-delete-path.patch
(bsc#1082635 bsc#1141340 bsc#1143706 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Fix-message-indicating-vectors-used-by-.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Fix-premature-timer-expiration.patch
(bsc#1082635 bsc#1141340 bsc#1143706 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Fix-qla24xx_process_bidir_cmd.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Fix-session-lookup-in-qlt_abort_work.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update patches.suse/scsi-qla2xxx-Fix-stale-session.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update patches.suse/scsi-qla2xxx-Fix-stuck-login-session.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Introduce-the-function-qla2xxx_init_sp.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Make-qla2x00_abort_srb-again-decrease-t.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Make-sure-that-aborted-commands-are-fre.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-Really-fix-qla2xxx_eh_abort.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/scsi-qla2xxx-qla2x00_alloc_fw_dump-set-ha-eft.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.17).
- Update
patches.suse/seccomp-avoid-overflow-in-implicit-constant-conversi.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/splice-only-read-in-as-much-information-as-there-is-.patch
(bsc#1158456 bnc#1151927 5.3.17).
- Update
patches.suse/staging-rtl8188eu-fix-interface-sanity-check.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/staging-rtl8712-fix-interface-sanity-check.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/staging-vchiq-call-unregister_chrdev_region-when-dri.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/stm-class-Lose-the-protocol-driver-when-dropping-its.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/tpm-add-check-after-commands-attribs-tab-allocation.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/usb-dwc3-gadget-Clear-started-flag-for-non-IOC.patch
(git-fixes bnc#1151927 5.3.17).
- Update patches.suse/usb-dwc3-gadget-Fix-logical-condition.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/usb-dwc3-pci-add-ID-for-the-Intel-Comet-Lake-H-varia.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/usb-gadget-configfs-Fix-missing-spin_lock_init.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/usb-host-xhci-tegra-Correct-phy-enable-sequence.patch
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608 bnc#1151927 5.3.17).
- Update
patches.suse/usb-mon-Fix-a-deadlock-in-usbmon-between-mmap-and-re.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/usb-roles-fix-a-potential-use-after-free.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/usb-typec-fix-use-after-free-in-typec_register_port.patch
(git-fixes bnc#1151927 5.3.17).
- Update patches.suse/usb-xhci-only-set-D3hot-for-pci-device.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/virt_wifi-fix-use-after-free-in-virt_wifi_newlink.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/virtio-balloon-fix-managed-page-counts-when-migratin.patch
(git-fixes bnc#1151927 5.3.17).
- Update patches.suse/wil6210-check-len-before-memcpy-calls.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/xhci-Fix-memory-leak-in-xhci_add_in_port.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/xhci-Increase-STS_HALT-timeout-in-xhci_suspend.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/xhci-fix-USB3-device-initiated-resume-race-with-root.patch
(git-fixes bnc#1151927 5.3.17).
- Update
patches.suse/xhci-make-sure-interrupts-are-restored-to-correct-st.patch
(git-fixes bnc#1151927 5.3.17).
- commit eb92594
* Thu Jan 02 2020 tiwai@suse.de
- Add patch reference for sched fair fix (CVE-2019-19922 bsc#1159717)
- commit 480be0b
* Thu Jan 02 2020 jlee@suse.com
- efi: Make CONFIG_EFI_RCI2_TABLE selectable on x86 only
(jsc#SLE-10289).
- commit 8c1a561
* Thu Jan 02 2020 jlee@suse.com
- efi: Make unexported efi_rci2_sysfs_init() static
(jsc#SLE-10289).
- commit 0364d1d
* Thu Jan 02 2020 jlee@suse.com
- Refresh
patches.suse/0011-PM-hibernate-require-hibernate-snapshot-image-to-be-.patch.
(fate#316350)
- commit d4f6542
* Thu Jan 02 2020 jlee@suse.com
- Update config files. Add
CONFIG_HIBERNATE_VERIFICATION_FORCE is not set
- Refresh
patches.suse/0010-PM-hibernate-a-option-to-request-that-snapshot-image.patch.
(fate#316350)
- commit 7516b3e
* Thu Jan 02 2020 jlee@suse.com
- Refresh
patches.suse/0009-PM-hibernate-prevent-EFI-secret-key-to-be-regenerate.patch.
(fate#316350)
- commit 3a74fdb
* Thu Jan 02 2020 jlee@suse.com
- Update config files. Add CONFIG_HIBERNATE_VERIFICATION=y
- Refresh
patches.suse/0008-PM-hibernate-Generate-and-verify-signature-for-snaps.patch.
(fate#316350)
- commit 04482de
* Tue Dec 31 2019 tbogendoerfer@suse.de
- r8152: avoid to call napi_disable twice (bsc#1159949).
- r8152: Re-order napi_disable in rtl8152_close (bsc#1159949).
- commit e318a2d
* Tue Dec 31 2019 jlee@suse.com
- Refresh
patches.suse/0007-PM-hibernate-encrypt-hidden-area.patch.
(fate#316350)
- commit 2517349
* Tue Dec 31 2019 jlee@suse.com
- Refresh
patches.suse/0006-efi-allow-user-to-regenerate-secret-key.patch.
(fate#316350)
- commit 15f6da6
* Tue Dec 31 2019 jlee@suse.com
- Update config files. Add:
CONFIG_HIDDEN_AREA=y
CONFIG_EFI_SECRET_KEY=y
- Refresh
patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch.
(fate#316350)
- commit 9f8bf21
* Tue Dec 31 2019 jlee@suse.com
- Refresh
patches.suse/0003-x86-KASLR-public-the-function-for-getting-random-lon.patch.
(fate#316350)
- commit 404b8d6
* Tue Dec 31 2019 jlee@suse.com
- Refresh
patches.suse/0002-hibernate-avoid-the-data-in-hidden-area-to-be-snapsh.patch.
(fate#316350)
- commit ef04a2a
* Tue Dec 31 2019 jlee@suse.com
- Update config files. Add:
[#] CONFIG_HIDDEN_AREA is not set
- Refresh
patches.suse/0001-security-create-hidden-area-to-keep-sensitive-data.patch.
(fate#316350)
- commit 11a6e5f
* Mon Dec 30 2019 bp@suse.de
- x86/mce: Fix possibly incorrect severity calculation on AMD
(bsc#1152489).
- commit f55f1be
* Mon Dec 30 2019 bp@suse.de
- x86/MCE/AMD: Allow Reserved types to be overwritten in
smca_banks (bsc#1152489).
- commit a0ed031
* Mon Dec 30 2019 glin@suse.com
- bpf: Clear skb->tstamp in bpf_redirect when necessary
(bsc#1155518).
- vfs: Convert bpf to use the new mount API (bsc#1155518).
- commit 7d014d2
* Mon Dec 30 2019 glin@suse.com
- Refresh patches.suse/bpf-Fix-race-in-btf_resolve_helper_id.patch.
Refresh
patches.suse/bpf-Compare-BTF-types-of-functions-arguments-with-ac.patch.
- commit 5dec29f
* Mon Dec 30 2019 glin@suse.com
- samples: bpf: fix syscall_tp due to unused syscall
(bsc#1155518).
- samples: bpf: Replace symbol compare of trace_event
(bsc#1155518).
- bpftool: Don't crash on missing jited insns or ksyms
(bsc#1155518).
- bpf, riscv: Limit to 33 tail calls (bsc#1155518).
- libbpf: Make global data internal arrays mmap()-able, if
possible (bsc#1155518).
- commit 479ef0d
* Sun Dec 29 2019 mkubecek@suse.cz
- config: refresh
Clean up options which are no longer available.
- commit 64a3f68
* Sun Dec 29 2019 bp@suse.de
- supported.conf: Mark i10nm_edac as supported
See bsc#1159522.
- commit 442c0cf
* Fri Dec 27 2019 dbueso@suse.de
- fs/epoll: remove unnecessary wakeups of nested epoll
(bsc#1159867).
- epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC
(bsc#1159867).
- commit 42eb012
* Fri Dec 27 2019 dbueso@suse.de
- x86/mm/pat: Fix off-by-one bugs in interval tree search
(bsc#1159864).
- locking/refcount: Remove unused 'refcount_error_report()'
function (bsc#1149032).
- locking/refcount: Consolidate implementations of refcount_t
(bsc#1149032).
- locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED}
definitions (bsc#1149032).
- locking/refcount: Move saturation warnings out of line
(bsc#1149032).
- locking/refcount: Improve performance of generic REFCOUNT_FULL
code (bsc#1149032).
- locking/refcount: Move the bulk of the REFCOUNT_FULL
implementation into the <linux/refcount.h> header (bsc#1149032).
- locking/refcount: Remove unused refcount_*_checked() variants
(bsc#1149032).
- locking/refcount: Ensure integer operands are treated as signed
(bsc#1149032).
- locking/refcount: Define constants for saturation and max
refcount values (bsc#1149032).
- lib/smp_processor_id: Don't use cpumask_equal() (bsc#1149032).
- x86/mm/pat: Rename pat_rbtree.c to pat_interval.c (bsc#1159864).
- x86/mm/pat: Drop the rbt_ prefix from external memtype calls
(bsc#1159864).
- x86/mm/pat: Do not pass 'rb_root' down the memtype tree helper
functions (bsc#1159864).
- x86/mm/pat: Convert the PAT tree to a generic interval tree
(bsc#1159864).
- augmented rbtree: rework the RB_DECLARE_CALLBACKS macro
definition (bsc#1159864).
- augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro
(bsc#1159864).
- augmented rbtree: add comments for RB_DECLARE_CALLBACKS macro
(bsc#1159864).
- rbtree: avoid generating code twice for the cached versions
(tools copy) (bsc#1159864).
- commit 27d4ced
* Thu Dec 26 2019 mkubecek@suse.cz
- series.conf: refresh
- update upstream reference and resort:
patches.suse/net-ibmvnic-Fix-typo-in-retry-check.patch
- commit cdfb8b3
* Thu Dec 26 2019 glin@suse.com
- selftests/bpf: Add static to enable_all_controllers()
(bsc#1155518).
- commit e1a5909
* Thu Dec 26 2019 glin@suse.com
- libbpf: Add support for field size relocations (bsc#1155518).
- libbpf: Add support for relocatable bitfields (bsc#1155518).
- selftests/bpf: Remove too strict field offset relo test cases
(bsc#1155518).
- commit 50d1087
* Thu Dec 26 2019 glin@suse.com
- libbpf: Fix usage of u32 in userspace code (bsc#1155518).
- libbpf: Fix bpf_object name determination for
bpf_object__open_file() (bsc#1155518).
- libbpf: Unpin auto-pinned maps if loading fails (bsc#1155518).
- selftests/bpf: Move test_section_names into test_progs and
fix it (bsc#1155518).
- Refresh
patches.suse/selftests-bpf-xdping-is-not-meant-to-be-run-standalo.patch.
- selftests/bpf: Fix dependency ordering for attach_probe test
(bsc#1155518).
- commit d4cc79c
* Thu Dec 26 2019 glin@suse.com
- bpf: Fix record_func_key to perform backtracking on r3
(bsc#1155518).
- bpf: Fix cgroup local storage prog tracking (bsc#1155518).
- bpf: Fix missing prog untrack in release_maps (bsc#1155518).
- bpf: Fix build in minimal configurations, again (bsc#1155518).
- samples/bpf: Fix broken xdp_rxq_info due to map order
assumptions (bsc#1155518).
- libbpf: Fix up generation of bpf_helper_defs.h (bsc#1155518).
- libbpf: Fix global variable relocation (bsc#1155518).
- bpf: Introduce BPF_TRACE_x helper for the tracing tests
(bsc#1155518).
- selftests/bpf: Add BPF trampoline performance test
(bsc#1155518).
- selftests/bpf: Ensure core_reloc_kernel is reading test_progs's
data only (bsc#1155518).
- libbpf: Support initialized global variables (bsc#1155518).
- libbpf: Fix various errors and warning reported by checkpatch.pl
(bsc#1155518).
- libbpf: Refactor relocation handling (bsc#1155518).
- Refresh
patches.suse/libbpf-fix-sym-st_value-print-on-32-bit-arches.patch.
- selftests/bpf: Integrate verbose verifier log into test_progs
(bsc#1155518).
- selftests, bpftool: Skip the build test if not in tree
(bsc#1155518).
- selftests, bpftool: Set EXIT trap after usage function
(bsc#1155518).
- selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() tests
(bsc#1155518).
- selftests/bpf: Add a test for attaching BPF prog to another
BPF prog and subprog (bsc#1155518).
- selftests/bpf: Extend test_pkt_access test (bsc#1155518).
- libbpf: Add support for attaching BPF programs to other BPF
programs (bsc#1155518).
- selftests/bpf: Add stress test for maximum number of progs
(bsc#1155518).
- selftests/bpf: Add combined fentry/fexit test (bsc#1155518).
- selftests/bpf: Add fexit tests for BPF trampoline (bsc#1155518).
- selftests/bpf: Add test for BPF trampoline (bsc#1155518).
- selftest/bpf: Simple test for fentry/fexit (bsc#1155518).
- libbpf: Add support to attach to fentry/fexit tracing progs
(bsc#1155518).
- libbpf: Introduce btf__find_by_name_kind() (bsc#1155518).
- libbpf: Add getter for program size (bsc#1155518).
- bpf: Add cb access in kfree_skb test (bsc#1155518).
- selftests/bps: Clean up removed ints relocations negative tests
(bsc#1155518).
- selftests/bpf: Add field size relocation tests (bsc#1155518).
- selftest/bpf: Add relocatable bitfield reading tests
(bsc#1155518).
- selftests: Add tests for automatic map pinning (bsc#1155518).
- libbpf: Add auto-pinning of maps when loading BPF objects
(bsc#1155518).
- libbpf: Move directory creation into _pin() functions
(bsc#1155518).
- libbpf: Store map pin path and status in struct bpf_map
(bsc#1155518).
- libbpf: Fix error handling in bpf_map__reuse_fd() (bsc#1155518).
- libbpf: Add support for prog_tracing (bsc#1155518).
- libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable
declaration (bsc#1155518).
- selftest/bpf: Get rid of a bunch of explicit BPF program type
setting (bsc#1155518).
- selftests/bpf: Make reference_tracking test use subtests
(bsc#1155518).
- selftests/bpf: Make a copy of subtest name (bsc#1155518).
- libbpf: Teach bpf_object__open to guess program types
(bsc#1155518).
- libbpf: Add uprobe/uretprobe and tp/raw_tp section suffixes
(bsc#1155518).
- libbpf: Add bpf_program__get_{type, expected_attach_type) APIs
(bsc#1155518).
- bpf, libbpf: Add kernel version section parsing back
(bsc#1155518).
- selftests/bpf: Make CO-RE reloc test impartial to test_progs
flavor (bsc#1155518).
- selftests/bpf: Add field existence CO-RE relocs tests
(bsc#1155518).
- libbpf: Add BPF-side definitions of supported field relocation
kinds (bsc#1155518).
- libbpf: Add support for field existance CO-RE relocation
(bsc#1155518).
- libbpf: Refactor bpf_object__open APIs to use common opts
(bsc#1155518).
- libbpf: Update BTF reloc support to latest Clang format
(bsc#1155518).
- selftests/bpf: Enforce libbpf build before BPF programs are
built (bsc#1155518).
- libbpf: Generate more efficient BPF_CORE_READ code
(bsc#1155518).
- selftests/bpf: Add read-only map values propagation tests
(bsc#1155518).
- scripts/bpf: Fix xdp_md forward declaration typo (bsc#1155518).
- selftests/bpf: Add BPF_CORE_READ and BPF_CORE_READ_STR_INTO
macro tests (bsc#1155518).
- libbpf: Add BPF_CORE_READ/BPF_CORE_READ_INTO helpers
(bsc#1155518).
- libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h
into libbpf (bsc#1155518).
- selftests/bpf: Split off tracing-only helpers into bpf_tracing.h
(bsc#1155518).
- selftests/bpf: Adjust CO-RE reloc tests for new bpf_core_read()
macro (bsc#1155518).
- selftests/bpf: samples/bpf: Split off legacy stuff from
bpf_helpers.h (bsc#1155518).
- selftests/bpf: Undo GCC-specific bpf_helpers.h changes
(bsc#1155518).
- bpftool: Fix bpftool build by switching to
bpf_object__open_file() (bsc#1155518).
- libbpf: auto-generate list of BPF helper definitions
(bsc#1155518).
- scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper
definitions (bsc#1155518).
- uapi/bpf: fix helper docs (bsc#1155518).
- libbpf: Add cscope and tags targets to Makefile (bsc#1155518).
- selftests/bpf: switch tests to new bpf_object__open_{file,
mem}() APIs (bsc#1155518).
- libbpf: fix bpf_object__name() to actually return object name
(bsc#1155518).
- libbpf: add bpf_object__open_{file, mem} w/ extensible opts
(bsc#1155518).
- libbpf: stop enforcing kern_version, populate it for users
(bsc#1155518).
- libbpf: Fix BTF-defined map's __type macro handling of arrays
(bsc#1155518).
- libbpf: Bump current version to v0.0.6 (bsc#1155518).
- selftests/bpf: add bpf-gcc support (bsc#1155518).
- bpf: sync bpf.h to tools/ (bsc#1155518).
- bpf: clarify when bpf_trace_printk discards lines (bsc#1155518).
- bpf: fix 'struct pt_reg' typo in documentation (bsc#1155518).
- libbpf: relicense bpf_helpers.h and bpf_endian.h (bsc#1155518).
- tools/bpf: fix core_reloc.c compilation error (bsc#1155518).
- selftests/bpf: add CO-RE relocs misc tests (bsc#1155518).
- selftests/bpf: add CO-RE relocs ints tests (bsc#1155518).
- selftests/bpf: add CO-RE relocs ptr-as-array tests
(bsc#1155518).
- selftests/bpf: add CO-RE relocs modifiers/typedef tests
(bsc#1155518).
- selftests/bpf: add CO-RE relocs enum/ptr/func_proto tests
(bsc#1155518).
- selftests/bpf: add CO-RE relocs array tests (bsc#1155518).
- selftests/bpf: add CO-RE relocs nesting tests (bsc#1155518).
- selftests/bpf: add CO-RE relocs struct flavors tests
(bsc#1155518).
- selftests/bpf: add CO-RE relocs testing setup (bsc#1155518).
- selftests/bpf: add BPF_CORE_READ relocatable read macro
(bsc#1155518).
- selftests/bpf: bpf_tcp_gen_syncookie->bpf_helpers (bsc#1155518).
- samples/bpf: switch trace_output sample to perf_buffer API
(bsc#1155518).
- samples/bpf: convert xdp_sample_pkts_user to perf_buffer API
(bsc#1155518).
- commit d828ab7
* Mon Dec 23 2019 jack@suse.cz
- ext4: check for directory entries too close to block end
(bsc#1157717 CVE-2019-19037).
- commit 6bf11c6
* Mon Dec 23 2019 jack@suse.cz
- ext4: fix ext4_empty_dir() for directories with holes.
- commit 54aad4a
* Sun Dec 22 2019 dbueso@suse.de
- futex: Prevent exit livelock (bsc#1149032).
- futex: Provide distinct return value when owner is exiting
(bsc#1149032).
- futex: Add mutex around futex exit (bsc#1149032).
- futex: Provide state handling for exec() as well (bsc#1149032).
- futex: Sanitize exit state handling (bsc#1149032).
- futex: Mark the begin of futex exit explicitly (bsc#1149032).
- futex: Set task::futex_state to DEAD right after handling
futex exit (bsc#1149032).
- futex: Split futex_mm_release() for exit/exec (bsc#1149032).
- exit/exec: Seperate mm_release() (bsc#1149032).
- futex: Replace PF_EXITPIDONE with a state (bsc#1149032).
- futex: Move futex exit handling into futex code (bsc#1149032).
- commit 069097a
* Fri Dec 20 2019 vbabka@suse.cz
- mm, debug_pagealloc: don't rely on static keys too early
(VM debuging functionality, bsc#1159455).
- commit 690a965
* Fri Dec 20 2019 jack@suse.cz
- ext4: work around deleting a file with i_nlink == 0 safely
(bsc#1158819 CVE-2019-19447).
- commit 126e601
* Fri Dec 20 2019 tiwai@suse.de
- drm/i915/gt: Save irqstate around virtual_context_destroy
(git-fixes).
- commit 0119c98
* Fri Dec 20 2019 tiwai@suse.de
- Mark already cherry-picked commit ids in i915 patches
Refresh:
patches.suse/drm-i915-Don-t-oops-in-dumb_create-ioctl-if-we-have-.patch
patches.suse/drm-i915-userptr-Try-to-acquire-the-page-lock-around.patch
- commit 051ff5d
* Fri Dec 20 2019 tiwai@suse.de
- drm/i915: Protect context while grabbing its name for the
request (git-fixes).
- drm/i915: Initialise breadcrumb lists on the virtual engine
(git-fixes).
- commit 248edd0
* Fri Dec 20 2019 tiwai@suse.de
- net: dsa: fix flow dissection on Tx path (git-fixes).
- net: dsa: LAN9303: select REGMAP when LAN9303 enable
(git-fixes).
- commit a8aec65
* Fri Dec 20 2019 tiwai@suse.de
- KEYS: asymmetric: return ENOMEM if akcipher_request_alloc()
fails (git-fixes).
- commit 6067783
* Fri Dec 20 2019 tiwai@suse.de
- mmc: dw_mmc: Fix debugfs on 64-bit platforms (git-fixes).
- mmc: atmel-mci: Fix debugfs on 64-bit platforms (git-fixes).
- debugfs: Add debugfs_create_xul() for hexadecimal unsigned long
(git-fixes).
- commit 3a9e8a9
* Fri Dec 20 2019 tiwai@suse.de
- tpm: fix invalid locking in NONBLOCKING mode (git-fixes).
- tpm_tis: reserve chip for duration of tpm_tis_core_init
(git-fixes).
- nvmem: core: fix nvmem_cell_write inline function (git-fixes).
- tools/power/cpupower: Fix initializer override in
hsw_ext_cstates (git-fixes).
- commit 1d5439f
* Fri Dec 20 2019 tiwai@suse.de
- tools/testing/nvdimm: Fix fallthrough warning (bsc#1159523).
- commit c26d308
* Fri Dec 20 2019 tiwai@suse.de
- net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stalling
(bsc#1159555).
- commit f735353
* Thu Dec 19 2019 mkubecek@suse.cz
- rpm/kernel-subpackage-spec: fix kernel-default-base build
There were some issues with recent changes to subpackage dependencies handling:
- a typo in %kernel_base_conflicts macro name
- copy/pasted "Recommends:" instead of "Provides:", "Obsoletes:" and
"Conflicts:
- missing escaping of backslashes in macro expansions
Fixes: f3b74b0ae86b ("rpm/kernel-subpackage-spec: Unify dependency handling.")
Fixes: 3fd22e219f77 ("rpm/kernel-subpackage-spec: Fix empty Recommends tag (bsc#1143959)")
- commit 762fd66
* Thu Dec 19 2019 fdmanana@suse.com
- Btrfs: send, allow clone operations within the same file
(bsc#1158746).
- commit 65efe90
* Thu Dec 19 2019 fdmanana@suse.com
- Btrfs: fix hole extent items with a zero size after range
cloning (bsc#1156782).
- commit c0cfb85
* Thu Dec 19 2019 fdmanana@suse.com
- Btrfs: fix cloning range with a hole when using the NO_HOLES
feature (bsc#1156782).
- commit 990a52a
* Thu Dec 19 2019 tiwai@suse.de
- supported.conf: Mark intel_rapl-* modules as supported (bsc#1159519)
Those were marked as unsupported incorrectly.
- commit a95f5c6
* Thu Dec 19 2019 yousaf.kaukab@suse.com
- dpaa_eth: register a device link for the qman portal used
(bsc#1159537).
- soc: fsl: qbman: allow registering a device link for the portal
user (bsc#1159537).
- dpaa_eth: extend delays in ndo_stop (bsc#1159537).
- dpaa_eth: remove netdev_err() for user errors (bsc#1159537).
- dpaa_eth: add dropped frames to percpu ethtool stats
(bsc#1159537).
- dpaa_eth: use a page to store the SGT (bsc#1159537).
- dpaa_eth: cleanup skb_to_contig_fd() (bsc#1159537).
- dpaa_eth: use fd information in dpaa_cleanup_tx_fd()
(bsc#1159537).
- dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()
(bsc#1159537).
- dpaa_eth: avoid timestamp read on error paths (bsc#1159537).
- dpaa_eth: perform DMA unmapping before read (bsc#1159537).
- dpaa_eth: use page backed rx buffers (bsc#1159537).
- dpaa_eth: use only one buffer pool per interface (bsc#1159537).
- dpaa_eth: add newline in dev_err() msg (bsc#1159537).
- fsl/fman: remove unused struct member (bsc#1159537).
- dpaa_eth: change DMA device (bsc#1159537).
- fsl/fman: add API to get the device behind a fman port
(bsc#1159537).
- dpaa_eth: remove redundant code (bsc#1159537).
- dpaa_eth: defer probing after qbman (bsc#1159537).
- fsl/fman: don't touch liodn base regs reserved on non-PAMU SoCs
(bsc#1159537).
- dpaa_eth: Use refcount_t for refcount (bsc#1159537).
- soc/fsl/qbman: Update device tree with reserved memory
(bsc#1159535).
- soc/fsl/qbman: Fixup qman_shutdown_fq() (bsc#1159535).
- soc/fsl/qbman: Disable interrupts during portal recovery
(bsc#1159535).
- soc/fsl/qbman: Fix drain_mr_fqni() (bsc#1159535).
- soc/fsl/qbman: Cleanup QMan queues if device was already
initialized (bsc#1159535).
- soc/fsl/qbman: Cleanup buffer pools if BMan was initialized
prior to bootup (bsc#1159535).
- soc/fsl/qbman: Rework QBMan private memory setup (bsc#1159535).
- commit 622fccb
* Thu Dec 19 2019 lyan@suse.com
- KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINE
(jsc#SLE-9228).
- Refresh
patches.suse/KVM-Hyper-V-Add-new-KVM-capability-KVM_CAP_HYPERV_DI.patch.
- commit 4054d0e
* Wed Dec 18 2019 tiwai@suse.de
- ASoC: wm8962: fix lambda value (git-fixes).
- ASoC: SOF: Intel: split cht and byt debug window sizes
(git-fixes).
- ASoC: SOF: loader: fix snd_sof_fw_parse_ext_data (git-fixes).
- ASoC: SOF: loader: snd_sof_fw_parse_ext_data log warning on
unknown header (git-fixes).
- ASoC: simple-card: Don't create separate link when platform
is present (git-fixes).
- ASoC: topology: Check return value for soc_tplg_pcm_create()
(git-fixes).
- ASoC: topology: Check return value for snd_soc_add_dai_link()
(git-fixes).
- ASoC: Intel: bytcr_rt5640: Update quirk for Teclast X89
(git-fixes).
- ASoC: Intel: sst: Add missing include <linux/io.h> (git-fixes).
- ASoC: max98090: fix possible race conditions (git-fixes).
- ASoC: max98090: exit workaround earlier if PLL is locked
(git-fixes).
- ASoC: max98090: remove msleep in PLL unlocked workaround
(git-fixes).
- ASoC: AMD: Enable clk in startup intead of hw_params
(git-fixes).
- ASoC: rt5682: fix i2c arbitration lost issue (git-fixes).
- ALSA: hda - Downgrade error message for single-cmd fallback
(git-fixes).
- ALSA: hda: Fix regression by strip mask fix (git-fixes).
- ALSA: hda/ca0132 - Fix work handling in delayed HP detection
(git-fixes).
- ALSA: hda/ca0132 - Avoid endless loop (git-fixes).
- ALSA: hda/ca0132 - Keep power on during processing DSP response
(git-fixes).
- ALSA: pcm: Avoid possible info leaks from PCM stream buffers
(git-fixes).
- commit 5704af7
* Wed Dec 18 2019 msuchanek@suse.de
- powerpc/archrandom: fix arch_get_random_seed_int()
(bsc#1065729).
- powerpc: Fix vDSO clock_getres() (bsc#1065729).
- powerpc/powernv: Disable native PCIe port management
(bsc#1065729).
- commit 1064493
* Wed Dec 18 2019 msuchanek@suse.de
- ibmveth: Detect unsupported packets before sending to the
hypervisor (bsc#1159484 ltc#182983).
- commit 258fd08
* Wed Dec 18 2019 dwagner@suse.de
- scsi: lpfc: size cpu map by last cpu id set (bsc#1157160).
- scsi: lpfc: use hdwq assigned cpu for allocation (bsc#1157160).
- commit b9fd3db
* Wed Dec 18 2019 tiwai@suse.de
- efi: Don't attempt to map RCI2 config table if it doesn't exist
(git-fixes).
- efi/earlycon: Remap entire framebuffer after page initialization
(git-fixes).
- libtraceevent: Fix memory leakage in copy_filter_type
(git-fixes).
- commit 360da09
* Wed Dec 18 2019 tiwai@suse.de
- mailbox: tegra: Fix superfluous IRQ error message (git-fixes).
- Revert "pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit31 when
using SIM0_D" (git-fixes).
- Revert "pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit30 when
using SSI_SCK2 and SSI_WS2" (git-fixes).
- commit aaa30e6
* Wed Dec 18 2019 tiwai@suse.de
- regulator: rn5t618: fix module aliases (git-fixes).
- regulator: core: fix regulator_register() error paths to
properly release rdev (git-fixes).
- spi: nxp-fspi: Ensure width is respected in spi-mem operations
(git-fixes).
- spi: sprd: Fix the incorrect SPI register (git-fixes).
- spi: dw: Correct handling of native chipselect (git-fixes).
- spi: cadence: Correct handling of native chipselect (git-fixes).
- reset: Fix {of,devm}_reset_control_array_get kerneldoc return
types (git-fixes).
- reset: brcmstb: Remove resource checks (git-fixes).
- commit 76e8bc6
* Wed Dec 18 2019 tiwai@suse.de
- Update patch references for io_uring fixes (CVE-2019-19241 bsc#1159441)
- commit a94274a
* Wed Dec 18 2019 tbogendoerfer@suse.de
- bpf: Force .BTF section start to zero when dumping from vmlinux
(bsc#1154353).
- libbpf: Fix Makefile' libbpf symbol mismatch diagnostic
(bsc#1154353).
- commit d383cb0
* Wed Dec 18 2019 tbogendoerfer@suse.de
- bpf: Support pre-2.25-binutils objcopy for vmlinux BTF
(bsc#1154353).
- libbpf: handle symbol versioning properly for libbpf.a
(bsc#1154353).
- commit 04f1f8c
* Wed Dec 18 2019 tiwai@suse.de
- usb: dwc3: pci: add ID for the Intel Comet Lake -H variant
(git-fixes).
- xhci: fix USB3 device initiated resume race with roothub
autosuspend (git-fixes).
- usb: dwc3: gadget: Clear started flag for non-IOC (git-fixes).
- USB: dummy-hcd: increase max number of devices to 32
(git-fixes).
- commit b4a9fe8
* Wed Dec 18 2019 tiwai@suse.de
- wil6210: check len before memcpy() calls (git-fixes).
- commit b8cef66
* Wed Dec 18 2019 tiwai@suse.de
- iio: ad7949: fix channels mixups (git-fixes).
- iio: ad7949: kill pointless "readback"-handling code
(git-fixes).
- commit 172e59a
* Wed Dec 18 2019 tiwai@suse.de
- drm/i915/guc: Skip suspend/resume GuC action on platforms w/o
GuC submission (git-fixes).
- coresight: Serialize enabling/disabling a link device
(git-fixes).
- coresight: tmc-etr: Fix perf_data check (git-fixes).
- commit ecf0694
* Wed Dec 18 2019 tiwai@suse.de
- bus: ti-sysc: Fix missing reset delay handling (git-fixes).
- blacklist.conf:
- ASoC: SOF: topology: free kcontrol memory on error (git-fixes).
- commit 4b0268c
* Wed Dec 18 2019 msuchanek@suse.de
- rpm/kernel-subpackage-spec: Unify dependency handling.
- commit f3b74b0
* Wed Dec 18 2019 tiwai@suse.de
- Update patch references for reported CVEs (CVE-2019-18811 bsc#1159374 CVE-2019-19044 bsc#1159370 CVE-2019-19043 bsc#1159375)
- commit 1b9a5c8
* Wed Dec 18 2019 yousaf.kaukab@suse.com
- ASoC: fsl_sai: add IRQF_SHARED (jsc#SLE-9316).
- dmaengine: fsl-qdma: Handle invalid qdma-queue0 IRQ
(jsc#SLE-9316).
- ASoC: fsl_sai: Fix noise when using EDMA (jsc#SLE-9316).
- dmaengine: fsl-edma: implement .device_synchronize callback
(jsc#SLE-9316).
- ASoC: fsl_sai: Implement set_bclk_ratio (jsc#SLE-9316).
- ASoC: fsl_sai: Add support for imx8qm (jsc#SLE-9316).
- ASoC: fsl_sai: Add support for imx7ulp/imx8mq (jsc#SLE-9316).
- ASoC: fsl_sai: Add support for SAI new version (jsc#SLE-9316).
- ASoC: fsl_sai: Update Tx/Rx channel enable mask (jsc#SLE-9316).
- ASoC: fsl_sai: Add registers definition for multiple datalines
(jsc#SLE-9316).
- ASoC: sgtl5000: add ADC mute control (jsc#SLE-9316).
- ASoC: sgtl5000: Fix definition of VAG Ramp Control
(jsc#SLE-9316).
- ASoC: fsl_sai: mark regmap as fast_io (jsc#SLE-9316).
- ASoC: fsl_sai: derive TX FIFO watermark from FIFO depth
(jsc#SLE-9316).
- ASoC: fsl_sai: add of_match data (jsc#SLE-9316).
- commit c78e5c0
* Wed Dec 18 2019 tiwai@suse.de
- blacklist.conf: Yet another i915 entries that are already applied
- commit 1d49d40
* Wed Dec 18 2019 mkubecek@suse.cz
- fix mainline reference
- fix Patch-mainline:
patches.suse/efi-memreserve-Register-reservations-as-reserved-in-.patch
- commit cc91804
* Wed Dec 18 2019 clin@suse.com
- efi/memreserve: Register reservations as 'reserved' in
/proc/iomem (jsc#SLE-9943).
- commit b90e4d7
* Wed Dec 18 2019 tiwai@suse.de
- drm/hdcp: update content protection property with uevent
(jsc#SLE-7953).
- drm: uevent for connector status change (jsc#SLE-7953).
- commit 8809d69
* Wed Dec 18 2019 tiwai@suse.de
- blacklist.conf: Yet another couple of i915 entries
- commit 1237ce0
* Wed Dec 18 2019 tiwai@suse.de
- drm/i915/gvt: Fix cmd length check for MI_ATOMIC (jsc#SLE-7953).
- commit da0f534
* Wed Dec 18 2019 tiwai@suse.de
- drm/i915: Reduce nested prepare_remote_context() to a trylock
(jsc#SLE-7953).
- commit 0f19c08
* Wed Dec 18 2019 tiwai@suse.de
- blacklist.conf: Add a few more i915 entries
- commit b08d57a
* Tue Dec 17 2019 tiwai@suse.de
- blacklist.conf: Add a few more bogus fixes for i915
- commit 63135e3
* Tue Dec 17 2019 tiwai@suse.de
- blacklist.conf: Remove entries that are marked already as No-Fix
- commit f8b19cf
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/query: Align flavour of engine data lookup
(jsc#SLE-7953).
- commit 066f30e
* Tue Dec 17 2019 tiwai@suse.de
- drm: Fix kerneldoc warns in connector-related docs
(jsc#SLE-7953).
- blacklist.conf:
- commit 78bad1b
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Fix some NULL vs IS_ERR() conditions (jsc#SLE-7953).
- commit af137f7
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Pull obj->userfault tracking under the ggtt->mutex
(jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-Mark-contents-as-dirty-on-a-write-fault.patch.
- commit 4e3c83d
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Generalise the clflush dma-worker (jsc#SLE-7953).
- commit 6efd408
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Allow sharing the idle-barrier from other kernel
requests (jsc#SLE-7953).
- drm/i915: Lift timeline into intel_context (jsc#SLE-7953).
- blacklist.conf:
- Refresh
patches.suse/drm-i915-Defer-final-intel_wakeref_put-to-process-co.patch.
- commit f2b1359
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: extract i915_suspend.h from i915_drv.h (jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-Remove-Master-tables-from-cmdparser.patch.
- Refresh
patches.suse/drm-i915-cmdparser-Add-support-for-backward-jumps.patch.
- commit c0ae53a
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: extract i915_perf.h from i915_drv.h (jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-Remove-Master-tables-from-cmdparser.patch.
- Refresh
patches.suse/drm-i915-cmdparser-Add-support-for-backward-jumps.patch.
- commit 9d4c2ab
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Defer final intel_wakeref_put to process context
(jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-gen8-Add-RC6-CTX-corruption-WA.patch.
- commit dd53316
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: split out intel_pch.[ch] from i915_drv.[ch]
(jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-cml-Add-second-PCH-ID-for-CMP.patch.
- commit 2861115
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Isolate i915_getparam_ioctl() (jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-Disable-Secure-Batches-for-gen6.patch.
- commit 49cdd5f
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: rename intel_drv.h to display/intel_display_types.h
(jsc#SLE-7953).
- Refresh
patches.suse/0001-drm-i915-Preload-LUTs-if-the-hw-isn-t-currently-usin.patch.
- Refresh
patches.suse/drm-i915-avoid-including-intel_drv.h-via-i915_drv.h-.patch.
- commit d61e385
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/gt: Move the [class][inst] lookup for engines onto
the GT (jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-Add-support-for-mandatory-cmdparsing.patch.
- commit a00ddad
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/gem: Make caps.scheduler static (jsc#SLE-7953).
- commit 9158743
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Replace struct_mutex for batch pool serialisation
(jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-Remove-Master-tables-from-cmdparser.patch.
- Refresh
patches.suse/drm-i915-Support-ro-ppgtt-mapped-cmdparser-shadow-bu.patch.
- Refresh
patches.suse/drm-i915-cmdparser-Add-support-for-backward-jumps.patch.
- commit 54224b5
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/tgl: Add and use new DC5 and DC6 residency counter
registers (jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-Lower-RM-timeout-to-avoid-DSI-hard-hangs.patch.
- commit f24e88e
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/oa: add content to Makefile (jsc#SLE-7953).
- commit 14f0c49
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/tgl: Update north display hotplug detection to TGL
connections (jsc#SLE-7953).
- drm/i915/tgl: Add hpd interrupt handling (jsc#SLE-7953).
- commit d733dc7
* Tue Dec 17 2019 tiwai@suse.de
- drm/hdcp: reference for srm file format (jsc#SLE-7953).
- drm/i915: update the hdcp state with uevent (jsc#SLE-7953).
- commit 5409f55
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Attach content type property (jsc#SLE-7953).
- drm: Add Content protection type property (jsc#SLE-7953).
- commit 8c5e79f
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/uc: Update drawing for firmware layout (jsc#SLE-7953).
- commit bf9ef45
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Remove set but not used variable 'src_y'
(jsc#SLE-7953).
- Refresh
patches.suse/0004-drm-i915-Fix-g4x-sprite-scaling-stride-check-with-GT.patch.
- commit a67f62a
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Make sure cdclk is high enough for DP audio on VLV/CHV
(jsc#SLE-7953).
- commit 2113501
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/uc: move GuC and HuC files under gt/uc/ (jsc#SLE-7953).
- commit 75e5ecf
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/gt: Use intel_gt as the primary object for handling
resets (jsc#SLE-7953).
- Refresh
patches.suse/0001-drm-i915-Don-t-mix-srcu-tag-and-negative-error-codes.patch.
- Refresh
patches.suse/0001-drm-i915-Fix-and-improve-MCR-selection-logic.patch.
- Refresh
patches.suse/drm-i915-gen8-Add-RC6-CTX-corruption-WA.patch.
- commit fc382c7
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Drop extern qualifiers from header function prototypes
(jsc#SLE-7953).
- Refresh
patches.suse/0001-drm-i915-Fix-and-improve-MCR-selection-logic.patch.
- Refresh
patches.suse/drm-i915-Remove-Master-tables-from-cmdparser.patch.
- Refresh
patches.suse/drm-i915-cmdparser-Add-support-for-backward-jumps.patch.
- commit c8d7893
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/gtt: Compute the radix for gen8 page table levels
(jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-to-make-vgpu-ppgtt-notificaiton-as-atomic-o.patch.
- commit 55aec54
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/gtt: Reorder gen8 ppgtt free/clear/alloc
(jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-to-make-vgpu-ppgtt-notificaiton-as-atomic-o.patch.
- commit a16779b
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/gtt: Wrap page_table with page_directory
(jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-to-make-vgpu-ppgtt-notificaiton-as-atomic-o.patch.
- commit 71fa45e
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Add engine name to workaround debug print
(jsc#SLE-7953).
- drm/i915: Add test for invalid flag bits in whitelist entries
(jsc#SLE-7953).
- drm/i915: Implement read-only support in whitelist selftest
(jsc#SLE-7953).
- drm/i915/gtt: Use shallow dma pages for scratch (jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-to-make-vgpu-ppgtt-notificaiton-as-atomic-o.patch.
- commit ec55c4b
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/userptr: Don't mark readonly objects as dirty
(jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-userptr-Try-to-acquire-the-page-lock-around.patch.
- commit 848bfd7
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/gtt: pde entry encoding is identical (jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-to-make-vgpu-ppgtt-notificaiton-as-atomic-o.patch.
- commit 5787f30
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Markup potential lock for i915_active (jsc#SLE-7953).
- commit bd27d8c
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/gem: Free pages before rcu-freeing the object
(jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-Support-ro-ppgtt-mapped-cmdparser-shadow-bu.patch.
- commit b98ab90
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: whitelist PS_(DEPTH|INVOCATION)_COUNT (jsc#SLE-7953).
- commit d4fc9d3
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/execlists: Refactor CSB state machine (jsc#SLE-7953).
- Refresh
patches.suse/0003-drm-i915-execlists-Process-interrupted-context-on-re.patch.
- commit c69c050
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Sanitize the TypeC FIA lane configuration decoding
(jsc#SLE-7953).
- commit 7967d8b
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Factor out common parts from TypeC port handling
functions (jsc#SLE-7953).
- commit 5386d47
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Move the TypeC port handling code to a separate file
(jsc#SLE-7953).
- commit 5357220
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Convert most of atomic commit to take more intel state
(jsc#SLE-7953).
- Refresh
patches.suse/0001-drm-i915-Preload-LUTs-if-the-hw-isn-t-currently-usin.patch.
- commit 4494372
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Pass intel_crtc_state to needs_modeset()
(jsc#SLE-7953).
- Refresh
patches.suse/0001-drm-i915-Preload-LUTs-if-the-hw-isn-t-currently-usin.patch.
- commit 7360b01
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: make intel_uc_fw.h self-contained (jsc#SLE-7953).
- drm/i915: make intel_gvt.h self-contained (jsc#SLE-7953).
- drm/i915: make intel_guc_reg.h self-contained (jsc#SLE-7953).
- drm/i915: make intel_guc_fwif.h self-contained (jsc#SLE-7953).
- drm/i915: make intel_guc_ct.h self-contained (jsc#SLE-7953).
- drm/i915: make i915_vgpu.h self-contained (jsc#SLE-7953).
- drm/i915: make i915_pvinfo.h self-contained (jsc#SLE-7953).
- drm/i915: make i915_globals.h self-contained (jsc#SLE-7953).
- drm/i915: make i915_fixed.h self-contained (jsc#SLE-7953).
- drm/i915: add header search path to subdir Makefiles
(jsc#SLE-7953).
- drm/i915: prefix header search path with $(srctree)/
(jsc#SLE-7953).
- drm/i915: Move OA files to separate folder (jsc#SLE-7953).
- commit f862e29
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/icl: Add new supported CD clocks (jsc#SLE-7953).
- commit cc4a25c
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/selftests: Fixup atomic reset checking (jsc#SLE-7953).
- commit 0758444
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Rename intel_wakeref_[is]_active (jsc#SLE-7953).
- commit d288f43
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/gt: Pass intel_gt to pm routines (jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-Perform-GGTT-restore-much-earlier-during-re.patch.
- Refresh
patches.suse/drm-i915-gen8-Add-RC6-CTX-corruption-WA.patch.
- commit a064bcc
* Tue Dec 17 2019 yousaf.kaukab@suse.com
- arm64: ls1028a: enable audio support
References: jsc#SLE-9316
- commit a7cdc29
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Prevent dereference of engine before NULL check in
error capture (jsc#SLE-7953).
- commit e9d652e
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Rename i915_timeline to intel_timeline and move
under gt (jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-cmdparser-Add-support-for-backward-jumps.patch.
- commit be168f4
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Save trip via top-level i915 in a few more places
(jsc#SLE-7953).
- commit 0ade10c
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Move i915_gem_chipset_flush to intel_gt
(jsc#SLE-7953).
- commit cdfa7d6
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Stop using I915_READ/WRITE in intel_wopcm_init_hw
(jsc#SLE-7953).
- commit 6bfe1a1
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Convert i915_gem_init_hw to intel_gt (jsc#SLE-7953).
- commit 01ae127
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Convert intel_mocs_init_l3cc_table to intel_gt
(jsc#SLE-7953).
- commit bc875ea
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915: Move intel_gt_pm_init under intel_gt_init_early
(jsc#SLE-7953).
- commit cd30738
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/execlists: Preempt-to-busy (jsc#SLE-7953).
- Refresh
patches.suse/0001-drm-i915-execlists-Always-clear-pending-inflight-req.patch.
- Refresh
patches.suse/0003-drm-i915-execlists-Process-interrupted-context-on-re.patch.
- commit 4d9e5f4
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/gvt: decouple check_vgpu() from uncore_init()
(jsc#SLE-7953).
- Refresh
patches.suse/drm-i915-to-make-vgpu-ppgtt-notificaiton-as-atomic-o.patch.
- commit 97898e8
* Tue Dec 17 2019 tiwai@suse.de
- drm/i915/fbdev: Restore physical addresses for fb_mmap()
(jsc#SLE-7953).
- drm/i915: make pool objects read-only (jsc#SLE-7953).
- drm/i915: Protect request peeking with RCU (jsc#SLE-7953).
- drm/i915/tgl: MOCS table update (jsc#SLE-7953).
- drm/i915/dp: Do not switch aux to TBT mode for non-TC ports
(jsc#SLE-7953).
- drm/i915/tgl: Fix doc not corresponding to code (jsc#SLE-7953).
- drm/i915: Fixup preempt-to-busy vs resubmission of a virtual
request (jsc#SLE-7953).
- drm/i915/execlists: Refactor -EIO markup of hung requests
(jsc#SLE-7953).
- drm/i915/gt: execlists->active is serialised by the tasklet
(jsc#SLE-7953).
- drm/i915/execlists: Protect peeking at execlists->active
(jsc#SLE-7953).
- drm/i915: Fixup preempt-to-busy vs reset of a virtual request
(jsc#SLE-7953).
- drm/i915: Only enqueue already completed requests
(jsc#SLE-7953).
- drm/i915/execlists: Drop redundant
list_del_init(&rq->sched.link) (jsc#SLE-7953).
- drm/i915: Prevent bonded requests from overtaking each other
on preemption (jsc#SLE-7953).
- drm/i915: Verify the engine after acquiring the active.lock
(jsc#SLE-7953).
- drm/i915/execlists: Remove incorrect BUG_ON for schedule-out
(jsc#SLE-7953).
- Revert "drm/i915: Fix DP-MST crtc_mask" (jsc#SLE-7953).
- drm/i915: Use NOEVICT for first pass on attemping to pin a
GGTT mmap (jsc#SLE-7953).
- drm/i915: Flush the existing fence before GGTT read/write
(jsc#SLE-7953).
- drm/i915: Hold irq-off for the entire fake lock period
(jsc#SLE-7953).
- drm/i915/gvt: update RING_START reg of vGPU when the context
is submitted to i915 (jsc#SLE-7953).
- drm/i915: Select DMABUF_SELFTESTS for the default i915.ko
debug build (jsc#SLE-7953).
- drm/i915: Update DRIVER_DATE to 20190822 (jsc#SLE-7953).
- drm/i915: Replace i915_vma_put_fence() (jsc#SLE-7953).
- drm/i915: Track ggtt fence reservations under its own mutex
(jsc#SLE-7953).
- drm/i915/selftests: Fixup a couple of missing serialisation
with vma (jsc#SLE-7953).
- drm/i915/gtt: Add some range asserts (jsc#SLE-7953).
- drm/i915/execlists: Set priority hint prior to submission
(jsc#SLE-7953).
- drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICT
(jsc#SLE-7953).
- drm/i915/gtt: Include asm/smp.h (jsc#SLE-7953).
- drm/i915/hdmi: make hdcp2_msg_data const (jsc#SLE-7953).
- drm/i915/hdmi: stylistic cleanup around hdcp2_msg_data
(jsc#SLE-7953).
- drm/i915/dp: make hdcp2_dp_msg_data const (jsc#SLE-7953).
- drm/i915/dp: avoid shadowing variables (jsc#SLE-7953).
- drm/i915/dp: stylistic cleanup around hdcp2_msg_data
(jsc#SLE-7953).
- drm/i915/gtt: Relax assertion for pt_used (jsc#SLE-7953).
- drm/i915: Fix DP-MST crtc_mask (jsc#SLE-7953).
- drm/i915/tgl: update DMC firmware to 2.04 (jsc#SLE-7953).
- drm/i915/tgl: Move transcoders to pipes' powerwells
(jsc#SLE-7953).
- drm/i915/tgl: add support for reading the timestamp frequency
(jsc#SLE-7953).
- drm/i915/tgl: disable DDIC (jsc#SLE-7953).
- drm/i915: Update DRIVER_DATE to 20190820 (jsc#SLE-7953).
- drm/i915/gtt: Relax pd_used assertion (jsc#SLE-7953).
- drm/i915: Dynamically allocate s0ix struct for VLV
(jsc#SLE-7953).
- drm/i915/tgl: Gen12 render context size (jsc#SLE-7953).
- drm/i915/tgl: Updated Private PAT programming (jsc#SLE-7953).
- drm/i915/tgl: Introduce initial Tiger Lake workarounds
(jsc#SLE-7953).
- drm/i915/tgl: Gen12 csb support (jsc#SLE-7953).
- drm/i915/tgl: add GEN12_MAX_CONTEXT_HW_ID (jsc#SLE-7953).
- drm/i915/tgl: add Gen12 default indirect ctx offset
(jsc#SLE-7953).
- drm/i915/tgl: Report valid VDBoxes with SFC capability
(jsc#SLE-7953).
- drm/i915: Be defensive when starting vma activity
(jsc#SLE-7953).
- drm/i915: Serialize insertion into the file->mm.request_list
(jsc#SLE-7953).
- drm/i915: Sanitize PHY state during display core uninit
(jsc#SLE-7953).
- drm/i915: Assume exclusive access to objects inside resume
(jsc#SLE-7953).
- drm/i915: Use 0 for the unordered context (jsc#SLE-7953).
- drm/i915: i915_active.retire() is optional (jsc#SLE-7953).
- drm/i915/gen11: Allow usage of all GPIO pins (jsc#SLE-7953).
- drm/i915: Serialize against vma moves (jsc#SLE-7953).
- drm/i915: Only emit the 'send bug report' once for a GPU hang
(jsc#SLE-7953).
- drm/i915/gt: Mark up the nested engine-pm timeline lock as
irqsafe (jsc#SLE-7953).
- drm/i915: Always wrap the ring offset before resetting
(jsc#SLE-7953).
- drm/i915: Propagate fence errors (jsc#SLE-7953).
- drm/i915/uc: Never fail on HuC firmware errors (jsc#SLE-7953).
- drm/i915/uc: Don't always fail on unavailable GuC firmware
(jsc#SLE-7953).
- drm/i915/guc: Don't open log relay if GuC is not running
(jsc#SLE-7953).
- drm/i915/uc: Never fail on uC preparation step (jsc#SLE-7953).
- drm/i915/uc: Cleanup fw fetch on every GuC/HuC init failure
(jsc#SLE-7953).
- drm/i915/uc: Cleanup fw fetch only if it was successful
(jsc#SLE-7953).
- drm/i915/selftests: Check the context size (jsc#SLE-7953).
- drm/i915/gtt: Fold gen8 insertions into one (jsc#SLE-7953).
- drm/i915/uc: Add explicit DISABLED state for firmware
(jsc#SLE-7953).
- drm/i915: Wrappers for display register waits (jsc#SLE-7953).
- drm/i915: Move gmbus definitions out of i915_reg.h
(jsc#SLE-7953).
- drm/i915: Move engine IDs out of i915_reg.h (jsc#SLE-7953).
- drm/i915: Move i915_power_well_id out of i915_reg.h
(jsc#SLE-7953).
- drm/i915/execlists: Lift process_csb() out of the irq-off
spinlock (jsc#SLE-7953).
- drm/i915: Markup expected timeline locks for i915_active
(jsc#SLE-7953).
- drm/i915/gt: Mark context->active_count as protected by
timeline->mutex (jsc#SLE-7953).
- drm/i915/wopcm: Fix SPDX tag location (jsc#SLE-7953).
- drm/i915/wopcm: Update error messages (jsc#SLE-7953).
- drm/i915/wopcm: Try to use already locked WOPCM layout
(jsc#SLE-7953).
- drm/i915/wopcm: Check WOPCM layout separately from calculations
(jsc#SLE-7953).
- drm/i915/uc: Move FW size sanity check back to fetch
(jsc#SLE-7953).
- drm/i915/buddy: use kmemleak_update_trace (jsc#SLE-7953).
- drm/i915/buddy: tidy up i915_buddy_fini (jsc#SLE-7953).
- drm/i915: Use the associated uncore for the vm (jsc#SLE-7953).
- drm/i915: Extract intel_frontbuffer active tracking
(jsc#SLE-7953).
- drm/i915: Protect request retirement with timeline->mutex
(jsc#SLE-7953).
- drm/i915/gt: Guard timeline pinning without relying on
struct_mutex (jsc#SLE-7953).
- drm/i915/gt: Convert timeline tracking to spinlock
(jsc#SLE-7953).
- drm/i915/gt: Track timeline activeness in enter/exit
(jsc#SLE-7953).
- drm/i915: Move tasklet kicking to __i915_request_queue caller
(jsc#SLE-7953).
- drm/i915/icl: Add gen11 specific render breadcrumbs
(jsc#SLE-7953).
- drm/i915/icl: Add command cache invalidate (jsc#SLE-7953).
- drm/i915/icl: Implement gen11 flush including tile cache
(jsc#SLE-7953).
- drm/i915/selftest/buddy: fixup igt_buddy_alloc_range
(jsc#SLE-7953).
- drm/i915: Convert a few more bland dmesg info to be device
specific (jsc#SLE-7953).
- drm/i915: Serialise read/write of the barrier's engine
(jsc#SLE-7953).
- drm/i915: Print CCID for all renderCS (jsc#SLE-7953).
- drm/i915: Disregard drm_mode_config.fb_base (jsc#SLE-7953).
- drm/i915: Include engine->mmio_base in the debug dump
(jsc#SLE-7953).
- drm/i915/guc: Remove client->submissions (jsc#SLE-7953).
- drm/i915: Update DRIVER_DATE to 20190813 (jsc#SLE-7953).
- drm/i915: Add _TRANS2() (jsc#SLE-7953).
- drm/i915/bdw+: Move misc display IRQ handling to it own function
(jsc#SLE-7953).
- drm/i915/gvt: Double check batch buffer size after copy
(jsc#SLE-7953).
- drm/i915/gvt: Add valid length check for MI variable commands
(jsc#SLE-7953).
- drm/i915/gvt: Add MI command valid length check (jsc#SLE-7953).
- drm/i915/gvt: Utility for valid command length check
(jsc#SLE-7953).
- drm/i915/gvt: factor out tlb and mocs register offset table
(jsc#SLE-7953).
- drm/i915/gvt: no need to check return value of debugfs_create
functions (jsc#SLE-7953).
- drm/i915/gvt: Fix typo of VBLANK_TIMER_PERIOD (jsc#SLE-7953).
- drm/i915/kvmgt: Use struct_size() helper (jsc#SLE-7953).
- drm/i915/gt: Save/restore interrupts around breadcrumb disable
(jsc#SLE-7953).
- drm/i915: Push the wakeref->count deferral to the backend
(jsc#SLE-7953).
- drm/i915/tgl: Fix missing parentheses on
TGL_TRANS_DDI_FUNC_CTL_VAL_TO_PORT (jsc#SLE-7953).
- drm/i915/uc: Log fw status changes only under debug config
(jsc#SLE-7953).
- drm/i915/guc: Use a local cancel_port_requests (jsc#SLE-7953).
- drm/i915: drop engine_pin/unpin_breadcrumbs_irq (jsc#SLE-7953).
- drm/i915/guc: keep breadcrumb irq always enabled (jsc#SLE-7953).
- drm/i915/overlay: Switch to using i915_active tracking
(jsc#SLE-7953).
- drm/i915: Forgo last_fence active request tracking
(jsc#SLE-7953).
- drm/i915: Extract general GT interrupt handlers (jsc#SLE-7953).
- drm/i915: Extract GT powermanagement interrupt handling
(jsc#SLE-7953).
- drm/i915/gt: Use the local engine wakeref when checking RING
registers (jsc#SLE-7953).
- drm/i915/selftests: Prevent the timeslice expiring during
suppression tests (jsc#SLE-7953).
- drm/i915/execlists: Avoid sync calls during park (jsc#SLE-7953).
- drm/i915/uc: Update copyright and license (jsc#SLE-7953).
- drm/i915/tgl: Fixing up list of PG3 power domains
(jsc#SLE-7953).
- drm/i915/icl: Remove DDI IO power domain from PG3 power domains
(jsc#SLE-7953).
- drm/i915/uc: Use -EIO code for GuC initialization failures
(jsc#SLE-7953).
- drm/i915/uc: Update messages from fw upload step (jsc#SLE-7953).
- drm/i915/uc: Include HuC firmware version in summary
(jsc#SLE-7953).
- drm/i915/uc: Fail early if there is no GuC fw available
(jsc#SLE-7953).
- drm/i915: Remove unused debugfs/i915_emon_status (jsc#SLE-7953).
- drm/i915: buddy allocator (jsc#SLE-7953).
- drm/i915/blt: support copying objects (jsc#SLE-7953).
- drm/i915/gtt: disable 2M pages for pre-gen11 (jsc#SLE-7953).
- drm/i915/gtt: enable GTT cache by default (jsc#SLE-7953).
- drm/i915/selftests: move gpu-write-dw into utils (jsc#SLE-7953).
- drm/i915/blt: bump the size restriction (jsc#SLE-7953).
- drm/i915/blt: don't assume pinned intel_context (jsc#SLE-7953).
- drm/i915: split out uncore_mmio_debug (jsc#SLE-7953).
- drm/i915: Stop reconfiguring our shmemfs mountpoint
(jsc#SLE-7953).
- drm/i915: Push the ring creation flags to the backend
(jsc#SLE-7953).
- drm/i915/gt: Make deferred context allocation explicit
(jsc#SLE-7953).
- drm/i915: Remove i915_gem_context_create_gvt() (jsc#SLE-7953).
- drm/i915: Drop the fudge warning on ring restart for ctg/elk
(jsc#SLE-7953).
- drm/i915: Generalise BSD default selection (jsc#SLE-7953).
- drm/i915: Replace global bsd_dispatch_index with random seed
(jsc#SLE-7953).
- drm/i915: Check for a second VCS engine more carefully
(jsc#SLE-7953).
- drm/i915/execlists: Backtrack along timeline (jsc#SLE-7953).
- drm/i915: Free the imported shmemfs file for phys objects
(jsc#SLE-7953).
- drm/i915: extract i915_gem_shrinker.h from i915_drv.h
(jsc#SLE-7953).
- drm/i915: extract gem/i915_gem_stolen.h from i915_drv.h
(jsc#SLE-7953).
- drm/i915: extract i915_memcpy.h from i915_drv.h (jsc#SLE-7953).
- drm/i915: extract i915_sysfs.h from i915_drv.h (jsc#SLE-7953).
- drm/i915: move printing and load error inject to i915_utils.[ch]
(jsc#SLE-7953).
- drm/i915: move I915_STATE_WARN() and _ON() to intel_display.h
(jsc#SLE-7953).
- drm/i915: move add_taint_for_CI() to i915_utils.h
(jsc#SLE-7953).
- drm/i915: remove unused dev_priv->no_aux_handshake
(jsc#SLE-7953).
- drm/i915: Make debugfs/per_file_stats scale better
(jsc#SLE-7953).
- drm/i915: Only include active engines in the capture state
(jsc#SLE-7953).
- drm/i915/selftests: Fixup a missing legacy_idx (jsc#SLE-7953).
- drm/i915/tgl: Fix the read of the DDI that transcoder is
attached to (jsc#SLE-7953).
- drm/i915: Get transcoder power domain before reading its
register (jsc#SLE-7953).
- drm/i915: Fix up the inverse mapping for default ctx->engines[]
(jsc#SLE-7953).
- drm/i915: Allocate kernel_contexts directly (jsc#SLE-7953).
- drm/i915/selftests: Pass intel_context to mock_request
(jsc#SLE-7953).
- drm/i915/tgl/dsi: Enable blanking packets during BLLP for
video mode (jsc#SLE-7953).
- drm/i915/tgl: Add mipi dsi support for TGL (jsc#SLE-7953).
- drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping
(jsc#SLE-7953).
- drm/i915/tgl/dsi: Do not override TA_SURE (jsc#SLE-7953).
- drm/i915/tgl/dsi: Set latency PCS_DW1 for tgl (jsc#SLE-7953).
- drm/i915/tgl/dsi: Program TRANS_VBLANK register (jsc#SLE-7953).
- drm/i915/uc: Hardening firmware fetch (jsc#SLE-7953).
- drm/i915/uc: WOPCM programming errors are not always real
(jsc#SLE-7953).
- drm/i915: Make wopcm_to_i915() private (jsc#SLE-7953).
- drm/i915: Don't try to partition WOPCM without GuC firmware
(jsc#SLE-7953).
- drm/i915/uc: Don't fetch HuC fw if GuC fw fetch already failed
(jsc#SLE-7953).
- drm/i915/uc: HuC firmware can't be supported without GuC
(jsc#SLE-7953).
- drm/i915/uc: Prefer dev_info for reporting options
(jsc#SLE-7953).
- drm/i915/perf: Refactor oa object to better manage resources
(jsc#SLE-7953).
- drm/i915: Include the DRIVER_DATE in the error state
(jsc#SLE-7953).
- drm/i915: Use intel_engine_lookup_user for probing HAS_BSD etc
(jsc#SLE-7953).
- drm/i915: Rename engines to match their user interface
(jsc#SLE-7953).
- drm/i915: Drop expectations of VM_IO from our GGTT mmappings
(jsc#SLE-7953).
- drm/i915: abstract display suspend/resume operations
(jsc#SLE-7953).
- drm/i915: move property enums to intel_display_types.h
(jsc#SLE-7953).
- drm/i915: remove unnecessary includes of intel_display_types.h
header (jsc#SLE-7953).
- drm/i915: avoid including intel_drv.h via
i915_drv.h->i915_trace.h (jsc#SLE-7953).
- drm/i915/tc: un-inline intel_tc_port_ref_held() (jsc#SLE-7953).
- drm/i915/mst: un-inline intel_dp_mst_encoder_active_links()
(jsc#SLE-7953).
- drm/i915/bw: make intel_atomic_get_bw_state() static
(jsc#SLE-7953).
- drm/i915/irq: un-inline functions to avoid i915_drv.h include
(jsc#SLE-7953).
- drm/i915/sprite: un-inline icl_is_hdr_plane() (jsc#SLE-7953).
- drm/i915: move intel_display.c function declarations
(jsc#SLE-7953).
- drm/i915/dmc: Load DMC on TGL (jsc#SLE-7953).
- drm/i915: Use drm_i915_private directly from drv_get_drvdata()
(jsc#SLE-7953).
- drm/i915/gt: Remove stale kerneldoc for internal MOCS functions
(jsc#SLE-7953).
- drm/i915/uc: Don't fail on HuC early init errors (jsc#SLE-7953).
- drm/i915/uc: Remove redundant GuC support checks (jsc#SLE-7953).
- drm/i915/huc: Prefer intel_huc_is_supported (jsc#SLE-7953).
- drm/i915/guc: Prefer intel_guc_is_submission_supported
(jsc#SLE-7953).
- drm/i915: Teach execbuffer to take the engine wakeref not GT
(jsc#SLE-7953).
- drm/i915: Flush the freed object list on file close
(jsc#SLE-7953).
- drm/i915: Hide unshrinkable context objects from the shrinker
(jsc#SLE-7953).
- drm/i915/wopcm: Don't fail on WOPCM partitioning failure
(jsc#SLE-7953).
- drm/i915/uc: Inject probe errors into intel_uc_init_hw
(jsc#SLE-7953).
- drm/i915/uc: Move GuC error log to uc and release it on fini
(jsc#SLE-7953).
- drm/i915/uc: Reorder firmware status codes (jsc#SLE-7953).
- drm/i915/uc: Do full sanitize instead of pure reset
(jsc#SLE-7953).
- drm/i915: Add i915 to i915_inject_probe_failure (jsc#SLE-7953).
- drm/i915: Report resv_obj allocation failure (jsc#SLE-7953).
- drm/i915: Fix documentation for __intel_wait_for_register_fw*
(jsc#SLE-7953).
- drm/i915/oa: update the generated files (jsc#SLE-7953).
- drm/i915: Flush extra hard after writing relocations through
the GTT (jsc#SLE-7953).
- drm/i915/pmu: Atomically acquire the gt_pm wakeref
(jsc#SLE-7953).
- drm/i915/pmu: Make get_rc6 take intel_gt (jsc#SLE-7953).
- drm/i915/pmu: Convert sampling to gt (jsc#SLE-7953).
- drm/i915/pmu: Convert engine sampling to uncore mmio
(jsc#SLE-7953).
- drm/i915/pmu: Make more struct i915_pmu centric (jsc#SLE-7953).
- drm/i915/tgl: allow the reg_read ioctl to read the RCS TIMESTAMP
register (jsc#SLE-7953).
- drm/i915/uc: Stop sanitizing enable_guc modparam (jsc#SLE-7953).
- drm/i915/guc: Use dedicated flag to track submission mode
(jsc#SLE-7953).
- drm/i915/uc: Consider enable_guc modparam during fw selection
(jsc#SLE-7953).
- drm/i915/uc: Rename intel_uc_is_using* into intel_uc_supports*
(jsc#SLE-7953).
- drm/i915/gt: Introduce intel_gt_runtime_suspend/resume
(jsc#SLE-7953).
- drm/i915/uc: Move uC early functions inside the GT ones
(jsc#SLE-7953).
- drm/i915/gt: Move gt_cleanup_early out of gem_cleanup_early
(jsc#SLE-7953).
- drm/i915: Remove lrc default desc from GEM context
(jsc#SLE-7953).
- drm/i915/ehl: Don't forget to handle port C's hotplug interrupts
(jsc#SLE-7953).
- drm/i915/ehl: Ungate DDIC and DDID (jsc#SLE-7953).
- drm/i915: Move MOCS setup to intel_mocs.c (jsc#SLE-7953).
- drm/i915/tgl: Tigerlake only has global MOCS registers
(jsc#SLE-7953).
- drm/i915/tgl: Define MOCS entries for Tigerlake (jsc#SLE-7953).
- drm/i915/tgl: stop using ERROR_GEN6 and DONE_REG (jsc#SLE-7953).
- drm/i915/tgl: Move fault registers to their new offset
(jsc#SLE-7953).
- drm/i915: remove dangling forward declaration (jsc#SLE-7953).
- drm/i915/uc: Move uC WOPCM setup in uc_init_hw (jsc#SLE-7953).
- drm/i915/uc: Don't enable communication twice on resume
(jsc#SLE-7953).
- drm/i915/selftests: Pass intel_context to igt_spinner
(jsc#SLE-7953).
- drm/i915: Avoid ce->gem_context->i915 (jsc#SLE-7953).
- drm/i915: make i915_selftest.h self-contained (jsc#SLE-7953).
- drm/i915/tgl: handle DP aux interrupts (jsc#SLE-7953).
- drm/i915: stop using seqcount for fence pruning (jsc#SLE-7953).
- drm/i915: remove irrelevant DRM_UNLOCKED flag (jsc#SLE-7953).
- drm/i915: Update DRIVER_DATE to 20190730 (jsc#SLE-7953).
- drm/i915/gt: Provide a local intel_context.vm (jsc#SLE-7953).
- drm/i915: Move aliasing_ppgtt underneath its i915_ggtt
(jsc#SLE-7953).
- drm/i915: Inline engine->init_context into its caller
(jsc#SLE-7953).
- drm/i915: use upstream version of header tests (jsc#SLE-7953).
- drm/i915/uc: Don't fail on HuC firmware failure (jsc#SLE-7953).
- drm/i915: Flush the i915_vm_release before ggtt shutdown
(jsc#SLE-7953).
- drm/i915/selftests: Careful not to flush hang_fini on error
setups (jsc#SLE-7953).
- drm/i915/uc: Fixup kerneldoc after params were flipped and
renamed (jsc#SLE-7953).
- drm/i915/tgl: update ddi/tc clock_off bits (jsc#SLE-7953).
- drm/i915/tgl: select correct bit for port select (jsc#SLE-7953).
- drm/i915/tgl: skip setting PORT_CL_DW12_* on initialization
(jsc#SLE-7953).
- drm/i915/uc: Remove redundant RSA offset definition
(jsc#SLE-7953).
- drm/i915/uc: Remove redundant ucode offset definition
(jsc#SLE-7953).
- drm/i915/uc: Remove redundant header_offset/size definitions
(jsc#SLE-7953).
- drm/i915/gt: Add to timeline requires the timeline mutex
(jsc#SLE-7953).
- drm/i915/uc: Don't sanitize guc_log_level modparam
(jsc#SLE-7953).
- drm/i915: Do not rely on for loop caching the mask
(jsc#SLE-7953).
- drm/i915/perf: Initialise err to 0 before looping over
ce->engines (jsc#SLE-7953).
- drm/i915/guc: init submission structures as part of guc_init
(jsc#SLE-7953).
- drm/i915/uc: Reorder params in intel_uc_fw_fetch (jsc#SLE-7953).
- drm/i915: Capture vma contents outside of spinlock
(jsc#SLE-7953).
- drm/i915/uc: Move uc firmware layout definitions to dedicated
file (jsc#SLE-7953).
- drm/i915/uc: Unify uC firmware upload (jsc#SLE-7953).
- drm/i915/uc: Plumb the gt through fw_upload (jsc#SLE-7953).
- drm/i915/huc: Copy huc rsa only once (jsc#SLE-7953).
- drm/i915/uc: Move xfer rsa logic to common function
(jsc#SLE-7953).
- drm/i915/uc: Unify uc_fw status tracking (jsc#SLE-7953).
- drm/i915/uc: Unify uC FW selection (jsc#SLE-7953).
- drm/i915: Fix handling of non-supported uC (jsc#SLE-7953).
- drm/i915/uc: Unify uC platform check (jsc#SLE-7953).
- drm/i915/guc: Set GuC init params only once (jsc#SLE-7953).
- drm/i915: Use dev_get_drvdata (jsc#SLE-7953).
- drm/i915/huc: fix status check (jsc#SLE-7953).
- drm/i915: Squelch nop wait-for-idle trace (jsc#SLE-7953).
- drm/i915/selftests: Let igt_vma_partial et al breathe
(jsc#SLE-7953).
- drm/i915/uc: Sanitize uC when GT is sanitized (jsc#SLE-7953).
- drm/i915/uc: Gt-fy uc reset (jsc#SLE-7953).
- drm/i915: Add HDCP capability info to i915_display_info
(jsc#SLE-7953).
- drm/i915: Rely on spinlock protection for GPU error capture
(jsc#SLE-7953).
- drm/i915/gt: Hook up intel_context_fini() (jsc#SLE-7953).
- drm/i915: Remove obsolete engine cleanup (jsc#SLE-7953).
- drm/i915/gtt: Fix rounding for 36b (jsc#SLE-7953).
- drm/i915/dsi: remove set but not used variable 'hfront_porch'
(jsc#SLE-7953).
- drm/i915/gtt: Don't try to clear failed empty pd allocation
(jsc#SLE-7953).
- drm/i915/gtt: Correct unshifted 'from' for gen8_ppgtt_alloc
errors (jsc#SLE-7953).
- Revert "drm/i915: Update description of i915.enable_guc
modparam" (jsc#SLE-7953).
- Revert "drm/i915/guc: Turn on GuC/HuC auto mode" (jsc#SLE-7953).
- drm/i915/icl: Add Wa_1409178092 (jsc#SLE-7953).
- drm/i915/icl: Verify engine workarounds in GEN8_L3SQCREG4
(jsc#SLE-7953).
- drm/i915: Skip CS verification of L3 bank registers
(jsc#SLE-7953).
- drm/i915/execlists: Cancel breadcrumb on preempting the virtual
engine (jsc#SLE-7953).
- drm/i915: Use maximum write flush for pwrite_gtt (jsc#SLE-7953).
- drm/i915: Drop wmb() inside pread_gtt (jsc#SLE-7953).
- drm/i915/ehl: Use an id of 4 while accessing DPLL4's CR0 and
CR1 (jsc#SLE-7953).
- drm/i915: Add gen8_de_pipe_fault_mask() (jsc#SLE-7953).
- drm/i915/gt: Push engine stopping into reset-prepare
(jsc#SLE-7953).
- drm/i915: Update description of i915.enable_guc modparam
(jsc#SLE-7953).
- drm/i915/oa: Reconfigure contexts on the fly (jsc#SLE-7953).
- drm/i915/gtt: Tidy up ppgtt insertion for gen8 (jsc#SLE-7953).
- drm/i915/gtt: Recursive ppgtt alloc for gen8 (jsc#SLE-7953).
- drm/i915/execlists: Disable preemption under GVT (jsc#SLE-7953).
- drm/i915: Enable hotplug retry (jsc#SLE-7953).
- drm/i915: Add support for retrying hotplug (jsc#SLE-7953).
- drm/i915/ehl: Map MCC pins based on PHY, not port
(jsc#SLE-7953).
- drm/i915/selftests: Ignore self-preemption suppression under
gvt (jsc#SLE-7953).
- drm/i915/uc: kill <g,h>uc_to_i915 (jsc#SLE-7953).
- drm/i915/guc: prefer intel_gt in guc interrupt functions
(jsc#SLE-7953).
- drm/i915/uc: prefer intel_gt over i915 in GuC/HuC paths
(jsc#SLE-7953).
- drm/i915/uc: Move intel functions to intel_uc (jsc#SLE-7953).
- drm/i915/uc: move GuC/HuC inside intel_gt under a new intel_uc
(jsc#SLE-7953).
- drm/i915/guc: unify guc irq handling (jsc#SLE-7953).
- drm/i915/guc: move guc irq functions to intel_guc parameter
(jsc#SLE-7953).
- drm/i915/uc: introduce intel_uc_fw_supported (jsc#SLE-7953).
- drm/i915/uc: replace uc init/fini misc (jsc#SLE-7953).
- drm/i915/guc: Use system workqueue for log capture
(jsc#SLE-7953).
- drm/i915/tgl: add modular FIA to device info (jsc#SLE-7953).
- drm/i915: Add modular FIA (jsc#SLE-7953).
- drm/i915/gtt: Recursive ppgtt clear for gen8 (jsc#SLE-7953).
- drm/i915/gtt: Recursive cleanup for gen8 (jsc#SLE-7953).
- drm/i915/display: Drop kerneldoc for 'intel_atomic_commit'
(jsc#SLE-7953).
- drm/i915: Skip SINK_COUNT read on CH7511 (jsc#SLE-7953).
- drm/i915/guc: Turn on GuC/HuC auto mode (jsc#SLE-7953).
- drm/i915/guc: Don't enable GuC/HuC in auto mode on pre-Gen11
(jsc#SLE-7953).
- drm/i915: Propagate "_probe" function name suffix down
(jsc#SLE-7953).
- drm/i915: Propagate "_remove" function name suffix down
(jsc#SLE-7953).
- drm/i915: Propagate "_release" function name suffix down
(jsc#SLE-7953).
- drm/i915: Replace "_load" with "_probe" consequently
(jsc#SLE-7953).
- drm/i915: Rename "_load"/"_unload" to match PCI entry points
(jsc#SLE-7953).
- drm/i915/gtt: Use NULL to encode scratch shadow entries
(jsc#SLE-7953).
- drm/i915/gtt: Convert vm->scratch into an array (jsc#SLE-7953).
- drm/i915/gtt: Markup i915_ppgtt height (jsc#SLE-7953).
- drm/i915/tgl: Update DPLL clock reference register
(jsc#SLE-7953).
- drm/i915/tgl: Add DPLL registers (jsc#SLE-7953).
- drm/i915/tgl: Add vbt value mapping for DDC Bus pin
(jsc#SLE-7953).
- drm/i915/tgl: port to ddc pin mapping (jsc#SLE-7953).
- drm/i915/tgl: Add gmbus gpio pin to port mapping (jsc#SLE-7953).
- drm/i915/gen12: MBUS B credit change (jsc#SLE-7953).
- drm/i915/tgl: apply Display WA #1178 to fix type C dongles
(jsc#SLE-7953).
- drm/i915/tgl: init ddi port A-C for Tiger Lake (jsc#SLE-7953).
- drm/i915/tgl: Add additional PHYs for Tiger Lake (jsc#SLE-7953).
- drm/i915/tgl: Add additional ports for Tiger Lake
(jsc#SLE-7953).
- drm/i915/tgl: Add pll manager (jsc#SLE-7953).
- drm/i915/tgl: Add new pll ids (jsc#SLE-7953).
- drm/i915/tgl: Add power well to support 4th pipe (jsc#SLE-7953).
- drm/i915/tgl: Add power well support (jsc#SLE-7953).
- drm/i915/tgl: rename TRANSCODER_EDP_VDSC to use on transcoder A
(jsc#SLE-7953).
- drm/i915/tgl: Check if pipe D is fused (jsc#SLE-7953).
- drm/i915/tgl: Add TGL PCI IDs (jsc#SLE-7953).
- drm/i915/tgl: Add TGL PCH detection in virtualized environment
(jsc#SLE-7953).
- drm/i915/tgl: Introduce Tiger Lake PCH (jsc#SLE-7953).
- drm/i915/tgl: add initial Tiger Lake definitions (jsc#SLE-7953).
- drm/i915: Add 4th pipe and transcoder (jsc#SLE-7953).
- drm/i915: Don't overestimate 4:2:0 link symbol clock
(jsc#SLE-7953).
- drm/i915: Copy name string into ring buffer for
intel_update/disable_plane tracepoints (jsc#SLE-7953).
- drm/i915/guc: Drop redundant ctx param from kerneldoc
(jsc#SLE-7953).
- drm/i915: Don't pass stack garbage to pcode in the second data
register (jsc#SLE-7953).
- drm/i915: Use intel_ types in intel_atomic_commit()
(jsc#SLE-7953).
- drm/i915: Use intel_ types in intel_{lock,modeset}_all_pipes()
(jsc#SLE-7953).
- drm/i915: Polish intel_atomic_track_fbs() (jsc#SLE-7953).
- drm/i915: Polish intel_shared_dpll_swap_state() (jsc#SLE-7953).
- drm/i915: Simplify modeset_get_crtc_power_domains() arguments
(jsc#SLE-7953).
- drm/i915: Check crtc_state->wm.need_postvbl_update before
grabbing wm.mutex (jsc#SLE-7953).
- drm/i915: Use the "display core" power domain in vlv/chv
set_cdclk() (jsc#SLE-7953).
- drm/i915/selftests: Hold the vma manager lock while modifying
mmap_offset (jsc#SLE-7953).
- drm/i915/sdvo: Fix handling if zero hbuf size (jsc#SLE-7953).
- drm/i915/guc: Simplify guc client (jsc#SLE-7953).
- drm/i915/guc: Remove preemption support for current fw
(jsc#SLE-7953).
- drm/i915/selftests: Ensure we don't clamp a random offset to
32b (jsc#SLE-7953).
- drm/i915/gt: Drop the duplicate icl workaround (jsc#SLE-7953).
- drm/i915/ehl: Enable DDI-D (jsc#SLE-7953).
- drm/i915: Transition port type checks to phy checks
(jsc#SLE-7953).
- drm/i915/gen11: Convert combo PHY logic to use new 'enum phy'
namespace (jsc#SLE-7953).
- drm/i915/gen11: Program ICL_DPCLKA_CFGCR0 according to PHY
(jsc#SLE-7953).
- drm/i915/gen11: Start distinguishing 'phy' from 'port'
(jsc#SLE-7953).
- drm/i915: move intel_ddi_set_fia_lane_count to intel_tc.c
(jsc#SLE-7953).
- drm/i915: fix include order in intel_tc.* (jsc#SLE-7953).
- drm/i915: make new intel_tc.c use uncore accessors
(jsc#SLE-7953).
- drm/i915/icl: Fixed Input CSC Co-efficients for BT601/709
(jsc#SLE-7953).
- drm/i915/icl: Fix Y pre-offset for Full Range YCbCr
(jsc#SLE-7953).
- drm/i915/icl: Handle YCbCr to RGB conversion for BT2020 case
(jsc#SLE-7953).
- drm/i915/execlists: Record preemption for selftests
(jsc#SLE-7953).
- drm/i915: Remove unused i915_gem_context_lookup_engine
(jsc#SLE-7953).
- drm/i915: add infrastructure to hold off preemption on a request
(jsc#SLE-7953).
- drm/i915: enumerate scratch fields (jsc#SLE-7953).
- drm/i915/icl: Clear the shared port PLLs from the new crtc state
(jsc#SLE-7953).
- drm/i915: Clear the shared PLL from the put_dplls() hook
(jsc#SLE-7953).
- drm/i915/sdvo: Add helpers to get the cmd/status string
(jsc#SLE-7953).
- drm/i915/sdvo: Shrink sdvo_cmd_names[] strings (jsc#SLE-7953).
- drm/i915/sdvo: Remove duplicate SET_INPUT_TIMINGS_PART1 cmd
name string (jsc#SLE-7953).
- drm/i915/sdvo: Use named initializers for the SDVO command names
(jsc#SLE-7953).
- drm/i915: Add icl mipi dsi properties (jsc#SLE-7953).
- drm/i915/hdcp: debug logs for sink related failures
(jsc#SLE-7953).
- drm/i915/gt: Remove presumption of RCS0 (jsc#SLE-7953).
- drm/i915/gt: Apply RCS workarounds to the render class
(jsc#SLE-7953).
- drm/i915/selftests: Fill in a little more of the dummy fence
(jsc#SLE-7953).
- drm/i915/selftests: Set igt_spinner.gt for early exit
(jsc#SLE-7953).
- drm/i915: Update DRIVER_DATE to 20190708 (jsc#SLE-7953).
- drm/i915/selftests: Reorder error cleanup for whitelist checking
(jsc#SLE-7953).
- drm/i915: Explicitly track active fw_domain timers
(jsc#SLE-7953).
- drm/i915: Pull assert_forcewake_active() underneath the lock
(jsc#SLE-7953).
- drm/i915/gtt: Introduce release_pd_entry (jsc#SLE-7953).
- drm/i915/gtt: Setup phys pages for 3lvl pdps (jsc#SLE-7953).
- drm/i915/gtt: Tear down setup and cleanup macros for page dma
(jsc#SLE-7953).
- drm/i915: Remove set but not used variable 'intel_dig_port'
(jsc#SLE-7953).
- drm/i915: Remove set but not used variable 'encoder'
(jsc#SLE-7953).
- drm/i915: Order assert forcewake test (jsc#SLE-7953).
- drm/i915/ehl: Add support for DPLL4 (v10) (jsc#SLE-7953).
- drm/i915: Clean up skl vs. icl plane formats (jsc#SLE-7953).
- drm/i915: Cosmetic fix for skl+ plane switch statement
(jsc#SLE-7953).
- drm/i915: Deal with cpp==8 for g4x watermarks (jsc#SLE-7953).
- drm/i915: Program plane gamma ramps (jsc#SLE-7953).
- drm/i915: Disable sprite gamma on ivb-bdw (jsc#SLE-7953).
- drm/i915: Add windowing for primary planes on gen2/3 and chv
(jsc#SLE-7953).
- drm/i915: Move dev_priv->pm_i{m, e}r into intel_gt
(jsc#SLE-7953).
- drm/i915: Remove some legacy mmio accessors from interrupt
handling (jsc#SLE-7953).
- drm/i915: Rework some interrupt handling functions to take
intel_gt (jsc#SLE-7953).
- drm/i915: Show instdone for each engine in debugfs
(jsc#SLE-7953).
- drm/i915/selftests: Be engine agnostic (jsc#SLE-7953).
- drm/i915/overlay: Stash the kernel context on initialisation
(jsc#SLE-7953).
- drm/i915/hangcheck: Look at instdone for all engines
(jsc#SLE-7953).
- drm/i915/selftests: Drain the freedlists between exec passes
(jsc#SLE-7953).
- drm/i915/gt: Pull engine w/a initialisation into common
(jsc#SLE-7953).
- drm/i915: Dump w/a lists on all engines (jsc#SLE-7953).
- drm/i915/guc: Upgrade to GuC 33.0.0 (jsc#SLE-7953).
- drm/i915/gtt: Handle double alloc failures (jsc#SLE-7953).
- drm/i915: Show support for accurate sw PMU busyness tracking
(jsc#SLE-7953).
- drm/i915/gem: Defer obj->base.resv fini until RCU callback
(jsc#SLE-7953).
- drm/i915/gt: Ignore forcewake acquisition for posting_reads
(jsc#SLE-7953).
- drm/i915/gt: Assume we hold forcewake for execlists resume
(jsc#SLE-7953).
- drm/i915/gt: Use caller provided forcewake for
intel_mocs_init_engine (jsc#SLE-7953).
- drm/i915: Check caller held wakerefs in assert_forcewakes_active
(jsc#SLE-7953).
- drm/i915: Flush the workqueue before draining (jsc#SLE-7953).
- drm/i915: Move the renderstate setup under gt/ (jsc#SLE-7953).
- drm/i915: Add N & CTS values for 10/12 bit deep color
(jsc#SLE-7953).
- drm/i915: Use port clock to set correct N value (jsc#SLE-7953).
- drm/i915: Mark up vma->active as safe for use inside shrinkers
(jsc#SLE-7953).
- drm/i915/execlists: Hesitate before slicing (jsc#SLE-7953).
- drm/i915/selftests: Lock the drm_mm while modifying
(jsc#SLE-7953).
- drm/i915/selftests: Common live setup/teardown (jsc#SLE-7953).
- drm/i915/display: Handle lost primary_port across suspend
(jsc#SLE-7953).
- drm/i915: synchronize_irq() against the actual irq
(jsc#SLE-7953).
- drm/i915/gtt: Don't check PPGTT presence on PPGTT-only platforms
(jsc#SLE-7953).
- Revert "drm/i915: Introduce private PAT management"
(jsc#SLE-7953).
- drm/i915: Report if i915_active is still busy upon waiting
(jsc#SLE-7953).
- drm/i915/ehl: Don't program PHY_MISC on EHL PHY C
(jsc#SLE-7953).
- drm/i915/ehl: Add third combo PHY offset (jsc#SLE-7953).
- drm/i915/icl: Drop port parameter to icl_get_combo_buf_trans()
(jsc#SLE-7953).
- drm/i915/guc: Avoid reclaim locks during reset (jsc#SLE-7953).
- drm/i915: WARN about invalid lane reversal in TBT-alt/DP-alt
modes (jsc#SLE-7953).
- drm/i915: Remove unneeded disconnect in TypeC legacy port mode
(jsc#SLE-7953).
- drm/i915: Add state verification for the TypeC port mode
(jsc#SLE-7953).
- drm/i915: Keep the TypeC port mode fixed when the port is active
(jsc#SLE-7953).
- drm/i915/icl: Reserve all required PLLs for TypeC ports
(jsc#SLE-7953).
- drm/i915/icl: Split getting the DPLLs to port type specific
functions (jsc#SLE-7953).
- drm/i915: Sanitize the shared DPLL find/reference interface
(jsc#SLE-7953).
- drm/i915: Sanitize the shared DPLL reserve/release interface
(jsc#SLE-7953).
- drm/i915: Keep the TypeC port mode fixed for detect/AUX
transfers (jsc#SLE-7953).
- drm/i915: Fix the TypeC port mode sanitization during
loading/resume (jsc#SLE-7953).
- drm/i915: Sanitize the TypeC connect/detect sequences
(jsc#SLE-7953).
- drm/i915: Handle the TCCOLD power-down event (jsc#SLE-7953).
- drm/i915: Wait for TypeC PHY complete flag to clear in safe mode
(jsc#SLE-7953).
- drm/i915: Unify the TypeC port notation in debug/error messages
(jsc#SLE-7953).
- drm/i915: Use the correct AUX power domain in TypeC TBT-alt mode
(jsc#SLE-7953).
- drm/i915: Don't enable the DDI-IO power in the TypeC TBT-alt
mode (jsc#SLE-7953).
- drm/i915: Sanitize the terminology used for TypeC port modes
(jsc#SLE-7953).
- drm/i915: Tune down WARNs about TBT AUX power well enabling
(jsc#SLE-7953).
- drm/i915/icl: Add support to read out the TBT PLL HW state
(jsc#SLE-7953).
- drm/i915: Use intel state as much as possible in wm code
(jsc#SLE-7953).
- drm/i915: Pass intel state to plane functions as well
(jsc#SLE-7953).
- drm/i915: Use intel_crtc_state in sanitize_watermarks() too
(jsc#SLE-7953).
- drm/i915: Convert hw state verifier to take more intel state,
v2 (jsc#SLE-7953).
- drm/i915: rework reading pipe disable fuses (jsc#SLE-7953).
- drm/i915: Make i945gm_vblank_work_func static (jsc#SLE-7953).
- drm/i915/ehl: Add voltage level requirement table
(jsc#SLE-7953).
- drm/i915/ehl: Remove unsupported cd clocks (jsc#SLE-7953).
- drm/i915: Initialize drm_driver vblank funcs at compile time
(jsc#SLE-7953).
- drm/i915: Nuke drm_driver irq vfuncs (jsc#SLE-7953).
- drm/i915: Switch to per-crtc vblank vfuncs (jsc#SLE-7953).
- drm/i915/selftests: Drop manual request wakerefs around
hangcheck (jsc#SLE-7953).
- drm/i915/selftests: Serialise nop reset with retirement
(jsc#SLE-7953).
- drm/i915: Check backlight type while doing eDP backlight
initializaiton (jsc#SLE-7953).
- drm/i915/icl: Add missing device ID (jsc#SLE-7953).
- drm/i915/gt: Add some debug tracing for context pinning
(jsc#SLE-7953).
- drm/i915/gt: Always call kref_init for the timeline
(jsc#SLE-7953).
- drm/i915/gt: Drop stale commentary for timeline density
(jsc#SLE-7953).
- drm/i915/selftests: Hold ref on request across waits
(jsc#SLE-7953).
- drm/i915/guc: Add debug capture of GuC exception (jsc#SLE-7953).
- drm/i915/execlists: Convert recursive defer_request() into
iterative (jsc#SLE-7953).
- drm/i915/ehl: Add missing VECS engine (jsc#SLE-7953).
- drm/i915/ehl: Add one additional PCH ID to MCC (jsc#SLE-7953).
Refresh patches.suse/drm-i915-cml-Add-second-PCH-ID-for-CMP.patch
- drm/i915/gem: Clear read/write domains for GPU clear
(jsc#SLE-7953).
- drm/i915/execlists: Always clear ring_pause if we do not submit
(jsc#SLE-7953).
- drm/i915/blt: Remove recursive vma->lock (jsc#SLE-7953).
- drm/i915: Local debug BUG_ON for intel_wakeref (jsc#SLE-7953).
- drm/i915: Provide an i915_active.acquire callback
(jsc#SLE-7953).
- drm/i915: Throw away the active object retirement complexity
(jsc#SLE-7953).
- drm/i915: Track i915_active using debugobjects (jsc#SLE-7953).
- drm/i915: Remove waiting & retiring from shrinker paths
(jsc#SLE-7953).
- drm/i915/guc: handle GuC messages received with CTB disabled
(jsc#SLE-7953).
- drm/i915/guc: reorder enable/disable communication steps
(jsc#SLE-7953).
- drm/i915/gt: Fixup kerneldoc parameters (jsc#SLE-7953).
- drm/i915/gt: Rename i915_gt_timelines (jsc#SLE-7953).
- drm/i915: Eliminate dual personality of i915_scratch_offset
(jsc#SLE-7953).
- drm/i915: Make timelines gt centric (jsc#SLE-7953).
- drm/i915: Compartmentalize ring buffer creation (jsc#SLE-7953).
- drm/i915: Store ggtt pointer in intel_gt (jsc#SLE-7953).
- drm/i915: Compartmentalize i915_gem_init_ggtt (jsc#SLE-7953).
- drm/i915: Compartmentalize i915_ggtt_cleanup_hw (jsc#SLE-7953).
- drm/i915: Compartmentalize timeline_init/park/fini
(jsc#SLE-7953).
- drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gt
(jsc#SLE-7953).
- drm/i915: Compartmentalize i915_gem_suspend/restore_gtt_mappings
(jsc#SLE-7953).
- drm/i915: Store intel_gt backpointer in vm (jsc#SLE-7953).
- drm/i915: Make ggtt invalidation work on ggtt (jsc#SLE-7953).
- drm/i915: Compartmentalize i915_ggtt_init_hw (jsc#SLE-7953).
- drm/i915: Compartmentalize i915_ggtt_probe_hw (jsc#SLE-7953).
- drm/i915: Consolidate some open coded mmio rmw (jsc#SLE-7953).
- drm/i915: Convert i915_ppgtt_init_hw to intel_gt (jsc#SLE-7953).
- drm/i915: Store backpointer to intel_gt in the engine
(jsc#SLE-7953).
- drm/i915: Convert gt workarounds to intel_gt (jsc#SLE-7953).
- drm/i915: Convert init_unused_rings to intel_gt (jsc#SLE-7953).
- drm/i915: Use intel_uncore_rmw in intel_gt_init_swizzling
(jsc#SLE-7953).
- drm/i915: Convert i915_gem_init_swizzling to intel_gt
(jsc#SLE-7953).
- drm/i915: Make i915_check_and_clear_faults take intel_gt
(jsc#SLE-7953).
- drm/i915: Store some backpointers in struct intel_gt
(jsc#SLE-7953).
- drm/i915: Move intel_gt initialization to a separate file
(jsc#SLE-7953).
- drm/i915: Introduce struct intel_gt as replacement for anonymous
i915->gt (jsc#SLE-7953).
- drm/i915: Convert intel_vgt_(de)balloon to uncore
(jsc#SLE-7953).
- drm/i915/execlists: Keep virtual context alive until after we
kick (jsc#SLE-7953).
- drm/i915/gtt: Defer address space cleanup to an RCU worker
(jsc#SLE-7953).
- drm/i915/ehl/dsi: Enable AFE over PPI strap (jsc#SLE-7953).
- drm/i915/ehl/dsi: Set lane latency optimization for DW1
(jsc#SLE-7953).
- drm/i915/selftests: Use request managed wakerefs (jsc#SLE-7953).
- drm/i915: Rings are always flushed (jsc#SLE-7953).
- drm/i915/execlists: Minimalistic timeslicing (jsc#SLE-7953).
- drm/i915: dynamically allocate forcewake domains (jsc#SLE-7953).
- drm/i915: skip forcewake actions on forcewake-less uncore
(jsc#SLE-7953).
- drm/i915: kill uncore_to_i915 (jsc#SLE-7953).
- drm/i915: kill uncore_sanitize (jsc#SLE-7953).
- drm/i915: use vfuncs for reg_read/write_fw_domains
(jsc#SLE-7953).
- drm/i915/ehl: Allow combo PHY A to drive a third external
display (jsc#SLE-7953).
- drm/i915: Flush the execution-callbacks on retiring
(jsc#SLE-7953).
- drm/i915: Signal fence completion from i915_request_wait
(jsc#SLE-7953).
- commit 04e08b4
* Tue Dec 17 2019 yousaf.kaukab@suse.com
- PM / wakeup: Unexport wakeup_source_sysfs_{add,remove}()
(jsc#SLE-9316).
- PM / wakeup: Register wakeup class kobj after device is added
(jsc#SLE-9316).
- PM / wakeup: Fix sysfs registration error path (jsc#SLE-9316).
- commit 0972359
* Tue Dec 17 2019 yousaf.kaukab@suse.com
- thermal: qoriq: Add hwmon support (jsc#SLE-9316).
- thermal_hwmon: Add devres wrapper for thermal_add_hwmon_sysfs()
(jsc#SLE-9316).
- thermal: qoriq: Do not report invalid temperature reading
(jsc#SLE-9316).
- thermal: qoriq: Enable all sensors before registering them
(jsc#SLE-9316).
- thermal: qoriq: Convert driver to use regmap API (jsc#SLE-9316).
- thermal: qoriq: Drop unnecessary drvdata cleanup (jsc#SLE-9316).
- thermal: qoriq: Pass data to qoriq_tmu_calibration() directly
(jsc#SLE-9316).
- thermal: qoriq: Pass data to qoriq_tmu_register_tmu_zone()
directly (jsc#SLE-9316).
- thermal: qoriq: Embed per-sensor data into struct qoriq_tmu_data
(jsc#SLE-9316).
- thermal: qoriq: Add local struct qoriq_sensor pointer
(jsc#SLE-9316).
- thermal: qoriq: Don't store struct thermal_zone_device reference
(jsc#SLE-9316).
- thermal: qoriq: Add local struct device pointer (jsc#SLE-9316).
- thermal: qoriq: add thermal monitor unit version 2 support
(jsc#SLE-9316).
- thermal: qoriq: Use __maybe_unused instead of #if
CONFIG_PM_SLEEP (jsc#SLE-9316).
- thermal: qoriq: Use devm_platform_ioremap_resource() instead
of of_iomap() (jsc#SLE-9316).
- thermal: qoriq: Fix error path of calling
qoriq_tmu_register_tmu_zone fail (jsc#SLE-9316).
- thermal: qoriq: Add clock operations (jsc#SLE-9316).
- commit 14652c6
* Tue Dec 17 2019 ggherdovich@suse.cz
- Delete
patches.suse/cpufreq-intel_pstate-use-setpoint-of-10-on-servers.patch.
Before v4.14 the intel_pstate powersave frequency governor used a
P.I.D. controller based algorithm to select frequencies, and this patch
was necessary to tune the "setpoint" parameter to a more aggressive value
than in mainline kernel.
From v4.14 onwards said algorithm is replaced by another where the
frequency is proportional to non-idle time observed in the recent past,
and this patch tuning pid_params.setpoint is thus obsolete.
- commit 80607d5
* Tue Dec 17 2019 ggherdovich@suse.cz
- cpufreq: intel_pstate: Temporarily boost P-state when exiting
from idle (bnc#1066110, bnc#1066845).
- commit 0ab1412
* Tue Dec 17 2019 ggherdovich@suse.cz
- cpufreq, intel_pstate: Ramp up frequency faster when utilisation
reaches setpoint (bsc#1068680).
- commit 741462c
* Tue Dec 17 2019 ggherdovich@suse.cz
- cpufreq: intel_pstate: Revert upstream changes to iowait
boosting (bsc#1131437).
- commit 08e273b
* Tue Dec 17 2019 yousaf.kaukab@suse.com
- PM / wakeup: Show wakeup sources stats in sysfs (jsc#SLE-9316).
- PM / wakeup: Use wakeup_source_register() in wakelock.c
(jsc#SLE-9316).
- PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare()
(jsc#SLE-9316).
- commit 4d80f94
* Tue Dec 17 2019 yousaf.kaukab@suse.com
- rtc: fsl-ftm-alarm: remove select FSL_RCPM and default y from
Kconfig (jsc#SLE-9316).
- mmc: sdhci: fix up CMD12 sending (jsc#SLE-9316).
- soc: fsl: add RCPM driver (jsc#SLE-9316).
- PM: wakeup: Add routine to help fetch wakeup source object
(jsc#SLE-9316).
- mmc: sdhci-of-esdhc: poll ESDHC_FLUSH_ASYNC_FIFO bit until
completion (jsc#SLE-9316).
- spi: spi-fsl-qspi: Introduce variable to fix different invalid
master Id (jsc#SLE-9316).
- rtc: fsl-ftm-alarm: add FTM alarm driver (jsc#SLE-9316).
- mtd: spi-nor: Add support for mt35xu02g (jsc#SLE-9316).
- mmc: sdhci-of-esdhc: add erratum A011334 support in ls1028a
1.0 SoC (jsc#SLE-9316).
- soc: fsl: guts: Add definition for LS1028A (jsc#SLE-9316).
- spi: fsl-qspi: Enhance binding to extend example for flash entry
(jsc#SLE-9316).
- commit bfef95e
* Tue Dec 17 2019 jlee@suse.com
- Refresh and enable
patches.suse/0004-MODSIGN-checking-the-blacklisted-hash-before-loading.patch.
(fate#316531)
- commit d8c86dc
* Tue Dec 17 2019 jlee@suse.com
- Refresh and enable
patches.suse/0003-MODSIGN-load-blacklist-from-MOKx.patch.
(fate#316531)
- commit 9e30e45
* Tue Dec 17 2019 yousaf.kaukab@suse.com
- enetc: remove variable 'tc_max_sized_frame' set but not used
(jsc#SLE-9316).
- enetc: add software timestamping (jsc#SLE-9316).
- enetc: disable EEE autoneg by default (jsc#SLE-9316).
- enetc: add support Credit Based Shaper(CBS) for hardware offload
(jsc#SLE-9316).
- enetc: make enetc_setup_tc_mqprio static (jsc#SLE-9316).
- enetc: update TSN Qbv PSPEED set according to adjust link speed
(jsc#SLE-9316).
- enetc: Configure the Time-Aware Scheduler via tc-taprio offload
(jsc#SLE-9316).
- enetc: fix return value for enetc_ioctl() (jsc#SLE-9316).
- enetc: ethtool: add wake-on-lan callbacks (jsc#SLE-9316).
- enetc: add ioctl() support for PHY-related ops (jsc#SLE-9316).
- commit c54330b
* Mon Dec 16 2019 jack@suse.cz
- Update tags in
patches.suse/ext4-add-more-paranoia-checking-in-ext4_expand_extra.patch
(bnc#1151927 bsc#1159297 CVE-2019-19767 5.3.15).
- commit a5d00e3
* Mon Dec 16 2019 jgross@suse.com
- xen/blkback: Avoid unmapping unmapped grant pages (bsc#1065600).
- commit d227d91
* Mon Dec 16 2019 tiwai@suse.de
- staging: vchiq: call unregister_chrdev_region() when driver
registration fails (git-fixes).
- xhci: make sure interrupts are restored to correct state
(git-fixes).
- xhci: Increase STS_HALT timeout in xhci_suspend() (git-fixes).
- usb: xhci: only set D3hot for pci device (git-fixes).
- xhci: Fix memory leak in xhci_add_in_port() (git-fixes).
- usb: dwc3: gadget: Fix logical condition (git-fixes).
- USB: adutux: fix interface sanity check (git-fixes).
- USB: idmouse: fix interface sanity checks (git-fixes).
- USB: serial: io_edgeport: fix epic endpoint lookup (git-fixes).
- usb: mon: Fix a deadlock in usbmon between mmap and read
(git-fixes).
- usb: typec: fix use after free in typec_register_port()
(git-fixes).
- usb: roles: fix a potential use after free (git-fixes).
- virtio-balloon: fix managed page counts when migrating pages
between zones (git-fixes).
- vfio/pci: call irq_bypass_unregister_producer() before freeing
irq (git-fixes).
- tools: PCI: Fix fd leakage (git-fixes).
- stm class: Lose the protocol driver when dropping its reference
(git-fixes).
- spi: rspi: Use platform_get_irq_byname_optional() for optional
irqs (git-fixes).
- commit 6f16787
* Mon Dec 16 2019 tiwai@suse.de
- staging: rtl8712: fix interface sanity check (git-fixes).
- staging: rtl8188eu: fix interface sanity check (git-fixes).
- soc: aspeed: Fix snoop_file_poll()'s return type (git-fixes).
- soc: renesas: Add missing check for non-zero product register
address (git-fixes).
- serial: 8250-mtk: Use platform_get_irq_optional() for optional
irq (git-fixes).
- phy: qcom-usb-hs: Fix extcon double register after power cycle
(git-fixes).
- phy: ti: gmii-sel: fix mac tx internal delay for rgmii-rxid
(git-fixes).
- phy: renesas: rcar-gen3-usb2: Fix sysfs interface of "role"
(git-fixes).
- rfkill: allocate static minor (git-fixes).
- phy: renesas: rcar-gen3-usb2: Use platform_get_irq_optional()
for optional irq (git-fixes).
- software node: Get reference to parent swnode in get_parent op
(git-fixes).
- driver core: platform: Add platform_get_irq_byname_optional()
(git-fixes).
- commit 3dd636b
* Mon Dec 16 2019 mkubecek@suse.cz
- config: refresh
- only update headers
- commit 308eb35
* Mon Dec 16 2019 ykaukab@suse.de
- PCI: layerscape: Add LS1028a support (jsc#SLE-9316).
- PCI: layerscape: Add CONFIG_PCI_LAYERSCAPE_EP to build EP/RC
separately (jsc#SLE-9316).
- PCI: dwc: Return directly when num-lanes is not found
(jsc#SLE-9316).
- commit a994a9b
* Mon Dec 16 2019 tiwai@suse.de
- moduleparam: fix parameter description mismatch (git-fixes).
- net: wireless: ti: remove local VENDOR_ID and DEVICE_ID
definitions (git-fixes).
- net: wireless: ti: wl1251 use new SDIO_VENDOR_ID_TI_WL1251
definition (git-fixes).
- mmc: host: omap_hsmmc: add code for special init of wl1251 to
get rid of pandora_wl1251_init_card (git-fixes).
- net: wireless: ti: wl1251 add device tree support (git-fixes).
- commit 55a0d46
* Mon Dec 16 2019 tiwai@suse.de
- interconnect: qcom: sdm845: Walk the list safely on node removal
(git-fixes).
- commit dc37ad8
* Mon Dec 16 2019 tiwai@suse.de
- iio: adc: max9611: Fix too short conversion time delay
(git-fixes).
- iio: imu: inv_mpu6050: fix temperature reporting using bad unit
(git-fixes).
- iio: adc: ad7124: Enable internal reference (git-fixes).
- iio: adc: ad7606: fix reading unnecessary data from device
(git-fixes).
- genalloc: Fix a set of docs build warnings (git-fixes).
- commit f2d6240
* Mon Dec 16 2019 tiwai@suse.de
- firmware: arm_scmi: Avoid double free in error flow (git-fixes).
- commit 83c312d
* Mon Dec 16 2019 tiwai@suse.de
- drm/nouveau/kms/nv50-: Limit MST BPC to 8 (git-fixes).
- drm/nouveau/kms/nv50-: Store the bpc we're using in
nv50_head_atom (git-fixes).
- drm/nouveau/kms/nv50-: Call outp_atomic_check_view() before
handling PBN (git-fixes).
- drm: meson: venc: cvbs: fix CVBS mode matching (git-fixes).
- drm/mcde: dsi: Fix invalid pointer dereference if panel cannot
be found (git-fixes).
- drm/dp_mst: Correct the bug in drm_dp_update_payload_part1()
(git-fixes).
- drm/mgag200: Store flags from PCI driver data in device
structure (git-fixes).
- drm/mgag200: Extract device type from flags (git-fixes).
- commit 2452bc1
* Mon Dec 16 2019 tiwai@suse.de
- drm/amdgpu/vi: silence an uninitialized variable warning
(git-fixes).
- commit 45e781e
* Mon Dec 16 2019 tiwai@suse.de
- drm/amd/display: add default clocks if not able to fetch them
(git-fixes).
- drm/msm: Sanitize the modeset_is_locked checks in dpu
(git-fixes).
- drm/msm: include linux/sched/task.h (git-fixes).
- drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2 (git-fixes).
- drm/radeon: fix bad DMA from INTERRUPT_CNTL2 (git-fixes).
- drm: msm: a6xx: fix debug bus register configuration
(git-fixes).
- commit 42a4df1
* Mon Dec 16 2019 tiwai@suse.de
- drm/tegra: Fix ordering of cleanup code (git-fixes).
- drm: Don't free jobs in wait_event_interruptible() (git-fixes).
- drm/rockchip: Round up _before_ giving to the clock framework
(git-fixes).
- drm/amd/display: fix struct init in update_bounding_box
(git-fixes).
- drm/amdgpu/mn: fix documentation for amdgpu_mn_read_lock
(git-fixes).
- Revert "drm/amdgpu/nbio7.4: add hw bug workaround for vega20"
(git-fixes).
- drm: rcar_lvds: Fix color mismatches on R-Car H2 ES2.0 and later
(git-fixes).
- drm/mcde: Fix reference to DOC comment (git-fixes).
- Revert "drm/sun4i: dsi: Change the start delay calculation"
(git-fixes).
- drm: panel-lvds: Potential Oops in probe error handling
(git-fixes).
- commit 8624fb2
* Mon Dec 16 2019 tiwai@suse.de
- dmaengine: ti: edma: fix missed failure handling (git-fixes).
- drm/v3d: don't leak bin job if v3d_job_init fails (git-fixes).
- drm: mst: Fix query_payload ack reply struct (git-fixes).
- commit 5a5f2fc
* Mon Dec 16 2019 ykaukab@suse.de
- gpio: mpc8xxx: Add platform device to gpiochip->parent
(jsc#SLE-9316).
- gpio/mpc8xxx: fix qoriq GPIO reading (jsc#SLE-9316).
- gpio/mpc8xxx: change irq handler from chained to normal
(jsc#SLE-9316).
- gpio: mpc8xxx: add ls1088a platform special function
(jsc#SLE-9316).
- gpio: mpc8xxx: Add ls1028a device specify function
(jsc#SLE-9316).
- commit 748b19d
* Mon Dec 16 2019 tiwai@suse.de
- Update patch reference for ALSA timer fix (CVE-2019-19807 bsc#1159281)
- commit fdd89ba
* Mon Dec 16 2019 nsaenzjulienne@suse.de
- PCI: rockchip: Fix IO outbound ATU register number (git-fixes).
- commit fa4971b
* Mon Dec 16 2019 tiwai@suse.de
- rpm/kernel-subpackage-spec: Fix empty Recommends tag (bsc#1143959)
- commit 3fd22e2
* Mon Dec 16 2019 bp@suse.de
- crypto: ccp - Release all allocated memory if sha type is
invalid (bsc#1156259 CVE-2019-18808).
- commit 9a2a2b6
* Mon Dec 16 2019 jslaby@suse.cz
- Linux 5.3.16 (bnc#1151927 5.3.16).
- Input: Fix memory leak in psxpad_spi_probe (bnc#1151927 5.3.16).
- io_uring: ensure req->submit is copied when req is deferred
(bnc#1151927 5.3.16).
- CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
(bnc#1151927 5.3.16).
- Input: synaptics-rmi4 - don't increment rmiaddr for SMBus
transfers (bnc#1151927 5.3.16).
- Input: goodix - add upside-down quirk for Teclast X89 tablet
(bnc#1151927 5.3.16).
- nfsd: Ensure CLONE persists data and metadata changes to the
target file (bnc#1151927 5.3.16).
- nfsd: restore NFSv3 ACL support (bnc#1151927 5.3.16).
- io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTR
(bnc#1151927 5.3.16).
- fuse: verify nlink (bnc#1151927 5.3.16).
- fuse: verify attributes (bnc#1151927 5.3.16).
- arm64: dts: exynos: Revert "Remove unneeded address space
mapping for soc node" (bnc#1151927 5.3.16).
- tty: vt: keyboard: reject invalid keycodes (bnc#1151927 5.3.16).
- serial: stm32: fix clearing interrupt error flags (bnc#1151927
5.3.16).
- serial: serial_core: Perform NULL checks for break_ctl ops
(bnc#1151927 5.3.16).
- serial: ifx6x60: add missed pm_runtime_disable (bnc#1151927
5.3.16).
- serial: pl011: Fix DMA ->flush_buffer() (bnc#1151927 5.3.16).
- x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defect (bnc#1151927
5.3.16).
- x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all()
(bnc#1151927 5.3.16).
- Input: synaptics - switch another X1 Carbon 6 to RMI/SMbus
(bnc#1151927 5.3.16).
- sparc64: implement ioremap_uc (bnc#1151927 5.3.16).
- jbd2: Fix possible overflow in jbd2_log_space_left()
(bnc#1151927 5.3.16).
- drm/msm: fix memleak on release (bnc#1151927 5.3.16).
- drm: damage_helper: Fix race checking plane->state->fb
(bnc#1151927 5.3.16).
- drm/i810: Prevent underflow in ioctl (bnc#1151927 5.3.16).
- binder: Handle start==NULL in binder_update_page_range()
(bnc#1151927 5.3.16).
- binder: Prevent repeated use of ->mmap() via NULL mapping
(bnc#1151927 5.3.16).
- binder: Fix race between mmap() and binder_alloc_print_pages()
(bnc#1151927 5.3.16).
- lp: fix sparc64 LPSETTIMEOUT ioctl (bnc#1151927 5.3.16).
- blacklist.conf: remove it
- coresight: etm4x: Fix input validation for sysfs (bnc#1151927
5.3.16).
- usb: gadget: u_serial: add missing port entry locking
(bnc#1151927 5.3.16).
- cpufreq: imx-cpufreq-dt: Correct i.MX8MN's default speed grade
value (bnc#1151927 5.3.16).
- perf scripts python: exported-sql-viewer.py: Fix use of TRUE
with SQLite (bnc#1151927 5.3.16).
- crypto: ccp - fix uninitialized list head (bnc#1151927 5.3.16).
- KVM: PPC: Book3S HV: XIVE: Fix potential page leak on error path
(bnc#1151927 5.3.16).
- KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting
up a new one (bnc#1151927 5.3.16).
- KVM: x86: Grab KVM's srcu lock when setting nested state
(bnc#1151927 5.3.16).
- KVM: x86: do not modify masked bits of shared MSRs (bnc#1151927
5.3.16).
- KVM: arm/arm64: vgic: Don't rely on the wrong pending table
(bnc#1151927 5.3.16).
- KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are
allocated (bnc#1151927 5.3.16).
- KVM: nVMX: Always write vmcs02.GUEST_CR3 during nested VM-Enter
(bnc#1151927 5.3.16).
- sched/core: Avoid spurious lock dependencies (bnc#1151927
5.3.16).
- perf/core: Consistently fail fork on allocation failures
(bnc#1151927 5.3.16).
- net: ep93xx_eth: fix mismatch of request_mem_region in remove
(bnc#1151927 5.3.16).
- ravb: implement MTU change while device is up (bnc#1151927
5.3.16).
- iwlwifi: pcie: don't consider IV len in A-MSDU (bnc#1151927
5.3.16).
- xfrm: release device reference for invalid state (bnc#1151927
5.3.16).
- rsxx: add missed destroy_workqueue calls in remove (bnc#1151927
5.3.16).
- afs: Fix race in commit bulk status fetch (bnc#1151927 5.3.16).
- MIPS: SGI-IP27: fix exception handler replication (bnc#1151927
5.3.16).
- selftests: kvm: fix build with glibc >= 2.30 (bnc#1151927
5.3.16).
- drm/sun4i: tcon: Set min division of TCON0_DCLK to 1
(bnc#1151927 5.3.16).
- audit_get_nd(): don't unlock parent too early (bnc#1151927
5.3.16).
- Refresh patches.suse/vfs-add-super_operations-get_inode_dev.
- exportfs_decode_fh(): negative pinned may become positive
without the parent locked (bnc#1151927 5.3.16).
- cgroup: don't put ERR_PTR() into fc->root (bnc#1151927 5.3.16).
- autofs: fix a leak in autofs_expire_indirect() (bnc#1151927
5.3.16).
- Input: cyttsp4_core - fix use after free bug (bnc#1151927
5.3.16).
- commit 8b8fa5f
* Mon Dec 16 2019 jslaby@suse.cz
- Update
patches.suse/0001-crypto-af_alg-cast-ki_complete-ternary-op-to-int.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/0001-crypto-ecdh-fix-big-endian-bug-in-ECC-library.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/0055-rbd-silence-bogus-uninitialized-warning-in-rbd_object_map_update_finish.patch
(jsc#SES-1134 bnc#1151927 5.3.16).
- Update patches.suse/ALSA-hda-Add-Cometlake-S-PCI-ID.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/ALSA-hda-Add-mute-led-support-for-HP-ProBook-645-G4.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/ALSA-hda-Fix-pending-unsol-events-at-shutdown.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/ALSA-hda-Modify-stream-stripe-mask-only-when-needed.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/ALSA-hda-hdmi-fix-pin-setup-on-Tigerlake.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/ALSA-hda-realtek-Dell-headphone-has-noise-on-unmute-.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/ALSA-hda-realtek-Enable-internal-speaker-of-ASUS-UX4.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/ALSA-hda-realtek-Enable-the-headset-mic-on-a-Xiaomi-.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/ALSA-pcm-Fix-stream-lock-usage-in-snd_pcm_period_ela.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/ALSA-pcm-oss-Avoid-potential-buffer-overflows.patch
(git-fixes bnc#1151927 5.3.16).
- Update patches.suse/CIFS-Fix-SMB2-oplock-break-processing.patch
(bsc#1154355 bnc#1151927 5.3.16).
- Update
patches.suse/Input-synaptics-rmi4-re-enable-IRQs-in-f34v7_do_refl.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/NFC-nxp-nci-Fix-NULL-pointer-dereference-after-I2C-c.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/RDMA-hns-Correct-the-value-of-HNS_ROCE_HEM_CHUNK_LEN.patch
(jsc#SLE-8449 bnc#1151927 5.3.16).
- Update
patches.suse/RDMA-hns-Correct-the-value-of-srq_desc_size.patch
(jsc#SLE-8449 bnc#1151927 5.3.16).
- Update
patches.suse/RDMA-qib-Validate-show-store-callbacks-before-callin.patch
(jsc#SLE-8449 bnc#1151927 5.3.16).
- Update
patches.suse/SUNRPC-Avoid-RPC-delays-when-exiting-suspend.patch
(bsc#1154353 bnc#1151927 5.3.16).
- Update
patches.suse/aio-Fix-io_pgetevents-struct-__compat_aio_sigset-lay.patch
(bsc#1158373 bnc#1151927 5.3.16).
- Update
patches.suse/arm64-tegra-Fix-active-low-warning-for-Jetson-TX1-re.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/block-check-bi_size-overflow-before-merge.patch
(bsc#1158370 bnc#1151927 5.3.16).
- Update
patches.suse/can-slcan-Fix-use-after-free-Read-in-slcan_open.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/can-ucan-fix-non-atomic-allocation-in-completion-han.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/crypto-atmel-aes-Fix-IV-handling-when-req-nbytes-ivs.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/crypto-crypto4xx-fix-double-free-in-crypto4xx_destro.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/crypto-geode-aes-switch-to-skcipher-for-cbc-aes-fall.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/crypto-user-fix-memory-leak-in-crypto_report.patch
(CVE-2019-19062 bsc#1157333 git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/crypto-user-fix-memory-leak-in-crypto_reportstat.patch
(CVE-2019-19050 bsc#1157336 git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/drm-mcde-Fix-an-error-handling-path-in-mcde_probe.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/ecryptfs-fix-unlink-and-rmdir-in-face-of-underlying-.patch
(bsc#1158374 bnc#1151927 5.3.16).
- Update
patches.suse/edac-ghes-fix-locking-and-memory-barrier-issues.patch
(bsc#1152489 bnc#1151927 5.3.16).
- Update
patches.suse/i2c-core-fix-use-after-free-in-of_i2c_notify.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/iomap-Fix-pipe-page-leakage-during-splicing.patch
(bsc#1158383 bnc#1151927 5.3.16).
- Update patches.suse/kernfs-fix-ino-wrap-around-detection.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/kselftest-Fix-NULL-INSTALL_PATH-for-TARGETS-runlist.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/kvm-x86-fix-out-of-bounds-write-in-kvm_get_emulated_cpuid-cve-2019-19332
(CVE-2019-19332 bsc#1158827 bnc#1151927 5.3.16).
- Update
patches.suse/kvm-x86-fix-presentation-of-tsx-feature-in-arch_capabilities
(CVE-2019-19338 bsc#1158954 bnc#1151927 5.3.16).
- Update
patches.suse/kvm-x86-remove-a-spurious-export-of-a-static-function
(bsc#1158954 bnc#1151927 5.3.16).
- Update
patches.suse/md-raid0-Fix-an-error-message-in-raid0_make_request.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/media-rc-mark-input-device-as-pointing-stick.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/net-hns3-fix-ETS-bandwidth-validation-bug.patch
(bsc#1154353 bnc#1151927 5.3.16).
- Update
patches.suse/net-hns3-reallocate-SSU-buffer-size-when-pfc_en-chan.patch
(bsc#1154353 bnc#1151927 5.3.16).
- Update
patches.suse/perf-script-Fix-invalid-LBR-binary-mismatch-error.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/rsi-release-skb-if-rsi_prepare_beacon-fails.patch
(CVE-2019-19071,bsc#1157067 bnc#1151927 5.3.16).
- Update
patches.suse/sched-pelt-Fix-update-of-blocked-PELT-ordering.patch
(bnc#1155798 (CPU scheduler functional and performance
backports) bnc#1151927 5.3.16).
- Update
patches.suse/spi-Fix-NULL-pointer-when-setting-SPI_CS_HIGH-for-GP.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/spi-Fix-SPI_CS_HIGH-setting-when-using-native-and-GP.patch
(git-fixes bnc#1151927 5.3.16).
- Update patches.suse/spi-atmel-Fix-CS-high-support.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/spi-spi-fsl-qspi-Clear-TDH-bits-in-FLSHCR-register.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/spi-stm32-qspi-Fix-kernel-oops-when-unbinding-driver.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/thermal-Fix-deadlock-in-thermal-thermal_zone_device_.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/time-Zero-the-upper-32-bits-in-__kernel_timespec-on-.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/tty-serial-fsl_lpuart-use-the-sg-count-from-dma_map_.patch
(git-fixes bnc#1151927 5.3.16).
- Update patches.suse/tty-serial-msm_serial-Fix-flow-control.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/vcs-prevent-write-access-to-vcsu-devices.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/watchdog-aspeed-Fix-clock-behaviour-for-ast2600.patch
(git-fixes bnc#1151927 5.3.16).
- Update
patches.suse/x86-resctrl-fix-potential-lockdep-warning.patch
(bsc#1152489 bnc#1151927 5.3.16).
- commit f542645
* Mon Dec 16 2019 jlee@suse.com
- Delete
patches.suse/0002-MODSIGN-print-appropriate-status-message-when-gettin.patch.
Be replaced by
patches.suse/0001-efi-add-a-function-to-convert-the-status-code-to-a-s.patch
patches.suse/0002-efi-show-error-messages-only-when-loading-certificat.patch
- commit 167e118
* Mon Dec 16 2019 jlee@suse.com
- efi: show error messages only when loading certificates is
failed (fate#316531, bnc#854875).
- commit 9ff07ee
* Mon Dec 16 2019 jlee@suse.com
- efi: add a function to convert the status code to a string
(fate#316531, bnc#854875).
- commit cd7aba4
* Mon Dec 16 2019 msuchanek@suse.de
- Refresh patches.suse/ibmvnic-Fix-typo-in-retry-check.patch.
- commit f89f0b0
* Sun Dec 15 2019 mkubecek@suse.cz
- config: refresh
- update headers
- drop options which are no longer accessible
- commit 82ffcd4
* Sun Dec 15 2019 mkubecek@suse.cz
- series.conf: refresh
update mainline references and resort:
patches.suse/scsi-qla2xxx-Add-debug-dump-of-LOGO-payload-and-ELS-.patch
patches.suse/scsi-qla2xxx-Added-support-for-MPI-and-PEP-regions-f.patch
patches.suse/scsi-qla2xxx-Allow-PLOGI-in-target-mode.patch
patches.suse/scsi-qla2xxx-Change-discovery-state-before-PLOGI.patch
patches.suse/scsi-qla2xxx-Configure-local-loop-for-N2N-target.patch
patches.suse/scsi-qla2xxx-Correctly-retrieve-and-interpret-active.patch
patches.suse/scsi-qla2xxx-Don-t-call-qlt_async_event-twice.patch
patches.suse/scsi-qla2xxx-Don-t-defer-relogin-unconditonally.patch
patches.suse/scsi-qla2xxx-Drop-superfluous-INIT_WORK-of-del_work.patch
patches.suse/scsi-qla2xxx-Fix-PLOGI-payload-and-ELS-IOCB-dump-len.patch
patches.suse/scsi-qla2xxx-Fix-incorrect-SFUB-length-used-for-Secu.patch
patches.suse/scsi-qla2xxx-Ignore-NULL-pointer-in-tcm_qla2xxx_free.patch
patches.suse/scsi-qla2xxx-Ignore-PORT-UPDATE-after-N2N-PLOGI.patch
patches.suse/scsi-qla2xxx-Initialize-free_work-before-flushing-it.patch
patches.suse/scsi-qla2xxx-Send-Notify-ACK-after-N2N-PLOGI.patch
patches.suse/scsi-qla2xxx-Use-explicit-LOGO-in-target-mode.patch
- commit b803547
* Sat Dec 14 2019 tiwai@suse.de
- ACPI: PM: Avoid attaching ACPI PM domain to certain devices
(git-fixes).
- ALSA: hda/realtek - Line-out jack doesn't work on a Dell AIO
(git-fixes).
- ALSA: hda/hdmi - Fix duplicate unref of pci_dev (git-fixes).
- ALSA: fireface: fix return value in error path of isochronous
resources reservation (git-fixes).
- ALSA: oxfw: fix return value in error path of isochronous
resources reservation (git-fixes).
- ALSA: echoaudio: simplify get_audio_levels (git-fixes).
- dma-buf: Fix memory leak in sync_file_merge() (git-fixes).
- commit 1ccb9b7
* Fri Dec 13 2019 lduncan@suse.com
- scsi: bfa: release allocated memory in case of error
(CVE-2019-19066 bsc#1157303).
- commit 8663bfd
* Fri Dec 13 2019 tiwai@suse.de
- spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CS
(git-fixes).
- commit be424a0
* Fri Dec 13 2019 tiwai@suse.de
- vcs: prevent write access to vcsu devices (git-fixes).
- tty: serial: pch_uart: correct usage of dma_unmap_sg
(git-fixes).
- tty: serial: imx: use the sg count from dma_map_sg (git-fixes).
- tty: serial: fsl_lpuart: use the sg count from dma_map_sg
(git-fixes).
- tty: serial: msm_serial: Fix flow control (git-fixes).
- tipc: fix wrong timeout input for tipc_wait_for_cond()
(git-fixes).
- tipc: fix wrong socket reference counter after tipc_sk_timeout()
returns (git-fixes).
- commit b38c936
* Fri Dec 13 2019 tiwai@suse.de
- tipc: fix potential memory leak in __tipc_sendmsg() (git-fixes).
- spi: atmel: Fix CS high support (git-fixes).
- spi: dw: Fix Designware SPI loopback (git-fixes).
- spi: atmel: fix handling of cs_change set on non-last xfer
(git-fixes).
- spi: Fix SPI_CS_HIGH setting when using native and GPIO CS
(git-fixes).
- spi: spi-fsl-qspi: Clear TDH bits in FLSHCR register
(git-fixes).
- spi: stm32-qspi: Fix kernel oops when unbinding driver
(git-fixes).
- tipc: update mon's self addr when node addr generated
(git-fixes).
- tipc: reduce sensitive to retransmit failures (git-fixes).
- commit 03f889b
* Fri Dec 13 2019 tiwai@suse.de
- platform/chrome: wilco_ec: fix use after free issue (git-fixes).
- rtc: pm8xxx: update kerneldoc for struct pm8xxx_rtc (git-fixes).
- rtc: msm6242: Fix reading of 10-hour digit (git-fixes).
- rtc: bd70528: Add MODULE ALIAS to autoload module (git-fixes).
- rtc: brcmstb-waketimer: add missed clk_disable_unprepare
(git-fixes).
- rtc: disable uie before setting time and enable after
(git-fixes).
- pstore: Make pstore_choose_compression() static (git-fixes).
- pinctrl: lewisburg: Update pin list according to v1.1v6
(git-fixes).
- pinctrl: armada-37xx: Fix irq mask access in
armada_37xx_irq_set_type() (git-fixes).
- pinctrl: samsung: Fix device node refcount leaks in init code
(git-fixes).
- commit 12b6898
* Fri Dec 13 2019 tiwai@suse.de
- of: unittest: fix memory leak in attach_node_and_children
(git-fixes).
- of: overlay: add_changeset_property() memory leak (git-fixes).
- pinctrl: samsung: Fix device node refcount leaks in S3C64xx
wakeup controller init (git-fixes).
- pinctrl: samsung: Fix device node refcount leaks in S3C24xx
wakeup controller init (git-fixes).
- pinctrl: samsung: Fix device node refcount leaks in Exynos
wakeup controller init (git-fixes).
- pinctrl: samsung: Add of_node_put() before return in error path
(git-fixes).
- pinctrl: sh-pfc: Do not use platform_get_irq() to count
interrupts (git-fixes).
- pinctrl: sh-pfc: Fix PINMUX_IPSR_PHYS() to set GPSR (git-fixes).
- pinctrl: rza2: Fix gpio name typos (git-fixes).
- hwrng: omap3-rom - Fix missing clock by probing with device tree
(git-fixes).
- commit d48f475
* Fri Dec 13 2019 tiwai@suse.de
- clk: Add clk_hw_unregister_composite helper function definition
(git-fixes).
- clk: Fix memory leak in clk_unregister() (git-fixes).
- clk: pxa: fix one of the pxa RTC clocks (git-fixes).
- clk: sprd: Use IS_ERR() to validate the return value of
syscon_regmap_lookup_by_phandle() (git-fixes).
- clk: qcom: smd: Add missing pnoc clock (git-fixes).
- clk: imx7ulp: Correct DDR clock mux options (git-fixes).
- clk: imx7ulp: Correct system clock source option #7 (git-fixes).
- clk: imx: pll14xx: Fix quick switch of S/K parameter
(git-fixes).
- clk: renesas: r8a77965: Remove superfluous semicolon
(git-fixes).
- clk: samsung: exynos5420: Preserve CPU clocks configuration
during suspend/resume (git-fixes).
- commit 10ab36e
* Fri Dec 13 2019 tiwai@suse.de
- arm64: mm: Fix initialisation of DMA zones on non-NUMA systems
(git-fixes).
- arm64: tegra: Fix 'active-low' warning for Jetson TX1 regulator
(git-fixes).
- ARM: OMAP2+: Add missing put_device() call in omapdss_init_of()
(git-fixes).
- apparmor: fix unsigned len comparison with less than zero
(git-fixes).
- clk: meson: axg-audio: fix regmap last register (git-fixes).
- ARM: 8937/1: spectre-v2: remove Brahma-B53 from hardening
(git-fixes).
- ARM: 8918/2: only build return_address() if needed (git-fixes).
- ARM: 8928/1: ARM_ERRATA_775420: Spelling s/date/data/
(git-fixes).
- arm64: Silence clang warning on mismatched value/register sizes
(git-fixes).
- commit 7811b6b
* Fri Dec 13 2019 tiwai@suse.de
- ARM: dts: Fix vcsi regulator to be always-on for droid4 to
prevent hangs (git-fixes).
- commit 228f19d
* Fri Dec 13 2019 tiwai@suse.de
- watchdog: sprd: Fix the incorrect pointer getting from driver
data (git-fixes).
- staging: wilc1000: potential corruption in
wilc_parse_join_bss_param() (git-fixes).
- virt_wifi: fix use-after-free in virt_wifi_newlink()
(git-fixes).
- tpm: Switch to platform_get_irq_optional() (git-fixes).
- commit ff1979e
* Fri Dec 13 2019 tiwai@suse.de
- thermal: Fix deadlock in thermal thermal_zone_device_check
(git-fixes).
- time: Zero the upper 32-bits in __kernel_timespec on 32-bit
(git-fixes).
- seccomp: avoid overflow in implicit constant conversion
(git-fixes).
- rtlwifi: rtl8192de: Fix missing enable interrupt flag
(git-fixes).
- rtlwifi: rtl8192de: Fix missing callback that tests for hw
release of buffer (git-fixes).
- rtlwifi: rtl8192de: Fix missing code to retrieve RX buffer
address (git-fixes).
- rtw88: fix error handling when setup efuse info (git-fixes).
- rtw88: fix NSS of hw_cap (git-fixes).
- rtw88: fix beaconing mode rsvd_page memory violation issue
(git-fixes).
- tpm: add check after commands attribs tab allocation
(git-fixes).
- commit 05bccb9
* Fri Dec 13 2019 tiwai@suse.de
- power: supply: bd70528: Add MODULE_ALIAS to allow module auto
loading (git-fixes).
- PM / devfreq: Lock devfreq in trans_stat_show (git-fixes).
- PM / devfreq: Check NULL governor in available_governors_show
(git-fixes).
- regulator: core: Let boot-on regulators be powered off
(git-fixes).
- regulator: ab8500: Remove SYSCLKREQ from enum
ab8505_regulator_id (git-fixes).
- regulator: ab8500: Remove AB8505 USB regulator (git-fixes).
- regulator: core: Release coupled_rdevs on
regulator_init_coupling() error (git-fixes).
- regulator: bd70528: Add MODULE_ALIAS to allow module auto
loading (git-fixes).
- rt2800: remove errornous duplicate condition (git-fixes).
- rtlwifi: Remove unnecessary NULL check in rtl_regd_init
(git-fixes).
- commit c414c52
* Fri Dec 13 2019 tiwai@suse.de
- PCI: rcar: Fix missing MACCTLR register setting in
initialization sequence (git-fixes).
- PCI: amlogic: Fix probed clock names (git-fixes).
- PCI: dwc: Fix find_next_bit() usage (git-fixes).
- PCI: aardvark: Fix PCI_EXP_RTCTL register configuration
(git-fixes).
- PCI: aardvark: Use LTSSM state to build link training flag
(git-fixes).
- PCI: Apply Cavium ACS quirk to ThunderX2 and ThunderX3
(git-fixes).
- PCI: Fix Intel ACS quirk UPDCR register address (git-fixes).
- PCI/switchtec: Read all 64 bits of part_event_bitmap
(git-fixes).
- PCI: Do not use bus number zero from EA capability (git-fixes).
- pinctl: ti: iodelay: fix error checking on
pinctrl_count_index_with_args call (git-fixes).
- commit f1a197e
* Fri Dec 13 2019 tiwai@suse.de
- PCI: Fix missing bridge dma_ranges resource list cleanup
(git-fixes).
- PCI/PM: Clear PCIe PME Status even for legacy power management
(git-fixes).
- PCI/PTM: Remove spurious "d" from granularity message
(git-fixes).
- PCI: pciehp: Do not disable interrupt twice on suspend
(git-fixes).
- PCI: pciehp: Avoid returning prematurely from sysfs requests
(git-fixes).
- mtd: rawnand: brcmnand: Fix NULL pointer assignment (git-fixes).
- mtd: rawnand: Change calculating of position page containing
BBM (git-fixes).
- mtd: spi-nor: fix silent truncation in spi_nor_read_raw()
(git-fixes).
- mtd: spi-nor: fix silent truncation in spi_nor_read()
(git-fixes).
- mtd: cfi_cmdset_0002: only check errors when ready in
cfi_check_err_status() (git-fixes).
- commit a7c6767
* Fri Dec 13 2019 tiwai@suse.de
- mt76: mt76u: fix endpoint definition order (git-fixes).
- Revert "mt76: mt76x0e: don't use hw encryption for MT7630E"
(git-fixes).
- mt76: mt76u: rely on usb_interface instead of usb_dev
(git-fixes).
- mt7601u: fix bbp version check in mt7601u_wait_bbp_ready
(git-fixes).
- mtd: devices: fix mchp23k256 read and write (git-fixes).
- mtd: spear_smi: Fix Write Burst mode (git-fixes).
- commit 4c444cf
* Fri Dec 13 2019 tiwai@suse.de
- mfd: rk808: Fix RK818 ID template (git-fixes).
- mei: fix modalias documentation (git-fixes).
- mmc: core: fix wl1251 sdio quirks (git-fixes).
- mmc: sdio: fix wl1251 vendor id (git-fixes).
- mmc: sdhci-of-esdhc: fix up erratum A-008171 workaround
(git-fixes).
- media: hantro: Fix s_fmt for dynamic resolution changes
(git-fixes).
- media: aspeed-video: Fix memory leaks in aspeed_video_probe
(git-fixes).
- media: flexcop-usb: ensure -EIO is returned on error condition
(git-fixes).
- media: venus: remove invalid compat_ioctl32 handler (git-fixes).
- commit 973a35e
* Fri Dec 13 2019 tiwai@suse.de
- media: cedrus: Use correct H264 8x8 scaling list (git-fixes).
- media: exynos4-is: fix wrong mdev and v4l2 dev order in error
path (git-fixes).
- media: fdp1: Fix R-Car M3-N naming in debug message (git-fixes).
- media: coda: fix deadlock between decoder picture run and
start command (git-fixes).
- media: exynos4-is: Fix recursive locking in isp_video_release()
(git-fixes).
- media: radio: wl1273: fix interrupt masking on release
(git-fixes).
- media: bdisp: fix memleak on release (git-fixes).
- media: ti-vpe: vpe: Fix Motion Vector vpdma stride (git-fixes).
- media: v4l: cadence: Fix how unsued lanes are handled in
'csi2rx_start()' (git-fixes).
- media: rc: mark input device as pointing stick (git-fixes).
- commit 05115b9
* Fri Dec 13 2019 tiwai@suse.de
- media: ov6650: Fix stored crop rectangle not in sync with
hardware (git-fixes).
- media: ov6650: Fix stored frame format not in sync with hardware
(git-fixes).
- media: ov6650: Fix default format not applied on device probe
(git-fixes).
- media: ov6650: Fix .get_fmt() V4L2_SUBDEV_FORMAT_TRY support
(git-fixes).
- media: ov6650: Fix some format attributes not under control
(git-fixes).
- media: ov6650: Fix incorrect use of JPEG colorspace (git-fixes).
- media: ov6650: Fix crop rectangle alignment not passed back
(git-fixes).
- media: ov6650: Fix control handler not freed on init error
(git-fixes).
- media: ov6650: Fix MODULE_DESCRIPTION (git-fixes).
- media: max2175: Fix build error without CONFIG_REGMAP_I2C
(git-fixes).
- commit f24d029
* Fri Dec 13 2019 tiwai@suse.de
- leds: trigger: netdev: fix handling on interface rename
(git-fixes).
- media: rcar-vin: Fix incorrect return statement in
rvin_try_format() (git-fixes).
- media: vim2m: Fix abort issue (git-fixes).
- media: vim2m: Fix BUG_ON in vim2m_device_release() (git-fixes).
- media: seco-cec: Add a missing 'release_region()' in an error
handling path (git-fixes).
- iwlwifi: check kasprintf() return value (git-fixes).
- iwlwifi: pcie: fix support for transmitting SKBs with fraglist
(git-fixes).
- mac80211: consider QoS Null frames for STA_NULLFUNC_ACKED
(git-fixes).
- iwlwifi: mvm: consider ieee80211 station max amsdu value
(git-fixes).
- kernfs: fix ino wrap-around detection (git-fixes).
- commit 199f72e
* Fri Dec 13 2019 tiwai@suse.de
- Input: synaptics-rmi4 - re-enable IRQs in f34v7_do_reflash
(git-fixes).
- i2c: i2c-stm32f7: fix 10-bits check in slave free id search loop
(git-fixes).
- i2c: stm32f7: report dma error during probe (git-fixes).
- i2c: stm32f7: fix & reorder remove & probe error handling
(git-fixes).
- i2c: stm32f7: rework slave_id allocation (git-fixes).
- iio: adis16480: Add debugfs_reg_access entry (git-fixes).
- iio: adis16480: Fix scales factors (git-fixes).
- iio: imu: adis: assign value only if return code zero in read
funcs (git-fixes).
- iio: imu: adis: assign read val in debugfs hook only if op
successful (git-fixes).
- intel_th: Fix a double put_device() in error path (git-fixes).
- commit a869d19
* Fri Dec 13 2019 tiwai@suse.de
- docs: admin-guide: Remove threads-max auto-tuning (git-fixes).
- docs: admin-guide: Fix min value of threads-max in kernel.rst
(git-fixes).
- HID: i2c-hid: Reset ALPS touchpads on resume (git-fixes).
- gpio: mpc8xxx: Don't overwrite default irq_set_type callback
(git-fixes).
- Documentation: Fix warning in drm-kms-helpers.rst (git-fixes).
- Documentation: debugfs: Document debugfs helper for unsigned
long values (git-fixes).
- iio: imu: adis16480: assign bias value only if operation
succeeded (git-fixes).
- hwmon: (pmbus/ibm-cffps) Switch LEDs to blocking brightness call
(git-fixes).
- gpiolib: acpi: Add Terra Pad 1061 to the
run_edge_events_on_boot_blacklist (git-fixes).
- Documentation: TLS: Add missing counter description (git-fixes).
- commit fc72e99
* Fri Dec 13 2019 tiwai@suse.de
- docs: networking: devlink-trap: Fix reference to other document
(git-fixes).
- docs: Fix "make help" suggestion for SPHINXDIR (git-fixes).
- docs: Catch up with the new location of get_user_pages_fast()
(git-fixes).
- cw1200: Fix a signedness bug in cw1200_load_firmware()
(git-fixes).
- crypto: virtio - deal with unsupported input sizes (git-fixes).
- crypto: virtio - implement missing support for output IVs
(git-fixes).
- crypto: tgr192 - remove unneeded semicolon (git-fixes).
- crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdr
(git-fixes).
- crypto: atmel - Fix authenc support when it is set to m
(git-fixes).
- commit afa1ae2
* Fri Dec 13 2019 tiwai@suse.de
- can: ucan: fix non-atomic allocation in completion handler
(git-fixes).
- can: slcan: Fix use-after-free Read in slcan_open (git-fixes).
- compat_ioctl: handle SIOCOUTQNSD (git-fixes).
- Bluetooth: Fix memory leak in hci_connect_le_scan (git-fixes).
- Bluetooth: delete a stray unlock (git-fixes).
- brcmfmac: disable PCIe interrupts before bus reset (git-fixes).
- Bluetooth: hci_core: fix init for HCI_USER_CHANNEL (git-fixes).
- crypto: geode-aes - convert to skcipher API and make thread-safe
(git-fixes).
- crypto: geode-aes - switch to skcipher for cbc(aes) fallback
(git-fixes).
- crypto: atmel-aes - Fix IV handling when req->nbytes < ivsize
(git-fixes).
- commit 1788826
* Fri Dec 13 2019 tiwai@suse.de
- ASoC: fsl_audmix: Add spin lock to protect tdms (git-fixes).
- ASoC: rsnd: fix DALIGN register for SSIU (git-fixes).
- ALSA: cs4236: fix error return comparison of an unsigned integer
(git-fixes).
- ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with
legacy driver (git-fixes).
- ASoC: soc-pcm: fixup dpcm_prune_paths() loop continue
(git-fixes).
- Revert "ASoC: SOF: Force polling mode on CFL and CNL"
(git-fixes).
- ASoC: simple_card_utils.h: Add missing include (git-fixes).
- ALSA: firewire-motu: Correct a typo in the clock proc string
(git-fixes).
- ath10k: Correct error handling of dma_map_single() (git-fixes).
- ath10k: Check if station exists before forwarding tx airtime
report (git-fixes).
- commit d2f34ae
* Fri Dec 13 2019 tiwai@suse.de
- ACPI: sysfs: Change ACPI_MASKABLE_GPE_MAX to 0x100 (git-fixes).
- ACPI: OSL: only free map once in osl.c (git-fixes).
- ACPI / hotplug / PCI: Allocate resources directly under the
non-hotplug bridge (git-fixes).
- ACPI / utils: Move acpi_dev_get_first_match_dev() under
CONFIG_ACPI (git-fixes).
- ACPI: LPSS: Add dmi quirk for skipping _DEP check for some
device-links (git-fixes).
- ACPI: LPSS: Add LNXVIDEO -> BYT I2C1 to lpss_device_links
(git-fixes).
- ACPI: LPSS: Add LNXVIDEO -> BYT I2C7 to lpss_device_links
(git-fixes).
- commit e0be9a6
* Thu Dec 12 2019 nsaenzjulienne@suse.de
- hwrng: iproc-rng200 - Add support for BCM2711 (jsc#SLE-7772).
- commit 5106a14
* Thu Dec 12 2019 oneukum@suse.com
- USB: fix kABI padding (jsc#SLE-8133).
- commit 2bf99e9
* Thu Dec 12 2019 oneukum@suse.com
- typeC: add kABI padding (jsc#SLE-8133).
- commit e45f332
* Thu Dec 12 2019 msuchanek@suse.de
- powerpc/pseries/mobility: notify network peers after migration
(bsc#1152631 ltc#181798).
- commit c61f369
* Thu Dec 12 2019 jslaby@suse.cz
- platform/x86: intel_pmc_core: Add Comet Lake (CML) platform
support to intel_pmc_core driver (jsc#SLE-11113).
- platform/x86: intel_pmc_core: Fix the SoC naming inconsistency
(jsc#SLE-11113).
- commit 1e10fa5
* Thu Dec 12 2019 jslaby@suse.cz
- x86/platform/uv: Account for UV Hubless in is_uvX_hub Ops
(jsc#SLE-10790).
- x86/platform/uv: Check EFI Boot to set reboot type
(jsc#SLE-10790).
- x86/platform/uv: Decode UVsystab Info (jsc#SLE-10790).
- x86/platform/uv: Add UV Hubbed/Hubless Proc FS Files
(jsc#SLE-10790).
- x86/platform/uv: Setup UV functions for Hubless UV Systems
(jsc#SLE-10790).
- x86/platform/uv: Add return code to UV BIOS Init function
(jsc#SLE-10790).
- x86/platform/uv: Return UV Hubless System Type (jsc#SLE-10790).
- x86/platform/uv: Save OEM_ID from ACPI MADT probe
(jsc#SLE-10790).
- commit a305bf3
* Thu Dec 12 2019 msuchanek@suse.de
- net/ibmvnic: Fix typo in retry check (bsc#1155689 ltc#182047).
- commit 59fccb6
* Wed Dec 11 2019 tbogendoerfer@suse.de
- mm: Implement no-MMU variant of vmalloc_user_node_flags
(bsc#1154353).
- bpf: Add bpf_jit_blinding_enabled for !CONFIG_BPF_JIT
(bsc#1154353).
- powerpc: Add const qual to local_read() parameter (bsc#1154353).
- net: sfp: fix sfp_bus_add_upstream() warning (bsc#1154353).
- commit 0920fda
* Wed Dec 11 2019 tbogendoerfer@suse.de
- RDMA/hns: Fix build error again (jsc#SLE-8449).
- Update config files.
- commit 56e934b
* Wed Dec 11 2019 tiwai@suse.de
- Update patch reference for wimax fix (CVE-2019-19051 bsc#1159024)
- commit a70fc76
* Wed Dec 11 2019 ykaukab@suse.de
- arm64: move patches to sorted section
No code change.
- Refresh
patches.suse/PCI-tegra-Fix-CLKREQ-dependency-programming.patch.
- Refresh
patches.suse/ahci-tegra-use-regulator_bulk_set_supply_names.patch.
- Refresh
patches.suse/arm64-kpti-Add-NVIDIA-s-Carmel-core-to-the-KPTI-whit.patch.
- Refresh
patches.suse/clk-Add-API-to-get-index-of-the-clock-parent.patch.
- Refresh
patches.suse/clk-tegra-Add-suspend-and-resume-support-on-Tegra210.patch.
- Refresh
patches.suse/clk-tegra-Fix-build-error-without-CONFIG_PM_SLEEP.patch.
- Refresh
patches.suse/clk-tegra-Move-SOR0-implementation-to-Tegra124.patch.
- Refresh
patches.suse/clk-tegra-Reimplement-SOR-clock-on-Tegra124.patch.
- Refresh
patches.suse/clk-tegra-Reimplement-SOR-clocks-on-Tegra210.patch.
- Refresh
patches.suse/clk-tegra-Remove-last-remains-of-TEGRA210_CLK_SOR1_S.patch.
- Refresh
patches.suse/clk-tegra-Rename-sor0_lvds-to-sor0_out.patch.
- Refresh
patches.suse/clk-tegra-Share-clk-and-rst-register-defines-with-Te.patch.
- Refresh
patches.suse/clk-tegra-Support-for-OSC-context-save-and-restore.patch.
- Refresh
patches.suse/clk-tegra-Use-fence_udelay-during-PLLU-init.patch.
- Refresh
patches.suse/clk-tegra-clk-dfll-Add-suspend-and-resume-support.patch.
- Refresh
patches.suse/clk-tegra-clk-super-Add-restore-context-support.patch.
- Refresh
patches.suse/clk-tegra-clk-super-Fix-to-enable-PLLP-branches-to-C.patch.
- Refresh
patches.suse/clk-tegra-divider-Save-and-restore-divider-rate.patch.
- Refresh
patches.suse/clk-tegra-periph-Add-restore_context-support.patch.
- Refresh
patches.suse/clk-tegra-pll-Save-and-restore-pll-context.patch.
- Refresh
patches.suse/clk-tegra-pllout-Save-and-restore-pllout-context.patch.
- Refresh
patches.suse/cpufreq-tegra124-Add-suspend-and-resume-support.patch.
- Refresh
patches.suse/dt-bindings-clock-tegra-Rename-SOR0_LVDS-to-SOR0_OUT.patch.
- Refresh
patches.suse/firmware-tegra-Move-BPMP-resume-to-noirq-phase.patch.
- Refresh
patches.suse/gpio-max77620-Do-not-allocate-IRQs-upfront.patch.
- Refresh patches.suse/gpio-max77620-Fix-interrupt-handling.patch.
- Refresh patches.suse/gpio-tegra186-Add-debounce-support.patch.
- Refresh
patches.suse/gpio-tegra186-Derive-register-offsets-from-bank-port.patch.
- Refresh
patches.suse/gpio-tegra186-Implement-wake-event-support.patch.
- Refresh
patches.suse/gpio-tegra186-Program-interrupt-route-mapping.patch.
- Refresh
patches.suse/iommu-tegra-smmu-Fix-client-enablement-order.patch.
- Refresh
patches.suse/iommu-tegra-smmu-Fix-page-tables-in-4-GiB-memory.patch.
- Refresh
patches.suse/iommu-tegra-smmu-Use-non-secure-register-for-flushin.patch.
- Refresh
patches.suse/memory-tegra-Set-DMA-mask-based-on-supported-address.patch.
- Refresh
patches.suse/mfd-max77620-Do-not-allocate-IRQs-upfront.patch.
- Refresh
patches.suse/net-stmmac-Only-enable-enhanced-addressing-mode-when.patch.
- Refresh
patches.suse/net-stmmac-Support-enhanced-addressing-mode-for-DWMA.patch.
- Refresh
patches.suse/phy-tegra-use-regulator_bulk_set_supply_names.patch.
- Refresh
patches.suse/phy-tegra-xusb-Add-XUSB-dual-mode-support-on-Tegra21.patch.
- Refresh
patches.suse/phy-tegra-xusb-Add-usb3-port-fake-support-on-Tegra21.patch.
- Refresh
patches.suse/phy-tegra-xusb-Add-vbus-override-support-on-Tegra186.patch.
- Refresh
patches.suse/phy-tegra-xusb-Add-vbus-override-support-on-Tegra210.patch.
- Refresh
patches.suse/soc-tegra-fuse-Add-FUSE-clock-check-in-tegra_fuse_re.patch.
- Refresh
patches.suse/soc-tegra-pmc-Add-missing-IRQ-callbacks-on-Tegra194.patch.
- Refresh
patches.suse/soc-tegra-pmc-Add-reset-sources-and-levels-on-Tegra1.patch.
- Refresh
patches.suse/soc-tegra-pmc-Add-wake-event-support-on-Tegra210.patch.
- Refresh
patches.suse/soc-tegra-pmc-Configure-core-power-request-polarity.patch.
- Refresh
patches.suse/soc-tegra-pmc-Configure-deep-sleep-control-settings.patch.
- Refresh
patches.suse/soc-tegra-pmc-Fix-crashes-for-hierarchical-interrupt.patch.
- Refresh
patches.suse/soc-tegra-pmc-Support-wake-events-on-more-Tegra-SoCs.patch.
- Refresh
patches.suse/soc-tegra-pmc-Use-lower-case-for-hexadecimal-literal.patch.
- Refresh
patches.suse/usb-host-xhci-tegra-Add-Tegra194-XHCI-support.patch.
- Refresh
patches.suse/usb-host-xhci-tegra-Correct-phy-enable-sequence.patch.
- Refresh
patches.suse/usb-host-xhci-tegra-use-devm_platform_ioremap_resour.patch.
- Refresh
patches.suse/usb-host-xhci-tegra-use-regulator_bulk_set_supply_na.patch.
- Refresh
patches.suse/xhci-tegra-Parameterize-mailbox-register-addresses.patch.
- commit 3cb7073
* Wed Dec 11 2019 tbogendoerfer@suse.de
- net/tls: allow compiling TLS TOE out (bsc#1154353).
- Update config files.
- commit 6230ee0
* Wed Dec 11 2019 ykaukab@suse.de
- drivers/perf: Add CCPI2 PMU support in ThunderX2 UNCORE driver
(jsc#SLE-10207,jsc#SLE-9619).
- Documentation: perf: Update documentation for ThunderX2 PMU
uncore driver (jsc#SLE-10207,jsc#SLE-9619).
- commit 1b0c5b1
* Wed Dec 11 2019 tbogendoerfer@suse.de
- bpf: Introduce BPF trampoline (bsc#1154353).
- Refresh
patches.suse/bpf-Fix-race-in-btf_resolve_helper_id.patch.
- commit f6e150b
* Wed Dec 11 2019 jroedel@suse.de
- KVM: x86: Remove a spurious export of a static function
(bsc#1158954).
- commit 00bd7c4
* Wed Dec 11 2019 tbogendoerfer@suse.de
- bpf: Track contents of read-only maps as scalars (bsc#1154353).
- Refresh
patches.suse/bpf-Implement-accurate-raw_tp-context-access-via-BTF.patch.
- commit 188f581
* Wed Dec 11 2019 tbogendoerfer@suse.de
- net: sockmap: use bitmap for copy info (bsc#1154353).
- Refresh
patches.suse/net-skmsg-fix-TLS-1.3-crash-with-full-sk_msg.patch.
- commit daf1422
* Wed Dec 11 2019 jack@suse.cz
- patches.suse/block-Warn-if-elevator-parameter-is-used.patch: Update tags
- commit ef8c281
* Wed Dec 11 2019 tbogendoerfer@suse.de
- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()
(bsc#1154353).
- inet: protect against too small mtu values (bsc#1154353).
- gre: refetch erspan header from skb->data after pskb_may_pull()
(bsc#1154353).
- tcp: Protect accesses to .ts_recent_stamp with
{READ,WRITE}_ONCE() (bsc#1154353).
- tcp: tighten acceptance of ACKs not matching a child socket
(bsc#1154353).
- tcp: fix rejected syncookies due to stale timestamps
(bsc#1154353).
- net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode
for prio tag (jsc#SLE-8464).
- net/mlx5e: ethtool, Fix analysis of speed setting
(jsc#SLE-8464).
- net/mlx5e: Fix translation of link mode into speed
(jsc#SLE-8464).
- net/mlx5e: Fix free peer_flow when refcount is 0 (jsc#SLE-8464).
- net/mlx5e: Fix freeing flow with kfree() and not kvfree()
(jsc#SLE-8464).
- net/mlx5e: Fix SFF 8472 eeprom length (jsc#SLE-8464).
- net/mlx5e: Query global pause state before setting prio2buffer
(jsc#SLE-8464).
- net/mlx5e: Fix TXQ indices to be sequential (jsc#SLE-8464).
- tcp: md5: fix potential overestimation of TCP option space
(bsc#1154353).
- net-sysfs: Call dev_hold always in netdev_queue_add_kobject
(bsc#1154353).
- net/tls: Fix return values to avoid ENOTSUPP (bsc#1154353).
- net: avoid an indirect call in ____sys_recvmsg() (bsc#1154353).
- mqprio: Fix out-of-bounds access in mqprio_dump (bsc#1154353).
- bpf: Fix a bug when getting subprog 0 jited image in
check_attach_btf_id (bsc#1154353).
- net: hns3: fix VF ID issue for setting VF VLAN (bsc#1154353).
- net: hns3: fix a use after free problem in
hns3_nic_maybe_stop_tx() (bsc#1154353).
- net: hns3: fix for TX queue not restarted problem (bsc#1154353).
- hsr: fix a NULL pointer dereference in hsr_dev_xmit()
(bsc#1154353).
- net: Fixed updating of ethertype in skb_mpls_push()
(bsc#1154353).
- net: sfp: fix hwmon (bsc#1154353).
- net: sfp: fix unbind (bsc#1154353).
- xdp: obtain the mem_id mutex before trying to remove an entry
(bsc#1154353).
- act_ct: support asymmetric conntrack (bsc#1154353).
- net: ipv6_stub: use ip6_dst_lookup_flow instead of
ip6_dst_lookup (bsc#1154353).
- net: ipv6: add net argument to ip6_dst_lookup_flow
(bsc#1154353).
- cls_flower: Fix the behavior using port ranges with hw-offload
(bsc#1154353).
- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK
subqueues (bsc#1154353).
- tcp: refactor tcp_retransmit_timer() (bsc#1154353).
- net/core: Populate VF index in struct ifla_vf_guid
(bsc#1154353).
- net: bridge: deny dev_set_mac_address() when unregistering
(bsc#1154353).
- net: fix a leak in register_netdevice() (bsc#1154353).
- Fixed updating of ethertype in function skb_mpls_pop
(bsc#1154353).
- sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSO
(bsc#1154353).
- bpf: Fix build in minimal configurations (bsc#1154353).
- bpf: Fix static checker warning (bsc#1154353).
- SUNRPC: Fix backchannel latency metrics (bsc#1154353).
- SUNRPC: Fix svcauth_gss_proxy_init() (bsc#1154353).
- SUNRPC: Trace gssproxy upcall results (bsc#1154353).
- sunrpc: fix crash when cache_head become valid before update
(bsc#1154353).
- svcrdma: Improve DMA mapping trace points (bsc#1154353).
- SUNRPC: Capture completion of all RPC tasks (bsc#1154353).
- SUNRPC: Fix another issue with MIC buffer space (bsc#1154353).
- xprtrdma: Replace dprintk in xprt_rdma_set_port (bsc#1154353).
- xprtrdma: Replace dprintk() in rpcrdma_update_connect_private()
(bsc#1154353).
- xprtrdma: Refine trace_xprtrdma_fixup (bsc#1154353).
- xprtrdma: Report the computed connect delay (bsc#1154353).
- xprtrdma: Wake tasks after connect worker fails (bsc#1154353).
- xprtrdma: Pull up sometimes (bsc#1154353).
- xprtrdma: Refactor rpcrdma_prepare_msg_sges() (bsc#1154353).
- xprtrdma: Move the rpcrdma_sendctx::sc_wr field (bsc#1154353).
- xprtrdma: Remove rpcrdma_sendctx::sc_device (bsc#1154353).
- xprtrdma: Remove rpcrdma_sendctx::sc_xprt (bsc#1154353).
- xprtrdma: Ensure ri_id is stable during MR recycling
(bsc#1154353).
- xprtrdma: Manage MRs in context of a single connection
(bsc#1154353).
- xprtrdma: Fix MR list handling (bsc#1154353).
- xprtrdma: Close window between waking RPC senders and posting
Receives (bsc#1154353).
- xprtrdma: Initialize rb_credits in one place (bsc#1154353).
- xprtrdma: Connection becomes unstable after a reconnect
(bsc#1154353).
- SUNRPC: Add trace points to observe transport congestion control
(bsc#1154353).
- SUNRPC: Eliminate log noise in call_reserveresult (bsc#1154353).
- SUNRPC: Avoid RPC delays when exiting suspend (bsc#1154353).
- net/mlx5e: Fix build error without IPV6 (jsc#SLE-8464).
- net: inet_is_local_reserved_port() port arg should be unsigned
short (bsc#1154353).
- IB: mlx5: no need to check return value of debugfs_create
functions (jsc#SLE-8446).
- RDMA/hns: Delete unnecessary callback functions for cq
(jsc#SLE-8449).
- RDMA/hns: Rename the functions used inside creating cq
(jsc#SLE-8449).
- RDMA/hns: Redefine the member of hns_roce_cq struct
(jsc#SLE-8449).
- RDMA/hns: Redefine interfaces used in creating cq
(jsc#SLE-8449).
- RDMA/efa: Expose RDMA read related attributes (jsc#SLE-5640).
- RDMA/efa: Support remote read access in MR registration
(jsc#SLE-5640).
- RDMA/efa: Store network attributes in device attributes
(jsc#SLE-5640).
- IB/hfi1: remove redundant assignment to variable ret
(jsc#SLE-8449).
- RDMA/bnxt_re: Fix missing le16_to_cpu (jsc#SLE-8372
bsc#1153275).
- RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5
series (jsc#SLE-8372 bsc#1153275).
- RDMA/bnxt_re: Fix Kconfig indentation (jsc#SLE-8372
bsc#1153275).
- IB/mlx5: Implement callbacks for getting VFs GUID attributes
(jsc#SLE-8446).
- IB/ipoib: Add ndo operation for getting VFs GUID attributes
(jsc#SLE-8449).
- IB/core: Add interfaces to get VF node and port GUIDs
(jsc#SLE-8449).
- net/core: Add support for getting VF GUIDs (jsc#SLE-8449).
- RDMA/qedr: Fix null-pointer dereference when calling
rdma_user_mmap_get_offset (jsc#SLE-8215).
- RDMA/cm: Use refcount_t type for refcount variable
(jsc#SLE-8449).
- IB/mlx5: Support extended number of strides for Striding RQ
(jsc#SLE-8446).
- IB/mlx4: Update HW GID table while adding vlan GID
(jsc#SLE-8461).
- RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'
(jsc#SLE-8392).
- RDMA/cma: Use ACK timeout for RoCE packetLifeTime
(jsc#SLE-8449).
- RDMA/efa: Clear the admin command buffer prior to its submission
(jsc#SLE-5640).
- RDMA/siw: Cleanup unused mmap structures (jsc#SLE-8381).
- RDMA/qedr: Make qedr_iw_load_qp() static (jsc#SLE-8215).
- RDMA/ocrdma: Fix spelling mistake in variable name
(jsc#SLE-8449).
- RDMA/qib: Validate ->show()/store() callbacks before calling
them (jsc#SLE-8449).
- RDMA/i40iw: Fix potential use after free (jsc#SLE-8449).
- RDMA/qedr: Fix potential use after free (jsc#SLE-8215).
- RDMA/srpt: Report the SCSI residual to the initiator
(jsc#SLE-8449).
- IB/mlx5: Support flow counters offset for bulk counters
(jsc#SLE-8446).
- RDMA: Change MAD processing function to remove extra casting
and parameter (jsc#SLE-8449).
- RDMA/hfi1: Delete unreachable code (jsc#SLE-8449).
- RDMA/hns: Modify appropriate printings (jsc#SLE-8449).
- RDMA/hns: Fix non-standard error codes (jsc#SLE-8449).
- RDMA/hns: Modify hns_roce_hw_v2_get_cfg to simplify the code
(jsc#SLE-8449).
- RDMA/hns: Simplify doorbell initialization code (jsc#SLE-8449).
- RDMA/hns: Replace not intuitive function/macro names
(jsc#SLE-8449).
- RDMA/hns: Modify fields of struct hns_roce_srq (jsc#SLE-8449).
- RDMA/hns: Delete unnecessary uar from hns_roce_cq
(jsc#SLE-8449).
- RDMA/hns: Remove unnecessary structure hns_roce_sqp
(jsc#SLE-8449).
- RDMA/hns: Delete unnecessary variable max_post (jsc#SLE-8449).
- RDMA/mlx5: Rewrite MAD processing logic to be readable
(jsc#SLE-8446).
- RDMA/ocrdma: Simplify process_mad function (jsc#SLE-8449).
- RDMA/mad: Do not check MAD sizes in roce and ib drivers
(jsc#SLE-8449).
- RDMA/ocrdma: Make ocrdma_pma_counters() return void
(jsc#SLE-8449).
- RDMA/mad: Allocate zeroed MAD buffer (jsc#SLE-8449).
- RDMA/qib: Delete empty check_cc_key function (jsc#SLE-8449).
- RDMA/qib: Delete extra line (jsc#SLE-8449).
- RDMA/mad: Delete never implemented functions (jsc#SLE-8449).
- Revert "RDMA/srpt: Postpone HCA removal until after configfs
directory removal" (jsc#SLE-8449).
- RDMA/qedr: Remove unsupported modify_port callback
(jsc#SLE-8215).
- RDMA/ocrdma: Remove unsupported modify_port callback
(jsc#SLE-8449).
- RDMA/hns: Remove unsupported modify_port callback
(jsc#SLE-8449).
- RDMA/core: Fix return code when modify_port isn't supported
(jsc#SLE-8449).
- RDMA/qedr: Add iWARP doorbell recovery support (jsc#SLE-8215).
- RDMA/qedr: Add doorbell overflow recovery support
(jsc#SLE-8215).
- RDMA/qedr: Use the common mmap API (jsc#SLE-8215).
- RDMA/siw: Use the common mmap_xa helpers (jsc#SLE-8381).
- RDMA/efa: Use the common mmap_xa helpers (jsc#SLE-5640).
- RDMA: Connect between the mmap entry and the umap_priv structure
(jsc#SLE-8449).
- RDMA/core: Create mmap database and cookie helper functions
(jsc#SLE-8449).
- RDMA/core: Move core content from ib_uverbs to ib_core
(jsc#SLE-8449).
- IB/mlx5: Test write combining support (jsc#SLE-8446).
- RDMA/mlx5: Return proper error value (jsc#SLE-8446).
- RDMA/odp: Remove broken debugging call to invalidate_range
(jsc#SLE-8449).
- RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during
create and destroy (jsc#SLE-8446).
- RDMA/mlx5: Do not store implicit children in the odp_mkeys
xarray (jsc#SLE-8446).
- RDMA/mlx5: Rework implicit ODP destroy (jsc#SLE-8446).
- RDMA/mlx5: Avoid double lookups on the pagefault path
(jsc#SLE-8446).
- RDMA/mlx5: Reduce locking in implicit_mr_get_data()
(jsc#SLE-8446).
- RDMA/mlx5: Use an xarray for the children of an implicit ODP
(jsc#SLE-8446).
- RDMA/mlx5: Split implicit handling from pagefault_mr
(jsc#SLE-8446).
- RDMA/mlx5: Set the HW IOVA of the child MRs to their place in
the tree (jsc#SLE-8446).
- RDMA/mlx5: Lift implicit_mr_alloc() into the two routines that
call it (jsc#SLE-8446).
- RDMA/mlx5: Rework implicit_mr_get_data (jsc#SLE-8446).
- RDMA/mlx5: Delete struct mlx5_priv->mkey_table (jsc#SLE-8446).
- RDMA/mlx5: Use a dedicated mkey xarray for ODP (jsc#SLE-8446).
- RDMA/mlx5: Split sig_err MR data into its own xarray
(jsc#SLE-8446).
- RDMA/mlx5: Use SRCU properly in ODP prefetch (jsc#SLE-8446).
- RDMA/vmw_pvrdma: Use resource ids from physical device if
available (jsc#SLE-8449).
- RDMA/core: Set DMA parameters correctly (jsc#SLE-8449).
- RDMA/siw: Increase DMA max_segment_size parameter
(jsc#SLE-8381).
- RDMA/rxe: Increase DMA max_segment_size parameter
(jsc#SLE-8449).
- RDMA/siw: Fix post_recv QP state locking (jsc#SLE-8381).
- RDMA/iw_cxgb4: Report correct port speed/width (jsc#SLE-8392).
- RDMA/qedr: Fix memory leak in user qp and mr (jsc#SLE-8215).
- RDMA/qedr: Fix synchronization methods and memory leaks in qedr
(jsc#SLE-8215).
- RDMA/qedr: Fix qpids xarray api used (jsc#SLE-8215).
- RDMA/qedr: Fix srqs xarray initialization (jsc#SLE-8215).
- RDMA/hns: Fix memory leak on 'context' on error return path
(jsc#SLE-8449).
- RDMA/hns: Bugfix for qpc/cqc timer configuration (jsc#SLE-8449).
- RDMA/hns: Fix to support 64K page for srq (jsc#SLE-8449).
- RDMA/srpt: Fix TPG creation (jsc#SLE-8449).
- RDMA/hns: Delete BITS_PER_BYTE redefinition (jsc#SLE-8449).
- RDMA/hns: Prevent undefined behavior in
hns_roce_set_user_sq_size() (jsc#SLE-8449).
- RDMA/cm: Update copyright together with SPDX tag (jsc#SLE-8449).
- RDMA/cm: Use specific keyword to check define (jsc#SLE-8449).
- RDMA/cm: Delete unused cm_is_active_peer function
(jsc#SLE-8449).
- RDMA/rxe: Remove useless rxe_init_device_param assignments
(jsc#SLE-8449).
- RDMA/core: Check that process is still alive before sending
it to the users (jsc#SLE-8449).
- RDMA/restrack: Remove PID namespace support (jsc#SLE-8449).
- IB/core: Do not notify GID change event of an unregistered
device (jsc#SLE-8449).
- IB/mlx5: Align usage of QP1 create flags with rest of mlx5
defines (jsc#SLE-8446).
- IB/mlx5: Remove dead code (jsc#SLE-8446).
- RDMA/uverbs: Add a check for uverbs_attr_get to
uverbs_copy_to_struct_or_zero (jsc#SLE-8449).
- IB/cma: Honor traffic class from lower netdevice for RoCE
(jsc#SLE-8449).
- RDMA/nldev: Provide MR statistics (jsc#SLE-8449).
- RDMA/mlx5: Return ODP type per MR (jsc#SLE-8446).
- RDMA/nldev: Allow different fill function per resource
(jsc#SLE-8449).
- IB/mlx5: Introduce ODP diagnostic counters (jsc#SLE-8446).
- infiniband: fix sw/rdmavt/ kernel-doc notation (jsc#SLE-8449).
- infiniband: fix core/ kernel-doc notation (jsc#SLE-8449).
- infiniband: fix ulp/iser/iser_initiator.c kernel-doc warnings
(jsc#SLE-8449).
- infiniband: fix ulp/iser/iser_verbs.c kernel-doc notation
(jsc#SLE-8449).
- infiniband: fix core/verbs.c kernel-doc notation (jsc#SLE-8449).
- infiniband: fix ulp/srpt/ib_srpt.h kernel-doc notation
(jsc#SLE-8449).
- infiniband: fix ulp/opa_vnic/opa_vnic_internal.h kernel-doc
notation (jsc#SLE-8449).
- infiniband: fix ulp/iser/iscsi_iser.h kernel-doc warnings
(jsc#SLE-8449).
- infiniband: fix core/ipwm_util.h kernel-doc warnings
(jsc#SLE-8449).
- infiniband: fix ulp/iser/iscsi_iser. kernel-doc notation
(jsc#SLE-8449).
- RDMA/mlx5: Add capability for max sge to get optimized
performance (jsc#SLE-8446).
- RDMA/rw: Support threshold for registration vs scattering to
local pages (jsc#SLE-8449).
- RDMA/siw: Fix SQ/RQ drain logic (jsc#SLE-8381).
- ib/srp: Add missing new line after displaying fast_io_fail_tmo
param (jsc#SLE-8449).
- RDMA/hns: Release qp resources when failed to destroy qp
(jsc#SLE-8449).
- RDMA/hns: Fix a spelling mistake in a macro (jsc#SLE-8449).
- RDMA/hns: Modify return value of restrack functions
(jsc#SLE-8449).
- RDMA/hns: Modify variable/field name from vlan to vlan_id
(jsc#SLE-8449).
- RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_que
(jsc#SLE-8449).
- RDMA/hns: remove a redundant le16_to_cpu (jsc#SLE-8449).
- IB/mlx5: Introduce and use mkey context setting helper routine
(jsc#SLE-8446).
- RDMA/iser: Use iser_err instead of pr_err for logging
(jsc#SLE-8449).
- RDMA/bnxt_re: Enable SRIOV VF support on Broadcom's 57500
adapter series (jsc#SLE-8372 bsc#1153275).
- RDMA/srp: Calculate max_it_iu_size if remote max_it_iu length
available (jsc#SLE-8449).
- RDMA/srp: Add parse function for maximum initiator to target
IU size (jsc#SLE-8449).
- IB/cm: Use container_of() instead of typecast (jsc#SLE-8449).
- IB/mlx5: Remove unnecessary else statement (jsc#SLE-8446).
- IB/mlx5: Remove unnecessary return statement (jsc#SLE-8446).
- RDMA/mlx5: Group boolean parameters to take less space
(jsc#SLE-8446).
- RDMA/srpt: Postpone HCA removal until after configfs directory
removal (jsc#SLE-8449).
- RDMA/srpt: Make the code for handling port identities more
systematic (jsc#SLE-8449).
- RDMA/srpt: Rework the code that waits until an RDMA port is
no longer in use (jsc#SLE-8449).
- RDMA/srpt: Rework the approach for closing an RDMA channel
(jsc#SLE-8449).
- RDMA/srpt: Improve a debug message (jsc#SLE-8449).
- RDMA/srpt: Fix handling of iWARP logins (jsc#SLE-8449).
- RDMA/srpt: Fix handling of SR-IOV and iWARP ports
(jsc#SLE-8449).
- RDMA/srp: Make route resolving error messages more informative
(jsc#SLE-8449).
- RDMA/srp: Honor the max_send_sge device attribute
(jsc#SLE-8449).
- RDMA/srp: Remove two casts (jsc#SLE-8449).
- RDMA/siw: Make node GUIDs valid EUI-64 identifiers
(jsc#SLE-8381).
- RDMA/rxe: Verify modify_device mask (jsc#SLE-8449).
- RDMA/bnxt_re: Remove unsupported modify_device callback
(jsc#SLE-8372 bsc#1153275).
- RDMA/core: Fix return code when modify_device isn't supported
(jsc#SLE-8449).
- RDMA/siw: Fix port number endianness in a debug message
(jsc#SLE-8381).
- RDMA/siw: Simplify several debug messages (jsc#SLE-8381).
- IB/iser: remove redundant macro definitions (jsc#SLE-8449).
- IB/iser: bound protection_sg size by data_sg size
(jsc#SLE-8449).
- IB/iser: add unlikely checks in the fast path (jsc#SLE-8449).
- RDMA/counter: Prevent QP counter manual binding in auto mode
(jsc#SLE-8449).
- net/sched: Replace rcu_swap_protected() with
rcu_replace_pointer() (bsc#1154353).
- net/netfilter: Replace rcu_swap_protected() with
rcu_replace_pointer() (bsc#1154353).
- net/core: Replace rcu_swap_protected() with
rcu_replace_pointer() (bsc#1154353).
- bpf/cgroup: Replace rcu_swap_protected() with
rcu_replace_pointer() (bsc#1154353).
- rcu: Upgrade rcu_swap_protected() to rcu_replace_pointer()
(bsc#1154353).
- net: phy: add helpers phy_(un)lock_mdio_bus (bsc#1154353).
- bpf: Simplify __bpf_arch_text_poke poke type handling
(bsc#1154353).
- bpf, x86: Emit patchable direct jump as tail call (bsc#1154353).
- bpf: Constant map key tracking for prog array pokes
(bsc#1154353).
- bpf: Add poke dependency tracking for prog array maps
(bsc#1154353).
- bpf: Add initial poke descriptor table for jit images
(bsc#1154353).
- bpf: Move owner type, jited info into array auxiliary data
(bsc#1154353).
- bpf: Move bpf_free_used_maps into sleepable section
(bsc#1154353).
- bpf, x86: Generalize and extend bpf_arch_text_poke for direct
jumps (bsc#1154353).
- bpf: Provide better register bounds after jmp32 instructions
(bsc#1154353).
- xsk: Fix xsk_poll()'s return type (bsc#1154353).
- mlxsw: spectrum_router: Fix use of uninitialized adjacency index
(bsc#1154488).
- mlxsw: spectrum_router: After underlay moves, demote conflicting
tunnels (bsc#1154488).
- bnxt_en: Add support for flashing the device via devlink
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Allow PHY settings on multi-function or NPAR PFs if
allowed by FW (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Add async. event logic for PHY configuration changes
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Refactor the initialization of the ethtool link
settings (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Skip disabling autoneg before PHY loopback when
appropriate (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Assign more RSS context resources to the VFs
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Initialize context memory to the value specified by
firmware (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Fix suspend/resume path on 57500 chips (jsc#SLE-8371
bsc#1153274).
- bnxt_en: Send FUNC_RESOURCE_QCAPS command in bnxt_resume()
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR
fw command (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Do driver unregister cleanup in bnxt_init_one()
failure path (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Disable/enable Bus master during suspend/resume
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Add chip IDs for 57452 and 57454 chips (jsc#SLE-8371
bsc#1153274).
- sfc: fix build without CONFIG_RFS_ACCEL (jsc#SLE-8314).
- net: gro: use vlan API instead of accessing directly
(bsc#1154353).
- net/mlx5e: Remove redundant pointer check (jsc#SLE-8464).
- net/mlx5e: TC, Stub out ipv6 tun create header function
(jsc#SLE-8464).
- net/mlx5: DR, Add support for Geneve packets SW steering
(jsc#SLE-8464).
- net/mlx5: DR, Add HW bits and definitions for Geneve flex parser
(jsc#SLE-8464).
- net/mlx5: DR, Refactor VXLAN GPE flex parser tunnel code for
SW steering (jsc#SLE-8464).
- net/mlx5: Don't write read-only fields in
MODIFY_HCA_VPORT_CONTEXT command (jsc#SLE-8464).
- net: use rhashtable_lookup() instead of rhashtable_lookup_fast()
(bsc#1154353).
- net: phy: initialise phydev speed and duplex sanely
(bsc#1154353).
- net: phy: remove phy_ethtool_sset() (bsc#1154353).
- sfc: do ARFS expiry work occasionally even without NAPI poll
(jsc#SLE-8314).
- sfc: add statistics for ARFS (jsc#SLE-8314).
- sfc: suppress MCDI errors from ARFS (jsc#SLE-8314).
- sfc: change ARFS expiry mechanism (jsc#SLE-8314).
- ice: Update FW API minor version (jsc#SLE-7926).
- ice: remove pointless NULL check of port_info (jsc#SLE-7926).
- ice: Implement ethtool ops for channels (jsc#SLE-7926).
- ice: implement VF stats NDO (jsc#SLE-7926).
- ice: add helpers for virtchnl (jsc#SLE-7926).
- ice: Add ice_pf_to_dev(pf) macro (jsc#SLE-7926).
- ice: Do not use devm* functions for local uses (jsc#SLE-7926).
- ice: Refactor removal of VLAN promiscuous rules (jsc#SLE-7926).
- ice: Fix setting coalesce to handle DCB configuration
(jsc#SLE-7926).
- ice: Only disable VF state when freeing each VF resources
(jsc#SLE-7926).
- ice: fix stack leakage (jsc#SLE-7926).
- ice: Don't modify stripping for add/del VLANs on VF
(jsc#SLE-7926).
- ice: Disallow VF VLAN opcodes if VLAN offloads disabled
(jsc#SLE-7926).
- ice: Correct capabilities reporting of max TCs (jsc#SLE-7926).
- ice: Store number of functions for the device (jsc#SLE-7926).
- net: inet_is_local_reserved_port() should return bool not int
(bsc#1154353).
- cxgb4: add stats for MQPRIO QoS offload Tx path (jsc#SLE-8389).
- cxgb4: add UDP segmentation offload support (jsc#SLE-8389).
- cxgb4/chcr: update SGL DMA unmap for USO (jsc#SLE-8389).
- seg6: allow local packet processing for SRv6 End.DT6 behavior
(bsc#1154353).
- ipv4: use dst hint for ipv4 list receive (bsc#1154353).
- ipv4: move fib4_has_custom_rules() helper to public header
(bsc#1154353).
- ipv6: introduce and uses route look hints for list input
(bsc#1154353).
- ipv6: keep track of routes using src (bsc#1154353).
- ipv6: add fib6_has_custom_rules() helper (bsc#1154353).
- bpf: skmsg, fix potential psock NULL pointer dereference
(bsc#1154353).
- lwtunnel: check erspan options before allocating tun_info
(bsc#1154353).
- lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTS
(bsc#1154353).
- net: remove the unnecessary strict_start_type in some policies
(bsc#1154353).
- net: sched: allow flower to match erspan options (bsc#1154353).
- net: sched: allow flower to match vxlan options (bsc#1154353).
- net: sched: add erspan option support to act_tunnel_key
(bsc#1154353).
- net: sched: add vxlan option support to act_tunnel_key
(bsc#1154353).
- net: sfp: soft status and control support (bsc#1154353).
- net: sfp: add some quirks for GPON modules (bsc#1154353).
- net: sfp: add support for module quirks (bsc#1154353).
- tcp: warn if offset reach the maxlen limit when using snprintf
(bsc#1154353).
- ip_gre: Make none-tun-dst gre tunnel store tunnel info as
metadat_dst in recv (bsc#1154353).
- bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64
size (bsc#1154353).
- bpf: Make array_map_mmap static (bsc#1154353).
- bpf: Fix memory leak on object 'data' (bsc#1154353).
- bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY (bsc#1154353).
- bpf: Convert bpf_prog refcnt to atomic64_t (bsc#1154353).
- bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc()
never fails (bsc#1154353).
- bpf: Support attaching tracing BPF program to other BPF programs
(bsc#1154353).
- bpf: Compare BTF types of functions arguments with actual types
(bsc#1154353).
- bpf: Annotate context types (bsc#1154353).
- bpf: Reserve space for BPF trampoline in BPF programs
(bsc#1154353).
- bpf: Add kernel test functions for fentry testing (bsc#1154353).
- bpf: Add bpf_arch_text_poke() helper (bsc#1154353).
- bpf: Refactor x86 JIT into helpers (bsc#1154353).
- bpf: Support doubleword alignment in bpf_jit_binary_alloc
(bsc#1154353).
- bpf: Add array support to btf_struct_access (bsc#1154353).
- net: ipconfig: Wait for deferred device probes (bsc#1154353).
- net: page_pool: add the possibility to sync DMA memory for
device (bsc#1154353).
- net: sched: pie: enable timestamp based delay calculation
(bsc#1154353).
- cxgb4: add TC-MATCHALL classifier ingress offload
(jsc#SLE-8389).
- cxgb4: check rule prio conflicts before offload (jsc#SLE-8389).
- cxgb4: add TC-MATCHALL classifier egress offload (jsc#SLE-8389).
- net/mlx5e: Rx, Update page pool numa node when changed
(jsc#SLE-8464).
- page_pool: Don't recycle non-reusable pages (bsc#1154353).
- page_pool: Add API to update numa node (bsc#1154353).
- lwtunnel: add support for multiple geneve opts (bsc#1154353).
- cxgb4: remove unneeded semicolon for switch block
(jsc#SLE-8389).
- lwtunnel: change to use nla_put_u8 for
LWTUNNEL_IP_OPT_ERSPAN_VER (bsc#1154353).
- bnxt_en: Abort waiting for firmware response if there is no
heartbeat (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Add a warning message for driver initiated reset
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Return proper error code for non-existent NVM variable
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Report health status update after reset is done
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Set MASTER flag during driver registration
(jsc#SLE-8371 bsc#1153274).
- bnxt_en: Extend ETHTOOL_RESET to hot reset driver (jsc#SLE-8371
bsc#1153274).
- bnxt_en: Increase firmware response timeout for coredump
commands (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Improve RX buffer error handling (jsc#SLE-8371
bsc#1153274).
- bnxt_en: Update firmware interface spec to 1.10.1.12
(jsc#SLE-8371 bsc#1153274).
- page_pool: add destroy attempts counter and rename tracepoint
(bsc#1154353).
- xdp: remove memory poison on free for struct xdp_mem_allocator
(bsc#1154353).
- net: phy: avoid matching all-ones clause 45 PHY IDs
(bsc#1154353).
- net: phy: marvell10g: add SFP+ support (bsc#1154353).
- net: phy: add core phylib sfp support (bsc#1154353).
- net: phylink: update to use phy_support_asym_pause()
(bsc#1154353).
- bonding: symmetric ICMP transmit (bsc#1154353).
- net: core: allow fast GRO for skbs with Ethernet header in head
(bsc#1154353).
- bnx2x: Remove hw_reset_t function casts (bsc#1154395).
- bnx2x: Remove format_fw_ver_t function casts (bsc#1154395).
- bnx2x: Remove config_init_t function casts (bsc#1154395).
- bnx2x: Remove read_status_t function casts (bsc#1154395).
- bnx2x: Drop redundant callback function casts (bsc#1154395).
- page_pool: do not release pool until inflight == 0
(bsc#1154353).
- tun: fix data-race in gro_normal_list() (bsc#1154353).
- mlxsw: spectrum_router: Allocate discard adjacency entry when
needed (bsc#1154488).
- net/tls: Fix unused function warning (bsc#1154353).
- net/mlx5: Add devlink reload (jsc#SLE-8464).
- net/mlx5e: Set netdev name space on creation (jsc#SLE-8464).
- net/mlx5: Remove redundant NULL initializations (jsc#SLE-8464).
- net/mlx5: Read num_vfs before disabling SR-IOV (jsc#SLE-8464).
- net/mlx5: DR, Fix matcher builders select check (jsc#SLE-8464).
- net/mlx5: Add new chain for netfilter flow table offload
(jsc#SLE-8464).
- net/mlx5: Refactor creating fast path prio chains
(jsc#SLE-8464).
- net/mlx5: Accumulate levels for chains prio namespaces
(jsc#SLE-8464).
- net/mlx5: Define fdb tc levels per prio (jsc#SLE-8464).
- net/mlx5: Rename FDB_* tc related defines to FDB_TC_* defines
(jsc#SLE-8464).
- net/mlx5: Simplify fdb chain and prio eswitch defines
(jsc#SLE-8464).
- IB/mlx5: Load profile according to RoCE enablement state
(jsc#SLE-8446).
- IB/mlx5: Rename profile and init methods (jsc#SLE-8446).
- net/mlx5: Handle "enable_roce" devlink param (jsc#SLE-8464).
- net/mlx5: Document flow_steering_mode devlink param
(jsc#SLE-8464).
- devlink: Add new "enable_roce" generic device param
(bsc#1154353).
- net/mlx5: fix spelling mistake "metdata" -> "metadata"
(jsc#SLE-8464).
- net/mlx5: fix kvfree of uninitialized pointer spec
(jsc#SLE-8464).
- IB/mlx5: Introduce and use mlx5_core_is_vf() (jsc#SLE-8446).
- net/mlx5: E-switch, Enable metadata on own vport (jsc#SLE-8464).
- net/mlx5: Refactor ingress acl configuration (jsc#SLE-8464).
- net/mlx5: Restrict metadata disablement to offloads mode
(jsc#SLE-8464).
- net/mlx5: E-switch, Offloads shift ACL programming during
enable/disable vport (jsc#SLE-8464).
- net/mlx5: E-switch, Offloads introduce and use per vport acl
tables APIs (jsc#SLE-8464).
- net/mlx5: Move ACL drop counters life cycle close to ACL
lifecycle (jsc#SLE-8464).
- net/mlx5: E-switch, Legacy introduce and use per vport acl
tables APIs (jsc#SLE-8464).
- net/mlx5: E-switch, Prepare code to handle vport enable error
(jsc#SLE-8464).
- net/mlx5: Tide up state_lock and vport enabled flag usage
(jsc#SLE-8464).
- net/mlx5: Move legacy drop counter and rule under legacy
structure (jsc#SLE-8464).
- net/mlx5: Move metdata fields under offloads structure
(jsc#SLE-8464).
- net/mlx5: Correct comment for legacy fields (jsc#SLE-8464).
- net/mlx5: Introduce and use mlx5_esw_is_manager_vport()
(jsc#SLE-8464).
- net/mlx5: E-switch, Introduce and use vlan rule config helper
(jsc#SLE-8464).
- net/mlx5: E-Switch, Rename ingress acl config in offloads mode
(jsc#SLE-8464).
- net/mlx5: E-Switch, Rename egress config to generic name
(jsc#SLE-8464).
- net/mlx5: Fixed a typo in a comment in esw_del_uc_addr()
(jsc#SLE-8464).
- net/mlx5: Expose optimal performance scatter entries capability
(jsc#SLE-8446).
- cxgb4: Fix an error code in cxgb4_mqprio_alloc_hw_resources()
(jsc#SLE-8389).
- bnxt_en: Fix array overrun in bnxt_fill_l2_rewrite_fields()
(jsc#SLE-8371 bsc#1153274).
- net: sfp: fix spelling mistake "requies" -> "requires"
(bsc#1154353).
- bridge: implement get_link_ksettings ethtool method
(bsc#1154353).
- vxlan: implement get_link_ksettings ethtool method
(bsc#1154353).
- sfc: trace_xdp_exception on XDP failure (jsc#SLE-8314).
- net/sched: actions: remove unused 'order' (bsc#1154353).
- netdevsim: Update dummy reporter's devlink binary interface
(bsc#1154353).
- net/mlx5: Dump of fw_fatal use updated devlink binary interface
(jsc#SLE-8464).
- devlink: Allow large formatted message of binary output
(bsc#1154353).
- cxgb4: make function 'cxgb4_mqprio_free_hw_resources' static
(jsc#SLE-8389).
- mlxsw: spectrum: Enable EMAD string TLV (bsc#1154488).
- mlxsw: core: Add support for using EMAD string TLV
(bsc#1154488).
- mlxsw: core: Extend EMAD information reported to devlink hwerr
(bsc#1154488).
- mlxsw: core: Add support for EMAD string TLV parsing
(bsc#1154488).
- mlxsw: core: Add EMAD string TLV (bsc#1154488).
- mlxsw: emad: Remove deprecated EMAD TLVs (bsc#1154488).
- mlxsw: core: Parse TLVs' offsets of incoming EMADs
(bsc#1154488).
- cxgb4: remove redundant assignment to hdr_len (jsc#SLE-8389).
- mlxsw: core: Enable devlink reload only on probe (bsc#1154488).
- net: sfp: allow modules with slow diagnostics to probe
(bsc#1154353).
- net: sfp: allow sfp to probe slow to initialise GPON modules
(bsc#1154353).
- net: sfp: move module insert reporting out of probe
(bsc#1154353).
- net: sfp: split power mode switching from probe (bsc#1154353).
- net: sfp: track upstream's attachment state in state machine
(bsc#1154353).
- net: sfp: ensure TX_FAULT has deasserted before probing the PHY
(bsc#1154353).
- net: sfp: allow fault processing to transition to other states
(bsc#1154353).
- net: sfp: eliminate mdelay() from PHY probe (bsc#1154353).
- net: sfp: split the PHY probe from sfp_sm_mod_init()
(bsc#1154353).
- net: sfp: control TX_DISABLE and phy only from main state
machine (bsc#1154353).
- net: sfp: avoid power switch on address-change modules
(bsc#1154353).
- net: sfp: parse SFP power requirement earlier (bsc#1154353).
- net: sfp: rename T_PROBE_WAIT to T_SERIAL (bsc#1154353).
- net: sfp: handle module remove outside state machine
(bsc#1154353).
- net: sfp: rename sfp_sm_ins_next() as sfp_sm_mod_next()
(bsc#1154353).
- net: sfp: move tx disable on device down to main state machine
(bsc#1154353).
- net: sfp: move sfp sub-state machines into separate functions
(bsc#1154353).
- net: sfp: fix sfp_bus_put() kernel documentation (bsc#1154353).
- lwtunnel: ignore any TUNNEL_OPTIONS_PRESENT flags set by users
(bsc#1154353).
- lwtunnel: get nlsize for erspan options properly (bsc#1154353).
- lwtunnel: change to use nla_parse_nested on new options
(bsc#1154353).
- net: sfp: rework upstream interface (bsc#1154353).
- devlink: disallow reload operation during device cleanup
(bsc#1154353).
- packet: fix data-race in fanout_flow_is_huge() (bsc#1154353).
- ice: print opcode when printing controlq errors (jsc#SLE-7926).
- ice: use more accurate ICE_DBG mask types (jsc#SLE-7926).
- ice: Introduce and use ice_vsi_type_str (jsc#SLE-7926).
- ice: remove unnecessary conditional check (jsc#SLE-7926).
- ice: Update enum ice_flg64_bits to current specification
(jsc#SLE-7926).
- ice: delay less (jsc#SLE-7926).
- ice: use pkg_dwnld_status instead of sq_last_status
(jsc#SLE-7926).
- ice: Change max MSI-x vector_id check in cfg_irq_map
(jsc#SLE-7926).
- ice: Check if VF is disabled for Opcode and other operations
(jsc#SLE-7926).
- ice: configure software LLDP in ice_init_pf_dcb (jsc#SLE-7926).
- ice: Fix to change Rx/Tx ring descriptor size via ethtool with
DCBx (jsc#SLE-7926).
- ice: avoid setting features during reset (jsc#SLE-7926).
- ice: Implement DCBNL support (jsc#SLE-7926).
- ice: Add NDO callback to set the maximum per-queue bitrate
(jsc#SLE-7926).
- ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flow
(jsc#SLE-7926).
- net: icmp: fix data-race in cmp_global_allow() (bsc#1154353).
- cxgb4: fix 64-bit division on i386 (jsc#SLE-8389).
- cxgb4: Use match_string() helper to simplify the code
(jsc#SLE-8389).
- net: add a READ_ONCE() in skb_peek_tail() (bsc#1154353).
- net: add annotations on hh->hh_len lockless accesses
(bsc#1154353).
- net: use u64_stats_t in struct pcpu_lstats (bsc#1154353).
- tun: switch to u64_stats_t (bsc#1154353).
- u64_stats: provide u64_stats_t type (bsc#1154353).
- net: dummy: use standard dev_lstats_add() and dev_lstats_read()
(bsc#1154353).
- vsockmon: use standard dev_lstats_add() and dev_lstats_read()
(bsc#1154353).
- veth: use standard dev_lstats_add() and dev_lstats_read()
(bsc#1154353).
- net: nlmon: use standard dev_lstats_add() and dev_lstats_read()
(bsc#1154353).
- net: provide dev_lstats_add() helper (bsc#1154353).
- net: provide dev_lstats_read() helper (bsc#1154353).
- net: ethernet: intel: Demote MTU change prints to debug
(jsc#SLE-7966).
- mlxsw: Add layer 3 devlink-trap exceptions support
(bsc#1154488).
- mlxsw: Add specific trap for packets routed via invalid nexthops
(bsc#1154488).
- mlxsw: Add new FIB entry type for reject routes (bsc#1154488).
- devlink: Add layer 3 generic packet exception traps
(bsc#1154353).
- mlxsw: Add layer 3 devlink-trap support (bsc#1154488).
- devlink: Add layer 3 generic packet traps (bsc#1154353).
- tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp
(bsc#1154353).
- inetpeer: fix data-race in inet_putpeer / inet_putpeer
(bsc#1154353).
- mlxsw: spectrum: Fix error return code in
mlxsw_sp_port_module_info_init() (bsc#1154488).
- cxgb4: add FLOWC based QoS offload (jsc#SLE-8389).
- cxgb4: add Tx and Rx path for ETHOFLD traffic (jsc#SLE-8389).
- cxgb4: add ETHOFLD hardware queue support (jsc#SLE-8389).
- cxgb4: parse and configure TC-MQPRIO offload (jsc#SLE-8389).
- cxgb4: rework queue config and MSI-X allocation (jsc#SLE-8389).
- cxgb4: query firmware for QoS offload resources (jsc#SLE-8389).
- net_sched: gen_estimator: extend packet counter to 64bit
(bsc#1154353).
- ice: Fix return value when SR-IOV is not supported
(jsc#SLE-7926).
- ice: Rename VF function ice_vc_dis_vf to match its behavior
(jsc#SLE-7926).
- ice: Get rid of ice_cleanup_header (jsc#SLE-7926).
- ice: print PCI link speed and width (jsc#SLE-7926).
- ice: print unsupported module message (jsc#SLE-7926).
- ice: write register with correct offset (jsc#SLE-7926).
- ice: Check for null pointer dereference when setting rings
(jsc#SLE-7926).
- ice: save PCI state in probe (jsc#SLE-7926).
- ice: Adjust DCB INIT for SW mode (jsc#SLE-7926).
- ice: fix driver unload flow (jsc#SLE-7926).
- ice: handle DCBx non-contiguous TC request (jsc#SLE-7926).
- ice: Update Boot Configuration Section read of NVM
(jsc#SLE-7926).
- ice: add ethtool -m support for reading i2c eeprom modules
(jsc#SLE-7926).
- tcp: fix data-race in tcp_recvmsg() (bsc#1154353).
- net: silence data-races on sk_backlog.tail (bsc#1154353).
- lwtunnel: add options setting and dumping for erspan
(bsc#1154353).
- lwtunnel: add options setting and dumping for vxlan
(bsc#1154353).
- lwtunnel: add options setting and dumping for geneve
(bsc#1154353).
- lwtunnel: add options process for cmp_encap (bsc#1154353).
- lwtunnel: add options process for arp request (bsc#1154353).
- net: annotate lockless accesses to sk->sk_max_ack_backlog
(bsc#1154353).
- net: annotate lockless accesses to sk->sk_ack_backlog
(bsc#1154353).
- net: use helpers to change sk_ack_backlog (bsc#1154353).
- net: avoid potential false sharing in neighbor related code
(bsc#1154353).
- inet_diag: use jiffies_delta_to_msecs() (bsc#1154353).
- net: neigh: use long type to store jiffies delta (bsc#1154353).
- netdevsim: drop code duplicated by a merge (bsc#1154353).
- cxgb4: Add pci reset handler (jsc#SLE-8389).
- cnic: Set fp_hsi_ver as part of CLIENT_SETUP ramrod
(bsc#1154395).
- bnx2x: Fix PF-VF communication over multi-cos queues
(bsc#1154395).
- bnx2x: Enable Multi-Cos feature (bsc#1154395).
- bnx2x: Utilize FW 7.13.15.0 (bsc#1154395).
- net_sched: add TCA_STATS_PKT64 attribute (bsc#1154353).
- net_sched: extend packet counter to 64bit (bsc#1154353).
- net_sched: do not export gnet_stats_basic_packed to uapi
(bsc#1154353).
- net: hns3: remove unused macros (bsc#1154353).
- vsock: Simplify '__vsock_release()' (bsc#1154353).
- icmp: remove duplicate code (bsc#1154353).
- icmp: add helpers to recognize ICMP error packets (bsc#1154353).
- ice: allow 3k MTU for XDP (jsc#SLE-7926).
- ice: add build_skb() support (jsc#SLE-7926).
- ice: introduce frame padding computation logic (jsc#SLE-7926).
- ice: introduce legacy Rx flag (jsc#SLE-7926).
- ice: Add support for AF_XDP (jsc#SLE-7926).
- ice: Move common functions to ice_txrx_lib.c (jsc#SLE-7926).
- ice: Add support for XDP (jsc#SLE-7926).
- ice: get rid of per-tc flow in Tx queue configuration routines
(jsc#SLE-7926).
- ice: Introduce ice_base.c (jsc#SLE-7926).
- i40e: implement VF stats NDO (jsc#SLE-8025).
- i40e: enable X710 support (jsc#SLE-8025).
- ixgbe: protect TX timestamping from API misuse (jsc#SLE-7979
jsc#SLE-7981).
- fm10k: update driver version to match out-of-tree
(jsc#SLE-8009).
- ixgbe: Make use of cpumask_local_spread to improve RSS locality
(jsc#SLE-7979 jsc#SLE-7981).
- fm10k: add support for ndo_get_vf_stats operation
(jsc#SLE-8009).
- fm10k: add missing field initializers to TLV attributes)
(jsc#SLE-8009).
- ipv6: use jhash2() in rt6_exception_hash() (bsc#1154353).
- net: bridge: fdb: eliminate extra port state tests from
fast-path (bsc#1154353).
- net/mlx5: DR, Support IPv4 and IPv6 mixed matcher
(jsc#SLE-8464).
- net/mlx5: LAG, Use affinity type enumerators (jsc#SLE-8464).
- net/mlx5: LAG, Use port enumerators (jsc#SLE-8464).
- net/mlx5: rate limit alloc_ent error messages (jsc#SLE-8464).
- net/mlx5e: Add ToS (DSCP) header rewrite support (jsc#SLE-8464).
- net/mlx5e: Bit sized fields rewrite support (jsc#SLE-8464).
- net/mlx5: WQ, Move short getters into header file
(jsc#SLE-8464).
- net/mlx5e: TX, Dump WQs wqe descriptors on CQE with error events
(jsc#SLE-8464).
- net/mlx5: Support lockless FTE read lookups (jsc#SLE-8464).
- net/mlx5: Do not hold group lock while allocating FTE in
software (jsc#SLE-8464).
- net/mlx5e: Verify that rule has at least one fwd/drop action
(jsc#SLE-8464).
- net/mlx5: Clear VF's configuration on disabling SRIOV
(jsc#SLE-8464).
- net/mlx5: Remove unneeded variable in mlx5_unload_one
(jsc#SLE-8464).
- net/mlx5: FPGA, support network cards with standalone FPGA
(jsc#SLE-8464).
- net/mlx5: DR, Replace CRC32 implementation to use kernel lib
(jsc#SLE-8464).
- net: icmp6: provide input address for traceroute6 (bsc#1154353).
- net: icmp: use input address in traceroute (bsc#1154353).
- xsk: Restructure/inline XSKMAP lookup/redirect/flush
(bsc#1154353).
- bpf: Implement map_gen_lookup() callback for XSKMAP
(bsc#1154353).
- xsk: Store struct xdp_sock as a flexible array member of the
XSKMAP (bsc#1154353).
- bpf: Replace prog_raw_tp+btf_id with prog_tracing (bsc#1154353).
- bpf: Enforce 'return 0' in BTF-enabled raw_tp programs
(bsc#1154353).
- net: bridge: fdb: restore unlikely() when taking over externally
added entries (bsc#1154353).
- net: bridge: fdb: avoid two atomic bitops in
br_fdb_external_learn_add() (bsc#1154353).
- net: bridge: fdb: br_fdb_update can take flags directly
(bsc#1154353).
- bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during
suspend/resume (jsc#SLE-8372 bsc#1153275).
- bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during error
recovery (jsc#SLE-8372 bsc#1153275).
- bnxt_en: Improve bnxt_ulp_stop()/bnxt_ulp_start() call sequence
(jsc#SLE-8372 bsc#1153275).
- bnxt_en: flow_offload: offload tunnel decap rules via indirect
callbacks (jsc#SLE-8372 bsc#1153275).
- bnxt_en: Add support for NAT(L3/L4 rewrite) (jsc#SLE-8372
bsc#1153275).
- bnxt: Avoid logging an unnecessary message when a flow can't
be offloaded (jsc#SLE-8372 bsc#1153275).
- bnxt_en: Add support for L2 rewrite (jsc#SLE-8372 bsc#1153275).
- sfc: add XDP counters to ethtool stats (jsc#SLE-8314).
- sfc: handle XDP_TX outcomes of XDP eBPF programs (jsc#SLE-8314).
- sfc: allocate channels for XDP tx queues (jsc#SLE-8314).
- sfc: Enable setting of xdp_prog (jsc#SLE-8314).
- sfc: perform XDP processing on received packets (jsc#SLE-8314).
- sfc: support encapsulation of xdp_frames in efx_tx_buffer
(jsc#SLE-8314).
- mlxsw: Fix 64-bit division in mlxsw_sp_sb_prs_init
(bsc#1154488).
- net: hns3: cleanup byte order issues when printed (bsc#1154353).
- net: hns3: cleanup some print format warning (bsc#1154353).
- net: hns3: add or modify some comments (bsc#1154353).
- net: hns3: optimize local variable initialization (bsc#1154353).
- net: hns3: cleanup a format-truncation warning (bsc#1154353).
- net: hns3: cleanup some coding style issues (bsc#1154353).
- net: hns3: cleanup some magic numbers (bsc#1154353).
- net: hns3: add struct netdev_queue debug info for TX timeout
(bsc#1154353).
- net: hns3: dump some debug information when reset fail
(bsc#1154353).
- bnxt_en: Add support to collect crash dump via ethtool
(jsc#SLE-8372 bsc#1153275).
- bnxt_en: Add support to invoke OP-TEE API to reset firmware
(jsc#SLE-8372 bsc#1153275).
- mlxsw: spectrum: Generalize split count check (bsc#1154488).
- mlxsw: spectrum: Iterate over all ports in gap during unsplit
create (bsc#1154488).
- mlxsw: spectrum: Fix base port get for split count 4 and 8
(bsc#1154488).
- mlxsw: spectrum: Use port_module_max_width to compute base
port index (bsc#1154488).
- mlxsw: spectrum: Remember split base local port and use it in
unsplit (bsc#1154488).
- mlxsw: spectrum: Introduce resource for getting offset of 4
lanes split port (bsc#1154488).
- mlxsw: spectrum: Push getting offsets of split ports into a
helper (bsc#1154488).
- mlxsw: spectrum: Add sanity checks into module info get
(bsc#1154488).
- mlxsw: spectrum: Pass mapping values in port mapping structure
(bsc#1154488).
- mlxsw: spectrum: Use mapping of port being split for creating
split ports (bsc#1154488).
- mlxsw: spectrum: Replace port_to_module array with array of
structs (bsc#1154488).
- mlxsw: spectrum: Distinguish between unsplittable and split port
(bsc#1154488).
- mlxsw: spectrum: Move max_width check up before count check
(bsc#1154488).
- mlxsw: spectrum: Use PMTM register to get max module width
(bsc#1154488).
- mlxsw: reg: Add Port Module Type Mapping Register (bsc#1154488).
- mlxsw: reg: Extend PMLP tx/rx lane value size to 4 bits
(bsc#1154488).
- cxgb4/l2t: Simplify 't4_l2e_free()' and '_t4_l2e_free()'
(jsc#SLE-8389).
- net: sched: update action implementations to support flags
(bsc#1154353).
- net: sched: extend TCA_ACT space with TCA_ACT_FLAGS
(bsc#1154353).
- net: sched: modify stats helper functions to support regular
stats (bsc#1154353).
- net: sched: don't expose action qstats to skb_tc_reinsert()
(bsc#1154353).
- net: sched: extract qstats update code into functions
(bsc#1154353).
- net: sched: extract bstats update code into function
(bsc#1154353).
- net: sched: extract common action counters update code into
function (bsc#1154353).
- e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not set
(jsc#SLE-8100).
- e1000e: Add support for Tiger Lake (jsc#SLE-8100).
- i40e: Add UDP segmentation offload support (jsc#SLE-8025).
- ixgbe: Add UDP segmentation offload support (jsc#SLE-7979
jsc#SLE-7981).
- igb: Add UDP segmentation offload support (jsc#SLE-7967
jsc#SLE-8010).
- e1000e: Drop unnecessary __E1000_DOWN bit twiddling
(jsc#SLE-8100).
- e1000e: Use rtnl_lock to prevent race conditions between net
and pci/pm (jsc#SLE-8100).
- e1000e: Add support for Comet Lake (jsc#SLE-8100).
- vxlan: drop "vxlan" parameter in vxlan_fdb_alloc()
(bsc#1154353).
- net: phy: marvell: add downshift support for 88E1145
(bsc#1154353).
- bonding: balance ICMP echoes in layer3+4 mode (bsc#1154353).
- flow_dissector: extract more ICMP information (bsc#1154353).
- flow_dissector: skip the ICMP dissector for non ICMP packets
(bsc#1154353).
- flow_dissector: add meaningful comments (bsc#1154353).
- mlxsw: Enforce firmware version for Spectrum-2 (bsc#1154488).
- mlxsw: Bump firmware version to 13.2000.2308 (bsc#1154488).
- mlxsw: pci: Increase PCI reset timeout for SN3800 systems
(bsc#1154488).
- mlxsw: reg: Increase size of MPAR register (bsc#1154488).
- net: bridge: fdb: set flags directly in fdb_create
(bsc#1154353).
- net: bridge: fdb: convert offloaded to use bitops (bsc#1154353).
- net: bridge: fdb: convert added_by_external_learn to use bitops
(bsc#1154353).
- net: bridge: fdb: convert added_by_user to bitops (bsc#1154353).
- net: bridge: fdb: convert is_sticky to bitops (bsc#1154353).
- net: bridge: fdb: convert is_static to bitops (bsc#1154353).
- net: bridge: fdb: convert is_local to bitops (bsc#1154353).
- inet: do not call sublist_rcv on empty list (bsc#1154353).
- broadcom: bnxt: Fix use true/false for bool (bsc#1154353).
- cavium: thunder: Fix use true/false for bool type (bsc#1154353).
- net: phy: marvell: add PHY tunable support for more PHY versions
(bsc#1154353).
- net: phy: marvell: add downshift support for M88E1111
(bsc#1154353).
- net: phy: marvell: fix downshift function naming (bsc#1154353).
- net: phy: marvell: fix typo in constant
MII_M1011_PHY_SRC_DOWNSHIFT_MASK (bsc#1154353).
- i40e: prevent memory leak in i40e_setup_macvlans (jsc#SLE-8025).
- i40e: Refactoring VF MAC filters counting to make more reliable
(jsc#SLE-8025).
- i40e: Fix LED blinking flow for X710T*L devices (jsc#SLE-8025).
- i40e: allow ethtool to report SW and FW versions in recovery
mode (jsc#SLE-8025).
- i40e: initialize ITRN registers with correct values
(jsc#SLE-8025).
- i40e: Extend PHY access with page change flag (jsc#SLE-8025).
- i40e: Extract detection of HW flags into a function
(jsc#SLE-8025).
- i40e: Wrong 'Advertised FEC modes' after set FEC to AUTO
(jsc#SLE-8025).
- i40e: Fix for persistent lldp support (jsc#SLE-8025).
- sock: remove unneeded semicolon (bsc#1154353).
- mlxsw: spectrum_buffers: remove unneeded semicolon
(bsc#1154488).
- mvpp2: prefetch frame header (bsc#1154353).
- mvpp2: sync only the received frame (bsc#1154353).
- mvpp2: refactor frame drop routine (bsc#1154353).
- net: Fix various misspellings of "connect" (bsc#1154353).
- net: Fix misspellings of "configure" and "configuration"
(bsc#1154353).
- bpf: Prepare btf_ctx_access for non raw_tp use case
(bsc#1154353).
- bpf: Allow __sk_buff tstamp in BPF_PROG_TEST_RUN (bsc#1154353).
- ipvs: batch __ip_vs_dev_cleanup (bsc#1154353).
- ipvs: batch __ip_vs_cleanup (bsc#1154353).
- ipvs: no need to update skb route entry for local destination
packets (bsc#1154353).
- tcp: add TCP_INFO status for failed client TFO (bsc#1154353).
- mlxsw: spectrum_buffers: Calculate the size of the main pool
(bsc#1154488).
- mlxsw: spectrum: Use guaranteed buffer size as pool size limit
(bsc#1154488).
- net: phy: add support for clause 37 auto-negotiation
(bsc#1154353).
- net: phy: modify assignment to OR for dev_flags in
phy_attach_direct (bsc#1154353).
- fq_codel: do not include <linux/jhash.h> (bsc#1154353).
- mlxsw: core: Extend QSFP EEPROM size for ethtool (bsc#1154488).
- mlxsw: reg: Add macro for getting QSFP module EEPROM page number
(bsc#1154488).
- igc: Clean up unused shadow_vfta pointer (jsc#SLE-7966).
- igc: Add Rx checksum support (jsc#SLE-7966).
- igc: Add set_rx_mode support (jsc#SLE-7966).
- e1000e: Add support for S0ix (jsc#SLE-8100).
- igc: Add SCTP CRC checksumming functionality (jsc#SLE-7966).
- net/sched: act_police: re-use tcf_tm_dump() (bsc#1154353).
- net: phy: marvell: remove superseded function
marvell_set_downshift (bsc#1154353).
- net: phy: marvell: support downshift as PHY tunable
(bsc#1154353).
- net: hns3: log and clear hardware error after reset complete
(bsc#1154353).
- net: hns3: do not allocate linear data for fraglist skb
(bsc#1154353).
- net: hns3: minor cleanup for hns3_handle_rx_bd() (bsc#1154353).
- net: hns3: make struct hns3_enet_ring cacheline aligned
(bsc#1154353).
- net: hns3: introduce ring_to_netdev() in enet module
(bsc#1154353).
- net: hns3: minor optimization for barrier in IO path
(bsc#1154353).
- net: hns3: optimized MAC address in management table
(bsc#1154353).
- net: hns3: remove struct hns3_nic_ring_data in hns3_enet module
(bsc#1154353).
- mlxsw: spectrum: Register switched port analyzers (SPAN)
as resource (bsc#1154488).
- net: phy: avoid NPE if read_page/write_page callbacks are not
available (bsc#1154353).
- net: sched: Avoid using yield() in a busy waiting loop
(bsc#1154353).
- pktgen: remove unnecessary assignment in pktgen_xmit()
(bsc#1154353).
- net: sfp: move fwnode parsing into sfp-bus layer (bsc#1154353).
- net: phylink: use more linkmode_* (bsc#1154353).
- net_sched: sch_fq: remove one obsolete check in fq_dequeue()
(bsc#1154353).
- net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()
(bsc#1154353).
- mlxsw: spectrum: Add support for 400Gbps (50Gbps per lane)
link modes (bsc#1154488).
- ethtool: Add support for 400Gbps (50Gbps per lane) link modes
(bsc#1154353).
- xdp: Trivial, fix spelling in function description
(bsc#1154353).
- bpf: Fix cast to pointer from integer of different size warning
(bsc#1154353).
- flow_dissector: Allow updating the flow dissector program
atomically (bsc#1154353).
- bpf: Align struct bpf_prog_stats (bsc#1154353).
- bpf/flow_dissector: add mode to enforce global BPF flow
dissector (bsc#1154353).
- genetlink: do not parse attributes for families with zero
maxattr (bsc#1154353).
- tcp: improve recv_skip_hint for tcp_zerocopy_receive
(bsc#1154353).
- netdevsim: implement couple of testing devlink health reporters
(bsc#1154353).
- devlink: propagate extack down to health reporter ops
(bsc#1154353).
- devlink: don't do reporter recovery if the state is healthy
(bsc#1154353).
- sock_get_timeout: drop unnecessary return variable
(bsc#1154353).
- af_unix: __unix_find_socket_byname() cleanup (bsc#1154353).
- ipvlan: consolidate TSO flags using NETIF_F_ALL_TSO
(bsc#1154353).
- team: call RCU read lock when walking the port_list
(bsc#1154353).
- Revert "tun: call dev_get_valid_name() before
register_netdevice()" (bsc#1154353).
- net: tipc: prepare attrs in __tipc_nl_compat_dumpit()
(bsc#1154353).
- net: genetlink: always allocate separate attrs for dumpit ops
(bsc#1154353).
- net: hns3: support tx-scatter-gather-fraglist feature
(bsc#1154353).
- net: hns3: add support for configuring VF MAC from the host
(bsc#1154353).
- net: hns3: add support for configuring bandwidth of VF on the
host (bsc#1154353).
- net: hns3: add support for setting VF trust (bsc#1154353).
- net: hns3: add support for spoof check setting (bsc#1154353).
- net: hns3: add support for setting VF link status on the host
(bsc#1154353).
- tun: fix memory leak in error path (bsc#1154353).
- netdevsim: fix spelling mistake "forbidded" -> "forbid"
(bsc#1154353).
- nfp: bpf: make array exp_mask static, makes object smaller
(bsc#1154353).
- net: hns3: make array tick_array static, makes object smaller
(bsc#1154353).
- net: hns: make arrays static, makes object smaller
(bsc#1154353).
- net/tls: store decrypted on a single bit (bsc#1154353).
- net/tls: store async_capable on a single bit (bsc#1154353).
- net/tls: pass context to tls_device_decrypted() (bsc#1154353).
- net/tls: make allocation failure unlikely (bsc#1154353).
- net/tls: mark sk->err being set as unlikely (bsc#1154353).
- net: core: use helper skb_ensure_writable in more places
(bsc#1154353).
- ipv6: Make ipv6_mc_may_pull() return bool (bsc#1154353).
- net: core: change return type of pskb_may_pull to bool
(bsc#1154353).
- net: ena: ethtool: support set_channels callback (bsc#1154492).
- net: ena: remove redundant print of number of queues
(bsc#1154492).
- net: ena: make ethtool -l show correct max number of queues
(bsc#1154492).
- net: ena: ethtool: get_channels: use combined only
(bsc#1154492).
- net: ena: multiple queue creation related cleanups
(bsc#1154492).
- net: ena: change num_queues to num_io_queues for clarity and
consistency (bsc#1154492).
- netdevsim: implement devlink dev_info op (bsc#1154353).
- net: devlink: fix reporter dump dumpit (bsc#1154353).
- mlxsw: minimal: Add validation for FW version (bsc#1154488).
- mlxsw: core: Push minor/subminor fw version check into helper
(bsc#1154488).
- mlxsw: thermal: Provide optimization for QSFP modules number
detection (bsc#1154488).
- mlxsw: hwmon: Provide optimization for QSFP modules number
detection (bsc#1154488).
- mlxsw: reg: Extend MGPIR register with new field exposing the
number of QSFP modules (bsc#1154488).
- netdevsim: add couple of debugfs bools to debug devlink reload
(bsc#1154353).
- devlink: have genetlink code to parse the attrs during dumpit
(bsc#1154353).
- net: tipc: allocate attrs locally instead of using
genl_family_attrbuf in compat_dumpit() (bsc#1154353).
- net: tipc: have genetlink code to parse the attrs during dumpit
(bsc#1154353).
- net: nfc: have genetlink code to parse the attrs during dumpit
(bsc#1154353).
- net: ieee802154: have genetlink code to parse the attrs during
dumpit (bsc#1154353).
- net: genetlink: parse attrs and store in contect info struct
during dumpit (bsc#1154353).
- net: genetlink: push attrbuf allocation and parsing to a
separate function (bsc#1154353).
- net: genetlink: introduce dump info struct to be available
during dumpit op (bsc#1154353).
- net: genetlink: push doit/dumpit code from genl_family_rcv_msg
(bsc#1154353).
- netdevsim: create devlink and netdev instances in namespace
(bsc#1154353).
- net: devlink: export devlink net setter (bsc#1154353).
- net/tls: add TlsDeviceRxResync statistic (bsc#1154353).
- net/tls: add TlsDecryptError stat (bsc#1154353).
- net/tls: add statistics for installed sessions (bsc#1154353).
- net/tls: add skeleton of MIB statistics (bsc#1154353).
- net/tls: add device decrypted trace point (bsc#1154353).
- net/tls: add tracing for device/offload events (bsc#1154353).
- net: devlink: don't ignore errors during dumpit (bsc#1154353).
- igmp: uninline ip_mc_validate_checksum() (bsc#1154353).
- net: spread "enum sock_flags" (bsc#1154353).
- net/tls: rename tls_hw_* functions tls_toe_* (bsc#1154353).
- net/tls: move TOE-related code to a separate file (bsc#1154353).
- net/tls: move tls_build_proto() on init path (bsc#1154353).
- net/tls: rename tls_device to tls_toe_device (bsc#1154353).
- net/tls: move TOE-related structures to a separate header
(bsc#1154353).
- net: devlink: allow to change namespaces during reload
(bsc#1154353).
- netdevsim: take devlink net instead of init_net (bsc#1154353).
- netdevsim: register port netdevices into net of device
(bsc#1154353).
- netdevsim: implement proper devlink reload (bsc#1154353).
- netdevsim: add all ports in nsim_dev_create() and del them in
destroy() (bsc#1154353).
- mlxsw: Propagate extack down to register_fib_notifier()
(bsc#1154488).
- mlxsw: Register port netdevices into net of core (bsc#1154488).
- mlxsw: spectrum: Take devlink net instead of init_net
(bsc#1154488).
- net: devlink: export devlink net getter (bsc#1154353).
- net: fib_notifier: propagate extack down to the notifier block
callback (bsc#1154353).
- mlxsw: spectrum_router: Don't rely on missing extack to
symbolize dump (bsc#1154488).
- net: fib_notifier: propagate possible error during fib notifier
registration (bsc#1154353).
- net: fib_notifier: make FIB notifier per-netns (bsc#1154353).
- netdevsim: change fib accounting and limitations to be
per-device (bsc#1154353).
- net: propagate errors correctly in register_netdevice()
(bsc#1154353).
- mvpp2: remove misleading comment (bsc#1154353).
- net_sched: remove need_resched() from qdisc_run() (bsc#1154353).
- net: introduce per-netns netdevice notifiers (bsc#1154353).
- net: push loops and nb calls into helper functions
(bsc#1154353).
- ipv6: minor code reorg in inet6_fill_ifla6_attrs()
(bsc#1154353).
- net: rtnetlink: add possibility to use alternative names as
message handle (bsc#1154353).
- net: rtnetlink: introduce helper to get net_device instance
by ifname (bsc#1154353).
- net: rtnetlink: unify the code in __rtnl_newlink get dev with
the rest (bsc#1154353).
- net: rtnetlink: put alternative names to getlink message
(bsc#1154353).
- net: rtnetlink: add linkprop commands to add and delete
alternative ifnames (bsc#1154353).
- net: introduce name_node struct to be used in hashlist
(bsc#1154353).
- net: procfs: use index hashlist instead of name hashlist
(bsc#1154353).
- tcp: add ipv6_addr_v4mapped_loopback() helper (bsc#1154353).
- net: core: dev: replace state xoff flag comparison by
netif_xmit_stopped method (bsc#1154353).
- ipv6: add priority parameter to ip6_xmit() (bsc#1154353).
- rocker: add missing init_net check in FIB notifier
(bsc#1154353).
- commit 113b872
* Wed Dec 11 2019 tiwai@suse.de
- spi: pxa2xx: Add support for Intel Comet Lake-H (jsc#SLE-7946).
- mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H
SPI serial flash (jsc#SLE-7946).
- commit 66b146b
* Wed Dec 11 2019 tiwai@suse.de
- mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
(jsc#SLE-7946).
- mfd: intel-lpss: Add default I2C device properties for Gemini
Lake (jsc#SLE-7946).
- commit a741dd5
* Wed Dec 11 2019 tiwai@suse.de
- i2c: i801: Correct Intel Jasper Lake SOC naming (jsc#SLE-7946).
- i2c: i801: Add support for Intel Comet Lake PCH-H
(jsc#SLE-7946).
- commit b378292
* Wed Dec 11 2019 tiwai@suse.de
- i2c: i801: Add support for Intel Jasper Lake (jsc#SLE-7946).
- commit a0fd0de
* Wed Dec 11 2019 tiwai@suse.de
- i2c: i801: Bring back Block Process Call support for certain
platforms (jsc#SLE-7946).
- i2c: i801: Use iTCO version 6 in Cannon Lake PCH and beyond
(jsc#SLE-7946).
- commit 7cc4af0
* Wed Dec 11 2019 jroedel@suse.de
- KVM: vmx: use MSR_IA32_TSX_CTRL to hard-disable TSX on guest
that lack it (CVE-2019-19338 bsc#1158954).
- KVM: vmx: implement MSR_IA32_TSX_CTRL disable RTM functionality
(CVE-2019-19338 bsc#1158954).
- KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES
(CVE-2019-19338 bsc#1158954).
- commit 431ce6a
* Wed Dec 11 2019 jroedel@suse.de
- KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID
(CVE-2019-19332) (CVE-2019-19332 bsc#1158827).
- commit ed2bb4d
* Wed Dec 11 2019 tonyj@suse.de
- libbpf: Fix sym->st_value print on 32-bit arches (bsc#1158962).
- commit ff62fd7
* Tue Dec 10 2019 bp@suse.de
- EDAC/altera: Use fast register IO for S10 IRQs (bsc#1152489).
- commit 48045b4
* Tue Dec 10 2019 dwagner@suse.de
- scsi: qla2xxx: Add debug dump of LOGO payload and ELS IOCB
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Ignore PORT UPDATE after N2N PLOGI (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Don't defer relogin unconditonally (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Send Notify ACK after N2N PLOGI (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Configure local loop for N2N target (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump length
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Don't call qlt_async_event twice (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Allow PLOGI in target mode (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Change discovery state before PLOGI (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Drop superfluous INIT_WORK of del_work
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Initialize free_work before flushing it
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Use explicit LOGO in target mode (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmd
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix incorrect SFUB length used for Secure Flash
Update MB Cmd (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Added support for MPI and PEP regions for ISP28XX
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Correctly retrieve and interpret active flash
region (jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- commit b9f4605
* Tue Dec 10 2019 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915: Remove logical HW ID'
- commit c366de4
* Tue Dec 10 2019 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915: Fix g4x sprite scaling stride check with GTT remapping'
- commit ed52fa1
* Tue Dec 10 2019 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915/dp: Fix dsc bpp calculations, v5.'
- commit 4e094fc
* Tue Dec 10 2019 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915: Mark contents as dirty on a write fault'
- commit f55151a
* Tue Dec 10 2019 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled'
- commit 69b4952
* Tue Dec 10 2019 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915: Don't mix srcu tag and negative error codes'
- commit 6d16d9a
* Tue Dec 10 2019 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915: Restore relaxed padding (OCL_OOB_SUPPRES_ENABLE) for skl+'
- commit cd7484b
* Tue Dec 10 2019 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915: Limit MST to <= 8bpc once again'
- commit ead6b3f
* Tue Dec 10 2019 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915/dp: Fix DSC enable code to use cpu_transcoder instead of encoder->type'
- commit d2a961c
* Tue Dec 10 2019 tiwai@suse.de
- Update patch reference for nfc fix (CVE-2019-19526 bsc#1158893)
- commit 9e59e81
* Tue Dec 10 2019 tzimmermann@suse.de
- drm/i915: Preload LUTs if the hw isn't currently using them (bsc#1152489)
- commit 7d0ea8f
* Tue Dec 10 2019 tzimmermann@suse.de
- video/hdmi: Fix AVI bar unpack (bsc#1152489)
- commit 0ac3f29
* Tue Dec 10 2019 tzimmermann@suse.de
- fbdev/sa1100fb: Remove even more dead code (bsc#1152489)
- commit 896a116
* Tue Dec 10 2019 mkubecek@suse.cz
- update mainline references
update Patch-mainline tags:
patches.suse/hugetlb-region_chg-provides-only-cache-entry.patch
patches.suse/hugetlb-remove-duplicated-code.patch
patches.suse/hugetlbfs-hugetlb_fault_mutex_hash-cleanup.patch
patches.suse/hugetlbfs-take-read_lock-on-i_mmap-for-PMD-sharing.patch
patches.suse/include-linux-memcontrol.h-fix-comments-based-on-per-node-memcg.patch
patches.suse/mm-clean-up-and-clarify-lruvec-lookup-procedure.patch
patches.suse/mm-drop-mmap_sem-before-calling-balance_dirty_pages-in-write-fault.patch
patches.suse/mm-emit-tracepoint-when-RSS-changes.patch
patches.suse/mm-filemap.c-remove-redundant-cache-invalidation-after-async-direct-io-write.patch
patches.suse/mm-filemap.c-warn-if-stale-pagecache-is-left-after-direct-write.patch
patches.suse/mm-hugetlb-avoid-looping-to-the-same-hugepage-if-pages-and-vmas.patch
patches.suse/mm-introduce-compound_nr.patch
patches.suse/mm-introduce-page_shift.patch
patches.suse/mm-introduce-page_size.patch
patches.suse/mm-madvise.c-replace-with-page_size-in-madvise_inject_error.patch
patches.suse/mm-memcg-clean-up-reclaim-iter-array.patch
patches.suse/mm-memcg-make-memory.emin-the-baseline-for-utilisation-determination.patch
patches.suse/mm-memcg-make-scan-aggression-always-exclude-protection.patch
patches.suse/mm-memcg-proportional-memory.-low-min-reclaim.patch
patches.suse/mm-memcontrol-remove-dead-code-from-memory_max_write.patch
patches.suse/mm-memfd-fix-COW-issue-on-MAP_PRIVATE-and-F_SEAL_FUTURE_WRITE-mappings.patch
patches.suse/mm-memory-failure.c-clean-up-around-tk-pre-allocation.patch
patches.suse/mm-migrate.c-handle-freed-page-at-the-first-place.patch
patches.suse/mm-mmap.c-__vma_unlink_prev-is-not-necessary-now.patch
patches.suse/mm-mmap.c-extract-__vma_unlink_list-as-counterpart-for-__vma_link_list.patch
patches.suse/mm-mmap.c-prev-could-be-retrieved-from-vma-vm_prev.patch
patches.suse/mm-mmap.c-rb_parent-is-not-necessary-in-__vma_link_list.patch
patches.suse/mm-mmap.c-remove-a-never-triggered-warning-in-__vma_adjust.patch
patches.suse/mm-mmap.c-use-IS_ERR_VALUE-to-check-return-value-of-get_unmapped_area.patch
patches.suse/mm-page_io.c-annotate-refault-stalls-from-swap_readpage.patch
patches.suse/mm-rmap.c-don-t-reuse-anon_vma-if-we-just-want-a-copy.patch
patches.suse/mm-rmap.c-fix-outdated-comment-in-page_get_anon_vma.patch
patches.suse/mm-rmap.c-reuse-mergeable-anon_vma-as-parent-when-fork.patch
patches.suse/mm-rmap.c-use-VM_BUG_ON_PAGE-in-__page_check_anon_rmap.patch
patches.suse/mm-shmem-use-proper-gfp-flags-for-shmem_writepage.patch
patches.suse/mm-slab-make-kmalloc_info-contain-all-types-of-names.patch
patches.suse/mm-slab-remove-unused-kmalloc_size.patch
patches.suse/mm-slab_common-use-enum-kmalloc_cache_type-to-iterate-over-kmalloc-caches.patch
patches.suse/mm-slub-print-the-offset-of-fault-addresses.patch
patches.suse/mm-slub.c-clean-up-validate_slab.patch
patches.suse/mm-slub.c-update-comments.patch
patches.suse/mm-soft-offline-convert-parameter-to-pfn.patch
patches.suse/mm-swap.c-piggyback-lru_add_drain_all-calls.patch
patches.suse/mm-swap.c-trivial-mark_page_accessed-cleanup.patch
patches.suse/mm-thp-do-not-queue-fully-unmapped-pages-for-deferred-split.patch
patches.suse/mm-vmalloc-add-more-comments-to-the-adjust_va_to_fit_type.patch
patches.suse/mm-vmalloc-do-not-keep-unpurged-areas-in-the-busy-tree.patch
patches.suse/mm-vmalloc-modify-struct-vmap_area-to-reduce-its-size.patch
patches.suse/mm-vmalloc-remove-preempt_disable-enable-when-doing-preloading.patch
patches.suse/mm-vmalloc-respect-passed-gfp_mask-when-doing-preloading.patch
patches.suse/mm-vmalloc-rework-vmap_area_lock.patch
patches.suse/mm-vmalloc.c-move-area-pages-after-if-statement.patch
patches.suse/mm-vmalloc.c-remove-unnecessary-highmem_mask-from-parameter-of-gfpflags_allow_blocking.patch
patches.suse/mm-vmscan-detect-file-thrashing-at-the-reclaim-root.patch
patches.suse/mm-vmscan-enforce-inactive-active-ratio-at-the-reclaim-root.patch
patches.suse/mm-vmscan-harmonize-writeback-congestion-tracking-for-nodes-memcgs.patch
patches.suse/mm-vmscan-memcontrol-remove-mem_cgroup_select_victim_node.patch
patches.suse/mm-vmscan-move-file-exhaustion-detection-to-the-node-level.patch
patches.suse/mm-vmscan-move-inactive_list_is_low-swap-check-to-the-caller.patch
patches.suse/mm-vmscan-naming-fixes-global_reclaim-and-sane_reclaim.patch
patches.suse/mm-vmscan-remove-unused-lru_pages-argument.patch
patches.suse/mm-vmscan-replace-shrink_node-loop-with-a-retry-jump.patch
patches.suse/mm-vmscan-simplify-lruvec_lru_size.patch
patches.suse/mm-vmscan-split-shrink_node-into-node-part-and-memcgs-part.patch
patches.suse/mm-vmscan-turn-shrink_node_memcg-into-shrink_lruvec.patch
patches.suse/mm-vmscan.c-fix-typo-in-comment.patch
patches.suse/mm-vmscan.c-remove-unused-scan_control-parameter-from-pageout.patch
patches.suse/rss_stat-add-support-to-detect-RSS-updates-of-external-mm.patch
patches.suse/shmem-pin-the-file-in-shmem_fault-if-mmap_sem-is-dropped.patch
patches.suse/vmalloc-lift-the-arm-flag-for-coherent-mappings-to-common-code.patch
- commit fdd2a26
* Mon Dec 09 2019 bp@suse.de
- EDAC/ghes: Do not warn when incrementing refcount on 0
(bsc#1152489).
- commit b152db6
* Mon Dec 09 2019 tiwai@suse.de
- Update patch reference for a media driver fix (CVE-2019-19533 bsc#1158834)
- commit 035b8ec
* Mon Dec 09 2019 tiwai@suse.de
- Update patch references for USB and HID fixes (CVE-2019-19532 bsc#1158824 CVE-2019-19523)
- commit b7c3995
* Mon Dec 09 2019 mbenes@suse.cz
- xprtrdma: Add unique trace points for posting Local Invalidate
WRs (bsc#1158811).
- commit 0045bd6
* Mon Dec 09 2019 lhenriques@suse.com
- rbd: silence bogus uninitialized warning in
rbd_object_map_update_finish() (jsc#SES-1134).
- ceph: increment/decrement dio counter on async requests
(jsc#SES-1134).
- ceph: take the inode lock before acquiring cap refs
(jsc#SES-1134).
- rbd: cancel lock_dwork if the wait is interrupted
(jsc#SES-1134).
- ceph: call ceph_mdsc_destroy from destroy_fs_client
(jsc#SES-1134).
- libceph: use ceph_kvmalloc() for osdmap arrays (jsc#SES-1134).
- libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc()
(jsc#SES-1134).
- commit 6eea6f4
* Mon Dec 09 2019 lhenriques@suse.com
- ceph: allow object copies across different filesystems in the
same cluster (jsc#SES-1134).
- Refresh
patches.suse/ceph-don-t-allow-copy_file_range-when-stripe_count-1.patch.
- commit 8a618ea
* Mon Dec 09 2019 lhenriques@suse.com
- ceph: include ceph_debug.h in cache.c (jsc#SES-1134).
- ceph: move static keyword to the front of declarations
(jsc#SES-1134).
- rbd: pull rbd_img_request_create() dout out into the callers
(jsc#SES-1134).
- libceph: drop unused con parameter of calc_target()
(jsc#SES-1134).
- ceph: use release_pages() directly (jsc#SES-1134).
- rbd: fix response length parameter for encoded strings
(jsc#SES-1134).
- ceph: allow arbitrary security.* xattrs (jsc#SES-1134).
- ceph: only set CEPH_I_SEC_INITED if we got a MAC label
(jsc#SES-1134).
- ceph: turn ceph_security_invalidate_secctx into static inline
(jsc#SES-1134).
- ceph: add buffered/direct exclusionary locking for reads and
writes (jsc#SES-1134).
- libceph: handle OSD op ceph_pagelist_append() errors
(jsc#SES-1134).
- ceph: don't return a value from void function (jsc#SES-1134).
- ceph: don't freeze during write page faults (jsc#SES-1134).
- ceph: update the mtime when truncating up (jsc#SES-1134).
- ceph: fix indentation in __get_snap_name() (jsc#SES-1134).
- ceph: remove incorrect comment above __send_cap (jsc#SES-1134).
- ceph: remove CEPH_I_NOFLUSH (jsc#SES-1134).
- ceph: remove unneeded test in try_flush_caps (jsc#SES-1134).
- ceph: have __mark_caps_flushing return flush_tid (jsc#SES-1134).
- ceph: fix comments over ceph_add_cap (jsc#SES-1134).
- ceph: eliminate session->s_trim_caps (jsc#SES-1134).
- ceph: remove ceph_get_cap_mds and __ceph_get_cap_mds
(jsc#SES-1134).
- ceph: don't SetPageError on writepage errors (jsc#SES-1134).
- commit 3a5a01d
* Mon Dec 09 2019 lhenriques@suse.com
- ceph: auto reconnect after blacklisted (jsc#SES-1134).
- Refresh
patches.suse/ceph-return-EINVAL-if-given-fsc-mount-option-on-kern.patch.
- commit a6819c7
* Mon Dec 09 2019 lhenriques@suse.com
- ceph: invalidate all write mode filp after reconnect
(jsc#SES-1134).
- ceph: return -EIO if read/write against filp that lost file
locks (jsc#SES-1134).
- ceph: add helper function that forcibly reconnects to ceph
cluster (jsc#SES-1134).
- ceph: pass filp to ceph_get_caps() (jsc#SES-1134).
- ceph: track and report error of async metadata operation
(jsc#SES-1134).
- ceph: allow closing session in restarting/reconnect state
(jsc#SES-1134).
- libceph: add function that clears osd client's abort_err
(jsc#SES-1134).
- libceph: add function that reset client's entity addr
(jsc#SES-1134).
- ceph: don't list vxattrs in listxattr() (jsc#SES-1134).
- ceph: allow copy_file_range when src and dst inode are same
(jsc#SES-1134).
- commit d6afa0a
* Mon Dec 09 2019 bp@suse.de
- EDAC/ghes: Fix locking and memory barrier issues (bsc#1152489).
- commit 7d2325a
* Mon Dec 09 2019 lhenriques@suse.com
- kabi/severities: whitelist libceph, rbd, and ceph (jsc#SES-1134).
- commit 1f1a9d5
* Mon Dec 09 2019 jeyu@suse.de
- kernel/module.c: wakeup processes in module_wq on module unload (git-fixes).
- commit 311cb05
* Mon Dec 09 2019 tzimmermann@suse.de
- blacklist.conf: Append 'drm/i915: Preload LUTs if the hw isn't currently using them'
- commit 7964f08
* Sun Dec 08 2019 tiwai@suse.de
- ALSA: pcm: oss: Avoid potential buffer overflows (git-fixes).
- ALSA: hda: hdmi - Keep old slot assignment behavior for Intel
platforms (git-fixes).
- ALSA: hda: Modify stream stripe mask only when needed
(git-fixes).
- ALSA: hda - fixup for the bass speaker on Lenovo Carbon X1
7th gen (git-fixes).
- ALSA: hda: hdmi - preserve non-MST PCM routing for Intel
platforms (git-fixes).
- ALSA: hda: hdmi - fix kernel oops caused by invalid PCM idx
(git-fixes).
- ALSA: hda/realtek - Fix inverted bass GPIO pin on Acer 8951G
(git-fixes).
- ALSA: hda/realtek - Dell headphone has noise on unmute for
ALC236 (git-fixes).
- ALSA: hda: hdmi - fix regression in connect list handling
(git-fixes).
- ALSA: hda/hdmi - enable automatic runtime pm for AMD HDMI
codecs by default (git-fixes).
- ALSA: hda/hdmi - enable runtime pm for newer AMD display audio
(git-fixes).
- ALSA: hda/hdmi - Add new pci ids for AMD GPU display audio
(git-fixes).
- ALSA: hda/hdmi - fix vgaswitcheroo detection for AMD
(git-fixes).
- commit 4b98432
* Fri Dec 06 2019 jslaby@suse.cz
- Linux 5.3.15 (bnc#1151927 5.3.15).
- openvswitch: remove another BUG_ON() (bnc#1151927 5.3.15).
- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()
(bnc#1151927 5.3.15).
- net: sched: fix `tc -s class show` no bstats on class with
nolock subqueues (bnc#1151927 5.3.15).
- selftests: pmtu: use -oneline for ip route list cache
(bnc#1151927 5.3.15).
- net: macb: add missed tasklet_kill (bnc#1151927 5.3.15).
- selftests: bpf: correct perror strings (bnc#1151927 5.3.15).
- selftests: bpf: test_sockmap: handle file creation failures
gracefully (bnc#1151927 5.3.15).
- net/tls: use sg_next() to walk sg entries (bnc#1151927 5.3.15).
- net/tls: remove the dead inplace_crypto code (bnc#1151927
5.3.15).
- selftests/tls: add a test for fragmented messages (bnc#1151927
5.3.15).
- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1151927
5.3.15).
- net/tls: free the record on encryption error (bnc#1151927
5.3.15).
- net/tls: take into account that bpf_exec_tx_verdict() may free
the record (bnc#1151927 5.3.15).
- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx (bnc#1151927
5.3.15).
- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as
input size (bnc#1151927 5.3.15).
- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer
(bnc#1151927 5.3.15).
- HID: core: check whether Usage Page item is after Usage ID items
(bnc#1151927 5.3.15).
- ext4: add more paranoia checking in ext4_expand_extra_isize
handling (bnc#1151927 5.3.15).
- net: disallow ancillary data for __sys_{send,recv}msg_file()
(bnc#1151927 5.3.15).
- net: separate out the msghdr copy from ___sys_{send,recv}msg()
(bnc#1151927 5.3.15).
- io_uring: async workers should inherit the user creds
(bnc#1151927 5.3.15).
- gve: Fix the queue page list allocated pages count (bnc#1151927
5.3.15).
- openvswitch: fix flow command message size (bnc#1151927 5.3.15).
- net: psample: fix skb_over_panic (bnc#1151927 5.3.15).
- tipc: fix link name length check (bnc#1151927 5.3.15).
- staging: rtl8723bs: Drop ACPI device ids (bnc#1151927 5.3.15).
- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids
(bnc#1151927 5.3.15).
- staging: wilc1000: fix illegal memory access in
wilc_parse_join_bss_param() (bnc#1151927 5.3.15).
- staging: rtl8192e: fix potential use after free (bnc#1151927
5.3.15).
- thunderbolt: Power cycle the router if NVM authentication fails
(bnc#1151927 5.3.15).
- mei: me: add comet point V device id (bnc#1151927 5.3.15).
- mei: bus: prefix device names on bus with the bus name
(bnc#1151927 5.3.15).
- usb: dwc2: use a longer core rest timeout in dwc2_core_reset()
(bnc#1151927 5.3.15).
- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P
(bnc#1151927 5.3.15).
- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() (bnc#1151927
5.3.15).
- macvlan: schedule bc_work even if error (bnc#1151927 5.3.15).
- mdio_bus: don't use managed reset-controller (bnc#1151927
5.3.15).
- sctp: cache netns in sctp_ep_common (bnc#1151927 5.3.15).
- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1151927
5.3.15).
- net: fec: fix clock count mis-match (bnc#1151927 5.3.15).
- xfrm: Fix memleak on xfrm state destroy (bnc#1151927 5.3.15).
- ARM: dts: stm32: Fix CAN RAM mapping on stm32mp157c (bnc#1151927
5.3.15).
- arm64: dts: zii-ultra: fix ARM regulator GPIO handle
(bnc#1151927 5.3.15).
- ARM: dts: sun8i-a83t-tbs-a711: Fix WiFi resume from suspend
(bnc#1151927 5.3.15).
- arm64: dts: imx8mm: fix compatible string for sdma (bnc#1151927
5.3.15).
- ARM: dts: imx6qdl-sabreauto: Fix storm of accelerometer
interrupts (bnc#1151927 5.3.15).
- arm64: dts: ls1028a: fix a compatible issue (bnc#1151927
5.3.15).
- reset: fix reset_control_ops kerneldoc comment (bnc#1151927
5.3.15).
- soundwire: intel: fix intel_register_dai PDI offsets and numbers
(bnc#1151927 5.3.15).
- thunderbolt: Read DP IN adapter first two dwords in one go
(bnc#1151927 5.3.15).
- x86/tsc: Respect tsc command line paraemeter for
clocksource_tsc_early (bnc#1151927 5.3.15).
- perf scripting engines: Iterate on tep event arrays directly
(bnc#1151927 5.3.15).
- watchdog: pm8916_wdt: fix pretimeout registration flow
(bnc#1151927 5.3.15).
- mac80211: fix station inactive_time shortly after boot
(bnc#1151927 5.3.15).
- net/fq_impl: Switch to kvmalloc() for memory allocation
(bnc#1151927 5.3.15).
- net: stmmac: xgmac: Disable Flow Control when 1 or more queues
are in AV (bnc#1151927 5.3.15).
- net: stmmac: xgmac: Fix TSA selection (bnc#1151927 5.3.15).
- net: stmmac: xgmac: bitrev32 returns u32 (bnc#1151927 5.3.15).
- net: stmmac: gmac4: bitrev32 returns u32 (bnc#1151927 5.3.15).
- netfilter: ipset: Fix nla_policies to fully support
NL_VALIDATE_STRICT (bnc#1151927 5.3.15).
- netfilter: nf_tables_offload: skip EBUSY on chain update
(bnc#1151927 5.3.15).
- netfilter: nf_tables: bogus EOPNOTSUPP on basechain update
(bnc#1151927 5.3.15).
- net: mscc: ocelot: fix __ocelot_rmw_ix prototype (bnc#1151927
5.3.15).
- samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
(bnc#1151927 5.3.15).
- can: mcp251x: mcp251x_restart_work_handler(): Fix potential
force_quit race condition (bnc#1151927 5.3.15).
- can: flexcan: increase error counters if skb enqueueing via
can_rx_offload_queue_sorted() fails (bnc#1151927 5.3.15).
- can: rx-offload: can_rx_offload_irq_offload_fifo(): continue
on error (bnc#1151927 5.3.15).
- can: rx-offload: can_rx_offload_irq_offload_timestamp():
continue on error (bnc#1151927 5.3.15).
- can: rx-offload: can_rx_offload_offload_one(): use ERR_PTR()
to propagate error value in case of errors (bnc#1151927 5.3.15).
- can: rx-offload: can_rx_offload_offload_one(): increment
rx_fifo_errors on queue overflow or OOM (bnc#1151927 5.3.15).
- can: c_can: D_CAN: c_can_chip_config(): perform a sofware
reset on open (bnc#1151927 5.3.15).
- can: peak_usb: report bus recovery as well (bnc#1151927 5.3.15).
- net: fec: add missed clk_disable_unprepare in remove
(bnc#1151927 5.3.15).
- block: drbd: remove a stray unlock in __drbd_send_protocol()
(bnc#1151927 5.3.15).
- nvme-multipath: fix crash in nvme_mpath_clear_ctrl_paths
(bnc#1151927 5.3.15).
- nvme-rdma: fix a segmentation fault during module unload
(bnc#1151927 5.3.15).
- ceph: return -EINVAL if given fsc mount option on kernel w/o
support (bnc#1151927 5.3.15).
- idr: Fix idr_alloc_u32 on 32-bit systems (bnc#1151927 5.3.15).
- idr: Fix integer overflow in idr_for_each_entry (bnc#1151927
5.3.15).
- XArray: Fix xas_next() with a single entry at 0 (bnc#1151927
5.3.15).
- ASoC: stm32: sai: add restriction on mmap support (bnc#1151927
5.3.15).
- ASoC: hdac_hda: fix race in device removal (bnc#1151927 5.3.15).
- ASoC: rockchip: rockchip_max98090: Enable SHDN to fix headset
detection (bnc#1151927 5.3.15).
- ASoC: compress: fix unsigned integer overflow check (bnc#1151927
5.3.15).
- drm/amdgpu: add warning for GRBM 1-cycle delay issue in gfx9
(bnc#1151927 5.3.15).
- drm/amd/swSMU: fix smu workload bit map error (bnc#1151927
5.3.15).
- drm/amdgpu: dont schedule jobs while in reset (bnc#1151927
5.3.15).
- clk: ti: dra7-atl-clock: Remove ti_clk_add_alias call
(bnc#1151927 5.3.15).
- clk: meson: gxbb: let sar_adc_clk_div set the parent clock rate
(bnc#1151927 5.3.15).
- scripts/gdb: fix debugging modules compiled with hot/cold
partitioning (bnc#1151927 5.3.15).
- mm/gup_benchmark: fix MAP_HUGETLB case (bnc#1151927 5.3.15).
- commit de8adb7
* Fri Dec 06 2019 jslaby@suse.cz
- Update patches.suse/ALSA-hda-hdmi-add-Tigerlake-support.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/ASoC-SOF-ipc-Fix-memory-leak-in-sof_set_get_large_ct.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/ASoC-SOF-topology-Fix-bytes-control-size-checks.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/ASoC-kirkwood-fix-device-remove-ordering.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/ASoC-kirkwood-fix-external-clock-probe-defer.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/ASoC-msm8916-wcd-analog-Fix-RX1-selection-in-RDAC2-M.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/ASoC-ti-sdma-pcm-Add-back-the-flags-parameter-for-no.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/bpf-Allow-narrow-loads-of-bpf_sysctl-fields-with-off.patch
(bsc#1155518 bnc#1151927 5.3.15).
- Update
patches.suse/bpf-Change-size-to-u64-for-bpf_map_-area_alloc-charg.patch
(bsc#1155518 bnc#1151927 5.3.15).
- Update
patches.suse/bridge-ebtables-don-t-crash-when-using-dnat-target-i.patch
(bsc#1154353 bnc#1151927 5.3.15).
- Update
patches.suse/can-rx-offload-can_rx_offload_offload_one-do-not-inc.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/can-rx-offload-can_rx_offload_queue_tail-fix-error-h.patch
(git-fixes bnc#1151927 5.3.15).
- Update patches.suse/clk-at91-avoid-sleeping-early.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/clk-at91-fix-update-bit-maps-on-CFG_MOR-write.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/clk-at91-sam9x60-fix-programmable-clock.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/clk-samsung-exynos5420-Preserve-PLL-configuration-du.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/clk-samsung-exynos542x-Move-G3D-subsystem-clocks-to-.patch
(git-fixes bnc#1151927 5.3.15).
- Update patches.suse/clk-samsung-exynos5433-Fix-error-paths.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/clk-sunxi-Fix-operator-precedence-in-sunxi_divs_clk_.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/clk-sunxi-ng-a80-fix-the-zero-ing-of-bits-16-and-18.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/clk-ti-clkctrl-Fix-failed-to-enable-error-with-doubl.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/clocksource-drivers-mediatek-Fix-error-handling.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/drm-amdgpu-register-gpu-instance-before-fan-boost-fe.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/fbdev-c2p-Fix-link-failure-on-non-inlining.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/i40e-Fix-for-ethtool-m-issue-on-X722-NIC.patch
(jsc#SLE-8025 bnc#1151927 5.3.15).
- Update
patches.suse/iavf-initialize-ITRN-registers-with-correct-values.patch
(jsc#SLE-7940 bnc#1151927 5.3.15).
- Update
patches.suse/ice-fix-potential-infinite-loop-because-loop-counter.patch
(jsc#SLE-7926 bnc#1151927 5.3.15).
- Update
patches.suse/idr-Fix-idr_get_next_ul-race-with-idr_remove.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/mac80211-fix-ieee80211_txq_setup_flows-failure-path.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/net-bcmgenet-reapply-manual-settings-to-the-PHY.patch
(jsc#SLE-7772 bnc#1151927 5.3.15).
- Update
patches.suse/net-bcmgenet-use-RGMII-loopback-for-MAC-reset.patch
(jsc#SLE-7772 bnc#1151927 5.3.15).
- Update
patches.suse/net-mlx5e-Fix-eswitch-debug-print-of-max-fdb-flow.patch
(jsc#SLE-8464 bnc#1151927 5.3.15).
- Update
patches.suse/net-mlx5e-Use-correct-enum-to-determine-uplink-port.patch
(jsc#SLE-8464 bnc#1151927 5.3.15).
- Update
patches.suse/pinctrl-cherryview-Allocate-IRQ-chip-dynamic.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/powerpc-bpf-Fix-tail-call-implementation.patch
(bsc#1157698 bnc#1151927 5.3.15).
- Update
patches.suse/pwm-bcm-iproc-Prevent-unloading-the-driver-module-wh.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/reset-Fix-memory-leak-in-reset_control_array_put.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/slip-Fix-use-after-free-Read-in-slip_open.patch
(git-fixes bnc#1151927 5.3.15).
- Update patches.suse/soc-imx-gpc-fix-initialiser-format.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/stacktrace-Don-t-skip-first-entry-on-noncurrent-task.patch
(bnc#1154866 bnc#1151927 5.3.15).
- Update
patches.suse/thunderbolt-Fix-lockdep-circular-locking-depedency-w.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/watchdog-bd70528-Add-MODULE_ALIAS-to-allow-module-au.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/watchdog-imx_sc_wdt-Pretimeout-should-follow-SCU-fir.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/watchdog-meson-Fix-the-wrong-value-of-left-time.patch
(git-fixes bnc#1151927 5.3.15).
- Update
patches.suse/x86-resctrl-prevent-null-pointer-dereference-when-reading-mondata.patch
(bsc#1152489 bnc#1151927 5.3.15).
- commit ac8515c
* Fri Dec 06 2019 jlee@suse.com
- Refresh and enable
patches.suse/0001-MODSIGN-do-not-load-mok-when-secure-boot-disabled.patch.
(fate#316531)
- commit 44cbe3a
* Thu Dec 05 2019 nsaenzjulienne@suse.de
- supported.conf: Support Broadcom's Genet Ethernet driver (bsc#158563)
- commit 9ba4eec
* Thu Dec 05 2019 ykaukab@suse.de
- net: thunderx: start phy before starting autonegotiation
(bsc#1158107).
- commit 7049617
* Thu Dec 05 2019 mbenes@suse.cz
- s390/livepatch: Implement reliable stack tracing for the
consistency model (jsc#SLE-11050).
- Update config files.
- commit 069014a
* Thu Dec 05 2019 mbenes@suse.cz
- s390/unwind: add stack pointer alignment sanity checks
(jsc#SLE-11050).
- commit 1bb4634
* Thu Dec 05 2019 mbenes@suse.cz
- s390/unwind: filter out unreliable bogus %r14 (jsc#SLE-11050).
- commit 2756f26
* Thu Dec 05 2019 mbenes@suse.cz
- s390/unwind: start unwinding from reliable state
(jsc#SLE-11050).
- commit f610667
* Thu Dec 05 2019 mbenes@suse.cz
- s390/test_unwind: print verbose unwinding results
(jsc#SLE-11050).
- commit 0357290
* Thu Dec 05 2019 mbenes@suse.cz
- s390: fix register clobbering in CALL_ON_STACK (jsc#SLE-11050).
- commit 0d20bdc
* Thu Dec 05 2019 mbenes@suse.cz
- s390/unwind: always inline get_stack_pointer (jsc#SLE-11050).
- commit b82cd7f
* Thu Dec 05 2019 mbenes@suse.cz
- s390/unwind: stop gracefully at task pt_regs (jsc#SLE-11050).
- commit 02b1171
* Thu Dec 05 2019 mbenes@suse.cz
- s390/head64: correct init_task stack setup (jsc#SLE-11050).
- commit bb6645d
* Thu Dec 05 2019 jack@suse.cz
- blacklist.conf: Add 9163e0184bd7 and 91cbf01178c3
- commit 7e1a7fc
* Thu Dec 05 2019 mbenes@suse.cz
- s390/unwind: make reuse_sp default when unwinding pt_regs
(jsc#SLE-11050).
- commit d6b50c9
* Thu Dec 05 2019 mbenes@suse.cz
- s390/unwind: report an error if pt_regs are not on stack
(jsc#SLE-11050).
- commit 13143f4
* Thu Dec 05 2019 mbenes@suse.cz
- s390: avoid misusing CALL_ON_STACK for task stack setup
(jsc#SLE-11050).
- commit 49822da
* Thu Dec 05 2019 mbenes@suse.cz
- s390: correct CALL_ON_STACK back_chain saving (jsc#SLE-11050).
- commit d1292ec
* Thu Dec 05 2019 mbenes@suse.cz
- s390/unwind: unify task is current checks (jsc#SLE-11050).
- commit f37218c
* Thu Dec 05 2019 mbenes@suse.cz
- s390: disable preemption when switching to nodat stack with
CALL_ON_STACK (jsc#SLE-11050).
- commit 2b3e23a
* Thu Dec 05 2019 mbenes@suse.cz
- s390: always inline disabled_wait (jsc#SLE-11050).
- commit e18f4f8
* Thu Dec 05 2019 mbenes@suse.cz
- s390/unwind: drop unnecessary code around calling
ftrace_graph_ret_addr() (jsc#SLE-11050).
- commit f07dfe2
* Thu Dec 05 2019 mbenes@suse.cz
- s390: always inline current_stack_pointer() (jsc#SLE-11050).
- commit b8e1cdf
* Thu Dec 05 2019 mbenes@suse.cz
- s390/process: avoid custom stack unwinding in get_wchan
(jsc#SLE-11050).
- commit 83d7f05
* Thu Dec 05 2019 mbenes@suse.cz
- s390/unwind: fix get_stack_pointer(NULL, NULL) (jsc#SLE-11050).
- commit cf38773
* Thu Dec 05 2019 mbenes@suse.cz
- s390/stacktrace: use common arch_stack_walk infrastructure
(jsc#SLE-11050).
- Update config files.
- commit c353280
* Wed Dec 04 2019 jack@suse.cz
- xfs: Sanity check flags of Q_XQUOTARM call (bsc#1158460).
- commit 57267ac
* Wed Dec 04 2019 jack@suse.cz
- fix compat handling of FICLONERANGE, FIDEDUPERANGE and
FS_IOC_FIEMAP (bsc#1158459).
- commit d29bae9
* Wed Dec 04 2019 jack@suse.cz
- gfs2: add compat_ioctl support (bsc#1158458).
- commit fa0941a
* Wed Dec 04 2019 jack@suse.cz
- ocfs2: fix passing zero to 'PTR_ERR' warning (bsc#1158457).
- commit b1e2fe5
* Wed Dec 04 2019 jack@suse.cz
- splice: only read in as much information as there is pipe
buffer space (bsc#1158456).
- commit 0d75db3
* Wed Dec 04 2019 jack@suse.cz
- ext4: update direct I/O read lock pattern for IOCB_NOWAIT
(bsc#1158454).
- iomap: fix return value of iomap_dio_bio_actor on 32bit systems
(bsc#1158455).
- loop: fix no-unmap write-zeroes request behavior (bsc#1158389).
- commit c9b89d4
* Wed Dec 04 2019 nsaenzjulienne@suse.de
- supported.conf: support gpio-regulator used by Raspberry Pi 4
(bsc#1158451)
- commit 83d8e7e
* Wed Dec 04 2019 bp@suse.de
- EDAC/amd64: Set grain per DIMM (bsc#1152489).
- commit f4d7468
* Wed Dec 04 2019 mbenes@suse.cz
- ftrace: Introduce PERMANENT ftrace_ops flag (bsc#1120853).
- commit c038bf4
* Wed Dec 04 2019 tiwai@suse.de
- Update patch reference for ieee802154 fix (CVE-2019-19525 bsc#1158417)
- commit 0ca3a8c
* Wed Dec 04 2019 tiwai@suse.de
- Update patch references for input and USB fixes (CVE-2019-19524 bsc#1158413 CVE-2019-19528 bsc#1158407 CVE-2019-19534 bsc#1158398)
- commit 61129d2
* Wed Dec 04 2019 mgorman@suse.de
- mm/page_io.c: annotate refault stalls from swap_readpage
(bnc#1155780 (VM/FS functional and performance backports)).
- mm: shmem: use proper gfp flags for shmem_writepage()
(bnc#1155780 (VM/FS functional and performance backports)).
- mm/madvise.c: replace with page_size() in madvise_inject_error()
(bnc#1155780 (VM/FS functional and performance backports)).
- mm, thp: do not queue fully unmapped pages for deferred split
(bnc#1155780 (VM/FS functional and performance backports)).
- mm/migrate.c: handle freed page at the first place (bnc#1155780
(VM/FS functional and performance backports)).
- mm/hugetlb: avoid looping to the same hugepage if !pages
and !vmas (bnc#1155780 (VM/FS functional and performance
backports)).
- hugetlb: remove duplicated code (bnc#1155780 (VM/FS functional
and performance backports)).
- hugetlb: region_chg provides only cache entry (bnc#1155780
(VM/FS functional and performance backports)).
- hugetlbfs: take read_lock on i_mmap for PMD sharing (bnc#1155780
(VM/FS functional and performance backports)).
- hugetlbfs: hugetlb_fault_mutex_hash() cleanup (bnc#1155780
(VM/FS functional and performance backports)).
- mm/vmscan.c: fix typo in comment (bnc#1155780 (VM/FS functional
and performance backports)).
- mm: vmscan: enforce inactive:active ratio at the reclaim root
(bnc#1155780 (VM/FS functional and performance backports)).
- mm: vmscan: detect file thrashing at the reclaim root
(bnc#1155780 (VM/FS functional and performance backports)).
- mm: vmscan: move file exhaustion detection to the node level
(bnc#1155780 (VM/FS functional and performance backports)).
- mm: vmscan: harmonize writeback congestion tracking for
nodes & memcgs (bnc#1155780 (VM/FS functional and performance
backports)).
- mm: vmscan: split shrink_node() into node part and memcgs part
(bnc#1155780 (VM/FS functional and performance backports)).
- mm: vmscan: turn shrink_node_memcg() into shrink_lruvec()
(bnc#1155780 (VM/FS functional and performance backports)).
- mm: vmscan: replace shrink_node() loop with a retry jump
(bnc#1155780 (VM/FS functional and performance backports)).
- mm: vmscan: naming fixes: global_reclaim() and sane_reclaim()
(bnc#1155780 (VM/FS functional and performance backports)).
- mm: vmscan: move inactive_list_is_low() swap check to the caller
(bnc#1155780 (VM/FS functional and performance backports)).
- mm: clean up and clarify lruvec lookup procedure (bnc#1155780
(VM/FS functional and performance backports)).
- mm: vmscan: simplify lruvec_lru_size() (bnc#1155780 (VM/FS
functional and performance backports)).
- mm/vmscan.c: remove unused scan_control parameter from pageout()
(bnc#1155780 (VM/FS functional and performance backports)).
- mm/vmscan: remove unused lru_pages argument (bnc#1155780
(VM/FS functional and performance backports)).
- mm/vmalloc: rework vmap_area_lock (bnc#1155780 (VM/FS functional
and performance backports)).
- mm/vmalloc: add more comments to the adjust_va_to_fit_type()
(bnc#1155780 (VM/FS functional and performance backports)).
- mm/vmalloc: respect passed gfp_mask when doing preloading
(bnc#1155780 (VM/FS functional and performance backports)).
- mm/vmalloc: remove preempt_disable/enable when doing preloading
(bnc#1155780 (VM/FS functional and performance backports)).
- mm/vmalloc.c: remove unnecessary highmem_mask from parameter
of gfpflags_allow_blocking() (bnc#1155780 (VM/FS functional
and performance backports)).
- mm, soft-offline: convert parameter to pfn (bnc#1155780 (VM/FS
functional and performance backports)).
- mm/memory-failure.c clean up around tk pre-allocation
(bnc#1155780 (VM/FS functional and performance backports)).
- mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE
mappings (bnc#1155780 (VM/FS functional and performance
backports)).
- mm/rmap.c: use VM_BUG_ON_PAGE() in __page_check_anon_rmap()
(bnc#1155780 (VM/FS functional and performance backports)).
- mm/rmap.c: fix outdated comment in page_get_anon_vma()
(bnc#1155780 (VM/FS functional and performance backports)).
- mm/mmap.c: use IS_ERR_VALUE to check return value
of get_unmapped_area (bnc#1155780 (VM/FS functional and
performance backports)).
- mm/rmap.c: reuse mergeable anon_vma as parent when fork
(bnc#1155780 (VM/FS functional and performance backports)).
- mm/rmap.c: don't reuse anon_vma if we just want a copy
(bnc#1155780 (VM/FS functional and performance backports)).
- mm/mmap.c: rb_parent is not necessary in __vma_link_list()
(bnc#1155780 (VM/FS functional and performance backports)).
- mm/mmap.c: extract __vma_unlink_list() as counterpart for
__vma_link_list() (bnc#1155780 (VM/FS functional and performance
backports)).
- mm/mmap.c: __vma_unlink_prev() is not necessary now (bnc#1155780
(VM/FS functional and performance backports)).
- mm/mmap.c: prev could be retrieved from vma->vm_prev
(bnc#1155780 (VM/FS functional and performance backports)).
- mm/swap.c: piggyback lru_add_drain_all() calls (bnc#1155780
(VM/FS functional and performance backports)).
- mm/mmap.c: remove a never-triggered warning in __vma_adjust()
(bnc#1155780 (VM/FS functional and performance backports)).
- rss_stat: add support to detect RSS updates of external mm
(bnc#1155780 (VM/FS functional and performance backports)).
- mm: emit tracepoint when RSS changes (bnc#1155780 (VM/FS
functional and performance backports)).
- shmem: pin the file in shmem_fault() if mmap_sem is dropped
(bnc#1155780 (VM/FS functional and performance backports)).
- mm: drop mmap_sem before calling balance_dirty_pages() in
write fault (bnc#1155780 (VM/FS functional and performance
backports)).
- mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()
(bnc#1155780 (VM/FS functional and performance backports)).
- include/linux/memcontrol.h: fix comments based on per-node memcg
(bnc#1155780 (VM/FS functional and performance backports)).
- mm: memcontrol: remove dead code from memory_max_write()
(bnc#1155780 (VM/FS functional and performance backports)).
- mm, memcg: clean up reclaim iter array (bnc#1155780 (VM/FS
functional and performance backports)).
- mm/swap.c: trivial mark_page_accessed() cleanup (bnc#1155780
(VM/FS functional and performance backports)).
- mm/filemap.c: warn if stale pagecache is left after direct write
(bnc#1155780 (VM/FS functional and performance backports)).
- mm/filemap.c: remove redundant cache invalidation after async
direct-io write (bnc#1155780 (VM/FS functional and performance
backports)).
- mm/slub.c: clean up validate_slab() (bnc#1155780 (VM/FS
functional and performance backports)).
- mm/slub.c: update comments (bnc#1155780 (VM/FS functional and
performance backports)).
- mm: slub: print the offset of fault addresses (bnc#1155780
(VM/FS functional and performance backports)).
- mm, slab_common: use enum kmalloc_cache_type to iterate over
kmalloc caches (bnc#1155780 (VM/FS functional and performance
backports)).
- mm, slab: remove unused kmalloc_size() (bnc#1155780 (VM/FS
functional and performance backports)).
- mm, slab: make kmalloc_info[] contain all types of names
(bnc#1155780 (VM/FS functional and performance backports)).
- mm, memcg: make scan aggression always exclude protection
(bnc#1155780 (VM/FS functional and performance backports)).
- mm, memcg: make memory.emin the baseline for utilisation
determination (bnc#1155780 (VM/FS functional and performance
backports)).
- mm, memcg: proportional memory.{low,min} reclaim (bnc#1155780
(VM/FS functional and performance backports)).
- mm/vmalloc.c: move 'area->pages' after if statement (bnc#1155780
(VM/FS functional and performance backports)).
- mm/vmalloc: modify struct vmap_area to reduce its size
(bnc#1155780 (VM/FS functional and performance backports)).
- mm/vmalloc: do not keep unpurged areas in the busy tree
(bnc#1155780 (VM/FS functional and performance backports)).
- mm: introduce compound_nr() (bnc#1155780 (VM/FS functional
and performance backports)).
- mm: introduce page_shift() (bnc#1155780 (VM/FS functional and
performance backports)).
- mm: introduce page_size() (bnc#1155780 (VM/FS functional and
performance backports)).
- vmalloc: lift the arm flag for coherent mappings to common code
(bnc#1155780 (VM/FS functional and performance backports)).
- commit d67e35b
* Wed Dec 04 2019 glin@suse.com
- bpf, testing: Convert prog tests to probe_read_{user, kernel}{,
_str} helper (bsc#1155518).
- bpf, samples: Use bpf_probe_read_user where appropriate
(bsc#1155518).
- commit e02b4fe
* Wed Dec 04 2019 tiwai@suse.de
- Update patch reference for USB can security fix (CVE-2019-19529 bsc#1158381)
- commit a96958b
* Wed Dec 04 2019 jack@suse.cz
- iomap: Fix pipe page leakage during splicing (bsc#1158383).
- commit b73f21b
* Wed Dec 04 2019 jack@suse.cz
- ext4: Fix credit estimate for final inode freeing (bsc#1158380).
- commit 99e5121
* Wed Dec 04 2019 jack@suse.cz
- ubifs: Fix memory leak in __ubifs_node_verify_hmac error path
(bsc#1158378).
- commit 7babaf3
* Wed Dec 04 2019 jack@suse.cz
- ubifs: Fix memory leak in read_znode() error path (bsc#1158376).
- commit b3fc39e
* Wed Dec 04 2019 jack@suse.cz
- ecryptfs: fix unlink and rmdir in face of underlying fs
modifications (bsc#1158374).
- commit 9fe5fae
* Wed Dec 04 2019 jack@suse.cz
- aio: Fix io_pgetevents() struct __compat_aio_sigset layout
(bsc#1158373).
- commit 569924c
* Wed Dec 04 2019 glin@suse.com
- xdp: Fix cleanup on map free for devmap_hash map type
(bsc#1155518).
- libbpf: Fix call relocation offset calculation bug
(bsc#1155518).
- selftests, bpf: Fix test_tc_tunnel hanging (bsc#1155518).
- selftests, bpf: xdping is not meant to be run standalone
(bsc#1155518).
- bpf: Fix race in btf_resolve_helper_id() (bsc#1155518).
- libbpf: Improve handling of corrupted ELF during map
initialization (bsc#1155518).
- libbpf: Make btf__resolve_size logic always check size error
condition (bsc#1155518).
- libbpf: Fix another potential overflow issue in bpf_prog_linfo
(bsc#1155518).
- libbpf: Fix potential overflow issue (bsc#1155518).
- libbpf: Fix memory leak/double free issue (bsc#1155518).
- libbpf: Fix negative FD close() in xsk_setup_xdp_prog()
(bsc#1155518).
- bpf: Account for insn->off when doing bpf_probe_read_kernel
(bsc#1155518).
- bpf: Switch BPF probe insns to bpf_probe_read_kernel
(bsc#1155518).
- bpf: Add probe_read_{user, kernel} and probe_read_{user,
kernel}_str helpers (bsc#1155518).
- bpf: Make use of probe_user_write in probe write helper
(bsc#1155518).
- uaccess: Add strict non-pagefault kernel-space read function
(bsc#1155518).
- uaccess: Add non-pagefault user-space write function
(bsc#1155518).
- bpf: Fix bpf jit kallsym access (bsc#1155518).
- libbpf: Don't use kernel-side u32 type in xsk.c (bsc#1155518).
- libbpf: Fix off-by-one error in ELF sanity check (bsc#1155518).
- libbpf: Fix compatibility for kernels without need_wakeup
(bsc#1155518).
- libbpf: Fix strncat bounds error in libbpf_prog_type_by_name
(bsc#1155518).
- bpf: Fix build error without CONFIG_NET (bsc#1155518).
- bpf: Fix bpf_attr.attach_btf_id check (bsc#1155518).
- selftests/bpf: Add kfree_skb raw_tp test (bsc#1155518).
- bpf: Check types of arguments passed into helpers (bsc#1155518).
- bpf: Add support for BTF pointers to x86 JIT (bsc#1155518).
- bpf: Add support for BTF pointers to interpreter (bsc#1155518).
- bpf: Attach raw_tp program with BTF via type name (bsc#1155518).
- bpf: Implement accurate raw_tp context access via BTF
(bsc#1155518).
- libbpf: Auto-detect btf_id of BTF-based raw_tracepoints
(bsc#1155518).
- bpf: Add attach_btf_id attribute to program load (bsc#1155518).
- bpf: Process in-kernel BTF (bsc#1155518).
- bpf: Add typecast to bpf helpers to help BTF generation
(bsc#1155518).
- bpf: Add typecast to raw_tracepoints to help BTF generation
(bsc#1155518).
- bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
(bsc#1155518).
- libbpf: Fix passing uninitialized bytes to setsockopt
(bsc#1155518).
- selftests/bpf: Fix btf_dump padding test case (bsc#1155518).
- selftests/bpf: test_progs: add missing \n to CHECK_FAIL
(bsc#1155518).
- selftests/bpf: test_progs: fix verbose mode garbage
(bsc#1155518).
- selftests/bpf: test_progs: remove unused ret (bsc#1155518).
- selftests/bpf: test_progs: remove asserts from subtests
(bsc#1155518).
- selftests/bpf: test_progs: remove global fail/success counts
(bsc#1155518).
- selftests/bpf: test_progs: test__skip (bsc#1155518).
- selftests/bpf: test_progs: drop extra trailing tab
(bsc#1155518).
- selftests/bpf: test_progs: test__printf -> printf (bsc#1155518).
- selftests/bpf: test_progs: switch to open_memstream
(bsc#1155518).
- commit b4301c5
* Wed Dec 04 2019 jack@suse.cz
- blacklist.conf: Add fs/f2fs to blacklist
We don't care about F2FS as we don't even compile it.
- commit d73a3d9
* Wed Dec 04 2019 jack@suse.cz
- ext4: set error return correctly when ext4_htree_store_dirent
fails (bsc#1158371).
- commit 7f15da5
* Wed Dec 04 2019 jslaby@suse.cz
- Revert "nvme: Add quirk for Kingston NVME SSD running FW
E8FK11.T" (git-fixes).
- PCI/MSI: Fix incorrect MSI-X masking on resume (git-fixes).
- commit e6e544b
* Wed Dec 04 2019 jack@suse.cz
- block: check bi_size overflow before merge (bsc#1158370).
- commit b8ddf8c
* Wed Dec 04 2019 mkubecek@suse.cz
- series.conf: cleanup
update mainline references, refresh and move into sorted section:
patches.suse/mm-pcp-Share-common-code-between-memory-hotplug-and-percpu-sysctl-handler.patch
patches.suse/mm-pcpu-Make-zone-pcp-updates-and-reset-internal-to-the-mm.patch
patches.suse/autonuma-fix-watermark-checking-in-migrate_balanced_pgdat.patch
patches.suse/autonuma-reduce-cache-footprint-when-scanning-page-tables.patch
patches.suse/CIFS-Fix-SMB2-oplock-break-processing.patch
patches.suse/cifs-move-cifsFileInfo_put-logic-into-a-work-queue.patch
- commit f9fc458
* Wed Dec 04 2019 mkubecek@suse.cz
- series.conf: refresh
update mainline references and resort:
patches.suse/pci-aardvark-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-altera-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-dwc-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-export-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-faraday-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-ftpci100-use-inbound-resources-for-setup.patch
patches.suse/pci-iproc-use-inbound-resources-for-setup.patch
patches.suse/pci-iproc-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-mediatek-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-mobiveil-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-of-add-inbound-resource-parsing-to-helpers.patch
patches.suse/pci-rcar-use-inbound-resources-for-setup.patch
patches.suse/pci-rockchip-drop-storing-driver-private-outbound-resource-data.patch
patches.suse/pci-rockchip-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-v3-semi-use-inbound-resources-for-setup.patch
patches.suse/pci-v3-semi-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-versatile-enable-compile_test.patch
patches.suse/pci-versatile-remove-usage-of-phys_offset.patch
patches.suse/pci-versatile-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-xgene-use-inbound-resources-for-setup.patch
patches.suse/pci-xgene-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-xilinx-nwl-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-xilinx-use-pci_parse_request_of_pci_ranges.patch
patches.suse/resource-add-a-resource_list_first_type-helper.patch
- commit 14fed6d
* Tue Dec 03 2019 mkubecek@suse.cz
- fix mainline references
fix Patch-mainline:
patches.suse/powercap-intel_rapl-add-support-for-CometLake-Mobile
patches.suse/powercap-intel_rapl-add-support-for-Cometlake-desktop
- commit 68d56a7
* Tue Dec 03 2019 trenn@suse.com
- powercap/intel_rapl: add support for Cometlake desktop
(jsc#SLE-8184).
- powercap/intel_rapl: add support for CometLake Mobile
(jsc#SLE-8184).
- commit f7448e7
* Tue Dec 03 2019 mkubecek@suse.cz
- config: refresh
Only update headers.
- commit 908f91e
* Tue Dec 03 2019 msuchanek@suse.de
- powerpc/pseries: Enable support for ibm,drc-info property
(bsc#1157480 ltc#181028).
- PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name
when using drc-info (bsc#1157480 ltc#181028).
- PCI: rpaphp: Annotate and correctly byte swap DRC properties
(bsc#1157480 ltc#181028).
- PCI: rpaphp: Add drc-info support for hotplug slot registration
(bsc#1157480 ltc#181028).
- PCI: rpaphp: Don't rely on firmware feature to imply drc-info
support (bsc#1157480 ltc#181028).
- PCI: rpaphp: Fix up pointer to first drc-info entry (bsc#1157480
ltc#181028).
- powerpc/pseries: Add cpu DLPAR support for drc-info property
(bsc#1157480 ltc#181028).
- powerpc/pseries: Fix drc-info mappings of logical cpus to
drc-index (bsc#1157480 ltc#181028).
- powerpc/pseries: Fix bad drc_index_start value parsing of
drc-info entry (bsc#1157480 ltc#181028).
- commit 557da83
* Tue Dec 03 2019 mbrugger@suse.com
- arm64: Update config files. (jsc#SLE-9943 bsc#1158193)
Bump CONFIG_NODES_SHIFT from 2 to 6
- commit 0cfadc1
* Tue Dec 03 2019 tiwai@suse.de
- rpm/kernel-subpackage-spec: Exclude kernel-firmware recommends (bsc#1143959)
For reducing the dependency on kernel-firmware in sub packages
- commit d950271
* Tue Dec 03 2019 tiwai@suse.de
- mwifiex: Fix heap overflow in
mmwifiex_process_tdls_action_frame()
(CVE-2019-14901,bsc#1157042).
- commit 7889fe2
* Tue Dec 03 2019 nmoreychaisemartin@suse.com
- mlx5: add parameter to disable enhanced IPoIB (bsc#1142095)
- commit 4ea5d32
* Tue Dec 03 2019 mbenes@suse.cz
- livepatch: Selftests of the API for tracking system state
changes (bsc#1071995 fate#323487).
- supported.conf:
- commit 4fff100
* Tue Dec 03 2019 mbenes@suse.cz
- livepatch: Allow to distinguish different version of system
state changes (bsc#1071995 fate#323487).
- commit 1b157ca
* Tue Dec 03 2019 mbenes@suse.cz
- livepatch: Basic API to track system state changes (bsc#1071995
fate#323487).
- Refresh
patches.suse/livepatch-create-and-include-UAPI-headers.patch.
- commit d8150c3
* Tue Dec 03 2019 mbenes@suse.cz
- livepatch: Keep replaced patches until post_patch callback is
called (bsc#1071995 fate#323487).
- commit 3c51995
* Tue Dec 03 2019 mbenes@suse.cz
- tracing/kprobe: Check whether the non-suffixed symbol is notrace
(bsc#1158279).
- commit 8be1214
* Tue Dec 03 2019 jslaby@suse.cz
- Linux 5.3.14 (bnc#1151927 5.3.14).
- staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding
error (bnc#1151927 5.3.14).
- usb-serial: cp201x: support Mark-10 digital force gauge
(bnc#1151927 5.3.14).
- USB: serial: option: add support for Foxconn T77W968 LTE modules
(bnc#1151927 5.3.14).
- USB: serial: option: add support for DW5821e with eSIM support
(bnc#1151927 5.3.14).
- USB: serial: mos7840: add USB ID to support Moxa UPort 2210
(bnc#1151927 5.3.14).
- USBIP: add config dependency for SGL_ALLOC (bnc#1151927 5.3.14).
- USB: chaoskey: fix error case of a timeout (bnc#1151927 5.3.14).
- usbip: tools: fix fd leakage in the function of
read_attr_usbip_status (bnc#1151927 5.3.14).
- appledisplay: fix error handling in the scheduled work
(bnc#1151927 5.3.14).
- media: imon: invalid dereference in imon_touch_event
(bnc#1151927 5.3.14).
- media: uvcvideo: Fix error path in control parsing failure
(bnc#1151927 5.3.14).
- media: cxusb: detect cxusb_ctrl_msg error in query (bnc#1151927
5.3.14).
- media: usbvision: Fix races among open, close, and disconnect
(bnc#1151927 5.3.14).
- media: usbvision: Fix invalid accesses after device disconnect
(bnc#1151927 5.3.14).
- media: mceusb: fix out of bounds read in MCE receiver buffer
(bnc#1151927 5.3.14).
- media: vivid: Set vid_cap_streaming and vid_out_streaming to
true (bnc#1151927 5.3.14).
- cpufreq: Add NULL checks to show() and store() methods of
cpufreq (bnc#1151927 5.3.14).
- futex: Prevent robust futex exit race (bnc#1151927 5.3.14).
- x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3 (bnc#1151927
5.3.14).
- x86/pti/32: Calculate the various PTI cpu_entry_area sizes
correctly, make the CPU_ENTRY_AREA_PAGES assert precise
(bnc#1151927 5.3.14).
- selftests/x86/sigreturn/32: Invalidate DS and ES when abusing
the kernel (bnc#1151927 5.3.14).
- selftests/x86/mov_ss_trap: Fix the SYSENTER test (bnc#1151927
5.3.14).
- x86/entry/32: Fix NMI vs ESPFIX (bnc#1151927 5.3.14).
- x86/entry/32: Unwind the ESPFIX stack earlier on exception entry
(bnc#1151927 5.3.14).
- x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL
(bnc#1151927 5.3.14).
- x86/entry/32: Use %ss segment where required (bnc#1151927
5.3.14).
- x86/entry/32: Fix IRET exception (bnc#1151927 5.3.14).
- x86/cpu_entry_area: Add guard page for entry stack on 32bit
(bnc#1151927 5.3.14).
- x86/pti/32: Size initial_page_table correctly (bnc#1151927
5.3.14).
- x86/doublefault/32: Fix stack canaries in the double fault
handler (bnc#1151927 5.3.14).
- x86/xen/32: Simplify ring check in xen_iret_crit_fixup()
(bnc#1151927 5.3.14).
- x86/xen/32: Make xen_iret_crit_fixup() independent of frame
layout (bnc#1151927 5.3.14).
- x86/stackframe/32: Repair 32-bit Xen PV (bnc#1151927 5.3.14).
- x86/speculation: Fix redundant MDS mitigation message
(bnc#1151927 5.3.14).
- x86/speculation: Fix incorrect MDS/TAA mitigation status
(bnc#1151927 5.3.14).
- x86/insn: Fix awk regexp warnings (bnc#1151927 5.3.14).
- Bluetooth: Fix invalid-free in bcsp_close() (bnc#1151927
5.3.14).
- ath10k: restore QCA9880-AR1A (v1) detection (bnc#1151927
5.3.14).
- ath9k_hw: fix uninitialized variable data (bnc#1151927 5.3.14).
- ath10k: Fix HOST capability QMI incompatibility (bnc#1151927
5.3.14).
- Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt
workqueues" (bnc#1151927 5.3.14).
- nbd: prevent memory leak (bnc#1151927 5.3.14).
- md/raid10: prevent access of uninitialized resync_pages offset
(bnc#1151927 5.3.14).
- net: rtnetlink: prevent underflows in do_setvfinfo()
(bnc#1151927 5.3.14).
- nfc: port100: handle command failure cleanly (bnc#1151927
5.3.14).
- net/ipv4: fix sysctl max for fib_multipath_hash_policy
(bnc#1151927 5.3.14).
- drm/i915/pmu: "Frequency" is reported as accumulated cycles
(bnc#1151927 5.3.14).
- drm/i915: Don't oops in dumb_create ioctl if we have no crtcs
(bnc#1151927 5.3.14).
- drm/amdgpu: disable gfxoff on original raven (bnc#1151927
5.3.14).
- drm/amdgpu: disable gfxoff when using register read interface
(bnc#1151927 5.3.14).
- drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on
unsupported ASICs (bnc#1151927 5.3.14).
- tools: gpio: Correctly add make dependencies for gpio_utils
(bnc#1151927 5.3.14).
- fork: fix pidfd_poll()'s return type (bnc#1151927 5.3.14).
- ARM: 8904/1: skip nomap memblocks while finding the
lowmem/highmem boundary (bnc#1151927 5.3.14).
- vhost/vsock: split packets to send using multiple buffers
(bnc#1151927 5.3.14).
- commit c30f7a5
* Tue Dec 03 2019 jslaby@suse.cz
- Update
patches.suse/0001-Revert-Bluetooth-hci_ll-set-operational-frequency-ea.patch
(git-fixes bnc#1151927 5.3.14).
- Update
patches.suse/0001-USB-serial-mos7720-fix-remote-wakeup.patch
(git-fixes bnc#1151927 5.3.14).
- Update
patches.suse/0001-USB-serial-mos7840-fix-remote-wakeup.patch
(git-fixes bnc#1151927 5.3.14).
- Update
patches.suse/0001-b2c2-flexcop-usb-add-sanity-checking.patch
(bsc#1146540 CVE-2019-15291 bnc#1151927 5.3.14).
- Update patches.suse/0001-virtio_balloon-fix-shrinker-count.patch
(git-fixes bnc#1151927 5.3.14).
- Update
patches.suse/0001-virtio_console-allocate-inbufs-in-add_port-only-if-i.patch
(git-fixes bnc#1151927 5.3.14).
- Update
patches.suse/0001-virtio_ring-fix-return-code-on-DMA-mapping-fails.patch
(git-fixes bnc#1151927 5.3.14).
- Update
patches.suse/ALSA-usb-audio-Fix-NULL-dereference-at-parsing-BADD.patch
(git-fixes bnc#1151927 5.3.14).
- Update
patches.suse/KVM-PPC-Book3S-HV-Flush-link-stack-on-guest-exit-to-.patch
(CVE-2019-18660 bsc#1157038 bsc#1157923 ltc#182612 bnc#1151927
5.3.14).
- Update
patches.suse/Revert-fs-ocfs2-fix-possible-null-pointer-dereferenc.patch
(git-fixes bnc#1151927 5.3.14).
- Update
patches.suse/drm-i915-userptr-Try-to-acquire-the-page-lock-around.patch
(bnc#1156537 bnc#1151927 5.3.14).
- Update
patches.suse/gpio-bd70528-Use-correct-unit-for-debounce-times.patch
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608 bnc#1151927 5.3.14).
- Update patches.suse/gpio-max77620-Fixup-debounce-delays.patch
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608 bnc#1151927 5.3.14).
- Update
patches.suse/gve-fix-dma-sync-bug-where-not-all-pages-synced.patch
(bsc#1154353 bnc#1151927 5.3.14).
- Update
patches.suse/ipv6-route-return-if-there-is-no-fib_nh_gw_family.patch
(bsc#1154353 bnc#1151927 5.3.14).
- Update
patches.suse/mdio_bus-Fix-init-if-CONFIG_RESET_CONTROLLER-n.patch
(git-fixes bnc#1151927 5.3.14).
- Update
patches.suse/media-vivid-Fix-wrong-locking-that-causes-race-condi.patch
(CVE-2019-18683,bsc#1155897 bnc#1151927 5.3.14).
- Update
patches.suse/mlxsw-spectrum_router-Fix-determining-underlay-for-a.patch
(bsc#1154488 bnc#1151927 5.3.14).
- Update
patches.suse/mm-ksm.c-don-t-WARN-if-page-is-still-mapped-in-remove_stable_node.patch
(git fixes (mm/ksm bnc#1151927 5.3.14).
- Update
patches.suse/mm-memory_hotplug-don-t-access-uninitialized-memmaps-in-shrink_zone_span.patch
(git fixes (mm/hotplug) bnc#1151927 5.3.14).
- Update
patches.suse/mm-slub.c-init_on_free-1-should-wipe-freelist-ptr-for-bulk-allocations.patch
(git fixes (mm/slub) bnc#1151927 5.3.14).
- Update patches.suse/nbd-fix-memory-leak-in-nbd_get_socket.patch
(git-fixes bnc#1151927 5.3.14).
- Update patches.suse/net-ath10k-Fix-a-NULL-ptr-deref-bug.patch
(CVE-2019-15099,bsc#1146368 bnc#1151927 5.3.14).
- Update
patches.suse/net-mlx4_en-Fix-wrong-limitation-for-number-of-TX-ri.patch
(jsc#SLE-8460 bnc#1151927 5.3.14).
- Update
patches.suse/net-mlx4_en-fix-mlx4-ethtool-N-insertion.patch
(jsc#SLE-8460 bnc#1151927 5.3.14).
- Update
patches.suse/net-mlx5-Fix-auto-group-size-calculation.patch
(jsc#SLE-8464 bnc#1151927 5.3.14).
- Update
patches.suse/net-mlx5-Update-the-list-of-the-PCI-supported-device.patch
(jsc#SLE-8464 bnc#1151927 5.3.14).
- Update
patches.suse/net-mlx5e-Do-not-use-non-EXT-link-modes-in-EXT-mode.patch
(jsc#SLE-8464 bnc#1151927 5.3.14).
- Update
patches.suse/net-mlx5e-Fix-error-flow-cleanup-in-mlx5e_tc_tun_cre.patch
(jsc#SLE-8464 bnc#1151927 5.3.14).
- Update
patches.suse/net-mlx5e-Fix-set-vf-link-state-error-flow.patch
(jsc#SLE-8464 bnc#1151927 5.3.14).
- Update
patches.suse/net-mlxfw-Verify-FSM-error-code-translation-doesn-t-.patch
(jsc#SLE-8464 bnc#1151927 5.3.14).
- Update
patches.suse/net-sched-act_pedit-fix-WARN-in-the-traffic-path.patch
(bsc#1154353 bnc#1151927 5.3.14).
- Update
patches.suse/net-sched-ensure-opts_len-IP_TUNNEL_OPTS_MAX-in-act_.patch
(bsc#1154353 bnc#1151927 5.3.14).
- Update
patches.suse/net-tls-enable-sk_msg-redirect-to-tls-socket-egress.patch
(bsc#1154353 bnc#1151927 5.3.14).
- Update
patches.suse/powerpc-64s-support-nospectre_v2-cmdline-option.patch
(bsc#1131107 bnc#1151927 5.3.14).
- Update
patches.suse/powerpc-book3s64-Fix-link-stack-flush-on-context-swi.patch
(CVE-2019-18660 bsc#1157038 bsc#1157923 ltc#182612 bnc#1151927
5.3.14).
- Update
patches.suse/sfc-Only-cancel-the-PPS-workqueue-if-it-exists.patch
(jsc#SLE-8314 bnc#1151927 5.3.14).
- Update
patches.suse/taprio-don-t-reject-same-mqprio-settings.patch
(bsc#1154353 bnc#1151927 5.3.14).
- Update
patches.suse/usbip-Fix-uninitialized-symbol-nents-in-stub_recv_cm.patch
(git-fixes bnc#1151927 5.3.14).
- commit 53302d0
* Tue Dec 03 2019 mbenes@suse.cz
- blacklist.conf: 1d200e9d6f63 ("block: Fix writeback throttling W=1 compiler warnings")
- commit e82481b
* Tue Dec 03 2019 jslaby@suse.cz
- hwrng: omap - Fix RNG wait loop timeout (git-fixes).
- commit 76a15d1
* Tue Dec 03 2019 mkubecek@suse.cz
- fix mainline references
- fix mainline references:
patches.suse/0001-Revert-Bluetooth-hci_ll-set-operational-frequency-ea.patch
patches.suse/0001-Revert-mfd-syscon-Set-name-of-regmap_config.patch
patches.suse/0001-USB-serial-mos7720-fix-remote-wakeup.patch
patches.suse/0001-USB-serial-mos7840-fix-remote-wakeup.patch
patches.suse/0001-ppdev-fix-PPGETTIME-PPSETTIME-ioctls.patch
- commit d4e2479
* Tue Dec 03 2019 mkubecek@suse.cz
- series.conf: refresh
- update mainline references and resort:
patches.suse/of-address-fix-of_pci_range_parser_one-translation-of-dma-addresses.patch
patches.suse/of-address-follow-dma-parent-for-dma-coherent.patch
patches.suse/of-address-introduce-of_get_next_dma_parent-helper.patch
patches.suse/of-address-translate-dma-ranges-for-parent-nodes-missing-dma-ranges.patch
patches.suse/of-factor-out-addr-size-cells-parsing.patch
patches.suse/of-make-of_dma_get_range-work-on-bus-nodes.patch
patches.suse/powerpc-book3s64-hash-Use-secondary-hash-for-bolted-.patch
patches.suse/powerpc-fadump-when-fadump-is-supported-register-the.patch
patches.suse/powerpc-papr_scm-Fix-an-off-by-one-check-in-papr_scm.patch
patches.suse/powerpc-pseries-Don-t-fail-hash-page-table-insert-fo.patch
patches.suse/powerpc-pseries-Don-t-opencode-HPTE_V_BOLTED.patch
patches.suse/powerpc-pseries-address-checkpatch-warnings-in-dlpar.patch
patches.suse/powerpc-pseries-safely-roll-back-failed-DLPAR-cpu-ad.patch
patches.suse/powerpc-security-Fix-wrong-message-when-RFI-Flush-is.patch
patches.suse/powerpc-security-book3s64-Report-L1TF-status-in-sysf.patch
patches.suse/powerpc-xive-Prevent-page-fault-issues-in-the-machin.patch
patches.suse/scsi-lpfc-Add-FA-WWN-Async-Event-reporting.patch
patches.suse/scsi-lpfc-Add-FC-AL-support-to-lpe32000-models.patch
patches.suse/scsi-lpfc-Add-additional-discovery-log-messages.patch
patches.suse/scsi-lpfc-Add-enablement-of-multiple-adapter-dumps.patch
patches.suse/scsi-lpfc-Add-log-macros-to-allow-print-by-serverity.patch
patches.suse/scsi-lpfc-Add-registration-for-CPU-Offline-Online-ev.patch
patches.suse/scsi-lpfc-Change-default-IRQ-model-on-AMD-architectu.patch
patches.suse/scsi-lpfc-Clarify-FAWNN-error-message.patch
patches.suse/scsi-lpfc-Complete-removal-of-FCoE-T10-PI-support-on.patch
patches.suse/scsi-lpfc-Fix-GPF-on-scsi-command-completion.patch
patches.suse/scsi-lpfc-Fix-NULL-check-before-mempool_destroy-is-n.patch
patches.suse/scsi-lpfc-Fix-NVME-io-abort-failures-causing-hangs.patch
patches.suse/scsi-lpfc-Fix-NVMe-ABTS-in-response-to-receiving-an-.patch
patches.suse/scsi-lpfc-Fix-SLI3-hba-in-loop-mode-not-discovering-.patch
patches.suse/scsi-lpfc-Fix-a-kernel-warning-triggered-by-lpfc_get.patch
patches.suse/scsi-lpfc-Fix-a-kernel-warning-triggered-by-lpfc_sli.patch
patches.suse/scsi-lpfc-Fix-bad-ndlp-ptr-in-xri-aborted-handling.patch
patches.suse/scsi-lpfc-Fix-configuration-of-BB-credit-recovery-in.patch
patches.suse/scsi-lpfc-Fix-coverity-errors-on-NULL-pointer-checks.patch
patches.suse/scsi-lpfc-Fix-device-recovery-errors-after-PLOGI-fai.patch
patches.suse/scsi-lpfc-Fix-discovery-failures-when-target-device-.patch
patches.suse/scsi-lpfc-Fix-duplicate-unreg_rpi-error-in-port-offl.patch
patches.suse/scsi-lpfc-Fix-dynamic-fw-log-enablement-check.patch
patches.suse/scsi-lpfc-Fix-hardlockup-in-lpfc_abort_handler.patch
patches.suse/scsi-lpfc-Fix-hdwq-sgl-locks-and-irq-handling.patch
patches.suse/scsi-lpfc-Fix-host-hang-at-boot-or-slow-boot.patch
patches.suse/scsi-lpfc-Fix-kernel-crash-at-lpfc_nvme_info_show-du.patch
patches.suse/scsi-lpfc-Fix-list-corruption-detected-in-lpfc_put_s.patch
patches.suse/scsi-lpfc-Fix-list-corruption-in-lpfc_sli_get_iocbq.patch
patches.suse/scsi-lpfc-Fix-lockdep-errors-in-sli_ringtx_put.patch
patches.suse/scsi-lpfc-Fix-locking-on-mailbox-command-completion.patch
patches.suse/scsi-lpfc-Fix-lpfc_cpumask_of_node_init.patch
patches.suse/scsi-lpfc-Fix-miss-of-register-read-failure-check.patch
patches.suse/scsi-lpfc-Fix-premature-re-enabling-of-interrupts-in.patch
patches.suse/scsi-lpfc-Fix-pt2pt-discovery-on-SLI3-HBAs.patch
patches.suse/scsi-lpfc-Fix-reporting-of-read-only-fw-error-errors.patch
patches.suse/scsi-lpfc-Fix-rpi-release-when-deleting-vport.patch
patches.suse/scsi-lpfc-Fix-spinlock_irq-issues-in-lpfc_els_flush_.patch
patches.suse/scsi-lpfc-Fix-unexpected-error-messages-during-RSCN-.patch
patches.suse/scsi-lpfc-Initialize-cpu_map-for-not-present-cpus.patch
patches.suse/scsi-lpfc-Make-FW-logging-dynamically-configurable.patch
patches.suse/scsi-lpfc-Make-function-lpfc_defer_pt2pt_acc-static.patch
patches.suse/scsi-lpfc-Make-lpfc_debugfs_ras_log_data-static.patch
patches.suse/scsi-lpfc-Remove-lock-contention-target-write-path.patch
patches.suse/scsi-lpfc-Revise-interrupt-coalescing-for-missing-sc.patch
patches.suse/scsi-lpfc-Slight-fast-path-performance-optimizations.patch
patches.suse/scsi-lpfc-Sync-with-FC-NVMe-2-SLER-change-to-require.patch
patches.suse/scsi-lpfc-Update-async-event-logging.patch
patches.suse/scsi-lpfc-Update-lpfc-version-to-12.4.0.1.patch
patches.suse/scsi-lpfc-Update-lpfc-version-to-12.6.0.0.patch
patches.suse/scsi-lpfc-Update-lpfc-version-to-12.6.0.1.patch
patches.suse/scsi-lpfc-Update-lpfc-version-to-12.6.0.2.patch
patches.suse/scsi-lpfc-cleanup-remove-unused-fcp_txcmlpq_cnt.patch
patches.suse/scsi-lpfc-fix-Coverity-lpfc_cmpl_els_rsp-Null-pointe.patch
patches.suse/scsi-lpfc-fix-Coverity-lpfc_get_scsi_buf_s3-Null-poi.patch
patches.suse/scsi-lpfc-fix-build-error-of-lpfc_debugfs.c-for-vfre.patch
patches.suse/scsi-lpfc-fix-coverity-error-of-dereference-after-nu.patch
patches.suse/scsi-lpfc-fix-inlining-of-lpfc_sli4_cleanup_poll_lis.patch
patches.suse/scsi-lpfc-fix-lpfc_nvmet_mrq-to-be-bound-by-hdw-queu.patch
patches.suse/scsi-lpfc-fix-spelling-error-in-MAGIC_NUMER_xxx.patch
patches.suse/scsi-lpfc-lpfc_attr-Fix-Use-plain-integer-as-NULL-po.patch
patches.suse/scsi-lpfc-lpfc_nvmet-Fix-Use-plain-integer-as-NULL-p.patch
patches.suse/scsi-lpfc-revise-nvme-max-queues-to-be-hdwq-count.patch
patches.suse/scsi-megaraid_sas-Unique-names-for-MSI-X-vectors.patch
patches.suse/scsi-megaraid_sas-remove-unused-variables-debugBlk-f.patch
patches.suse/scsi-mpt3sas-Add-app-owned-flag-support-for-diag-buf.patch
patches.suse/scsi-mpt3sas-Bump-mpt3sas-driver-version-to-32.100.0.patch
patches.suse/scsi-mpt3sas-Display-message-before-releasing-diag-b.patch
patches.suse/scsi-mpt3sas-Fail-release-cmnd-if-diag-buffer-is-rel.patch
patches.suse/scsi-mpt3sas-Fix-clear-pending-bit-in-ioctl-status.patch
patches.suse/scsi-mpt3sas-Fix-module-parameter-max_msix_vectors.patch
patches.suse/scsi-mpt3sas-Free-diag-buffer-without-any-status-che.patch
patches.suse/scsi-mpt3sas-Maintain-owner-of-buffer-through-Unique.patch
patches.suse/scsi-mpt3sas-Register-trace-buffer-based-on-NVDATA-s.patch
patches.suse/scsi-mpt3sas-Reject-NVMe-Encap-cmnds-to-unsupported-.patch
patches.suse/scsi-mpt3sas-Reuse-diag-buffer-allocated-at-load-tim.patch
patches.suse/scsi-mpt3sas-Use-Component-img-header-to-get-Package.patch
patches.suse/scsi-mpt3sas-clear-release-bit-when-buffer-reregiste.patch
patches.suse/scsi-qedf-Add-port_id-getter.patch
patches.suse/scsi-qla2xxx-Add-error-handling-for-PLOGI-ELS-passth.patch
patches.suse/scsi-qla2xxx-Capture-FW-dump-on-MPI-heartbeat-stop-e.patch
patches.suse/scsi-qla2xxx-Check-for-MB-timeout-while-capturing-IS.patch
patches.suse/scsi-qla2xxx-Do-command-completion-on-abort-timeout.patch
patches.suse/scsi-qla2xxx-Dual-FCP-NVMe-target-port-support.patch
patches.suse/scsi-qla2xxx-Fix-SRB-leak-on-switch-command-timeout.patch
patches.suse/scsi-qla2xxx-Fix-a-dma_pool_free-call.patch
patches.suse/scsi-qla2xxx-Fix-device-connect-issues-in-P2P-config.patch
patches.suse/scsi-qla2xxx-Fix-double-scsi_done-for-abort-path.patch
patches.suse/scsi-qla2xxx-Fix-driver-unload-hang.patch
patches.suse/scsi-qla2xxx-Improve-logging-for-scan-thread.patch
patches.suse/scsi-qla2xxx-Remove-an-include-directive.patch
patches.suse/scsi-qla2xxx-Retry-PLOGI-on-FC-NVMe-PRLI-failure.patch
patches.suse/scsi-qla2xxx-Set-remove-flag-for-all-VP.patch
patches.suse/scsi-qla2xxx-Update-driver-version-to-10.01.00.20-k.patch
patches.suse/scsi-qla2xxx-Update-driver-version-to-10.01.00.21-k.patch
patches.suse/scsi-qla2xxx-don-t-use-zero-for-FC4_PRIORITY_NVME.patch
patches.suse/scsi-qla2xxx-initialize-fc4_type_priority.patch
patches.suse/scsi-qla2xxx-remove-redundant-assignment-to-pointer-.patch
patches.suse/scsi-smartpqi-Align-driver-syntax-with-oob.patch
patches.suse/scsi-smartpqi-add-inquiry-timeouts.patch
patches.suse/scsi-smartpqi-bump-version-to-1.2.10-025.patch
patches.suse/scsi-smartpqi-change-TMF-timeout-from-60-to-30-secon.patch
patches.suse/scsi-smartpqi-clean-up-indentation-of-a-statement.patch
patches.suse/scsi-smartpqi-correct-syntax-issue.patch
patches.suse/scsi-smartpqi-fix-LUN-reset-when-fw-bkgnd-thread-is-.patch
patches.suse/scsi-smartpqi-fix-call-trace-in-device-discovery.patch
patches.suse/scsi-smartpqi-fix-controller-lockup-observed-during-.patch
patches.suse/scsi-smartpqi-fix-problem-with-unique-ID-for-physica.patch
patches.suse/scsi-smartpqi-remove-set-but-not-used-variable-ctrl_.patch
patches.suse/scsi-smartpqi-remove-unused-manifest-constants.patch
patches.suse/scsi-target-compare-full-CHAP_A-Algorithm-strings.patch
patches.suse/scsi-target-fix-SendTargets-All-string-compares.patch
patches.suse/scsi-target-iscsi-CHAP-add-support-for-SHA1-SHA256-a.patch
patches.suse/scsi-target-iscsi-rename-some-variables-to-avoid-con.patch
patches.suse/scsi-target-iscsi-tie-the-challenge-length-to-the-ha.patch
patches.suse/scsi-target-remove-unused-extension-parameters.patch
No effect on expanded tree.
- commit 1cb26c8
* Tue Dec 03 2019 mkubecek@suse.cz
- fix mainline references
Fix patch-mainline tag:
patches.suse/btrfs-fix-memory-leaks-in-the-test-test_find_first_c.patch
patches.suse/btrfs-make-test_find_first_clear_extent_bit-fail-on-.patch
- commit 5794053
* Tue Dec 03 2019 neilb@suse.de
- NFSv4.1 - backchannel request should hold ref on xprt
(bsc#1152624).
- commit 1203c55
* Mon Dec 02 2019 fdmanana@suse.com
- Btrfs: make test_find_first_clear_extent_bit fail on incorrect
results (bsc#1158210).
- commit e7e7b18
* Mon Dec 02 2019 fdmanana@suse.com
- Btrfs: fix memory leaks in the test
test_find_first_clear_extent_bit (bsc#1158210).
- commit 04b8200
* Mon Dec 02 2019 oneukum@suse.com
- Revert "mfd: syscon: Set name of regmap_config" (git-fixes).
- commit da59436
* Mon Dec 02 2019 oneukum@suse.com
- blacklist.conf: specific to SPARC64
- commit 6880b65
* Mon Dec 02 2019 oneukum@suse.com
- ppdev: fix PPGETTIME/PPSETTIME ioctls (git-fixes).
- commit 71fc6dc
* Mon Dec 02 2019 oneukum@suse.com
- USB: serial: mos7840: fix remote wakeup (git-fixes).
- commit 6ebc1fd
* Mon Dec 02 2019 oneukum@suse.com
- USB: serial: mos7720: fix remote wakeup (git-fixes).
- commit aeee58e
* Mon Dec 02 2019 oneukum@suse.com
- Revert "Bluetooth: hci_ll: set operational frequency earlier"
(git-fixes).
- commit 8b8f5bf
* Mon Dec 02 2019 jslaby@suse.cz
- perf script: Fix invalid LBR/binary mismatch error (git-fixes).
- watchdog: aspeed: Fix clock behaviour for ast2600 (git-fixes).
- slip: Fix use-after-free Read in slip_open (git-fixes).
- net/sched: annotate lockless accesses to qdisc->empty
(git-fixes).
- kselftest: Fix NULL INSTALL_PATH for TARGETS runlist
(git-fixes).
- md/raid0: Fix an error message in raid0_make_request()
(git-fixes).
- io_uring: Fix mm_fault with READ/WRITE_FIXED (git-fixes).
- Revert "fs: ocfs2: fix possible null-pointer dereferences in
ocfs2_xa_prepare_entry()" (git-fixes).
- nbd:fix memory leak in nbd_get_socket() (git-fixes).
- KVM: x86/mmu: Take slots_lock when using kvm_mmu_zap_all_fast()
(git-fixes).
- ARM: dts: stm32: remove OV5640 pinctrl definition on
stm32mp157c-ev1 (git-fixes).
- Refresh
patches.suse/ARM-dts-stm32-change-joystick-pinctrl-definition-on-.patch.
- commit c09426f
* Mon Dec 02 2019 jthumshirn@suse.de
- libnvdimm: Export the target_node attribute for regions and
namespaces (bsc#1158071).
- commit 9d24c0f
* Mon Dec 02 2019 jslaby@suse.cz
- blacklist.conf: add four more entries
- commit 49fe688
* Mon Dec 02 2019 jslaby@suse.cz
- drm/mcde: Fix an error handling path in 'mcde_probe()'
(git-fixes).
- usb: gadget: configfs: Fix missing spin_lock_init() (git-fixes).
- usbip: Fix uninitialized symbol 'nents' in
stub_recv_cmd_submit() (git-fixes).
- commit 53a444b
* Fri Nov 29 2019 ggherdovich@suse.cz
- platform/x86: ISST: Allow additional TRL MSRs (jsc#SLE-10687).
- commit 435b3fb
* Fri Nov 29 2019 mkubecek@suse.cz
- supported.conf: sort
- commit ac3011b
* Fri Nov 29 2019 msuchanek@suse.de
- Update config files.
ppc64 is lats architecture without PRINTK_TIME. Align with the rest.
- commit 4fb63b6
* Fri Nov 29 2019 ptesarik@suse.cz
- s390: vfio-ap: fix warning reset not completed (jsc#SLE-7524
LTC#178970).
- commit fd793bf
* Fri Nov 29 2019 ptesarik@suse.cz
- Update config files (bsc#1158055 LTC#182629).
- commit 1b24df4
* Fri Nov 29 2019 tiwai@suse.de
- Move upstreamed patches into sorted section
Refresh:
patches.suse/0001-b2c2-flexcop-usb-add-sanity-checking.patch
patches.suse/driver-core-simplify-definitions-of-platform_get_irq.patch
patches.suse/drm-amdgpu-Add-DC-feature-mask-to-disable-fractional.patch
- commit 71f50c8
* Fri Nov 29 2019 tiwai@suse.de
- mwifiex: fix possible heap overflow in
mwifiex_process_country_ie() (CVE-2019-14895 bsc#1157158).
- commit d8b66ee
* Fri Nov 29 2019 mkubecek@suse.cz
- series.conf: refresh
- update upstream reference and resort:
patches.suse/RDMA-bnxt_re-Fix-stat-push-into-dma-buffer-on-gen-p5-devices.patch
No effect on expanded tree.
- commit b878e91
* Fri Nov 29 2019 mkubecek@suse.cz
- series.conf: refresh
- update upstream references and resort
patches.suse/dma-direct-avoid-a-forward-declaration-for-phys_to_dma.patch
patches.suse/dma-direct-check-for-overflows-on-32-bit-dma-addresses.patch
patches.suse/dma-direct-exclude-dma_direct_map_resource-from-the-min_low_pfn-check.patch
patches.suse/dma-direct-unify-the-dma_capable-definitions.patch
patches.suse/dma-mapping-treat-dev-bus_dma_mask-as-a-dma-limit.patch
patches.suse/x86-pci-sta2x11-use-default-dma-address-translation.patch
- commit 3b7773d
* Thu Nov 28 2019 oneukum@suse.com
- virtio_balloon: fix shrinker count (git-fixes).
- commit 923948e
* Thu Nov 28 2019 oneukum@suse.com
- virtio_balloon: fix shrinker scan number of pages (gif-fixes).
- commit 217c80e
* Thu Nov 28 2019 oneukum@suse.com
- virtio_ring: fix return code on DMA mapping fails (git-fixes).
- commit d775d67
* Thu Nov 28 2019 yousaf.kaukab@suse.com
- regulator: core: make regulator_register() EPROBE_DEFER aware
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- regulator: core: Add label to collate of_node_put() statements
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- regulator: core: Add of_node_put() before return
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit 48eb6c5
* Thu Nov 28 2019 ptesarik@suse.cz
- net/smc: receive pending data after RCV_SHUTDOWN (jsc#SLE-7521
LTC#178954).
- net/smc: receive returns without data (jsc#SLE-7521 LTC#178954).
- net/smc: fix SMCD link group creation with VLAN id (jsc#SLE-7521
LTC#178954).
- commit 83dcb05
* Thu Nov 28 2019 ptesarik@suse.cz
- s390: add support for IBM z15 machines (bsc#1156538 LTC#182406).
- Update config files.
- commit c53f40a
* Thu Nov 28 2019 tbogendoerfer@suse.de
- Update
patches.suse/RDMA-Fix-goto-target-to-release-the-allocated-memory.patch
(jsc#SLE-8449 bsc#1157171 CVE-2019-19077).
- commit e1bdb30
* Thu Nov 28 2019 tbogendoerfer@suse.de
- Update
patches.suse/nfp-flower-fix-memory-leak-in-nfp_flower_spawn_vnic_.patch
(bnc#1151927 5.3.4 bsc#1157045 CVE-2019-19081).
- commit e720525
* Thu Nov 28 2019 tbogendoerfer@suse.de
- Update
patches.suse/nfp-flower-prevent-memory-leak-in-nfp_flower_spawn_p.patch
(bnc#1151927 5.3.4 bsc#1157044 CVE-2019-19080).
- commit 8b64c31
* Thu Nov 28 2019 tbogendoerfer@suse.de
- Update
patches.suse/RDMA-hfi1-Prevent-memory-leak-in-sdma_init.patch
(jsc#SLE-8449 bnc#1151927 5.3.9 bsc#1157191 CVE-2019-19065).
- commit 29b1120
* Thu Nov 28 2019 yousaf.kaukab@suse.com
- gpio: stubs in headers should be inline
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit d6eb08d
* Thu Nov 28 2019 ptesarik@suse.cz
- s390/cpumsf: Check for CPU Measurement sampling
(bsc#1156561 LTC#182407).
- commit 02c88d4
* Thu Nov 28 2019 yousaf.kaukab@suse.com
- regulator: add missing 'static inline' to a helper's stub
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit a58ac0e
* Thu Nov 28 2019 mkubecek@suse.cz
- series.conf: refresh
- update upstream references and resort:
patches.suse/ibmvnic-Bound-waits-for-device-queries.patch
patches.suse/ibmvnic-Fix-completion-structure-initialization-again.patch
patches.suse/ibmvnic-Serialize-device-queries.patch
patches.suse/ibmvnic-Terminate-waiting-device-threads-after-loss-.patch
- commit 223cb4b
* Thu Nov 28 2019 mkubecek@suse.cz
- series.conf: cleanup
- move unsortable patches out of sorted section
patches.suse/CIFS-Fix-SMB2-oplock-break-processing.patch
patches.suse/cifs-move-cifsFileInfo_put-logic-into-a-work-queue.patch
- update Patch-mainline tag
patches.suse/smb3-fix-leak-in-open-on-server-perf-counter.patch
- commit 4594952
* Thu Nov 28 2019 msuchanek@suse.de
- powerpc: add link stack flush mitigation in debugfs
(CVE-2019-18660 bsc#1157038 bsc#1157923 ltc#182612).
- KVM: PPC: Book3S HV: Flush link stack on guest exit to host
kernel (CVE-2019-18660 bsc#1157038 bsc#1157923 ltc#182612).
- powerpc/book3s64: Fix link stack flush on context switch
(CVE-2019-18660 bsc#1157038 bsc#1157923 ltc#182612).
- commit 538ee5a
* Wed Nov 27 2019 msuchanek@suse.de
- net/ibmvnic: Ignore H_FUNCTION return from H_EOI to tolerate
XIVE mode (bsc#1089644, ltc#166495, ltc#165544, git-fixes).
- Delete patches.suse/net-ibmvnic-Fix-EOI-when-running-in-XIVE-mode.patch - reverted upstream
- blacklist.conf: Add the removed patch and revert.
- commit e63bc30
* Wed Nov 27 2019 tiwai@suse.de
- PCI: Fix missing inline for pci_pr3_present() (git-fixes).
- PCI: Add a helper to check Power Resource Requirements _PR3
existence (git-fixes).
- commit 071c077
* Wed Nov 27 2019 yousaf.kaukab@suse.com
- regulator: provide regulator_bulk_set_supply_names()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit ef060bf
* Wed Nov 27 2019 oneukum@suse.com
- blacklist.conf: no need to watch for android fixes
- commit 4abf123
* Wed Nov 27 2019 ptesarik@suse.cz
- s390/pkey: fix memory leak within _copy_apqns_from_user()
(jsc#SLE-7533 LTC#178844).
- commit 3fe4d6e
* Wed Nov 27 2019 ptesarik@suse.cz
- s390/crypto: Fix unsigned variable compared with zero
(jsc#SLE-7545 LTC#179078).
- commit d517803
* Wed Nov 27 2019 ptesarik@suse.cz
- s390/crypto: Support for SHA3 via CPACF (MSA6) (jsc#SLE-7545
LTC#179078).
- Update config files.
- supported.conf: Add sha3_256_s390 and sha3_512_s390.
- commit 39adadf
* Wed Nov 27 2019 mkubecek@suse.cz
- update upstream references
- move into sorted section:
patches.suse/sched-pelt-Fix-update-of-blocked-PELT-ordering.patch
- update upstream reference and move into sorted section:
patches.suse/sched-cpufreq-Move-the-cfs_rq_util_change-call-to-cpufreq_update_util.patch
- update Patch-mainline:
patches.suse/sched-core-Further-clarify-sched_class-set_next_task.patch
patches.suse/sched-core-Make-pick_next_task_idle-more-consistent.patch
patches.suse/sched-core-Optimize-pick_next_task.patch
patches.suse/sched-core-Simplify-sched_class-pick_next_task.patch
patches.suse/sched-fair-Add-comments-for-group_type-and-balancing-at-SD_NUMA-level.patch
patches.suse/sched-fair-Better-document-newidle_balance.patch
patches.suse/sched-fair-Clean-up-asym-packing.patch
patches.suse/sched-fair-Fix-rework-of-find_idlest_group.patch
patches.suse/sched-fair-Optimize-find_idlest_group.patch
patches.suse/sched-fair-Remove-meaningless-imbalance-calculation.patch
patches.suse/sched-fair-Rename-sg_lb_stats-sum_nr_running-to-sum_h_nr_running.patch
patches.suse/sched-fair-Rework-find_idlest_group.patch
patches.suse/sched-fair-Rework-load_balance.patch
patches.suse/sched-fair-Spread-out-tasks-evenly-when-not-overloaded.patch
patches.suse/sched-fair-Use-load-instead-of-runnable-load-in-load_balance.patch
patches.suse/sched-fair-Use-load-instead-of-runnable-load-in-wakeup-path.patch
patches.suse/sched-fair-Use-mul_u32_u32.patch
patches.suse/sched-fair-Use-rq-nr_running-when-balancing-load.patch
patches.suse/sched-fair-Use-utilization-to-select-misfit-task.patch
patches.suse/sched-fair-util_est-Implement-faster-ramp-up-EWMA-on-utilization-increases.patch
patches.suse/sched-pelt-Fix-update-of-blocked-PELT-ordering.patch
patches.suse/sched-topology-Don-t-set-SD_BALANCE_WAKE-on-cpuset-domain-relax.patch
- commit d845674
* Wed Nov 27 2019 yousaf.kaukab@suse.com
- soc/tegra: pmc: Add reset sources and levels on Tegra194
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Add missing IRQ callbacks on Tegra194
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Use lower-case for hexadecimal literals
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- usb: host: xhci-tegra: Correct phy enable sequence
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: tegra186: Add debounce support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: tegra186: Program interrupt route mapping
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: tegra186: Derive register offsets from bank/port
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- memory: tegra: Set DMA mask based on supported address bits
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Fix build error without CONFIG_PM_SLEEP
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Add suspend and resume support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Share clk and rst register defines with Tegra
clock driver (jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: clk-super: Fix to enable PLLP branches to CPU
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: clk-dfll: Add suspend and resume support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Use fence_udelay() during PLLU init
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: clk-super: Add restore-context support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: periph: Add restore_context support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Support for OSC context save and restore
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: pll: Save and restore pll context
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: pllout: Save and restore pllout context
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: divider: Save and restore divider rate
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Reimplement SOR clocks on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Reimplement SOR clock on Tegra124
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Rename sor0_lvds to sor0_out
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Move SOR0 implementation to Tegra124
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Remove last remains of TEGRA210_CLK_SOR1_SRC
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: Add API to get index of the clock parent
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- dt-bindings: clock: tegra: Rename SOR0_LVDS to SOR0_OUT
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- mfd: max77620: Do not allocate IRQs upfront
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- arm64: kpti: Add NVIDIA's Carmel core to the KPTI whitelist
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Configure deep sleep control settings
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Configure core power request polarity
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Add wake event support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Support wake events on more Tegra SoCs
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- cpufreq: tegra124: Add suspend and resume support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- ahci: tegra: use regulator_bulk_set_supply_names()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: use regulator_bulk_set_supply_names()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: xusb: Add vbus override support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: xusb: Add vbus override support on Tegra186
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: xusb: Add usb3 port fake support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: xusb: Add XUSB dual mode support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- iommu/tegra-smmu: Use non-secure register for flushing
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- iommu/tegra-smmu: Fix page tables in > 4 GiB memory
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- iommu/tegra-smmu: Fix client enablement order
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: tegra: Fix CLKREQ dependency programming
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- usb: host: xhci-tegra: Add Tegra194 XHCI support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- xhci: tegra: Parameterize mailbox register addresses
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: tegra186: Implement wake event support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: max77620: Fix interrupt handling
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: max77620: Do not allocate IRQs upfront
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- usb: host: xhci-tegra: use regulator_bulk_set_supply_names()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- usb: host: xhci-tegra: use devm_platform_ioremap_resource()
to simplify code (jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- net: stmmac: Support enhanced addressing mode for DWMAC 4.10
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- net: stmmac: Only enable enhanced addressing mode when needed
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Fix crashes for hierarchical interrupts
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: fuse: Add FUSE clock check in tegra_fuse_readl()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- firmware: tegra: Move BPMP resume to noirq phase
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: bd70528: Use correct unit for debounce times
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: max77620: Fixup debounce delays
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- thermal: tegra: Fix a typo
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- i2c: tegra: Compile PM functions unconditionally
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- arm64: tegra: Add PCIe slot supply information in p2972-0000
platform (jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: tegra: Add support to enable slot regulators
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: tegra: Add support to configure sideband pins
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: tegra: Add Tegra194 PCIe support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: Add PCIe PIPE2UPHY support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Add support to enable CDM register check
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Export dw_pcie_wait_for_link() API
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Add extended configuration space capability search
API (jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Move config space capability search API
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Group DBI registers writes requiring unlocking
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: Disable MSI for Tegra root ports
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: Add #defines for some of PCIe spec r4.0 features
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- pinctrl: tegra: Flush pinctrl writes during resume
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- pinctrl: tegra210: Add Tegra210 pinctrl pm ops
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- pinctrl: tegra: Add suspend and resume support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- net: stmmac: Do not request stmmaceth clock
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- net: stmmac: Make MDIO bus reset optional
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: Add PIO mode support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: report clk rate errors
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: add support to adjust baud rate
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: DT for Adjusted baud rates
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: add support to use 8 bytes trigger
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: set maximum num of uart ports to 8
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: check for FIFO mode enabled status
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: report error to upper tty layer
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: flush the RX fifo on frame error
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: avoid reg access when clk disabled
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: add support to ignore read
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: protect IER against LCR.DLAB
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: add internal loopback functionality
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- dmaengine: tegra210-adma: Don't program FIFO threshold
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- dmaengine: tegra-apb: Support per-burst residue granularity
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: pca953x: Drop %s for constant string literals
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: pca953x: Remove explicit comparison with 0
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: pca953x: Use GENMASK() consistently
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: pca953x: Switch to use device_get_match_data()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: Add support for hierarchical IRQ domains
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit e2e7db7
* Wed Nov 27 2019 ptesarik@suse.cz
- s390/qeth: use IQD Multi-Write (jsc#SLE-7795 LTC#179220).
- s390/qdio: implement IQD Multi-Write (jsc#SLE-7795 LTC#179220).
- s390/qeth: add xmit_more support for IQD devices (jsc#SLE-7795
LTC#179220).
- s390/qeth: add BQL support for IQD devices (jsc#SLE-7795
LTC#179220).
- s390/qeth: when in TX NAPI mode, use napi_consume_skb()
(jsc#SLE-7795 LTC#179220).
- s390/qeth: add TX NAPI support for IQD devices (jsc#SLE-7795
LTC#179220).
- s390/qeth: collect accurate TX statistics (jsc#SLE-7795
LTC#179220).
- s390/qdio: let drivers opt-out from Output Queue scanning
(jsc#SLE-7795 LTC#179220).
- s390/qdio: enable drivers to poll for Output completions
(jsc#SLE-7795 LTC#179220).
- commit a827279
* Wed Nov 27 2019 ptesarik@suse.cz
- s390/pkey: Add sysfs attributes to emit AES CIPHER key blobs
(jsc#SLE-7533 LTC#178844).
- s390/zcrypt: fix wrong handling of cca cipher keygenflags
(jsc#SLE-7533 LTC#178844).
- s390/paes: Prepare paes functions for large key blobs
(jsc#SLE-7533 LTC#178844).
- s390/pkey: add CCA AES cipher key support (jsc#SLE-7533
LTC#178844).
- s390/zcrypt: Add low level functions for CCA AES cipher keys
(jsc#SLE-7533 LTC#178844).
- s390/zcrypt: extend cca_findcard function and helper
(jsc#SLE-7533 LTC#178844).
- s390/pkey: pkey cleanup: narrow in-kernel API, fix some variable
types (jsc#SLE-7533 LTC#178844).
- commit 5c983d1
* Wed Nov 27 2019 nsaenzjulienne@suse.de
- of: Make of_dma_get_range() work on bus nodes (jsc#SLE-7772).
- of/address: Fix of_pci_range_parser_one translation of DMA
addresses (jsc#SLE-7772).
- of/address: Translate 'dma-ranges' for parent nodes missing
'dma-ranges' (jsc#SLE-7772).
- of: Factor out #{addr,size}-cells parsing (jsc#SLE-7772).
- of: address: Follow DMA parent for "dma-coherent"
(jsc#SLE-7772).
- of/address: Introduce of_get_next_dma_parent() helper
(jsc#SLE-7772).
- commit 6061577
* Wed Nov 27 2019 msuchanek@suse.de
- ibmvnic: Serialize device queries (bsc#1155689 ltc#182047).
- ibmvnic: Bound waits for device queries (bsc#1155689
ltc#182047).
- ibmvnic: Terminate waiting device threads after loss of service
(bsc#1155689 ltc#182047).
- ibmvnic: Fix completion structure initialization (bsc#1155689
ltc#182047).
- commit 0ff402a
* Wed Nov 27 2019 mkubecek@suse.cz
- config: refresh
- drop SOUNDWIRE from ppc64le/kvmsmall (no longer visible)
- update headers
- commit 1859c8f
* Wed Nov 27 2019 mgorman@suse.de
- Refresh
patches.suse/sched-core-Further-clarify-sched_class-set_next_task.patch.
- Refresh
patches.suse/sched-core-Make-pick_next_task_idle-more-consistent.patch.
- Refresh patches.suse/sched-core-Optimize-pick_next_task.patch.
- Refresh
patches.suse/sched-core-Simplify-sched_class-pick_next_task.patch.
- Refresh
patches.suse/sched-fair-Add-comments-for-group_type-and-balancing-at-SD_NUMA-level.patch.
- Refresh
patches.suse/sched-fair-Better-document-newidle_balance.patch.
- Refresh patches.suse/sched-fair-Clean-up-asym-packing.patch.
- Refresh
patches.suse/sched-fair-Fix-rework-of-find_idlest_group.patch.
- Refresh
patches.suse/sched-fair-Optimize-find_idlest_group.patch.
- Refresh
patches.suse/sched-fair-Remove-meaningless-imbalance-calculation.patch.
- Refresh
patches.suse/sched-fair-Rename-sg_lb_stats-sum_nr_running-to-sum_h_nr_running.patch.
- Refresh patches.suse/sched-fair-Rework-find_idlest_group.patch.
- Refresh patches.suse/sched-fair-Rework-load_balance.patch.
- Refresh
patches.suse/sched-fair-Spread-out-tasks-evenly-when-not-overloaded.patch.
- Refresh
patches.suse/sched-fair-Use-load-instead-of-runnable-load-in-load_balance.patch.
- Refresh
patches.suse/sched-fair-Use-load-instead-of-runnable-load-in-wakeup-path.patch.
- Refresh patches.suse/sched-fair-Use-mul_u32_u32.patch.
- Refresh
patches.suse/sched-fair-Use-rq-nr_running-when-balancing-load.patch.
- Refresh
patches.suse/sched-fair-Use-utilization-to-select-misfit-task.patch.
- Refresh
patches.suse/sched-fair-util_est-Implement-faster-ramp-up-EWMA-on-utilization-increases.patch.
- Refresh
patches.suse/sched-topology-Don-t-set-SD_BALANCE_WAKE-on-cpuset-domain-relax.patch.
- commit 20b4948
* Wed Nov 27 2019 mkubecek@suse.cz
- fix Patch-mainline tags
fix Patch-mainline:
patches.suse/0001-Bluetooth-btusb-fix-PM-leak-in-error-case-of-setup.patch
patches.suse/0001-crypto-af_alg-cast-ki_complete-ternary-op-to-int.patch
patches.suse/0001-crypto-algif_skcipher-Use-chunksize-instead-of-block.patch
patches.suse/0001-crypto-ecdh-fix-big-endian-bug-in-ECC-library.patch
patches.suse/0001-crypto-user-fix-memory-leak-in-crypto_report.patch
patches.suse/0001-crypto-user-fix-memory-leak-in-crypto_reportstat.patch
patches.suse/0001-libbpf-Fix-struct-end-padding-in-btf_dump.patch
- commit 03de6a8
* Wed Nov 27 2019 mkubecek@suse.cz
- series.conf: cleanup
Keep the number of top level section reasonable.
- commit b91f28d
* Wed Nov 27 2019 tiwai@suse.de
- ALSA: usb-audio: Fix Focusrite Scarlett 6i6 gen1 - input
handling (git-fixes).
- ALSA: usb-audio: Fix NULL dereference at parsing BADD
(git-fixes).
- ALSA: usb-audio: Fix Scarlett 6i6 Gen 2 port data (git-fixes).
- ALSA: usb-audio: Add skip_validation option (git-fixes).
- ALSA: 6fire: Drop the dead code (git-fixes).
- ALSA: usb-audio: sound: usb: usb true/false for bool return type
(git-fixes).
- commit f395c96
* Wed Nov 27 2019 tiwai@suse.de
- ALSA: docs: Update about the new PCM sync_stop ops (git-fixes).
- ALSA: pcm: Add card sync_irq field (git-fixes).
- ALSA: pcm: Add the support for sync-stop operation (git-fixes).
- ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local header
(git-fixes).
- ALSA: docs: Update document about the default PCM ioctl ops
(git-fixes).
- ALSA: pcm: Allow NULL ioctl ops (git-fixes).
- ALSA: docs: Update for managed buffer allocation mode
(git-fixes).
- ALSA: pcm: Introduce managed buffer allocation mode (git-fixes).
- ALSA: timer: Fix the breakage of slave link open (git-fixes).
- ALSA: pcm: Yet another missing check of non-cached buffer type
(git-fixes).
- ALSA: timer: Fix possible race at assigning a timer instance
(git-fixes).
- ALSA: timer: Make snd_timer_close() returning void (git-fixes).
- ALSA: timer: Unify master/slave linking code (git-fixes).
- ALSA: timer: Limit max amount of slave instances (git-fixes).
- ALSA: docs: Remove snd_dma_pci_data() usage in documentation
(git-fixes).
- ALSA: pcm: Create proc files only for non-empty preallocations
(git-fixes).
- ALSA: pcm: Warn if doubly preallocated (git-fixes).
- ALSA: docs: Update documentation about SG- and vmalloc-buffers
(git-fixes).
- ALSA: pcm: Handle special page mapping in the default mmap
handler (git-fixes).
- ALSA: memalloc: Add vmalloc buffer allocation support
(git-fixes).
- ALSA: memalloc: Allow NULL device for SNDRV_DMA_TYPE_CONTINUOUS
type (git-fixes).
- commit a9f5790
* Wed Nov 27 2019 tiwai@suse.de
- ALSA: hda/realtek - Enable internal speaker of ASUS UX431FLC
(git-fixes).
- ALSA: hda/hdmi - Clear codec->relaxed_resume flag at unbinding
(git-fixes).
- ALSA: hda - Disable audio component for legacy Nvidia HDMI
codecs (git-fixes).
- ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptop
(git-fixes).
- ALSA: hda/realtek - Move some alc236 pintbls to fallback table
(git-fixes).
- ALSA: hda/realtek - Move some alc256 pintbls to fallback table
(git-fixes).
- ALSA: hda - Add mute led support for HP ProBook 645 G4
(git-fixes).
- ALSA: hda - Add DP-MST support for NVIDIA codecs (git-fixes).
- ALSA: hda - Add DP-MST support for non-acomp codecs (git-fixes).
- ALSA: hda - Add DP-MST jack support (git-fixes).
- ALSA: hda - Rename snd_hda_pin_sense to snd_hda_jack_pin_sense
(git-fixes).
- ALSA: hda - remove forced polling workaround for CFL and CNL
(git-fixes).
- ALSA: hda: hdmi - remove redundant code comments (git-fixes).
- ALSA: hda: hdmi - fix port numbering for ICL and TGL platforms
(git-fixes).
- ALSA: hda/hdmi - Clean up Intel platform-specific fixup checks
(git-fixes).
- ALSA: hda/hdmi - implement mst_no_extra_pcms flag (git-fixes).
- ALSA: hda: Disable regmap internal locking (git-fixes).
- ALSA: hda - Fix pending unsol events at shutdown (git-fixes).
- ALSA: hda: Allow HDA to be runtime suspended when dGPU is not
bound to a driver (git-fixes).
- commit 81f6f50
* Wed Nov 27 2019 tiwai@suse.de
- media: vivid: Fix wrong locking that causes race conditions
on streaming stop (CVE-2019-18683,bsc#1155897).
- media: rcar_drif: fix a memory disclosure
(CVE-2019-18786,bsc#1156043).
- media: usb: fix memory leak in af9005_identify_state
(CVE-2019-18809,bsc#1156258).
- commit 5b09130
* Wed Nov 27 2019 jgross@suse.com
- xen/gntdev: Use select for DMA_SHARED_BUFFER (bsc#1065600).
- commit 97a6782
* Wed Nov 27 2019 mgorman@suse.de
- sched/cpufreq: Move the cfs_rq_util_change() call to
cpufreq_update_util() (bnc#1155798 (CPU scheduler functional
and performance backports)).
- sched/pelt: Fix update of blocked PELT ordering (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair: Add comments for group_type and balancing at
SD_NUMA level (bnc#1155798 (CPU scheduler functional and
performance backports)).
- sched/fair: Fix rework of find_idlest_group() (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/core: Further clarify sched_class::set_next_task()
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Use mul_u32_u32() (bnc#1155798 (CPU scheduler
functional and performance backports)).
- sched/core: Simplify sched_class::pick_next_task() (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/core: Optimize pick_next_task() (bnc#1155798 (CPU
scheduler functional and performance backports)).
- sched/core: Make pick_next_task_idle() more consistent
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Better document newidle_balance() (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair/util_est: Implement faster ramp-up EWMA on
utilization increases (bnc#1155798 (CPU scheduler functional
and performance backports)).
- sched/fair: Rework find_idlest_group() (bnc#1155798 (CPU
scheduler functional and performance backports)).
- sched/fair: Optimize find_idlest_group() (bnc#1155798 (CPU
scheduler functional and performance backports)).
- sched/fair: Use load instead of runnable load in wakeup
path (bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Use utilization to select misfit task (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair: Spread out tasks evenly when not overloaded
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Use load instead of runnable load in load_balance()
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Use rq->nr_running when balancing load (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair: Rework load_balance() (bnc#1155798 (CPU scheduler
functional and performance backports)).
- sched/fair: Remove meaningless imbalance calculation
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Rename sg_lb_stats::sum_nr_running to
sum_h_nr_running (bnc#1155798 (CPU scheduler functional and
performance backports)).
- sched/fair: Clean up asym packing (bnc#1155798 (CPU scheduler
functional and performance backports)).
- sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain
relax (bnc#1155798 (CPU scheduler functional and performance
backports)).
- commit 0c439b5
* Tue Nov 26 2019 nsaenzjulienne@suse.de
- arm64: mm: reserve CMA and crashkernel in ZONE_DMA32
(jsc#SLE-7772).
- commit 8dd0df2
* Tue Nov 26 2019 aaptel@suse.com
- cifs: move cifsFileInfo_put logic into a work-queue
(bsc#1154355).
- commit 3fc1ff0
* Tue Nov 26 2019 aaptel@suse.com
- CIFS: Fix SMB2 oplock break processing (bsc#1154355).
- commit 6ea244c
* Tue Nov 26 2019 aaptel@suse.com
- cifs: add a helper to find an existing readable handle to a file
(bsc#1154355).
- commit 86876f3
* Tue Nov 26 2019 aaptel@suse.com
- smb3: fix signing verification of large reads (bsc#1154355).
- commit 151844a
* Tue Nov 26 2019 aaptel@suse.com
- cifs: use existing handle for compound_op(OP_SET_INFO) when
possible (bsc#1154355).
- commit bbed94e
* Tue Nov 26 2019 aaptel@suse.com
- cifs: create a helper to find a writeable handle by path name
(bsc#1154355).
- Refresh
patches.suse/smb3-improve-handling-of-share-deleted-and-share-recreated-.patch.
- commit b4e2014
* Tue Nov 26 2019 aaptel@suse.com
- smb3: Incorrect size for netname negotiate context
(bsc#1154355).
- commit 2e876d6
* Tue Nov 26 2019 aaptel@suse.com
- cifs: prepare SMB2_Flush to be usable in compounds
(bsc#1154355).
- commit 94efab3
* Tue Nov 26 2019 oneukum@suse.com
- libbpf: Fix struct end padding in btf_dump (git-fixes).
- commit 3ff85da
* Tue Nov 26 2019 oneukum@suse.com
- crypto: ecdh - fix big endian bug in ECC library (git-fixes).
- commit 3ed4e6a
* Tue Nov 26 2019 oneukum@suse.com
- crypto: user - fix memory leak in crypto_reportstat (git-fixes).
- commit 11b554d
* Tue Nov 26 2019 oneukum@suse.com
- crypto: user - fix memory leak in crypto_report (git-fixes).
- commit 905d0c3
* Tue Nov 26 2019 oneukum@suse.com
- crypto: af_alg - cast ki_complete ternary op to int (git-fixes).
- commit 62b6457
* Tue Nov 26 2019 oneukum@suse.com
- crypto: algif_skcipher - Use chunksize instead of blocksize
(git-fixes).
- commit 638ebae
* Tue Nov 26 2019 aaptel@suse.com
- smb3: improve handling of share deleted (and share recreated)
(bsc#1154355).
- Refresh
patches.suse/smb3-fix-leak-in-open-on-server-perf-counter.patch.
- commit b021da1
* Tue Nov 26 2019 nsaenzjulienne@suse.de
- PCI: brcmstb: add MSI capability (jsc#SLE-7772).
- PCI: brcmstb: add Broadcom STB PCIe host controller driver
(jsc#SLE-7772).
- config: arm64: enable RPi4 PCIe controller
- supported.conf: add pcie-brcmstb RPi4's PCIe controller
- linux/log2.h: Add roundup/rounddown_pow_two64() family of
functions (jsc#SLE-7772).
- commit b2ce31d
* Tue Nov 26 2019 nsaenzjulienne@suse.de
- dma-mapping: treat dev->bus_dma_mask as a DMA limit
(jsc#SLE-7772).
- dma-direct: exclude dma_direct_map_resource from the min_low_pfn
check (jsc#SLE-7772).
- dma-direct: avoid a forward declaration for phys_to_dma
(jsc#SLE-7772).
- dma-direct: unify the dma_capable definitions (jsc#SLE-7772).
- x86/PCI: sta2x11: use default DMA address translation
(jsc#SLE-7772).
- dma-direct: check for overflows on 32 bit DMA addresses
(jsc#SLE-7772).
- commit 94cc441
* Tue Nov 26 2019 msuchanek@suse.de
- powerpc/book3s64/hash: Use secondary hash for bolted mapping
if the primary is full (bsc#1157778 ltc#182520).
- powerpc/pseries: Don't fail hash page table insert for bolted
mapping (bsc#1157778 ltc#182520).
- powerpc/pseries: Don't opencode HPTE_V_BOLTED (bsc#1157778
ltc#182520).
- commit b6eca43
* Tue Nov 26 2019 msuchanek@suse.de
- seltests/powerpc: Add a selftest for memcpy_mcsafe (bsc#1157774
ltc#182579).
- powerpc/memcpy: Fix stack corruption for smaller sizes
(bsc#1157774 ltc#182579).
- commit 34c7004
* Tue Nov 26 2019 msuchanek@suse.de
- Delete patches.suse/soundwire-depend-on-ACPI-OF.patch.
- Update config files.
- blacklist
- commit b6ee2ab
* Tue Nov 26 2019 nsaenzjulienne@suse.de
- PCI: rcar: Use inbound resources for setup (jsc#SLE-7772).
- PCI: iproc: Use inbound resources for setup (jsc#SLE-7772).
- PCI: xgene: Use inbound resources for setup (jsc#SLE-7772).
- PCI: v3-semi: Use inbound resources for setup (jsc#SLE-7772).
- PCI: ftpci100: Use inbound resources for setup (jsc#SLE-7772).
- PCI: of: Add inbound resource parsing to helpers (jsc#SLE-7772).
- Refresh: patches.suse/PCI-mobiveil-Make-mobiveil_host_init-can-be-used-to-.patch
- Refresh: patches.suse/PCI-mobiveil-Refactor-Mobiveil-PCIe-Host-Bridge-IP-d.patch
- PCI: versatile: Enable COMPILE_TEST (jsc#SLE-7772).
- PCI: versatile: Remove usage of PHYS_OFFSET (jsc#SLE-7772).
- PCI: versatile: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: xilinx-nwl: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: xilinx: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: xgene: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: v3-semi: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: rockchip: Drop storing driver private outbound resource
data (jsc#SLE-7772).
- PCI: rockchip: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: mobiveil: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- Refresh patches.suse/PCI-mobiveil-Refactor-Mobiveil-PCIe-Host-Bridge-IP-d.patch.
- Refresh: patches.suse/PCI-mobiveil-Make-mobiveil_host_init-can-be-used-to-.patch
- PCI: mediatek: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: iproc: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: faraday: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: dwc: Use pci_parse_request_of_pci_ranges() (jsc#SLE-7772).
- PCI: altera: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: aardvark: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: Export pci_parse_request_of_pci_ranges() (jsc#SLE-7772).
- resource: Add a resource_list_first_type helper (jsc#SLE-7772).
- commit 89f0599
* Tue Nov 26 2019 oneukum@suse.com
- Bluetooth: btusb: fix PM leak in error case of setup
(git-fixes).
- virtio_console: allocate inbufs in add_port() only if it is
needed (git-fixes).
- commit 74ff161
* Tue Nov 26 2019 yousaf.kaukab@suse.com
- config: arm64: enable options for nvidia jetson tx1
References: jsc#SLE-9391
- commit 380d090
* Tue Nov 26 2019 nsaenzjulienne@suse.de
- arm64: mm: Fix unused variable warning in zone_sizes_init
(jsc#SLE-7772).
- commit 6fb4438
* Tue Nov 26 2019 jlee@suse.com
- Delete
patches.suse/0041-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch.
(jsc#SLE-9870)
This patch be replaced by
patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch
- commit 736d395
* Tue Nov 26 2019 jlee@suse.com
- Delete patches.suse/0039-efi-Add-EFI_SECURE_BOOT-bit.patch.
(jsc#SLE-9870)
This patch be replaced by
patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch
- commit 06804cf
* Tue Nov 26 2019 nmoreychaisemartin@suse.com
- RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devices (bsc#1157115)
- commit fc79fc5
* Tue Nov 26 2019 tiwai@suse.de
- ipmi: Fix memory leak in __ipmi_bmc_register
(CVE-2019-19046,bsc#1157304).
- spi: lpspi: fix memory leak in fsl_lpspi_probe
(CVE-2019-19064,bsc#1157300).
- spi: gpio: prevent memory leak in spi_gpio_probe
(CVE-2019-19070,bsc#1157294).
- mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ring
(CVE-2019-19057,bsc#1157193).
- mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_buf
(CVE-2019-19056,bsc#1157197).
- ath10k: fix memory leak (CVE-2019-19078,bsc#1157032).
- rtl8xxxu: prevent leaking urb (CVE-2019-19068,bsc#1157307).
- rtlwifi: prevent memory leak in rtl_usb_probe
(CVE-2019-19063,bsc#1157298).
- rsi: release skb if rsi_prepare_beacon fails
(CVE-2019-19071,bsc#1157067).
- crypto: user - fix memory leak in crypto_reportstat
(CVE-2019-19050,bsc#1157336).
- crypto: user - fix memory leak in crypto_report
(CVE-2019-19062,bsc#1157333).
- commit f284309
* Tue Nov 26 2019 jlee@suse.com
- efi: Lock down the kernel at the integrity level if booted in
secure boot mode (jsc#SLE-9870).
- commit d022ad5
* Tue Nov 26 2019 mkubecek@suse.cz
- series.conf: cleanup
- rename patches.suse/scsi-qla2xxx-fix-wait-condition-in-loop.patch
to patches.suse/scsi-qla2xxx-fix-NPIV-tear-down-process.patch
(to match mainline commit subject)
- update upstream references and move into sorted section:
patches.suse/arm64-Fake-the-IminLine-size-on-systems-affected-by-.patch
patches.suse/arm64-compat-Workaround-Neoverse-N1-1542419-for-comp.patch
patches.suse/arm64-errata-Hide-CTR_EL0.DIC-on-systems-affected-by.patch
patches.suse/libertas-fix-a-potential-NULL-pointer-dereference.patch
patches.suse/net-ath10k-Fix-a-NULL-ptr-deref-bug.patch
patches.suse/scsi-qla2xxx-fix-NPIV-tear-down-process.patch
- move out of "almost mainline" section (the patch has been effectively
rejected in this form):
patches.suse/ibmveth-Update-ethtool-settings-to-reflect-virtual-p.patch
No effect on expanded tree.
- commit ab5c717
* Tue Nov 26 2019 mkubecek@suse.cz
- series.conf: refresh
- update upstream references and resort:
patches.suse/0001-arm64-mm-use-arm64_dma_phys_limit-instead-of-calling.patch
patches.suse/0002-arm64-rename-variables-used-to-calculate-ZONE_DMA32-.patch
patches.suse/0003-arm64-use-both-ZONE_DMA-and-ZONE_DMA32.patch
patches.suse/0004-mm-refresh-ZONE_DMA-and-ZONE_DMA32-comments-in-enum-.patch
patches.suse/Bluetooth-hci_bcm-Fix-RTS-handling-during-startup.patch
patches.suse/net-bcmgenet-Add-BCM2711-support.patch
patches.suse/net-bcmgenet-Add-RGMII_RXID-support.patch
patches.suse/net-bcmgenet-Add-a-shutdown-callback.patch
patches.suse/net-bcmgenet-Avoid-touching-non-existent-interrupt.patch
patches.suse/net-bcmgenet-Fix-error-handling-on-IRQ-retrieval.patch
patches.suse/net-bcmgenet-Generate-a-random-MAC-if-none-is-valid.patch
patches.suse/net-bcmgenet-Refactor-register-access-in-bcmgenet_mi.patch
No effect on expanded tree.
- commit 6d8a72c
* Tue Nov 26 2019 jlee@suse.com
- efi: Lock down the kernel if booted in secure boot mode
(jsc#SLE-9870).
- Update config files. (jsc#SLE-9870)
- commit 7f8d57d
* Tue Nov 26 2019 jlee@suse.com
- efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
(jsc#SLE-9870).
- commit 4d3145f
* Tue Nov 26 2019 jlee@suse.com
- security: lockdown: expose a hook to lock the kernel down
(jsc#SLE-9870).
- commit d2adcd5
* Mon Nov 25 2019 tonyj@suse.de
- perf/x86/intel: Support PEBS output to PT (jsc#SLE-8896).
- perf: Allow normal events to output AUX data (jsc#SLE-8896).
- commit bac2bbc
* Mon Nov 25 2019 mkubecek@suse.cz
- update patch references
Update Patch-mainline:
patches.suse/bdi-Add-bdi-id.patch
patches.suse/fs-fs-writeback.c-fix-kernel-doc-warning.patch
patches.suse/memcg-only-record-foreign-writebacks-with-dirty-pages-when-memcg-is-not-disabled.patch
patches.suse/mm-debug.c-PageAnon-is-true-for-PageKsm-pages.patch
patches.suse/mm-debug.c-__dump_page-prints-an-extra-line.patch
patches.suse/mm-hmm-fix-hmm_range_fault-s-handling-of-swapped-out-pages.patch
patches.suse/mm-memcontrol-update-lruvec-counters-in-mem_cgroup_move_account.patch
patches.suse/mm-memory_hotplug-don-t-access-uninitialized-memmaps-in-shrink_pgdat_span.patch
patches.suse/mm-memory_hotplug-fix-updating-the-node-span.patch
patches.suse/mm-move-mem_cgroup_uncharge-out-of-__page_cache_release.patch
patches.suse/mm-shrinker-make-shrinker-not-depend-on-memcg-kmem.patch
patches.suse/mm-slab.c-fix-kernel-doc-warning-for-__ksize.patch
patches.suse/mm-thp-extract-split_queue_-into-a-struct.patch
patches.suse/mm-thp-make-deferred-split-shrinker-memcg-aware.patch
patches.suse/writeback-Generalize-and-expose-wb_completion.patch
patches.suse/writeback-Separate-out-wb_get_lookup-from-wb_get_create.patch
patches.suse/writeback-fix-use-after-free-in-finish_writeback_work.patch
patches.suse/writeback-memcg-Implement-cgroup_writeback_by_id.patch
patches.suse/writeback-memcg-Implement-foreign-dirty-flushing.patch
- commit c99b532
* Mon Nov 25 2019 tiwai@suse.de
- Update patch reference for mlx5 driver fix (CVE-2019-19047 bsc#1157715)
- commit 9e3d31d
* Mon Nov 25 2019 tiwai@suse.de
- Update patch reference for vbox driver fix (CVE-2019-19048 bsc#1157720)
- commit a46881b
* Mon Nov 25 2019 mgorman@suse.de
- mm/memory_hotplug: fix updating the node span (git fixes
(mm/memcontrol)).
- fs/fs-writeback.c: fix kernel-doc warning (git fixes
(mm/memcontrol)).
- memcg: only record foreign writebacks with dirty pages when
memcg is not disabled (git fixes (mm/memcontrol)).
- writeback: fix use-after-free in finish_writeback_work()
(git fixes (mm/memcontrol)).
- commit cdafbd8
* Mon Nov 25 2019 msuchanek@suse.de
- powerpc/bpf: Fix tail call implementation (bsc#1157698).
- commit 68da2db
* Mon Nov 25 2019 mgorman@suse.de
- writeback, memcg: Implement cgroup_writeback_by_id() (git fixes
(mm/memcontrol)).
- writeback: Separate out wb_get_lookup() from wb_get_create()
(git fixes (mm/memcontrol)).
- bdi: Add bdi->id (git fixes (mm/memcontrol)).
- writeback: Generalize and expose wb_completion (git fixes
(mm/memcontrol)).
- commit 14fbce3
* Mon Nov 25 2019 mgorman@suse.de
- mm/ksm.c: don't WARN if page is still mapped in
remove_stable_node() (git fixes (mm/ksm).
- commit 89108e1
* Mon Nov 25 2019 mgorman@suse.de
- mm/memory_hotplug: don't access uninitialized memmaps in
shrink_zone_span() (git fixes (mm/hotplug)).
- commit 990c666
* Mon Nov 25 2019 mgorman@suse.de
- mm/debug.c: PageAnon() is true for PageKsm() pages (git fixes
(mm/debug)).
- mm/debug.c: __dump_page() prints an extra line (git fixes
(mm/debug)).
- commit c8d910e
* Mon Nov 25 2019 mgorman@suse.de
- mm/memcontrol: update lruvec counters in mem_cgroup_move_account
(git fixes (mm/memcontrol)).
- mm: thp: make deferred split shrinker memcg aware (git fixes
(mm/memcontrol)).
- mm: shrinker: make shrinker not depend on memcg kmem (git fixes
(mm/memcontrol)).
- mm: move mem_cgroup_uncharge out of __page_cache_release()
(git fixes (mm/memcontrol)).
- mm: thp: extract split_queue_* into a struct (git fixes
(mm/memcontrol)).
- writeback, memcg: Implement foreign dirty flushing (git fixes
(mm/memcontrol)).
- commit 0f63fa2
* Mon Nov 25 2019 mgorman@suse.de
- mm/memory_hotplug: don't access uninitialized memmaps in
shrink_pgdat_span() (git fixes (mm/hotplug)).
- commit 3e5e1ed
* Mon Nov 25 2019 mgorman@suse.de
- mm/slab.c: fix kernel-doc warning for __ksize() (git fixes
(mm/slab)).
- commit 5cc4ee9
* Mon Nov 25 2019 mgorman@suse.de
- mm/hmm: fix hmm_range_fault()'s handling of swapped out pages
(git fixes (mm/hmm)).
- commit c8ec9ab
* Mon Nov 25 2019 jslaby@suse.cz
- drm/i915/userptr: Try to acquire the page lock around
set_page_dirty() (bnc#1156537).
- commit 60d22de
* Mon Nov 25 2019 tbogendoerfer@suse.de
- net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMIN
(bsc#1154353).
- sfc: Only cancel the PPS workqueue if it exists (jsc#SLE-8314).
- net-sysfs: fix netdev_queue_add_kobject() breakage
(bsc#1154353).
- net/mlxfw: Verify FSM error code translation doesn't exceed
array size (jsc#SLE-8464).
- net/mlx5: Update the list of the PCI supported devices
(jsc#SLE-8464).
- net/mlx5: Fix auto group size calculation (jsc#SLE-8464).
- net/mlx5e: Add missing capability bit check for IP-in-IP
(jsc#SLE-8464).
- net/mlx5e: Do not use non-EXT link modes in EXT mode
(jsc#SLE-8464).
- net/mlx5e: Fix set vf link state error flow (jsc#SLE-8464).
- net/mlx5: DR, Limit STE hash table enlarge based on bytemask
(jsc#SLE-8464).
- net/mlx5: DR, Skip rehash for tables with byte mask zero
(jsc#SLE-8464).
- net/mlx5: DR, Fix invalid EQ vector number on CQ creation
(jsc#SLE-8464).
- net/mlx5e: Reorder mirrer action parsing to check for encap
first (jsc#SLE-8464).
- net/mlx5e: Fix ingress rate configuration for representors
(jsc#SLE-8464).
- net/mlx5e: Fix error flow cleanup in
mlx5e_tc_tun_create_header_ipv4/6 (jsc#SLE-8464).
- ipv6/route: return if there is no fib_nh_gw_family
(bsc#1154353).
- net-sysfs: Fix reference count leak in
rx|netdev_queue_add_kobject (bsc#1154353).
- net: hns3: fix a wrong reset interrupt status mask
(bsc#1154353).
- net/sched: act_pedit: fix WARN() in the traffic path
(bsc#1154353).
- net: phylink: fix link mode modification in PHY mode
(bsc#1154353).
- net: phylink: update documentation on create and destroy
(bsc#1154353).
- taprio: don't reject same mqprio settings (bsc#1154353).
- net/tls: enable sk_msg redirect to tls socket egress
(bsc#1154353).
- gve: fix dma sync bug where not all pages synced (bsc#1154353).
- net/mlx4_en: Fix wrong limitation for number of TX rings
(jsc#SLE-8460).
- net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in
act_tunnel_key (bsc#1154353).
- mlxsw: spectrum_router: Fix determining underlay for a GRE
tunnel (bsc#1154488).
- net/mlx4_en: fix mlx4 ethtool -N insertion (jsc#SLE-8460).
- net: hns3: cleanup of stray struct hns3_link_mode_mapping
(bsc#1154353).
- net: hns3: fix ETS bandwidth validation bug (bsc#1154353).
- net: hns3: reallocate SSU' buffer size when pfc_en changes
(bsc#1154353).
- net: hns3: add compatible handling for MAC VLAN switch parameter
configuration (bsc#1154353).
- RDMA/hns: Correct the value of srq_desc_size (jsc#SLE-8449).
- RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LEN
(jsc#SLE-8449).
- ixgbe: need_wakeup flag might not be set for Tx (jsc#SLE-7979
jsc#SLE-7981).
- i40e: need_wakeup flag might not be set for Tx (jsc#SLE-8025).
- igb/igc: use ktime accessors for skb->tstamp (jsc#SLE-7967
jsc#SLE-8010 jsc#SLE-7966).
- i40e: Fix for ethtool -m issue on X722 NIC (jsc#SLE-8025).
- iavf: initialize ITRN registers with correct values
(jsc#SLE-7940).
- ice: fix potential infinite loop because loop counter being
too small (jsc#SLE-7926).
- net: hns3: add compatible handling for command
HCLGE_OPC_PF_RST_DONE (bsc#1154353).
- net/mlx5e: Use correct enum to determine uplink port
(jsc#SLE-8464).
- net/mlx5: DR, Fix memory leak during rule creation
(jsc#SLE-8464).
- net/mlx5: DR, Fix memory leak in modify action destroy
(jsc#SLE-8464).
- net/mlx5e: Fix eswitch debug print of max fdb flow
(jsc#SLE-8464).
- bridge: ebtables: don't crash when using dnat target in output
chains (bsc#1154353).
- mlx4_core: fix wrong comment about the reason of subtract one
from the max_cqes (jsc#SLE-8460).
- net: hns3: Use the correct style for SPDX License Identifier
(bsc#1154353).
- taprio: fix panic while hw offload sched list swap
(bsc#1154353).
- net: sched: taprio: fix -Wmissing-prototypes warnings
(bsc#1154353).
- net: update net_dim documentation after rename (bsc#1154353).
- net: taprio: Fix returning EINVAL when configuring without flags
(bsc#1154353).
- taprio: Add support for hardware offloading (bsc#1154353).
- taprio: remove unused variable 'entry_list_policy'
(bsc#1154353).
- commit 3090b61
* Mon Nov 25 2019 jslaby@suse.cz
- Linux 5.3.13 (bnc#1151927 5.3.13).
- arm64: uaccess: Ensure PAN is re-enabled after unhandled
uaccess fault (bnc#1151927 5.3.13).
- net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()
(bnc#1151927 5.3.13).
- block, bfq: deschedule empty bfq_queues not referred by any
process (bnc#1151927 5.3.13).
- mm/memory_hotplug: fix updating the node span (bnc#1151927
5.3.13).
- mm/memory_hotplug: don't access uninitialized memmaps in
shrink_pgdat_span() (bnc#1151927 5.3.13).
- fbdev: Ditch fb_edid_add_monspecs (bnc#1151927 5.3.13).
- commit 0c2740a
* Mon Nov 25 2019 mbrugger@suse.com
- driver core: simplify definitions of platform_get_irq*
(jsc#SLE-7772).
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
(jsc#SLE-7772).
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
Enable CONFIG_ZONE_DMA and CONFIG_BOUNCE
- arm64: rename variables used to calculate ZONE_DMA32's size
(jsc#SLE-7772).
- arm64: mm: use arm64_dma_phys_limit instead of calling
max_zone_dma_phys() (jsc#SLE-7772).
- net: bcmgenet: Add RGMII_RXID support (jsc#SLE-7772).
- net: bcmgenet: Refactor register access in bcmgenet_mii_config
(jsc#SLE-7772).
- net: bcmgenet: Add BCM2711 support (jsc#SLE-7772).
- net: bcmgenet: Fix error handling on IRQ retrieval
(jsc#SLE-7772).
- net: bcmgenet: Avoid touching non-existent interrupt
(jsc#SLE-7772).
- Bluetooth: hci_bcm: Fix RTS handling during startup
(jsc#SLE-7772).
- net: bcmgenet: Add a shutdown callback (jsc#SLE-7772).
- net: bcmgenet: Generate a random MAC if none is valid
(jsc#SLE-7772).
- clocksource/drivers/sh_mtu2: Do not loop using
platform_get_irq_by_name() (jsc#SLE-7772).
- net: bcmgenet: reapply manual settings to the PHY
(jsc#SLE-7772).
- Revert "net: bcmgenet: soft reset 40nm EPHYs before MAC init"
(jsc#SLE-7772).
- net: bcmgenet: use RGMII loopback for MAC reset (jsc#SLE-7772).
- iommu/ipmmu-vmsa: Only call platform_get_irq() when interrupt
is mandatory (jsc#SLE-7772).
- iommu/rockchip: Don't use platform_get_irq to implicitly count
irqs (jsc#SLE-7772).
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
with bcm2711 (jsc#SLE-7772).
- mmc: sh_mmcif: Use platform_get_irq_optional() for optional
interrupt (jsc#SLE-7772).
- mmc: renesas_sdhi: Do not use platform_get_irq() to count
interrupts (jsc#SLE-7772).
- platform/x86: intel_punit_ipc: Avoid error message when
retrieving IRQ (jsc#SLE-7772).
- tty: serial: imx: Use platform_get_irq_optional() for optional
IRQs (jsc#SLE-7772).
- serial: sh-sci: Use platform_get_irq_optional() for optional
interrupts (jsc#SLE-7772).
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
- clk: bcm2835: Introduce SoC specific clock registration
(jsc#SLE-7772).
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
- pinctrl: bcm2835: Pass irqchip when adding gpiochip
(jsc#SLE-7772).
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
(jsc#SLE-7772).
- bluetooth: hci_bcm: Give more time to come out of reset
(jsc#SLE-7772).
- bluetooth: bcm: Add support for loading firmware for BCM4345C5
(jsc#SLE-7772).
- Bluetooth: hci_bcm: Fix -Wunused-const-variable warnings
(jsc#SLE-7772).
- net: bcmgenet: use devm_platform_ioremap_resource() to simplify
code (jsc#SLE-7772).
- driver core: platform: Export platform_get_irq_optional()
(jsc#SLE-7772).
- driver core: platform: Introduce platform_get_irq_optional()
(jsc#SLE-7772).
- driver core: platform: Add an error message to
platform_get_irq*() (jsc#SLE-7772).
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
(jsc#SLE-7772).
- mmc: Remove dev_err() usage after platform_get_irq()
(jsc#SLE-7772).
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
(jsc#SLE-7772).
- commit 24df065
* Mon Nov 25 2019 mkubecek@suse.cz
- config: disable SECURITY_DMESG_RESTRICT (bsc#1157066)
Enabling this option which restricts access to dmesg was not intentional
and happened accidentally as part of a commit aiming to enable features
which were enabled in SLE. We might restrict dmesg in the future if there
is a consensus but for now the proper action is to revert this accidental
change which only affected some architectures anyway.
- commit 8898c88
* Mon Nov 25 2019 glin@suse.com
- bpf, offload: Unlock on error in bpf_offload_dev_create()
(bsc#1155518).
- commit dc0b929
* Fri Nov 22 2019 mkubecek@suse.cz
- config: refresh
Just unify the headers.
- commit f54dfa4
* Fri Nov 22 2019 jslaby@suse.cz
- Refresh
patches.suse/btrfs-fix-log-context-list-corruption-after-rename-e.patch.
Update upstream status.
- commit 9923f87
* Fri Nov 22 2019 jslaby@suse.cz
- Linux 5.3.12 (bnc#1151927 5.3.12).
- iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID
macros (bnc#1151927 5.3.12).
- i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen
is present (bnc#1151927 5.3.12).
- x86/quirks: Disable HPET on Intel Coffe Lake platforms
(bnc#1151927 5.3.12).
- net/smc: fix fastopen for non-blocking connect() (bnc#1151927
5.3.12).
- net: gemini: add missed free_netdev (bnc#1151927 5.3.12).
- ax88172a: fix information leak on short answers (bnc#1151927
5.3.12).
- slcan: Fix memory leak in error path (bnc#1151927 5.3.12).
- slip: Fix memory leak in slip_open error path (bnc#1151927
5.3.12).
- net: usb: qmi_wwan: add support for Foxconn T77W968 LTE modules
(bnc#1151927 5.3.12).
- dpaa2-eth: free already allocated channels on probe defer
(bnc#1151927 5.3.12).
- net/smc: fix refcount non-blocking connect() -part 2
(bnc#1151927 5.3.12).
- mlxsw: core: Enable devlink reload only on probe (bnc#1151927
5.3.12).
- devlink: Add method for time-stamp on reporter's dump
(bnc#1151927 5.3.12).
- tcp: remove redundant new line from tcp_event_sk_skb
(bnc#1151927 5.3.12).
- devlink: disallow reload operation during device cleanup
(bnc#1151927 5.3.12).
- mm/page_io.c: do not free shared swap slots (bnc#1151927
5.3.12).
- mm/memory_hotplug: fix try_offline_node() (bnc#1151927 5.3.12).
- mm: slub: really fix slab walking for init_on_free (bnc#1151927
5.3.12).
- mm: hugetlb: switch to css_tryget() in
hugetlb_cgroup_charge_cgroup() (bnc#1151927 5.3.12).
- mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()
(bnc#1151927 5.3.12).
- mm: mempolicy: fix the wrong return value and potential pages
leak of mbind (bnc#1151927 5.3.12).
- Input: synaptics-rmi4 - destroy F54 poller workqueue when
removing (bnc#1151927 5.3.12).
- Input: ff-memless - kill timer in destroy() (bnc#1151927
5.3.12).
- io_uring: ensure registered buffer import returns the IO length
(bnc#1151927 5.3.12).
- drm/i915: update rawclk also on resume (bnc#1151927 5.3.12).
- ecryptfs_lookup_interpose(): lower_dentry->d_parent is not
stable either (bnc#1151927 5.3.12).
- ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable
(bnc#1151927 5.3.12).
- IB/hfi1: TID RDMA WRITE should not return
IB_WC_RNR_RETRY_EXC_ERR (bnc#1151927 5.3.12).
- IB/hfi1: Calculate flow weight based on QP MTU for TID RDMA
(bnc#1151927 5.3.12).
- IB/hfi1: Ensure r_tid_ack is valid before building TID RDMA
ACK packet (bnc#1151927 5.3.12).
- IB/hfi1: Ensure full Gen3 speed in a Gen4 system (bnc#1151927
5.3.12).
- Input: synaptics-rmi4 - clear IRQ enables for F54 (bnc#1151927
5.3.12).
- Input: synaptics-rmi4 - do not consume more data than we have
(F11, F12) (bnc#1151927 5.3.12).
- Input: synaptics-rmi4 - disable the relative position IRQ in
the F12 driver (bnc#1151927 5.3.12).
- KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
(bnc#1151927 5.3.12).
- cgroup: freezer: call cgroup_enter_frozen() with preemption
disabled in ptrace_stop() (bnc#1151927 5.3.12).
- scsi: core: Handle drivers which set sg_tablesize to zero
(bnc#1151927 5.3.12).
- commit 5f76c3b
* Fri Nov 22 2019 jslaby@suse.cz
- Update
patches.suse/0003-Revert-drm-i915-ehl-Update-MOCS-table-for-EHL.patch
(bsc#1152489 bnc#1151927 5.3.12).
- Update
patches.suse/ALSA-usb-audio-Fix-incorrect-NULL-check-in-create_ya.patch
(git-fixes bnc#1151927 5.3.12).
- Update
patches.suse/ALSA-usb-audio-Fix-incorrect-size-check-for-processi.patch
(git-fixes bnc#1151927 5.3.12).
- Update
patches.suse/ALSA-usb-audio-Fix-missing-error-check-at-mixer-reso.patch
(git-fixes bnc#1151927 5.3.12).
- Update
patches.suse/ALSA-usb-audio-not-submit-urb-for-stopped-endpoint.patch
(git-fixes bnc#1151927 5.3.12).
- Update
patches.suse/IB-hfi1-Use-a-common-pad-buffer-for-9B-and-16B-packe.patch
(jsc#SLE-8449 bnc#1151927 5.3.12).
- Update
patches.suse/Input-synaptics-rmi4-fix-video-buffer-size.patch
(git-fixes bnc#1151927 5.3.12).
- Update
patches.suse/btrfs-fix-log-context-list-corruption-after-rename-e.patch
(bsc#1156494 bnc#1151927 5.3.12).
- Update
patches.suse/ipmr-Fix-skb-headroom-in-ipmr_get_route.patch
(git-fixes bnc#1151927 5.3.12).
- Update patches.suse/mmc-sdhci-of-at91-fix-quirk2-overwrite.patch
(git-fixes bnc#1151927 5.3.12).
- Update
patches.suse/net-ethernet-dwmac-sun8i-Use-the-correct-function-in.patch
(git-fixes bnc#1151927 5.3.12).
- Update
patches.suse/ntp-y2038-Remove-incorrect-time_t-truncation.patch
(git-fixes bnc#1151927 5.3.12).
- commit 4df5d22
* Thu Nov 21 2019 lpechacek@suse.com
- Add crypto modules required by tcrypt (FIPS)
References: bsc#1153192
- commit 465a0e6
* Wed Nov 20 2019 msuchanek@suse.de
- Refresh patches.suse/scsi-sr-wait-for-the-medium-to-become-ready.patch.
Fix refleak on -ENXIO.
- commit c02819b
* Wed Nov 20 2019 tiwai@suse.de
- mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=n (git-fixes).
- opp: Reinitialize the list_kref before adding the static OPPs
again (git-fixes).
- commit 61e3e2f
* Wed Nov 20 2019 tiwai@suse.de
- lib: Remove select of inexistant GENERIC_IO (git-fixes).
- opp: Don't decrement uninitialized list_kref (git-fixes).
- opp: Not all power-domains are scalable (git-fixes).
- commit 85c2a10
* Wed Nov 20 2019 tiwai@suse.de
- software node: Initialize the return value in
software_node_to_swnode() (git-fixes).
- commit e35cf03
* Wed Nov 20 2019 tiwai@suse.de
- selftests: mlxsw: Adjust test to recent changes (git-fixes).
- selftests: bpf: Skip write only files in debugfs (git-fixes).
- selftests/bpf: fix race in flow dissector tests (git-fixes).
- commit 7648c5c
* Wed Nov 20 2019 tiwai@suse.de
- riscv: fp: add missing __user pointer annotations (git-fixes).
- riscv: init: merge split string literals in preprocessor
directive (git-fixes).
- riscv: tlbflush: remove confusing comment on
local_flush_tlb_all() (git-fixes).
- commit d38ab66
* Wed Nov 20 2019 tiwai@suse.de
- ntp/y2038: Remove incorrect time_t truncation (git-fixes).
- NFC: nxp-nci: Fix NULL pointer dereference after I2C
communication error (git-fixes).
- commit 0b6da77
* Wed Nov 20 2019 tiwai@suse.de
- ipmr: Fix skb headroom in ipmr_get_route() (git-fixes).
- mdio_bus: Fix PTR_ERR applied after initialization to constant
(git-fixes).
- net: ethernet: dwmac-sun8i: Use the correct function in exit
path (git-fixes).
- idr: Fix idr_get_next_ul race with idr_remove (git-fixes).
- commit b4c1f6c
* Wed Nov 20 2019 tiwai@suse.de
- i2c: core: fix use after free in of_i2c_notify (git-fixes).
- commit d2cbfd2
* Wed Nov 20 2019 tiwai@suse.de
- arm64: hibernate: check pgd table allocation (git-fixes).
- arm64: cpufeature: Treat ID_AA64ZFR0_EL1 as RAZ when SVE is
not enabled (git-fixes).
- ARM: aspeed: ast2500 is ARMv6K (git-fixes).
- ARM: 8896/1: VDSO: Don't leak kernel addresses (git-fixes).
- ARM: ux500: add missing of_node_put() (git-fixes).
- commit cb4b4ca
* Wed Nov 20 2019 tiwai@suse.de
- Update patch reference for nl80211 fix (CVE-2019-19055 bsc#1157319)
- commit f616ca4
* Wed Nov 20 2019 tiwai@suse.de
- Update patch reference for can driver fix (CVE-2019-19052 bsc#1157324)
- commit 02e7eba
* Wed Nov 20 2019 bp@suse.de
- x86/resctrl: Fix potential lockdep warning (bsc#1152489).
- x86/resctrl: Prevent NULL pointer dereference when reading
mondata (bsc#1152489).
- commit c754fb9
* Tue Nov 19 2019 tiwai@suse.de
- Update patch reference for another iio driver fix (CVE-2019-19061 bsc#1157192)
- commit 75969fc
* Tue Nov 19 2019 tiwai@suse.de
- Update s390 patch reference for cpu idle time calculation (bsc#1156773)
- commit 71d745b
* Tue Nov 19 2019 tiwai@suse.de
- Update patch reference for amdgpu fix (CVE-2019-19067 bsc#1157180)
- commit 294533e
* Tue Nov 19 2019 tiwai@suse.de
- Update patch reference for iio driver fix (CVE-2019-19060 bsc#1157178)
- commit 572806f
* Tue Nov 19 2019 tiwai@suse.de
- Update patch reference for of-unittest fix (CVE-2019-19049 bsc#1157173)
- commit 6bfcd8f
* Tue Nov 19 2019 tiwai@suse.de
- Update patch reference for ieee802154 security fix (CVE-2019-19075 bsc#1157162)
- commit 0855aff
* Tue Nov 19 2019 pmladek@suse.com
- tracing: Have error path in predicate_parse() free its allocated
memory (bsc#1157069 CVE-2019-19072).
- commit 387f713
* Tue Nov 19 2019 tiwai@suse.de
- iwlwifi: dbg_ini: fix memory leak in alloc_sgtable
(CVE-2019-19058,bsc#1157145).
- commit cb8333d
* Tue Nov 19 2019 tiwai@suse.de
- ath9k: release allocated buffer if timed out
(CVE-2019-19074,bsc#1157143).
- commit 98c32c1
* Tue Nov 19 2019 tzimmermann@suse.de
- Revert "drm/etnaviv: fix dumping of iommuv2 (bsc#1152472)"
This reverts commit 48b3bfdd21261e7df15f5aebe2ccb1cc61521bd0.
ATM the backported patch doesn't build on arm64.
- commit c35e5f9
* Tue Nov 19 2019 dwagner@suse.de
- Drop scsi-qla2xxx-Fix-memory-leak-when-sending-I-O-fails.patch
This patch has introduces an double free. Upstream has dropped it from
the scsi-queue before it hit mainline. So let's drop it as well.
- commit 44fa42b
* Mon Nov 18 2019 tiwai@suse.de
- ath9k_htc: release allocated buffer if timed out
(CVE-2019-19073,bsc#1157070).
- commit 08bd2bd
* Mon Nov 18 2019 tiwai@suse.de
- Update patch reference for fastrpc bug fix (CVE-2019-19069 bsc#1157064)
- commit 69da730
* Mon Nov 18 2019 tiwai@suse.de
- Update patch reference for amdgpu security fix (CVE-2019-19083 bsc#1157049)
- commit 7f52050
* Mon Nov 18 2019 tiwai@suse.de
- drm/amd/display: prevent memory leak
(CVE-2019-19082,bsc#1157046).
- commit fca18a5
* Mon Nov 18 2019 tzimmermann@suse.de
- Revert "drm/i915/ehl: Update MOCS table for EHL" (bsc#1152489)
- commit 76a5ebd
* Mon Nov 18 2019 tzimmermann@suse.de
- drm/i915/gvt: fix dropping obj reference twice (bsc#1152489)
- commit 4f5c644
* Mon Nov 18 2019 tzimmermann@suse.de
- drm/etnaviv: fix dumping of iommuv2 (bsc#1152472)
- commit 48b3bfd
* Sat Nov 16 2019 tiwai@suse.de
- mmc: sdhci-of-at91: fix quirk2 overwrite (git-fixes).
- Input: synaptics-rmi4 - fix video buffer size (git-fixes).
- commit 22c351b
* Fri Nov 15 2019 tiwai@suse.de
- ALSA: usb-audio: Fix incorrect size check for
processing/extension units (git-fixes).
- ALSA: usb-audio: Fix incorrect NULL check in
create_yamaha_midi_quirk() (git-fixes).
- ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()
(git-fixes).
- ALSA: usb-audio: not submit urb for stopped endpoint
(git-fixes).
- ALSA: hda: hdmi - fix pin setup on Tigerlake (git-fixes).
- ALSA: hda: Add Cometlake-S PCI ID (git-fixes).
- ALSA: usb-audio: Fix missing error check at mixer resolution
test (git-fixes).
- commit 8e17c40
* Fri Nov 15 2019 msuchanek@suse.de
- powerpc/xive: Prevent page fault issues in the machine crash
handler (bsc#1156882 ltc#182435).
- commit 7d95bd5
* Thu Nov 14 2019 msuchanek@suse.de
- Refresh patches.suse/bdev-add-open_finish.patch.
- commit 687caa9
* Thu Nov 14 2019 mkubecek@suse.cz
- supported.conf: drop dax_pmem_compat
This module is no longer built (jsc#SLE-10690).
- commit 359a9f7
* Thu Nov 14 2019 fdmanana@suse.com
- Btrfs: remove unnecessary condition in btrfs_clone() to avoid
too much nesting (bsc#1156782).
- commit 4154585
* Thu Nov 14 2019 fdmanana@suse.com
- Btrfs: fix ENOSPC errors, leading to transaction aborts,
when cloning extents (bsc#1156782).
- commit 6466273
* Thu Nov 14 2019 fdmanana@suse.com
- Btrfs: factor out extent dropping code from hole punch handler
(bsc#1156782).
- commit 037e1c6
* Thu Nov 14 2019 hare@suse.de
- scsi: virtio_scsi: unplug LUNs when events missed
(bsc#1156419,jsc#SLE-8281).
- scsi: fcoe: fix null-ptr-deref Read in fc_release_transport
(bsc#1156419,jsc#SLE-8281).
- scsi: ufs-hisi: use devm_platform_ioremap_resource() to
(bsc#1156419,jsc#SLE-8281).
- scsi: ufshcd: use devm_platform_ioremap_resource() to
(bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: use devm_platform_ioremap_resource() to
(bsc#1156419,jsc#SLE-8281).
- scsi: ufs: Use kmemdup in ufshcd_read_string_desc()
(bsc#1156419,jsc#SLE-8281).
- scsi: arm64: dts: qcom: sdm845: Specify UFS device-reset GPIO
(bsc#1156419,jsc#SLE-8281).
- scsi: ufs-qcom: Implement device_reset vops
(bsc#1156419,jsc#SLE-8281).
- scsi: ufs: Introduce vops for resetting device
(bsc#1156419,jsc#SLE-8281).
- scsi: sd: Improve unaligned completion resid message
(bsc#1156419,jsc#SLE-8281).
- scsi: fnic: fix msix interrupt allocation
(bsc#1156419,jsc#SLE-8281).
- scsi: fnic: print port speed only at driver init or speed
(bsc#1156419,jsc#SLE-8281).
- commit fdbb6dd
* Thu Nov 14 2019 hare@suse.de
- scsi: core: fix dh and multipathing for SCSI hosts without
request batching (bsc#1156419,jsc#SLE-8281).
- scsi: core: fix missing .cleanup_rq for SCSI hosts without
request batching (bsc#1156419,jsc#SLE-8281).
- commit add131d
* Thu Nov 14 2019 hare@suse.de
- scsi: ufs: remove set but not used variable 'val'
(bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: remove set but not used variable 'irq_value'
(bsc#1156419,jsc#SLE-8281).
- scsi: ufs: fix broken hba->outstanding_tasks
(bsc#1156419,jsc#SLE-8281).
- scsi: fcoe: remove redundant call to skb_transport_header
(bsc#1156419,jsc#SLE-8281).
- scsi: ufs: Disable local LCC in .link_startup_notify() in
Cadence UFS (bsc#1156419,jsc#SLE-8281).
- scsi: bfa: remove redundant assignment to variable error
(bsc#1156419,jsc#SLE-8281).
- scsi: ufs-qcom: Make structure ufs_hba_qcom_vops constant
(bsc#1156419,jsc#SLE-8281).
- scsi: fnic: remove redundant assignment of variable rc
(bsc#1156419,jsc#SLE-8281).
- scsi: use __u{8,16,32,64} instead of uint{8,16,32,64}_t in
uapi headers (bsc#1156419,jsc#SLE-8281).
- scsi: esas2r: Prefer pcie_capability_read_word()
(bsc#1156419,jsc#SLE-8281).
- scsi: sym53c8xx_2: remove redundant assignment to retv
(bsc#1156419,jsc#SLE-8281).
- scsi: pmcraid: Fix a typo - pcmraid --> pmcraid
(bsc#1156419,jsc#SLE-8281).
- commit 6f40ae3
* Thu Nov 14 2019 hare@suse.de
- Update config files: disable CONFIG_DEV_DAX_PMEM_COMPAT (jsc#SLE-10690)
- commit 56d1ae7
* Thu Nov 14 2019 hare@suse.de
- scsi: lpfc: Update lpfc version to 12.6.0.2
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: revise nvme max queues to be hdwq count
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Initialize cpu_map for not present cpus
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: fix inlining of lpfc_sli4_cleanup_poll_list()
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: fix: Coverity: lpfc_get_scsi_buf_s3(): Null
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix lpfc_cpumask_of_node_init()
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix a kernel warning triggered by
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Update lpfc version to 12.6.0.1
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Add enablement of multiple adapter dumps
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Change default IRQ model on AMD architectures
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Add registration for CPU Offline/Online events
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Clarify FAWNN error message
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Sync with FC-NVMe-2 SLER change to require Conf
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix dynamic fw log enablement check
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix unexpected error messages during RSCN
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix kernel crash at lpfc_nvme_info_show during
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix configuration of BB credit recovery in
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix duplicate unreg_rpi error in port offline
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Make lpfc_debugfs_ras_log_data static
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix NULL check before mempool_destroy is not
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: fix spelling error in MAGIC_NUMER_xxx
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: fix build error of lpfc_debugfs.c for
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: lpfc_nvmet: Fix Use plain integer as NULL pointer
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: lpfc_attr: Fix Use plain integer as NULL pointer
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Update lpfc version to 12.6.0.0
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Add additional discovery log messages
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Add FC-AL support to lpe32000 models
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Add FA-WWN Async Event reporting
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Add log macros to allow print by serverity or
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Make FW logging dynamically configurable
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Revise interrupt coalescing for missing scenarios
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Remove lock contention target write path
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Slight fast-path performance optimizations
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: fix coverity error of dereference after null
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix hardlockup in lpfc_abort_handler
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix bad ndlp ptr in xri aborted handling
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix SLI3 hba in loop mode not discovering devices
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix lockdep errors in sli_ringtx_put
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: Fix reporting of read-only fw error errors
(bsc#1156632,jsc#SLE-8654).
- scsi: lpfc: fix lpfc_nvmet_mrq to be bound by hdw queue count
(bsc#1156632,jsc#SLE-8654).
- scsi: megaraid_sas: remove unused variables 'debugBlk','fusion'
(bsc#1156632,jsc#SLE-10720).
- scsi: megaraid_sas: Unique names for MSI-X vectors
(bsc#1156632,jsc#SLE-10720).
- scsi: smartpqi: bump version to 1.2.10-025
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: Align driver syntax with oob
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: remove unused manifest constants
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: fix problem with unique ID for physical
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: correct syntax issue (bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: change TMF timeout from 60 to 30 seconds
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: fix LUN reset when fw bkgnd thread is hung
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: add inquiry timeouts (bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: fix call trace in device discovery
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: fix controller lockup observed during force
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: remove set but not used variable 'ctrl_info'
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: clean up indentation of a statement
(bsc#1156632,jsc#SLE-8633).
- scsi: mpt3sas: Bump mpt3sas driver version to 32.100.00.00
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Fix module parameter max_msix_vectors
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Reject NVMe Encap cmnds to unsupported HBA
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Use Component img header to get Package ver
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Fail release cmnd if diag buffer is released
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Add app owned flag support for diag buffer
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Reuse diag buffer allocated at load time
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: clear release bit when buffer reregistered
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Maintain owner of buffer through UniqueID
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Free diag buffer without any status check
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Fix clear pending bit in ioctl status
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Display message before releasing diag buffer
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Register trace buffer based on NVDATA settings
(bsc#1156632,jsc#SLE-10717).
- scsi: bnx2fc: Handle scope bits when array returns BUSY or
(jsc#SLE-9696).
- scsi: bnx2fc: remove set but not used variables (jsc#SLE-9696).
- scsi: bnx2fc: remove set but not used variable 'fh'
(jsc#SLE-9696).
- scsi: smartpqi: bump version to 1.2.8-026
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: update copyright (bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: add new pci ids (bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: correct REGNEWD return status
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: add gigabyte controller
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: correct hang when deleting 32 lds
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: add bay identifier (bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: add sysfs entries (bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: add module param to hide vsep
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: add pci ids for fiberhome controller
(bsc#1156632,jsc#SLE-8633).
- scsi: smartpqi: add module param for exposure order
(bsc#1156632,jsc#SLE-8633).
- scsi: mpt3sas: Introduce module parameter to override queue
depth (bsc#1156632,jsc#SLE-10717).
- scsi: csiostor: Prefer pcie_capability_read_word()
(jsc#SLE-9687).
- scsi: megaraid_sas: Introduce module parameter for default
queue depth (bsc#1156632,jsc#SLE-10720).
- scsi: mpt3sas: Update driver version to 31.100.00.00
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Run SAS DEVICE STATUS CHANGE EVENT from ISR
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Reduce the performance drop
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Handle fault during HBA initialization
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Add sysfs to know supported features
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Support MEMORY MOVE Tool box command
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Allow ioctls to blocked access status NVMe
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Enumerate SES of a managed PCIe switch
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Update MPI headers to 2.6.8 spec
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Gracefully handle online firmware update
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: memset request frame before reusing
(bsc#1156632,jsc#SLE-10717).
- scsi: mpt3sas: Add support for PCIe Lane margin
(bsc#1156632,jsc#SLE-10717).
- scsi: pm80xx: remove redundant assignments to variable rc
(bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: Consolidate internal abort calls in LU reset
operation (bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: replace "%p" with "%pK"
(bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: Remove some unnecessary code
(bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: Modify return type of debugfs functions
(bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: Drop free_irq() when devm_request_irq() failed
(bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: Drop SMP resp frame DMA mapping
(bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: Drop kmap_atomic() in SMP command completion
(bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: Make slot buf minimum allocation of PAGE_SIZE
(bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: Don't bother clearing status buffer IU in task
prep (bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: Fix out of bound at debug_I_T_nexus_reset()
(bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: Snapshot AXI and RAS register at debugfs
(bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: Snapshot HW cache of IOST and ITCT at debugfs
(bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: Fix pointer usage error in show debugfs
IOST/ITCT (bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: Drop hisi_sas_hw.get_free_slot
(bsc#1156419,jsc#SLE-8281).
- scsi: hisi_sas: Make max IPTT count equal for all hw revisions
(bsc#1156419,jsc#SLE-8281).
- scsi: ncr53c8xx: Mark expected switch fall-through
(bsc#1156419,jsc#SLE-8281).
- scsi: ufs: Configure clock in .hce_enable_notify() in Cadence
UFS (bsc#1156419,jsc#SLE-8281).
- scsi: core: Complain if scsi_target_block() fails
(bsc#1156419,jsc#SLE-8281).
- scsi: core: Make scsi_internal_device_unblock_nowait() reject
invalid new_state (bsc#1156419,jsc#SLE-8281).
- scsi: ufs: revamp string descriptor reading
(bsc#1156419,jsc#SLE-8281).
- scsi: wd33c93: Mark expected switch fall-through
(bsc#1156419,jsc#SLE-8281).
- scsi: sun3_scsi: Mark expected switch fall-throughs
(bsc#1156419,jsc#SLE-8281).
- scsi: qlogicpti: Mark expected switch fall-throughs
(bsc#1156419,jsc#SLE-8281).
- scsi: ibmvfc: Mark expected switch fall-throughs
(bsc#1156419,jsc#SLE-8281).
- scsi: megaraid_sas: Fix a compilation warning
(bsc#1156419,jsc#SLE-8281).
- scsi: megaraid_sas: Make a bunch of functions static
(bsc#1156419,jsc#SLE-8281).
- scsi: mpt3sas: support target smid for [abort|query] task
(bsc#1156419,jsc#SLE-8281).
- scsi: ibmvscsi_tgt: Mark expected switch fall-throughs
(bsc#1156419,jsc#SLE-8281).
- scsi: mpt3sas: clean up a couple sizeof() uses
(bsc#1156419,jsc#SLE-8281).
- scsi: scsi_debugfs: Use for_each_set_bit to simplify code
(bsc#1156419,jsc#SLE-8281).
- scsi: fdomain_isa: use CFG1_IRQ_MASK (bsc#1156419,jsc#SLE-8281).
- scsi: fdomain: use BSTAT_{MSG|CMD|IO} in fdomain_work()
(bsc#1156419,jsc#SLE-8281).
- scsi: fdomain: use BCTL_RST in fdomain_reset()
(bsc#1156419,jsc#SLE-8281).
- scsi: aic94xx: Remove unnecessary null check
(bsc#1156419,jsc#SLE-8281).
- scsi: ufs: change msleep to usleep_range
(bsc#1156419,jsc#SLE-8281).
- scsi: virtio_scsi: implement request batching
(bsc#1156419,jsc#SLE-8281).
- scsi: core: add support for request batching
(bsc#1156419,jsc#SLE-8281).
- scsi: ufs: Add history of fatal events
(bsc#1156419,jsc#SLE-8281).
- scsi: ufs: Do not reset error history during host reset
(bsc#1156419,jsc#SLE-8281).
- scsi: ufs: Add fatal and auto-hibern8 error history
(bsc#1156419,jsc#SLE-8281).
- scsi: ufs: Change names related to error history
(bsc#1156419,jsc#SLE-8281).
- commit 9419833
* Thu Nov 14 2019 msuchanek@suse.de
- powerpc/security/book3s64: Report L1TF status in sysfs
(bsc#1091041).
- commit 4c13792
* Thu Nov 14 2019 guillaume.gardet@arm.com
- arm64: Enable CONFIG_IR_GPIO_CIR (boo#1156748)
- commit f832bd8
* Thu Nov 14 2019 msuchanek@suse.de
- Refresh patches.suse/powerpc-fadump-when-fadump-is-supported-register-the.patch.
Add upstream metadata.
- commit eb3a775
* Thu Nov 14 2019 msuchanek@suse.de
- powerpc/security: Fix wrong message when RFI Flush is disable
(bsc#1131107).
- commit f4d03f9
* Thu Nov 14 2019 msuchanek@suse.de
- powerpc/pseries: safely roll back failed DLPAR cpu add
(bsc#1156700 ltc#182459).
- powerpc/pseries: address checkpatch warnings in
dlpar_offline_cpu (bsc#1156700 ltc#182459).
- commit ce23e84
* Thu Nov 14 2019 mkubecek@suse.cz
- series.conf: cleanup
Move queued patches into "almost mainline" section.
- commit b0c29ce
* Wed Nov 13 2019 yousaf.kaukab@suse.com
- arm64: compat: Workaround Neoverse-N1 #1542419 for compat
user-space (jsc#SLE-10259).
- arm64: Fake the IminLine size on systems affected by Neoverse-N1
[#1542419] (jsc#SLE-10259).
- arm64: errata: Hide CTR_EL0.DIC on systems affected by
Neoverse-N1 #1542419 (jsc#SLE-10259).
Update arm64 configs (eneable ARM64_ERRATUM_1542419).
- commit ecac0a4
* Wed Nov 13 2019 dwagner@suse.de
- scsi: qla2xxx: don't use zero for FC4_PRIORITY_NVME
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: initialize fc4_type_priority (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix a dma_pool_free() call (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Remove an include directive (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Update driver version to 10.01.00.21-k
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix device connect issues in P2P configuration
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix memory leak when sending I/O fails
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix double scsi_done for abort path (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix driver unload hang (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Fix SRB leak on switch command timeout
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Do command completion on abort timeout
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334).
- scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failure (jsc#SLE-9714
jsc#SLE-10327 jsc#SLE-10334).
- commit e0be784
* Wed Nov 13 2019 dwagner@suse.de
- Refresh series.conf
- commit 043b271
* Wed Nov 13 2019 mkubecek@suse.cz
- config: disable TSX by default
The reasons for leaving TSX enabled by default in SLE15-SP2 do not apply to
openSUSE so let's use the safer default as we do in Tumbleweed.
- commit 07d6fe1
* Wed Nov 13 2019 ohering@suse.de
- hv_netvsc: Fix error handling in netvsc_set_features()
(fate#323887).
- commit 2074f53
* Wed Nov 13 2019 mkubecek@suse.cz
- config: leave TSX enabled by default
This is to preserve the behaviour of previous SLE versions. Users who
wnat to disable TSX can use "tsx=off" on command line.
- commit f1407d4
* Wed Nov 13 2019 tiwai@suse.de
- Update patch references for i915 security fixes (CVE-2019-0154 bsc#1135966 CVE-2019-0155 bsc#1135967)
- commit 697e88e
* Wed Nov 13 2019 jslaby@suse.cz
- Linux 5.3.11 (bnc#1151927 5.3.11).
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
CPUs (bnc#1151927 5.3.11).
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927
5.3.11).
- kvm: x86: mmu: Recovery of shattered NX large pages (bnc#1151927
5.3.11).
- kvm: Add helper function for creating VM worker threads
(bnc#1151927 5.3.11).
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927 5.3.11).
- cpu/speculation: Uninline and export CPU mitigations helpers
(bnc#1151927 5.3.11).
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
(bnc#1151927 5.3.11).
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927
5.3.11).
- x86/tsx: Add config options to set tsx=on|off|auto (bnc#1151927
5.3.11).
- Update config files.
Set CONFIG_X86_INTEL_TSX_MODE_OFF=y (the default).
- x86/speculation/taa: Add documentation for TSX Async Abort
(bnc#1151927 5.3.11).
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
(bnc#1151927 5.3.11).
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
(bnc#1151927 5.3.11).
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
(bnc#1151927 5.3.11).
- x86/speculation/taa: Add mitigation for TSX Async Abort
(bnc#1151927 5.3.11).
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
default (bnc#1151927 5.3.11).
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
(bnc#1151927 5.3.11).
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927 5.3.11).
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927
5.3.11).
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927 5.3.11).
- drm/i915: Lower RM timeout to avoid DSI hard hangs (bnc#1151927
5.3.11).
- drm/i915/cmdparser: Ignore Length operands during command
matching (bnc#1151927 5.3.11).
- drm/i915/cmdparser: Add support for backward jumps (bnc#1151927
5.3.11).
- drm/i915/cmdparser: Use explicit goto for error paths
(bnc#1151927 5.3.11).
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927 5.3.11).
- drm/i915: Allow parsing of unsized batches (bnc#1151927 5.3.11).
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
(bnc#1151927 5.3.11).
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927
5.3.11).
- drm/i915: Remove Master tables from cmdparser (bnc#1151927
5.3.11).
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927 5.3.11).
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927 5.3.11).
- ARM: dts: stm32: change joystick pinctrl definition on
stm32mp157c-ev1 (bnc#1151927 5.3.11).
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927 5.3.11).
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927
5.3.11).
- iio: srf04: fix wrong limitation in distance measuring
(bnc#1151927 5.3.11).
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927 5.3.11).
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927 5.3.11).
- x86/dumpstack/64: Don't evaluate exception stacks before setup
(bnc#1151927 5.3.11).
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927 5.3.11).
- timekeeping/vsyscall: Update VDSO data unconditionally
(bnc#1151927 5.3.11).
- perf tools: Fix time sorting (bnc#1151927 5.3.11).
- SMB3: Fix persistent handles reconnect (bnc#1151927 5.3.11).
- btrfs: save i_size to avoid double evaluation of i_size_read
in compress_file_range (bnc#1151927 5.3.11).
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927
5.3.11).
- btrfs: Consider system chunk array size for new SYSTEM chunks
(bnc#1151927 5.3.11).
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927
5.3.11).
- net: fix data-race in neigh_event_send() (bnc#1151927 5.3.11).
- vsock/virtio: fix sock refcnt holding during the shutdown
(bnc#1151927 5.3.11).
- net: ethernet: octeon_mgmt: Account for second possible VLAN
header (bnc#1151927 5.3.11).
- ipv4: Fix table id reference in fib_sync_down_addr (bnc#1151927
5.3.11).
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
(bnc#1151927 5.3.11).
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
path (bnc#1151927 5.3.11).
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
(bnc#1151927 5.3.11).
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927 5.3.11).
- NFC: st21nfca: fix double free (bnc#1151927 5.3.11).
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
IPv6 sets (bnc#1151927 5.3.11).
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
(bnc#1151927 5.3.11).
- netfilter: nf_tables: Align nft_expr private data to 64-bit
(bnc#1151927 5.3.11).
- net/smc: fix ethernet interface refcounting (bnc#1151927
5.3.11).
- selftests/tls: add test for concurrent recv and send
(bnc#1151927 5.3.11).
- net/tls: add a TX lock (bnc#1151927 5.3.11).
- net/tls: don't pay attention to sk_write_pending when pushing
partial records (bnc#1151927 5.3.11).
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
(bnc#1151927 5.3.11).
- net: mscc: ocelot: don't handle netdev events for other netdevs
(bnc#1151927 5.3.11).
- NFC: fdp: fix incorrect free object (bnc#1151927 5.3.11).
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927
5.3.11).
- net: qualcomm: rmnet: Fix potential UAF when unregistering
(bnc#1151927 5.3.11).
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927
5.3.11).
- net: sched: prevent duplicate flower rules from tcf_proto
destroy race (bnc#1151927 5.3.11).
- bonding: fix state transition issue in link monitoring
(bnc#1151927 5.3.11).
- cgroup,writeback: don't switch wbs immediately on dead wbs if
the memcg is dead (bnc#1151927 5.3.11).
- blkcg: make blkcg_print_stat() print stats only for online blkgs
(bnc#1151927 5.3.11).
- ceph: don't allow copy_file_range when stripe_count != 1
(bnc#1151927 5.3.11).
- ceph: don't try to handle hashed dentries in non-O_CREAT
atomic_open (bnc#1151927 5.3.11).
- ceph: add missing check in d_revalidate snapdir handling
(bnc#1151927 5.3.11).
- ceph: fix RCU case handling in ceph_d_revalidate() (bnc#1151927
5.3.11).
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927
5.3.11).
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927
5.3.11).
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927
5.3.11).
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927
5.3.11).
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
(bnc#1151927 5.3.11).
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
charges (bnc#1151927 5.3.11).
- mm: slab: make page_cgroup_ino() to recognize non-compound
slab pages properly (bnc#1151927 5.3.11).
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927
5.3.11).
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
(bnc#1151927 5.3.11).
- mm, vmstat: hide /proc/pagetypeinfo from normal users
(bnc#1151927 5.3.11).
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
(bnc#1151927 5.3.11).
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
(bnc#1151927 5.3.11).
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
(bnc#1151927 5.3.11).
- clone3: validate stack arguments (bnc#1151927 5.3.11).
- tools: gpio: Use !building_out_of_srctree to determine srctree
(bnc#1151927 5.3.11).
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927
5.3.11).
- usbip: tools: Fix read_usb_vudc_device() error path handling
(bnc#1151927 5.3.11).
- USB: ldusb: use unsigned size format specifiers (bnc#1151927
5.3.11).
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927
5.3.11).
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927
5.3.11).
- usb: gadget: configfs: fix concurrent issue between composite
APIs (bnc#1151927 5.3.11).
- usb: gadget: composite: Fix possible double free memory bug
(bnc#1151927 5.3.11).
- usb: fsl: Check memory resource before releasing it (bnc#1151927
5.3.11).
- scsi: sd: define variable dif as unsigned int instead of bool
(bnc#1151927 5.3.11).
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927
5.3.11).
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
(bnc#1151927 5.3.11).
- powerpc/32s: fix allow/prevent_user_access() when crossing
segment boundaries (bnc#1151927 5.3.11).
- gve: Fixes DMA synchronization (bnc#1151927 5.3.11).
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927
5.3.11).
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927
5.3.11).
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
(bnc#1151927 5.3.11).
- net: ethernet: arc: add the missed clk_disable_unprepare
(bnc#1151927 5.3.11).
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927
5.3.11).
- net: mscc: ocelot: refuse to overwrite the port's native vlan
(bnc#1151927 5.3.11).
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
before link is up (bnc#1151927 5.3.11).
- selftests/bpf: More compatible nc options in test_tc_edt
(bnc#1151927 5.3.11).
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
(bnc#1151927 5.3.11).
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927 5.3.11).
- NFSv4: Don't allow a cached open with a revoked delegation
(bnc#1151927 5.3.11).
- nvme-multipath: fix possible io hang after ctrl reconnect
(bnc#1151927 5.3.11).
- sched/topology: Allow sched_asym_cpucapacity to be disabled
(bnc#1151927 5.3.11).
- sched/topology: Don't try to build empty sched domains
(bnc#1151927 5.3.11).
- perf/x86/uncore: Fix event group support (bnc#1151927 5.3.11).
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
CPU family (10h) (bnc#1151927 5.3.11).
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
thus precise RIP validity (bnc#1151927 5.3.11).
- x86, efi: Never relocate kernel below lowest acceptable address
(bnc#1151927 5.3.11).
- efi: libstub/arm: Account for firmware reserved memory at the
base of RAM (bnc#1151927 5.3.11).
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
(bnc#1151927 5.3.11).
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927
5.3.11).
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
(bnc#1151927 5.3.11).
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
(bnc#1151927 5.3.11).
- dc.c:use kzalloc without test (bnc#1151927 5.3.11).
- drm/amd/display: Passive DP->HDMI dongle detection fix
(bnc#1151927 5.3.11).
- drm/amd/display: add 50us buffer as WA for pstate switch in
active (bnc#1151927 5.3.11).
- drm/amd/display: do not synchronize "drr" displays (bnc#1151927
5.3.11).
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
(bnc#1151927 5.3.11).
- drm/sched: Set error to s_fence if HW job submission failed
(bnc#1151927 5.3.11).
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927
5.3.11).
- dmaengine: xilinx_dma: Fix control reg update in
vdma_channel_set_config (bnc#1151927 5.3.11).
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
(bnc#1151927 5.3.11).
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
A315-41 (bnc#1151927 5.3.11).
- ARC:: Enable on-board SPI NOR flash IC (bnc#1151927 5.3.11).
- HID: intel-ish-hid: fix wrong error handling in
ishtp_cl_alloc_tx_ring() (bnc#1151927 5.3.11).
- HID: google: add magnemite/masterball USB ids (bnc#1151927
5.3.11).
- arm64: errata: Update stale comment (bnc#1151927 5.3.11).
- soundwire: bus: set initial value to port_status (bnc#1151927
5.3.11).
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927
5.3.11).
- usbip: Implement SG support to vhci-hcd and stub driver
(bnc#1151927 5.3.11).
- perf map: Use zalloc for map_groups (bnc#1151927 5.3.11).
- commit 8a2e23a
* Wed Nov 13 2019 jslaby@suse.cz
- mm, meminit: recalculate pcpu batch and high limits after init
completes (bnc#1155628).
Update to upstream version (and update metadata).
- commit 8d03909
* Wed Nov 13 2019 jslaby@suse.cz
- Update
patches.suse/ALSA-bebob-fix-to-detect-configured-source-of-sampli.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/ALSA-hda-ca0132-Fix-possible-workqueue-stall.patch
(bsc#1155836 bnc#1151927 5.3.11).
- Update
patches.suse/ALSA-timer-Fix-incorrectly-assigned-timer-instance.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/ALSA-usb-audio-Clean-up-check_input_term.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/ALSA-usb-audio-Fix-copy-paste-error-in-the-validator.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/ALSA-usb-audio-Fix-possible-NULL-dereference-at-crea.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/ALSA-usb-audio-More-validations-of-descriptor-units.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/ALSA-usb-audio-Remove-superfluous-bLength-checks.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/ALSA-usb-audio-Simplify-parse_audio_unit.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/ALSA-usb-audio-Unify-the-release-of-usb_mixer_elem_i.patch
(git-fixes bnc#1151927 5.3.11).
- Update patches.suse/ALSA-usb-audio-remove-some-dead-code.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/ASoC-SOF-Intel-hda-stream-fix-the-CONFIG_-prefix-mis.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/ASoC-rsnd-dma-fix-SSI9-4-5-6-7-busif-dma-address.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/HID-wacom-generic-Treat-serial-number-and-related-fi.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/IB-core-Use-rdma_read_gid_l2_fields-to-compare-GID-L.patch
(jsc#SLE-8449 bnc#1151927 5.3.11).
- Update
patches.suse/RDMA-hns-Prevent-memory-leaks-of-eq-buf_list.patch
(jsc#SLE-8449 bnc#1151927 5.3.11).
- Update
patches.suse/RDMA-iw_cxgb4-Avoid-freeing-skb-twice-in-arp-failure.patch
(jsc#SLE-8392 bnc#1151927 5.3.11).
- Update
patches.suse/RDMA-mlx5-Clear-old-rate-limit-when-closing-QP.patch
(jsc#SLE-8446 bnc#1151927 5.3.11).
- Update
patches.suse/RDMA-nldev-Skip-counter-if-port-doesn-t-match.patch
(jsc#SLE-8449 bnc#1151927 5.3.11).
- Update
patches.suse/RDMA-qedr-Fix-reported-firmware-version.patch
(jsc#SLE-8215 bnc#1151927 5.3.11).
- Update
patches.suse/RDMA-siw-free-siw_base_qp-in-kref-release-routine.patch
(jsc#SLE-8381 bnc#1151927 5.3.11).
- Update
patches.suse/RDMA-uverbs-Prevent-potential-underflow.patch
(jsc#SLE-8449 bnc#1151927 5.3.11).
- Update
patches.suse/SUNRPC-Destroy-the-back-channel-when-we-destroy-the-.patch
(bsc#1154353 bnc#1151927 5.3.11).
- Update
patches.suse/SUNRPC-The-RDMA-back-channel-mustn-t-disappear-while.patch
(bsc#1154353 bnc#1151927 5.3.11).
- Update
patches.suse/SUNRPC-The-TCP-back-channel-mustn-t-disappear-while-.patch
(bsc#1154353 bnc#1151927 5.3.11).
- Update
patches.suse/bonding-fix-unexpected-IFF_BONDING-bit-unset.patch
(bsc#1154353 bnc#1151927 5.3.11).
- Update
patches.suse/bonding-fix-using-uninitialized-mode_lock.patch
(bsc#1154353 bnc#1151927 5.3.11).
- Update
patches.suse/bonding-use-dynamic-lockdep-key-instead-of-subclass.patch
(bsc#1154353 bnc#1151927 5.3.11).
- Update
patches.suse/bpf-Fix-use-after-free-in-bpf_get_prog_name.patch
(bsc#1155518 bnc#1151927 5.3.11).
- Update
patches.suse/bpf-Fix-use-after-free-in-subprog-s-jited-symbol-rem.patch
(bsc#1155518 bnc#1151927 5.3.11).
- Update
patches.suse/bpf-lwtunnel-Fix-reroute-supplying-invalid-dst.patch
(bsc#1154353 bnc#1151927 5.3.11).
- Update
patches.suse/can-c_can-c_can_poll-only-read-status-register-after.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/can-dev-add-missing-of_node_put-after-calling-of_get.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/can-flexcan-disable-completely-the-ECC-mechanism.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/can-gs_usb-gs_can_open-prevent-memory-leak.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/can-mcba_usb-fix-use-after-free-on-disconnect.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/can-peak_usb-fix-a-potential-out-of-sync-while-decod.patch
(git-fixes bnc#1151927 5.3.11).
- Update patches.suse/can-peak_usb-fix-slab-info-leak.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/can-rx-offload-can_rx_offload_queue_sorted-fix-error.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/can-usb_8dev-fix-use-after-free-on-disconnect.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/dmaengine-sprd-Fix-the-link-list-pointer-register-co.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/dmaengine-sprd-Fix-the-possible-memory-leak-issue.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/drm-v3d-Fix-memory-leak-in-v3d_submit_cl_ioctl.patch
(git-fixes bnc#1151927 5.3.11).
- Update patches.suse/e1000-fix-memory-leaks.patch (jsc#SLE-8100
bnc#1151927 5.3.11).
- Update
patches.suse/efi-tpm-Return-EINVAL-when-determining-tpm-final-eve.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/fjes-Handle-workqueue-allocation-failure.patch
(CVE-2019-16231,bsc#1150466 bnc#1151927 5.3.11).
- Update patches.suse/hwmon-ina3221-Fix-read-timeout-issue.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/igb-Fix-constant-media-auto-sense-switching-when-no-.patch
(jsc#SLE-7967 jsc#SLE-8010 bnc#1151927 5.3.11).
- Update patches.suse/iio-adc-stm32-adc-fix-stopping-dma.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/iio-imu-adis16480-make-sure-provided-frequency-is-po.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/iio-imu-inv_mpu6050-fix-no-data-on-MPU6050.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/intel_th-gth-Fix-the-window-switching-sequence.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/ipvs-don-t-ignore-errors-in-case-refcounting-ip_vs-m.patch
(bsc#1154353 bnc#1151927 5.3.11).
- Update
patches.suse/ipvs-move-old_secure_tcp-into-struct-netns_ipvs.patch
(bsc#1154353 bnc#1151927 5.3.11).
- Update
patches.suse/iw_cxgb4-fix-ECN-check-on-the-passive-accept.patch
(jsc#SLE-8392 bnc#1151927 5.3.11).
- Update
patches.suse/kvm-x86-powerpc-do-not-allow-clearing-largepages-debugfs-entry
(bsc#1117665 bnc#1151927 5.3.11).
- Update
patches.suse/macsec-fix-refcnt-leak-in-module-exit-routine.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/mm-filemap.c-don-t-initiate-writeback-if-mapping-has-no-dirty-pages.patch
(bnc#1155780 (VM/FS functional and performance backports)
bnc#1151927 5.3.11).
- Update
patches.suse/mm-meminit-Recalculate-pcpu-batch-and-high-limits-after-init-completes.patch
(bnc#1155628 bnc#1151927 5.3.11).
- Update
patches.suse/mt76-dma-fix-buffer-unmap-with-non-linear-skbs.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/net-hisilicon-Fix-Trying-to-free-already-free-IRQ.patch
(bsc#1154353 bnc#1151927 5.3.11).
- Update
patches.suse/net-ibmvnic-unlock-rtnl_lock-in-reset-so-linkwatch_e.patch
(bsc#1152457 ltc#174432 bnc#1151927 5.3.11).
- Update
patches.suse/net-mlx5-fix-memory-leak-in-mlx5_fw_fatal_reporter_d.patch
(jsc#SLE-8464 bnc#1151927 5.3.11).
- Update
patches.suse/net-mlx5-prevent-memory-leak-in-mlx5_fpga_conn_creat.patch
(jsc#SLE-8464 bnc#1151927 5.3.11).
- Update
patches.suse/net-mlx5e-TX-Fix-consumer-index-of-error-cqe-dump.patch
(jsc#SLE-8464 bnc#1151927 5.3.11).
- Update
patches.suse/net-mlx5e-Tx-Fix-assumption-of-single-WQEBB-of-NOP-i.patch
(jsc#SLE-8464 bnc#1151927 5.3.11).
- Update
patches.suse/net-mlx5e-kTLS-Release-reference-on-DUMPed-fragments.patch
(jsc#SLE-8464 bnc#1151927 5.3.11).
- Update
patches.suse/net-openvswitch-free-vport-unless-register_netdevice.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/netfilter-nf_flow_table-set-timeout-before-insertion.patch
(bsc#1154353 bnc#1151927 5.3.11).
- Update
patches.suse/netfilter-nft_payload-fix-missing-check-for-matching.patch
(bsc#1154353 bnc#1151927 5.3.11).
- Update
patches.suse/nfc-netlink-fix-double-device-reference-drop.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/pinctrl-cherryview-Fix-irq_valid_mask-calculation.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/pinctrl-intel-Avoid-potential-glitches-if-pin-is-in-.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/r8169-fix-page-read-in-r8168g_mdio_read.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/scsi-lpfc-Check-queue-pointer-before-use.patch
(bsc#1154242 bnc#1151927 5.3.11).
- Update
patches.suse/scsi-qla2xxx-Initialized-mailbox-to-prevent-driver-l.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.11).
- Update
patches.suse/scsi-qla2xxx-fixup-incorrect-usage-of-host_byte.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.11).
- Update
patches.suse/scsi-qla2xxx-stop-timer-in-shutdown-path.patch
(jsc#SLE-9714 jsc#SLE-10327 jsc#SLE-10334 bnc#1151927 5.3.11).
- Update patches.suse/soundwire-depend-on-ACPI-OF.patch
(bsc#1148868 bnc#1151927 5.3.11).
- Update patches.suse/soundwire-depend-on-ACPI.patch (bsc#1148868
bnc#1151927 5.3.11).
- Update
patches.suse/usb-dwc3-gadget-fix-race-when-disabling-ep-with-canc.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/usb-dwc3-pci-prevent-memory-leak-in-dwc3_pci_probe.patch
(git-fixes, CVE-2019-18813, bsc#1156278 bnc#1151927 5.3.11).
- Update patches.suse/usb-dwc3-select-CONFIG_REGMAP_MMIO.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/usb-gadget-udc-atmel-Fix-interrupt-storm-in-FIFO-mod.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/virt_wifi-fix-refcnt-leak-in-module-exit-routine.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/wimax-i2400-Fix-memory-leak-in-i2400m_op_rfkill_sw_t.patch
(git-fixes bnc#1151927 5.3.11).
- Update
patches.suse/xsk-Fix-registration-of-Rx-only-sockets.patch
(bsc#1154353 bnc#1151927 5.3.11).
- commit 334001e
* Wed Nov 13 2019 jslaby@suse.cz
- Linux 5.3.10 (bnc#1151927 5.3.10).
- selftests: net: reuseport_dualstack: fix uninitalized parameter
(bnc#1151927 5.3.10).
- rxrpc: Fix handling of last subpacket of jumbo packet
(bnc#1151927 5.3.10).
- net/mlx5: Fix flow counter list auto bits struct (bnc#1151927
5.3.10).
- net/smc: fix refcounting for non-blocking connect() (bnc#1151927
5.3.10).
- net: usb: lan78xx: Disable interrupts before calling
generic_handle_irq() (bnc#1151927 5.3.10).
- net: ethernet: ftgmac100: Fix DMA coherency issue with SW
checksum (bnc#1151927 5.3.10).
- selftests: fib_tests: add more tests for metric update
(bnc#1151927 5.3.10).
- net/smc: keep vlan_id for SMC-R in smc_listen_work()
(bnc#1151927 5.3.10).
- net/smc: fix closing of fallback SMC sockets (bnc#1151927
5.3.10).
- perf kmem: Fix memory leak in compact_gfp_flags() (bnc#1151927
5.3.10).
- perf c2c: Fix memory leak in build_cl_output() (bnc#1151927
5.3.10).
- perf tools: Fix resource leak of closedir() on the error paths
(bnc#1151927 5.3.10).
- irqchip/sifive-plic: Skip contexts except supervisor in
plic_init() (bnc#1151927 5.3.10).
- irqchip/gic-v3-its: Use the exact ITSList for VMOVP (bnc#1151927
5.3.10).
- cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
(bnc#1151927 5.3.10).
- CIFS: Fix retry mid list corruption on reconnects (bnc#1151927
5.3.10).
- MIPS: bmips: mark exception vectors as char arrays (bnc#1151927
5.3.10).
- nbd: handle racing with error'ed out commands (bnc#1151927
5.3.10).
- nbd: protect cmd->status with cmd->lock (bnc#1151927 5.3.10).
- scsi: hpsa: add missing hunks in reset-patch (bnc#1151927
5.3.10).
- scsi: target: core: Do not overwrite CDB byte 1 (bnc#1151927
5.3.10).
- scsi: fix kconfig dependency warning related to 53C700_LE_ON_BE
(bnc#1151927 5.3.10).
- scsi: sni_53c710: fix compilation error (bnc#1151927 5.3.10).
- scsi: scsi_dh_alua: handle RTPG sense code correctly during
state transitions (bnc#1151927 5.3.10).
- arm64: dts: allwinner: a64: sopine-baseboard: Add PHY regulator
delay (bnc#1151927 5.3.10).
- arm64: dts: allwinner: a64: Drop PMU node (bnc#1151927 5.3.10).
- arm64: dts: allwinner: a64: pine64-plus: Add PHY regulator delay
(bnc#1151927 5.3.10).
- ARM: dts: bcm2837-rpi-cm3: Avoid leds-gpio probing issue
(bnc#1151927 5.3.10).
- ARM: davinci: dm365: Fix McBSP dma_slave_map entry (bnc#1151927
5.3.10).
- arm64: dts: rockchip: Fix usb-c on Hugsun X99 TV Box
(bnc#1151927 5.3.10).
- arm64: dts: rockchip: fix RockPro64 sdmmc settings (bnc#1151927
5.3.10).
- arm64: dts: rockchip: fix RockPro64 sdhci settings (bnc#1151927
5.3.10).
- arm64: dts: rockchip: fix RockPro64 vdd-log regulator settings
(bnc#1151927 5.3.10).
- arm64: dts: rockchip: fix Rockpro64 RK808 interrupt line
(bnc#1151927 5.3.10).
- arm64: dts: imx8mm: Use correct clock for usdhc's ipg clk
(bnc#1151927 5.3.10).
- arm64: dts: imx8mq: Use correct clock for usdhc's ipg clk
(bnc#1151927 5.3.10).
- ARM: dts: imx7s: Correct GPT's ipg clock source (bnc#1151927
5.3.10).
- ARM: dts: vf610-zii-scu4-aib: Specify 'i2c-mux-idle-disconnect'
(bnc#1151927 5.3.10).
- ARM: dts: imx6q-logicpd: Re-Enable SNVS power key (bnc#1151927
5.3.10).
- arm64: dts: lx2160a: Correct CPU core idle state name
(bnc#1151927 5.3.10).
- arm64: dts: zii-ultra: fix ARM regulator states (bnc#1151927
5.3.10).
- ARM: dts: Use level interrupt for omap4 & 5 wlcore (bnc#1151927
5.3.10).
- ARM: dts: am3874-iceboard: Fix 'i2c-mux-idle-disconnect' usage
(bnc#1151927 5.3.10).
- ARM: dts: logicpd-torpedo-som: Remove twl_keypad (bnc#1151927
5.3.10).
- arm64: dts: Fix gpio to pinmux mapping (bnc#1151927 5.3.10).
- selftests: kvm: fix sync_regs_test with newer gccs (bnc#1151927
5.3.10).
- selftests: kvm: vmx_set_nested_state_test: don't check for
VMX support twice (bnc#1151927 5.3.10).
- of: unittest: fix memory leak in unittest_data_add (bnc#1151927
5.3.10).
- tracing: Fix "gfp_t" format for synthetic events (bnc#1151927
5.3.10).
- ARM: 8926/1: v7m: remove register save to stack before svc
(bnc#1151927 5.3.10).
- ARM: 8914/1: NOMMU: Fix exc_ret for XIP (bnc#1151927 5.3.10).
- ARM: 8908/1: add __always_inline to functions called from
__get_user_check() (bnc#1151927 5.3.10).
- ARM: mm: fix alignment handler faults under memory pressure
(bnc#1151927 5.3.10).
- selftests/powerpc: Fix compile error on tlbie_test due to
newer gcc (bnc#1151927 5.3.10).
- selftests/powerpc: Add test case for tlbie vs mtpidr ordering
issue (bnc#1151927 5.3.10).
- arm64: dts: ti: k3-am65-main: Fix gic-its node unit-address
(bnc#1151927 5.3.10).
- commit c4dc2d2
* Wed Nov 13 2019 jslaby@suse.cz
- Update
patches.suse/8250-men-mcb-fix-error-checking-when-get_num_ports-r.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ALSA-hda-Add-Tigerlake-Jasperlake-PCI-ID.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-Intel-sof-rt5682-add-a-check-for-devm_clk_get.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-SOF-Intel-hda-Disable-DMI-L1-entry-during-captu.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-SOF-Intel-hda-fix-warnings-during-FW-load.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-SOF-Intel-initialise-and-verify-FW-crash-dump-d.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-SOF-control-return-true-when-kcontrol-values-ch.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-SOF-loader-fix-kernel-oops-on-firmware-boot-fai.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-SOF-topology-fix-parse-fail-issue-for-byte-bool.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-intel-bytcr_rt5651-add-null-check-to-support_bu.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-intel-sof_rt5682-add-remove-function-to-disable.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-msm8916-wcd-digital-add-missing-MIX2-path-for-R.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-pcm3168a-The-codec-does-not-support-S32_LE.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-rt5682-add-NULL-handler-to-set_jack-function.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-samsung-arndale-Add-missing-OF-node-dereferenci.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-simple_card_utils.h-Fix-potential-multiple-rede.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-topology-Fix-a-signedness-bug-in-soc_tplg_dapm_.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-wm8994-Do-not-register-inapplicable-controls-fo.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/ASoC-wm_adsp-Don-t-generate-kcontrols-without-READ-f.patch
(git-fixes bnc#1151927 5.3.10).
- Update patches.suse/ASoc-rockchip-i2s-Fix-RPM-imbalance.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/cxgb4-fix-panic-when-attaching-to-ULD-fail.patch
(jsc#SLE-8389 bnc#1151927 5.3.10).
- Update
patches.suse/cxgb4-request-the-TX-CIDX-updates-to-status-page.patch
(jsc#SLE-8389 bnc#1151927 5.3.10).
- Update patches.suse/dccp-do-not-leak-jiffies-on-the-wire.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/drm-amdgpu-fix-error-handling-in-amdgpu_bo_list_crea.patch
(git-fixes bnc#1151927 5.3.10).
- Update patches.suse/drm-amdgpu-fix-potential-VM-faults.patch
(git-fixes bnc#1151927 5.3.10).
- Update patches.suse/drm-komeda-Don-t-flush-inactive-pipes.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/erspan-fix-the-tun_info-options_len-check-for-erspan.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update
patches.suse/i2c-aspeed-fix-master-pending-state-handling.patch
(git-fixes bnc#1151927 5.3.10).
- Update patches.suse/i2c-mt65xx-fix-NULL-ptr-dereference.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/i2c-stm32f7-fix-a-race-in-slave-mode-with-arbitratio.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/i2c-stm32f7-fix-first-byte-to-send-in-slave-mode.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/i2c-stm32f7-remove-warning-when-compiling-with-W-1.patch
(git-fixes bnc#1151927 5.3.10).
- Update patches.suse/inet-stop-leaking-jiffies-on-the-wire.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update
patches.suse/ipv4-fix-IPSKB_FRAG_PMTU-handling-with-fragmentation.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update patches.suse/ipv4-fix-route-update-on-metric-change.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update patches.suse/keys-Fix-memory-leak-in-copy_net_ns.patch
(bsc#1154353 git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/mlxsw-core-Unpublish-devlink-parameters-during-reloa.patch
(bsc#1154488 bnc#1151927 5.3.10).
- Update
patches.suse/net-Zeroing-the-structure-ethtool_wolinfo-in-ethtool.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update
patches.suse/net-add-READ_ONCE-annotation-in-__skb_wait_for_more_.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update patches.suse/net-add-skb_queue_empty_lockless.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update
patches.suse/net-annotate-accesses-to-sk-sk_incoming_cpu.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update
patches.suse/net-annotate-lockless-accesses-to-sk-sk_napi_id.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update
patches.suse/net-bcmgenet-don-t-set-phydev-link-from-MAC.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/net-bcmgenet-reset-40nm-EPHY-on-energy-detect.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/net-dsa-b53-Do-not-clear-existing-mirrored-port-mask.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/net-dsa-bcm_sf2-Fix-IMP-setup-for-port-different-tha.patch
(git-fixes bnc#1151927 5.3.10).
- Update patches.suse/net-dsa-fix-switch-tree-list.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/net-ensure-correct-skb-tstamp-in-various-fragmenters.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update
patches.suse/net-fix-sk_page_frag-recursion-from-memory-reclaim.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update patches.suse/net-flow_dissector-switch-to-siphash.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update
patches.suse/net-hisilicon-Fix-ping-latency-when-deal-with-high-t.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update
patches.suse/net-hns3-fix-mis-counting-IRQ-vector-numbers-issue.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update
patches.suse/net-mlx4_core-Dynamically-set-guaranteed-amount-of-c.patch
(jsc#SLE-8460 bnc#1151927 5.3.10).
- Update patches.suse/net-mlx5-Fix-rtable-reference-leak.patch
(jsc#SLE-8464 bnc#1151927 5.3.10).
- Update
patches.suse/net-mlx5e-Determine-source-port-properly-for-vlan-pu.patch
(jsc#SLE-8464 bnc#1151927 5.3.10).
- Update
patches.suse/net-mlx5e-Fix-ethtool-self-test-link-speed.patch
(jsc#SLE-8464 bnc#1151927 5.3.10).
- Update
patches.suse/net-mlx5e-Fix-handling-of-compressed-CQEs-in-case-of.patch
(jsc#SLE-8464 bnc#1151927 5.3.10).
- Update
patches.suse/net-mlx5e-Initialize-on-stack-link-modes-bitmap.patch
(jsc#SLE-8464 bnc#1151927 5.3.10).
- Update
patches.suse/net-mlx5e-Remove-incorrect-match-criteria-assignment.patch
(jsc#SLE-8464 bnc#1151927 5.3.10).
- Update
patches.suse/net-netem-correct-the-parent-s-backlog-when-corrupte.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update
patches.suse/net-netem-fix-error-path-for-corrupted-GSO-frames.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update
patches.suse/net-phy-bcm7xxx-define-soft_reset-for-40nm-EPHY.patch
(git-fixes bnc#1151927 5.3.10).
- Update patches.suse/net-phylink-Fix-phylink_dbg-macro.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update
patches.suse/net-reorder-struct-net-fields-to-avoid-false-sharing.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update patches.suse/net-rtnetlink-fix-a-typo-fbd-fdb.patch
(bsc#1154353 bnc#1151927 5.3.10).
- Update
patches.suse/net-usb-lan78xx-Connect-PHY-before-registering-MAC.patch
(git-fixes bnc#1151927 5.3.10).
- Update
patches.suse/net-use-skb_queue_empty_lockless-in-busy-poll-contex.patch
(bsc#1154353 bnc#1151927 5