From 53209f0adb8639da5da03b2aa8683241add32f4da3f1c9abd0115838ebfa74ed Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Wed, 13 Jan 2021 06:19:42 +0000 Subject: [PATCH] commit 1c33a89eda4372c8f9f7c99fab9284ad70c54413 OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1429 --- dtb-aarch64.changes | 248 +++++++++++++++++++++++++++++++++++++ dtb-aarch64.spec | 6 +- dtb-armv6l.changes | 248 +++++++++++++++++++++++++++++++++++++ dtb-armv6l.spec | 6 +- dtb-armv7l.changes | 248 +++++++++++++++++++++++++++++++++++++ dtb-armv7l.spec | 6 +- dtb-riscv64.changes | 248 +++++++++++++++++++++++++++++++++++++ dtb-riscv64.spec | 6 +- kernel-64kb.changes | 248 +++++++++++++++++++++++++++++++++++++ kernel-64kb.spec | 12 +- kernel-debug.changes | 248 +++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 12 +- kernel-default.changes | 248 +++++++++++++++++++++++++++++++++++++ kernel-default.spec | 12 +- kernel-docs.changes | 248 +++++++++++++++++++++++++++++++++++++ kernel-docs.spec | 8 +- kernel-kvmsmall.changes | 248 +++++++++++++++++++++++++++++++++++++ kernel-kvmsmall.spec | 12 +- kernel-lpae.changes | 248 +++++++++++++++++++++++++++++++++++++ kernel-lpae.spec | 12 +- kernel-obs-build.changes | 248 +++++++++++++++++++++++++++++++++++++ kernel-obs-build.spec | 8 +- kernel-obs-qa.changes | 248 +++++++++++++++++++++++++++++++++++++ kernel-obs-qa.spec | 6 +- kernel-pae.changes | 248 +++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 12 +- kernel-source.changes | 248 +++++++++++++++++++++++++++++++++++++ kernel-source.spec | 8 +- kernel-syms.changes | 248 +++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 6 +- kernel-vanilla.changes | 248 +++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 12 +- kernel-zfcpdump.changes | 248 +++++++++++++++++++++++++++++++++++++ kernel-zfcpdump.spec | 12 +- patches.kernel.org.tar.bz2 | 4 +- patches.suse.tar.bz2 | 4 +- series.conf | 146 +++++++++++++++++++++- source-timestamp | 4 +- 38 files changed, 4445 insertions(+), 85 deletions(-) diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index 666f2469..d6d33e14 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index a47a7c3b..f599821c 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -17,7 +17,7 @@ %define srcversion 5.10 -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -29,9 +29,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-aarch64 -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index 666f2469..d6d33e14 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index 7e522f88..3f46298e 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -17,7 +17,7 @@ %define srcversion 5.10 -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -29,9 +29,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-armv6l -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index 666f2469..d6d33e14 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index 7d0d6912..b8d07362 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -17,7 +17,7 @@ %define srcversion 5.10 -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -29,9 +29,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-armv7l -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif diff --git a/dtb-riscv64.changes b/dtb-riscv64.changes index 666f2469..d6d33e14 100644 --- a/dtb-riscv64.changes +++ b/dtb-riscv64.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/dtb-riscv64.spec b/dtb-riscv64.spec index ca7dcfcf..6a630cbf 100644 --- a/dtb-riscv64.spec +++ b/dtb-riscv64.spec @@ -17,7 +17,7 @@ %define srcversion 5.10 -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -29,9 +29,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-riscv64 -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index 666f2469..d6d33e14 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/kernel-64kb.spec b/kernel-64kb.spec index a6bc5a1a..15961324 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-64kb Summary: Kernel with 64kb PAGE_SIZE License: GPL-2.0 Group: System/Kernel -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 -Provides: kernel-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: kernel-%build_flavor-base-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 +Provides: kernel-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 # END COMMON DEPS -Provides: %name-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: %name-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-debug.changes b/kernel-debug.changes index 666f2469..d6d33e14 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index a0192f33..2cf9f16d 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-debug Summary: A Debug Version of the Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 -Provides: kernel-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: kernel-%build_flavor-base-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 +Provides: kernel-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 # END COMMON DEPS -Provides: %name-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: %name-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 %ifarch ppc64 Provides: kernel-kdump = 2.6.28 Obsoletes: kernel-kdump <= 2.6.28 diff --git a/kernel-default.changes b/kernel-default.changes index 666f2469..d6d33e14 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 8748db44..8bed6786 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-default Summary: The Standard Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 -Provides: kernel-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: kernel-%build_flavor-base-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 +Provides: kernel-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 # END COMMON DEPS -Provides: %name-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: %name-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 %ifarch %ix86 Provides: kernel-smp = 2.6.17 Obsoletes: kernel-smp <= 2.6.17 diff --git a/kernel-docs.changes b/kernel-docs.changes index 666f2469..d6d33e14 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index c65f4920..2ff2fcde 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ %define srcversion 5.10 -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -31,9 +31,9 @@ Name: kernel-docs Summary: Kernel Documentation License: GPL-2.0 Group: Documentation/Man -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif @@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding %endif Url: http://www.kernel.org/ Provides: %name = %version-%source_rel -Provides: %name-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: %name-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz diff --git a/kernel-kvmsmall.changes b/kernel-kvmsmall.changes index 666f2469..d6d33e14 100644 --- a/kernel-kvmsmall.changes +++ b/kernel-kvmsmall.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec index 2009efdc..899122cc 100644 --- a/kernel-kvmsmall.spec +++ b/kernel-kvmsmall.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-kvmsmall Summary: The Small Developer Kernel for KVM License: GPL-2.0 Group: System/Kernel -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 -Provides: kernel-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: kernel-%build_flavor-base-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 +Provides: kernel-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 # END COMMON DEPS -Provides: %name-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: %name-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-lpae.changes b/kernel-lpae.changes index 666f2469..d6d33e14 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 84a6bc51..27a2a175 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-lpae Summary: Kernel for LPAE enabled systems License: GPL-2.0 Group: System/Kernel -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 -Provides: kernel-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: kernel-%build_flavor-base-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 +Provides: kernel-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 # END COMMON DEPS -Provides: %name-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: %name-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index 666f2469..d6d33e14 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index eae2dec4..2661b911 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %define vanilla_only 0 @@ -45,7 +45,7 @@ BuildRequires: util-linux %endif %endif %endif -BuildRequires: kernel%kernel_flavor-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +BuildRequires: kernel%kernel_flavor-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 %if 0%{?rhel_version} BuildRequires: kernel @@ -64,9 +64,9 @@ BuildRequires: dracut Summary: package kernel and initrd for OBS VM builds License: GPL-2.0 Group: SLES -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index 666f2469..d6d33e14 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index e8129b5c..df5e714d 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -17,7 +17,7 @@ # needsrootforbuild -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Basic QA tests for the kernel License: GPL-2.0 Group: SLES -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index 666f2469..d6d33e14 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index a7e1e5fe..70f66318 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-pae Summary: Kernel with PAE Support License: GPL-2.0 Group: System/Kernel -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 -Provides: kernel-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: kernel-%build_flavor-base-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 +Provides: kernel-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 # END COMMON DEPS -Provides: %name-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: %name-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 %ifarch %ix86 Provides: kernel-bigsmp = 2.6.17 Obsoletes: kernel-bigsmp <= 2.6.17 diff --git a/kernel-source.changes b/kernel-source.changes index 666f2469..d6d33e14 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index 4d1340b7..e0221a4e 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %define vanilla_only 0 @@ -30,9 +30,9 @@ Name: kernel-source Summary: The Linux Kernel Sources License: GPL-2.0 Group: Development/Sources -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif @@ -43,7 +43,7 @@ BuildRequires: fdupes BuildRequires: sed Requires(post): coreutils sed Provides: %name = %version-%source_rel -Provides: %name-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: %name-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 Provides: linux Provides: multiversion(kernel) Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz diff --git a/kernel-syms.changes b/kernel-syms.changes index 666f2469..d6d33e14 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 5b7e1350..b1beafa6 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -24,10 +24,10 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) License: GPL-2.0 Group: Development/Sources -Version: 5.10.6 +Version: 5.10.7 %if %using_buildservice %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif @@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel %endif Requires: pesign-obs-integration Provides: %name = %version-%source_rel -Provides: %name-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: %name-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 Provides: multiversion(kernel) Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 666f2469..d6d33e14 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index f59aaad2..811c06d2 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches License: GPL-2.0 Group: System/Kernel -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 -Provides: kernel-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: kernel-%build_flavor-base-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 +Provides: kernel-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 # END COMMON DEPS -Provides: %name-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: %name-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-zfcpdump.changes b/kernel-zfcpdump.changes index 666f2469..d6d33e14 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -1,3 +1,251 @@ +------------------------------------------------------------------- +Wed Jan 13 07:08:43 CET 2021 - jslaby@suse.cz + +- scsi: ufs: Fix -Wsometimes-uninitialized warning (git-fixes). +- commit 1c33a89 + +------------------------------------------------------------------- +Wed Jan 13 06:30:49 CET 2021 - jslaby@suse.cz + +- Linux 5.10.7 (bsc#1012628). +- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + (bsc#1012628). +- iavf: fix double-release of rtnl_lock (bsc#1012628). +- net: mvpp2: Add TCAM entry to drop flow control pause frames + (bsc#1012628). +- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (bsc#1012628). +- net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + (bsc#1012628). +- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + (bsc#1012628). +- ethernet: ucc_geth: set dev->max_mtu to 1518 (bsc#1012628). +- ionic: account for vlan tag len in rx buffer len (bsc#1012628). +- atm: idt77252: call pci_disable_device() on error path + (bsc#1012628). +- net: mvpp2: Fix GoP port 3 Networking Complex Control + configurations (bsc#1012628). +- net: stmmac: dwmac-meson8b: ignore the second clock input + (bsc#1012628). +- ibmvnic: fix login buffer memory leak (bsc#1012628). +- ibmvnic: continue fatal error reset after passive init + (bsc#1012628). +- net: ethernet: mvneta: Fix error handling in mvneta_probe + (bsc#1012628). +- qede: fix offload for IPIP tunnel packets (bsc#1012628). +- virtio_net: Fix recursive call to cpus_read_lock() + (bsc#1012628). +- net/ncsi: Use real net-device for response handler + (bsc#1012628). +- net: ethernet: Fix memleak in ethoc_probe (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_cpus + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_cpus_map and + num_tc (bsc#1012628). +- net-sysfs: take the rtnl lock when storing xps_rxqs + (bsc#1012628). +- net-sysfs: take the rtnl lock when accessing xps_rxqs_map and + num_tc (bsc#1012628). +- net: ethernet: ti: cpts: fix ethtool output when no ptp_clock + registered (bsc#1012628). +- tun: fix return value when the number of iovs exceeds + MAX_SKB_FRAGS (bsc#1012628). +- e1000e: Only run S0ix flows if shutdown succeeded (bsc#1012628). +- e1000e: bump up timeout to wait when ME un-configures ULP mode + (bsc#1012628). +- Revert "e1000e: disable s0ix entry and exit flows for ME + systems" (bsc#1012628). +- e1000e: Export S0ix flags to ethtool (bsc#1012628). +- bnxt_en: Check TQM rings for maximum supported value + (bsc#1012628). +- net: mvpp2: fix pkt coalescing int-threshold configuration + (bsc#1012628). +- bnxt_en: Fix AER recovery (bsc#1012628). +- ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + (bsc#1012628). +- net: sched: prevent invalid Scell_log shift count (bsc#1012628). +- net: hns: fix return value check in __lb_other_process() + (bsc#1012628). +- erspan: fix version 1 check in gre_parse_header() (bsc#1012628). +- net: hdlc_ppp: Fix issues when mod_timer is called while timer + is running (bsc#1012628). +- bareudp: set NETIF_F_LLTX flag (bsc#1012628). +- bareudp: Fix use of incorrect min_headroom size (bsc#1012628). +- vhost_net: fix ubuf refcount incorrectly when sendmsg fails + (bsc#1012628). +- r8169: work around power-saving bug on some chip versions + (bsc#1012628). +- net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for + internal PHYs (bsc#1012628). +- net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + (bsc#1012628). +- CDC-NCM: remove "connected" log message (bsc#1012628). +- ibmvnic: fix: NULL pointer dereference (bsc#1012628). +- net: usb: qmi_wwan: add Quectel EM160R-GL (bsc#1012628). +- selftests: mlxsw: Set headroom size of correct port + (bsc#1012628). +- stmmac: intel: Add PCI IDs for TGL-H platform (bsc#1012628). +- selftests/vm: fix building protection keys test (bsc#1012628). +- block: add debugfs stanza for QUEUE_FLAG_NOWAIT (bsc#1012628). +- workqueue: Kick a worker based on the actual activation of + delayed works (bsc#1012628). +- scsi: ufs: Fix wrong print message in dev_err() (bsc#1012628). +- scsi: ufs-pci: Fix restore from S4 for Intel controllers + (bsc#1012628). +- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for + suspend-to-disk ->poweroff() (bsc#1012628). +- scsi: ufs-pci: Fix recovery from hibernate exit errors for + Intel controllers (bsc#1012628). +- scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel + controllers (bsc#1012628). +- scsi: block: Introduce BLK_MQ_REQ_PM (bsc#1012628). +- scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + (bsc#1012628). +- scsi: ide: Mark power management requests with RQF_PM instead + of RQF_PREEMPT (bsc#1012628). +- scsi: scsi_transport_spi: Set RQF_PM for domain validation + commands (bsc#1012628). +- scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE + (bsc#1012628). +- local64.h: make mandatory (bsc#1012628). +- lib/genalloc: fix the overflow when size is too big + (bsc#1012628). +- depmod: handle the case of /sbin/depmod without /sbin in PATH + (bsc#1012628). +- scsi: ufs: Clear UAC for FFU and RPMB LUNs (bsc#1012628). +- kbuild: don't hardcode depmod path (bsc#1012628). +- Bluetooth: revert: hci_h5: close serdev device and free hu in + h5_close (bsc#1012628). +- scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT + (bsc#1012628). +- scsi: block: Do not accept any requests while suspended + (bsc#1012628). +- crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + (bsc#1012628). +- crypto: asym_tpm: correct zero out potential secrets + (bsc#1012628). +- powerpc: Handle .text.{hot,unlikely}.* in linker script + (bsc#1012628). +- Staging: comedi: Return -EFAULT if copy_to_user() fails + (bsc#1012628). +- staging: mt7621-dma: Fix a resource leak in an error handling + path (bsc#1012628). +- usb: gadget: enable super speed plus (bsc#1012628). +- USB: cdc-acm: blacklist another IR Droid device (bsc#1012628). +- USB: cdc-wdm: Fix use after free in + service_outstanding_interrupt() (bsc#1012628). +- usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ + request (bsc#1012628). +- usb: dwc3: meson-g12a: disable clk on error handling path in + probe (bsc#1012628). +- usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + (bsc#1012628). +- usb: dwc3: gadget: Clear wait flag on dequeue (bsc#1012628). +- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access + completion (bsc#1012628). +- usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based + one (bsc#1012628). +- usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() (bsc#1012628). +- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set (bsc#1012628). +- usb: usbip: vhci_hcd: protect shift size (bsc#1012628). +- usb: uas: Add PNY USB Portable SSD to unusual_uas (bsc#1012628). +- USB: serial: iuu_phoenix: fix DMA from stack (bsc#1012628). +- USB: serial: option: add LongSung M5710 module support + (bsc#1012628). +- USB: serial: option: add Quectel EM160R-GL (bsc#1012628). +- USB: yurex: fix control-URB timeout handling (bsc#1012628). +- USB: usblp: fix DMA to stack (bsc#1012628). +- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + (bsc#1012628). +- usb: gadget: select CONFIG_CRC32 (bsc#1012628). +- USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug + (bsc#1012628). +- usb: gadget: f_uac2: reset wMaxPacketSize (bsc#1012628). +- usb: gadget: function: printer: Fix a memory leak for interface + descriptor (bsc#1012628). +- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + (bsc#1012628). +- USB: gadget: legacy: fix return error code in acm_ms_bind() + (bsc#1012628). +- usb: gadget: Fix spinlock lockup on usb_function_deactivate + (bsc#1012628). +- usb: gadget: configfs: Preserve function ordering after bind + failure (bsc#1012628). +- usb: gadget: configfs: Fix use-after-free issue with udc_name + (bsc#1012628). +- USB: serial: keyspan_pda: remove unused variable (bsc#1012628). +- hwmon: (amd_energy) fix allocation of hwmon_channel_info config + (bsc#1012628). +- mm: make wait_on_page_writeback() wait for multiple pending + writebacks (bsc#1012628). +- x86/mm: Fix leak of pmd ptlock (bsc#1012628). +- KVM: x86/mmu: Use -1 to flag an undefined spte in + get_mmio_spte() (bsc#1012628). +- KVM: x86/mmu: Get root level from walkers when retrieving MMIO + SPTE (bsc#1012628). +- kvm: check tlbs_dirty directly (bsc#1012628). +- KVM: x86/mmu: Ensure TDP MMU roots are freed after yield + (bsc#1012628). +- x86/resctrl: Use an IPI instead of task_work_add() to update + PQR_ASSOC MSR (bsc#1012628). +- x86/resctrl: Don't move a task to the same resource group + (bsc#1012628). +- blk-iocost: fix NULL iocg deref from racing against + initialization (bsc#1012628). +- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (bsc#1012628). +- ALSA: hda/conexant: add a new hda codec CX11970 (bsc#1012628). +- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + (bsc#1012628). +- ALSA: hda/realtek: Add mute LED quirk for more HP laptops + (bsc#1012628). +- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook + 850 G7 (bsc#1012628). +- ALSA: hda/realtek: Add two "Intel Reference board" SSID in + the ALC256 (bsc#1012628). +- iommu/vt-d: Move intel_iommu info from struct intel_svm to + struct intel_svm_dev (bsc#1012628). +- btrfs: qgroup: don't try to wait flushing if we're already + holding a transaction (bsc#1012628). +- btrfs: send: fix wrong file path when there is an inode with + a pending rmdir (bsc#1012628). +- Revert "device property: Keep secondary firmware node secondary + by type" (bsc#1012628). +- dmabuf: fix use-after-free of dmabuf's file->f_inode + (bsc#1012628). +- arm64: link with -z norelro for LLD or aarch64-elf + (bsc#1012628). +- drm/i915: clear the shadow batch (bsc#1012628). +- drm/i915: clear the gpu reloc batch (bsc#1012628). +- bcache: fix typo from SUUP to SUPP in features.h (bsc#1012628). +- bcache: check unsupported feature sets for bcache register + (bsc#1012628). +- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE + for large bucket (bsc#1012628). +- net/mlx5e: Fix SWP offsets when vlan inserted by driver + (bsc#1012628). +- ARM: dts: OMAP3: disable AES on N950/N9 (bsc#1012628). +- netfilter: x_tables: Update remaining dereference to RCU + (bsc#1012628). +- netfilter: ipset: fix shift-out-of-bounds in htable_bits() + (bsc#1012628). +- netfilter: xt_RATEEST: reject non-null terminated string from + userspace (bsc#1012628). +- netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + (bsc#1012628). +- dmaengine: idxd: off by one in cleanup code (bsc#1012628). +- x86/mtrr: Correct the range check before performing MTRR type + lookups (bsc#1012628). +- KVM: x86: fix shift out of bounds reported by UBSAN + (bsc#1012628). +- xsk: Fix memory leak for failed bind (bsc#1012628). +- rtlwifi: rise completion at the last step of firmware callback + (bsc#1012628). +- scsi: target: Fix XCOPY NAA identifier lookup (bsc#1012628). +- commit 1ca962e + ------------------------------------------------------------------- Sun Jan 10 09:48:22 CET 2021 - jslaby@suse.cz diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index ca86be90..b2eef2a2 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.6 +%define patchversion 5.10.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-zfcpdump Summary: The IBM System Z zfcpdump Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.10.6 +Version: 5.10.7 %if 0%{?is_kotd} -Release: .g183dcff +Release: .g1c33a89 %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 -Provides: kernel-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: kernel-%build_flavor-base-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 +Provides: kernel-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 # END COMMON DEPS -Provides: %name-srchash-183dcff40b2688195ddea0190197503b2eaa2f17 +Provides: %name-srchash-1c33a89eda4372c8f9f7c99fab9284ad70c54413 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 34e4f803..1486b78f 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f043d34b1a3993b897b731a7c397445625bd04de789c7c30524cfa54b5412652 -size 548721 +oid sha256:67730aab996e3df6f41039415040a78423b06fdf211267faeb765ec32d5c3fb3 +size 649587 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index b3caf6d0..4bd2082b 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a5c96271d5bb0001456287c28096f25adde6a8ef7870e29112f6cce00bbe5b3 -size 68643 +oid sha256:aec99014aae37c7157626140d26b982057cb73f2ea70722a2ec1483373b1e2e4 +size 68620 diff --git a/series.conf b/series.conf index 157104dd..726f020c 100644 --- a/series.conf +++ b/series.conf @@ -889,6 +889,150 @@ patches.kernel.org/5.10.6-019-exec-Transform-exec_update_mutex-into-a-rw_sem.patch patches.kernel.org/5.10.6-020-mwifiex-Fix-possible-buffer-overflows-in-mwifi.patch patches.kernel.org/5.10.6-021-Linux-5.10.6.patch + patches.kernel.org/5.10.7-001-i40e-Fix-Error-I40E_AQ_RC_EINVAL-when-removing.patch + patches.kernel.org/5.10.7-002-iavf-fix-double-release-of-rtnl_lock.patch + patches.kernel.org/5.10.7-003-net-sched-sch_taprio-ensure-to-reset-destroy-a.patch + patches.kernel.org/5.10.7-004-net-mvpp2-Add-TCAM-entry-to-drop-flow-control-.patch + patches.kernel.org/5.10.7-005-net-mvpp2-prs-fix-PPPoE-with-ipv6-packet-parse.patch + patches.kernel.org/5.10.7-006-net-systemport-set-dev-max_mtu-to-UMAC_MAX_MTU.patch + patches.kernel.org/5.10.7-007-ethernet-ucc_geth-fix-use-after-free-in-ucc_ge.patch + patches.kernel.org/5.10.7-008-ethernet-ucc_geth-set-dev-max_mtu-to-1518.patch + patches.kernel.org/5.10.7-009-ionic-account-for-vlan-tag-len-in-rx-buffer-le.patch + patches.kernel.org/5.10.7-010-atm-idt77252-call-pci_disable_device-on-error-.patch + patches.kernel.org/5.10.7-011-net-mvpp2-Fix-GoP-port-3-Networking-Complex-Co.patch + patches.kernel.org/5.10.7-012-net-stmmac-dwmac-meson8b-ignore-the-second-clo.patch + patches.kernel.org/5.10.7-013-ibmvnic-fix-login-buffer-memory-leak.patch + patches.kernel.org/5.10.7-014-ibmvnic-continue-fatal-error-reset-after-passi.patch + patches.kernel.org/5.10.7-015-net-ethernet-mvneta-Fix-error-handling-in-mvne.patch + patches.kernel.org/5.10.7-016-qede-fix-offload-for-IPIP-tunnel-packets.patch + patches.kernel.org/5.10.7-017-virtio_net-Fix-recursive-call-to-cpus_read_loc.patch + patches.kernel.org/5.10.7-018-net-ncsi-Use-real-net-device-for-response-hand.patch + patches.kernel.org/5.10.7-019-net-ethernet-Fix-memleak-in-ethoc_probe.patch + patches.kernel.org/5.10.7-020-net-sysfs-take-the-rtnl-lock-when-storing-xps_.patch + patches.kernel.org/5.10.7-021-net-sysfs-take-the-rtnl-lock-when-accessing-xp.patch + patches.kernel.org/5.10.7-022-net-sysfs-take-the-rtnl-lock-when-storing-xps_.patch + patches.kernel.org/5.10.7-023-net-sysfs-take-the-rtnl-lock-when-accessing-xp.patch + patches.kernel.org/5.10.7-024-net-ethernet-ti-cpts-fix-ethtool-output-when-n.patch + patches.kernel.org/5.10.7-025-tun-fix-return-value-when-the-number-of-iovs-e.patch + patches.kernel.org/5.10.7-026-e1000e-Only-run-S0ix-flows-if-shutdown-succeed.patch + patches.kernel.org/5.10.7-027-e1000e-bump-up-timeout-to-wait-when-ME-un-conf.patch + patches.kernel.org/5.10.7-028-Revert-e1000e-disable-s0ix-entry-and-exit-flow.patch + patches.kernel.org/5.10.7-029-e1000e-Export-S0ix-flags-to-ethtool.patch + patches.kernel.org/5.10.7-030-bnxt_en-Check-TQM-rings-for-maximum-supported-.patch + patches.kernel.org/5.10.7-031-net-mvpp2-fix-pkt-coalescing-int-threshold-con.patch + patches.kernel.org/5.10.7-032-bnxt_en-Fix-AER-recovery.patch + patches.kernel.org/5.10.7-033-ipv4-Ignore-ECN-bits-for-fib-lookups-in-fib_co.patch + patches.kernel.org/5.10.7-034-net-sched-prevent-invalid-Scell_log-shift-coun.patch + patches.kernel.org/5.10.7-035-net-hns-fix-return-value-check-in-__lb_other_p.patch + patches.kernel.org/5.10.7-036-erspan-fix-version-1-check-in-gre_parse_header.patch + patches.kernel.org/5.10.7-037-net-hdlc_ppp-Fix-issues-when-mod_timer-is-call.patch + patches.kernel.org/5.10.7-038-bareudp-set-NETIF_F_LLTX-flag.patch + patches.kernel.org/5.10.7-039-bareudp-Fix-use-of-incorrect-min_headroom-size.patch + patches.kernel.org/5.10.7-040-vhost_net-fix-ubuf-refcount-incorrectly-when-s.patch + patches.kernel.org/5.10.7-041-r8169-work-around-power-saving-bug-on-some-chi.patch + patches.kernel.org/5.10.7-042-net-dsa-lantiq_gswip-Enable-GSWIP_MII_CFG_EN-a.patch + patches.kernel.org/5.10.7-043-net-dsa-lantiq_gswip-Fix-GSWIP_MII_CFG-p-regis.patch + patches.kernel.org/5.10.7-044-CDC-NCM-remove-connected-log-message.patch + patches.kernel.org/5.10.7-045-ibmvnic-fix-NULL-pointer-dereference.patch + patches.kernel.org/5.10.7-046-net-usb-qmi_wwan-add-Quectel-EM160R-GL.patch + patches.kernel.org/5.10.7-047-selftests-mlxsw-Set-headroom-size-of-correct-p.patch + patches.kernel.org/5.10.7-048-stmmac-intel-Add-PCI-IDs-for-TGL-H-platform.patch + patches.kernel.org/5.10.7-049-selftests-vm-fix-building-protection-keys-test.patch + patches.kernel.org/5.10.7-050-block-add-debugfs-stanza-for-QUEUE_FLAG_NOWAIT.patch + patches.kernel.org/5.10.7-051-workqueue-Kick-a-worker-based-on-the-actual-ac.patch + patches.kernel.org/5.10.7-052-scsi-ufs-Fix-wrong-print-message-in-dev_err.patch + patches.kernel.org/5.10.7-053-scsi-ufs-pci-Fix-restore-from-S4-for-Intel-con.patch + patches.kernel.org/5.10.7-054-scsi-ufs-pci-Ensure-UFS-device-is-in-PowerDown.patch + patches.kernel.org/5.10.7-055-scsi-ufs-pci-Fix-recovery-from-hibernate-exit-.patch + patches.kernel.org/5.10.7-056-scsi-ufs-pci-Enable-UFSHCD_CAP_RPM_AUTOSUSPEND.patch + patches.kernel.org/5.10.7-057-scsi-block-Introduce-BLK_MQ_REQ_PM.patch + patches.kernel.org/5.10.7-058-scsi-ide-Do-not-set-the-RQF_PREEMPT-flag-for-s.patch + patches.kernel.org/5.10.7-059-scsi-ide-Mark-power-management-requests-with-R.patch + patches.kernel.org/5.10.7-060-scsi-scsi_transport_spi-Set-RQF_PM-for-domain-.patch + patches.kernel.org/5.10.7-061-scsi-core-Only-process-PM-requests-if-rpm_stat.patch + patches.kernel.org/5.10.7-062-local64.h-make-asm-local64.h-mandatory.patch + patches.kernel.org/5.10.7-063-lib-genalloc-fix-the-overflow-when-size-is-too.patch + patches.kernel.org/5.10.7-064-depmod-handle-the-case-of-sbin-depmod-without-.patch + patches.kernel.org/5.10.7-065-scsi-ufs-Clear-UAC-for-FFU-and-RPMB-LUNs.patch + patches.kernel.org/5.10.7-066-kbuild-don-t-hardcode-depmod-path.patch + patches.kernel.org/5.10.7-067-Bluetooth-revert-hci_h5-close-serdev-device-an.patch + patches.kernel.org/5.10.7-068-scsi-block-Remove-RQF_PREEMPT-and-BLK_MQ_REQ_P.patch + patches.kernel.org/5.10.7-069-scsi-block-Do-not-accept-any-requests-while-su.patch + patches.kernel.org/5.10.7-070-crypto-ecdh-avoid-buffer-overflow-in-ecdh_set_.patch + patches.kernel.org/5.10.7-071-crypto-asym_tpm-correct-zero-out-potential-sec.patch + patches.kernel.org/5.10.7-072-powerpc-Handle-.text.-hot-unlikely-.-in-linker.patch + patches.kernel.org/5.10.7-073-Staging-comedi-Return-EFAULT-if-copy_to_user-f.patch + patches.kernel.org/5.10.7-074-staging-mt7621-dma-Fix-a-resource-leak-in-an-e.patch + patches.kernel.org/5.10.7-075-usb-gadget-enable-super-speed-plus.patch + patches.kernel.org/5.10.7-076-USB-cdc-acm-blacklist-another-IR-Droid-device.patch + patches.kernel.org/5.10.7-077-USB-cdc-wdm-Fix-use-after-free-in-service_outs.patch + patches.kernel.org/5.10.7-078-usb-typec-intel_pmc_mux-Configure-HPD-first-fo.patch + patches.kernel.org/5.10.7-079-usb-dwc3-meson-g12a-disable-clk-on-error-handl.patch + patches.kernel.org/5.10.7-080-usb-dwc3-gadget-Restart-DWC3-gadget-when-enabl.patch + patches.kernel.org/5.10.7-081-usb-dwc3-gadget-Clear-wait-flag-on-dequeue.patch + patches.kernel.org/5.10.7-082-usb-dwc3-ulpi-Use-VStsDone-to-detect-PHY-regs-.patch + patches.kernel.org/5.10.7-083-usb-dwc3-ulpi-Replace-CPU-based-busyloop-with-.patch + patches.kernel.org/5.10.7-084-usb-dwc3-ulpi-Fix-USB2.0-HS-FS-LS-PHY-suspend-.patch + patches.kernel.org/5.10.7-085-usb-chipidea-ci_hdrc_imx-add-missing-put_devic.patch + patches.kernel.org/5.10.7-086-USB-xhci-fix-U1-U2-handling-for-hardware-with-.patch + patches.kernel.org/5.10.7-087-usb-usbip-vhci_hcd-protect-shift-size.patch + patches.kernel.org/5.10.7-088-usb-uas-Add-PNY-USB-Portable-SSD-to-unusual_ua.patch + patches.kernel.org/5.10.7-089-USB-serial-iuu_phoenix-fix-DMA-from-stack.patch + patches.kernel.org/5.10.7-090-USB-serial-option-add-LongSung-M5710-module-su.patch + patches.kernel.org/5.10.7-091-USB-serial-option-add-Quectel-EM160R-GL.patch + patches.kernel.org/5.10.7-092-USB-yurex-fix-control-URB-timeout-handling.patch + patches.kernel.org/5.10.7-093-USB-usblp-fix-DMA-to-stack.patch + patches.kernel.org/5.10.7-094-ALSA-usb-audio-Fix-UBSAN-warnings-for-MIDI-jac.patch + patches.kernel.org/5.10.7-095-usb-gadget-select-CONFIG_CRC32.patch + patches.kernel.org/5.10.7-096-USB-Gadget-dummy-hcd-Fix-shift-out-of-bounds-b.patch + patches.kernel.org/5.10.7-097-usb-gadget-f_uac2-reset-wMaxPacketSize.patch + patches.kernel.org/5.10.7-098-usb-gadget-function-printer-Fix-a-memory-leak-.patch + patches.kernel.org/5.10.7-099-usb-gadget-u_ether-Fix-MTU-size-mismatch-with-.patch + patches.kernel.org/5.10.7-100-USB-gadget-legacy-fix-return-error-code-in-acm.patch + patches.kernel.org/5.10.7-101-usb-gadget-Fix-spinlock-lockup-on-usb_function.patch + patches.kernel.org/5.10.7-102-usb-gadget-configfs-Preserve-function-ordering.patch + patches.kernel.org/5.10.7-103-usb-gadget-configfs-Fix-use-after-free-issue-w.patch + patches.kernel.org/5.10.7-104-USB-serial-keyspan_pda-remove-unused-variable.patch + patches.kernel.org/5.10.7-105-hwmon-amd_energy-fix-allocation-of-hwmon_chann.patch + patches.kernel.org/5.10.7-106-mm-make-wait_on_page_writeback-wait-for-multip.patch + patches.kernel.org/5.10.7-107-x86-mm-Fix-leak-of-pmd-ptlock.patch + patches.kernel.org/5.10.7-108-KVM-x86-mmu-Use-1-to-flag-an-undefined-spte-in.patch + patches.kernel.org/5.10.7-109-KVM-x86-mmu-Get-root-level-from-walkers-when-r.patch + patches.kernel.org/5.10.7-110-kvm-check-tlbs_dirty-directly.patch + patches.kernel.org/5.10.7-111-KVM-x86-mmu-Ensure-TDP-MMU-roots-are-freed-aft.patch + patches.kernel.org/5.10.7-112-x86-resctrl-Use-an-IPI-instead-of-task_work_ad.patch + patches.kernel.org/5.10.7-113-x86-resctrl-Don-t-move-a-task-to-the-same-reso.patch + patches.kernel.org/5.10.7-114-blk-iocost-fix-NULL-iocg-deref-from-racing-aga.patch + patches.kernel.org/5.10.7-115-ALSA-hda-via-Fix-runtime-PM-for-Clevo-W35xSS.patch + patches.kernel.org/5.10.7-116-ALSA-hda-conexant-add-a-new-hda-codec-CX11970.patch + patches.kernel.org/5.10.7-117-ALSA-hda-realtek-Fix-speaker-volume-control-on.patch + patches.kernel.org/5.10.7-118-ALSA-hda-realtek-Add-mute-LED-quirk-for-more-H.patch + patches.kernel.org/5.10.7-119-ALSA-hda-realtek-Enable-mute-and-micmute-LED-o.patch + patches.kernel.org/5.10.7-120-ALSA-hda-realtek-Add-two-Intel-Reference-board.patch + patches.kernel.org/5.10.7-121-iommu-vt-d-Move-intel_iommu-info-from-struct-i.patch + patches.kernel.org/5.10.7-122-btrfs-qgroup-don-t-try-to-wait-flushing-if-we-.patch + patches.kernel.org/5.10.7-123-btrfs-send-fix-wrong-file-path-when-there-is-a.patch + patches.kernel.org/5.10.7-124-Revert-device-property-Keep-secondary-firmware.patch + patches.kernel.org/5.10.7-125-dmabuf-fix-use-after-free-of-dmabuf-s-file-f_i.patch + patches.kernel.org/5.10.7-126-arm64-link-with-z-norelro-for-LLD-or-aarch64-e.patch + patches.kernel.org/5.10.7-127-drm-i915-clear-the-shadow-batch.patch + patches.kernel.org/5.10.7-128-drm-i915-clear-the-gpu-reloc-batch.patch + patches.kernel.org/5.10.7-129-bcache-fix-typo-from-SUUP-to-SUPP-in-features..patch + patches.kernel.org/5.10.7-130-bcache-check-unsupported-feature-sets-for-bcac.patch + patches.kernel.org/5.10.7-131-bcache-introduce-BCH_FEATURE_INCOMPAT_LOG_LARG.patch + patches.kernel.org/5.10.7-132-net-mlx5e-Fix-SWP-offsets-when-vlan-inserted-b.patch + patches.kernel.org/5.10.7-133-ARM-dts-OMAP3-disable-AES-on-N950-N9.patch + patches.kernel.org/5.10.7-134-netfilter-x_tables-Update-remaining-dereferenc.patch + patches.kernel.org/5.10.7-135-netfilter-ipset-fix-shift-out-of-bounds-in-hta.patch + patches.kernel.org/5.10.7-136-netfilter-xt_RATEEST-reject-non-null-terminate.patch + patches.kernel.org/5.10.7-137-netfilter-nft_dynset-report-EOPNOTSUPP-on-miss.patch + patches.kernel.org/5.10.7-138-dmaengine-idxd-off-by-one-in-cleanup-code.patch + patches.kernel.org/5.10.7-139-x86-mtrr-Correct-the-range-check-before-perfor.patch + patches.kernel.org/5.10.7-140-KVM-x86-fix-shift-out-of-bounds-reported-by-UB.patch + patches.kernel.org/5.10.7-141-xsk-Fix-memory-leak-for-failed-bind.patch + patches.kernel.org/5.10.7-142-rtlwifi-rise-completion-at-the-last-step-of-fi.patch + patches.kernel.org/5.10.7-143-scsi-target-Fix-XCOPY-NAA-identifier-lookup.patch + patches.kernel.org/5.10.7-144-Linux-5.10.7.patch ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -916,8 +1060,8 @@ patches.suse/RDMA-hns-Avoid-filling-sl-in-high-3-bits-of-vlan_id.patch patches.suse/drm-panfrost-Don-t-corrupt-the-queue-mutex-on-open-c.patch patches.suse/drm-panfrost-Remove-unused-variables-in-panfrost_job.patch - patches.suse/net-sched-sch_taprio-ensure-to-reset-destroy-all-chi.patch patches.suse/drm-docs-Fix-todo.rst.patch + patches.suse/scsi-ufs-Fix-Wsometimes-uninitialized-warning.patch ######################################################## # kbuild/module infrastructure fixes diff --git a/source-timestamp b/source-timestamp index 9f042d02..6a68867a 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2021-01-11 09:19:45 +0000 -GIT Revision: 183dcff40b2688195ddea0190197503b2eaa2f17 +2021-01-13 06:08:43 +0000 +GIT Revision: 1c33a89eda4372c8f9f7c99fab9284ad70c54413 GIT Branch: stable