From 26d875841f03c260ce2e8fbef900d4f106c19ce7b36f42c3376093fc71ad2396 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Thu, 2 Jul 2020 06:42:50 +0000 Subject: [PATCH] commit cba119b9d536c22bb0a3705ec58f0411fee53b7e OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1329 --- dtb-aarch64.changes | 427 +++++++++++++++++++++++++++++++++++++ dtb-aarch64.spec | 6 +- dtb-armv6l.changes | 427 +++++++++++++++++++++++++++++++++++++ dtb-armv6l.spec | 6 +- dtb-armv7l.changes | 427 +++++++++++++++++++++++++++++++++++++ dtb-armv7l.spec | 6 +- dtb-riscv64.changes | 427 +++++++++++++++++++++++++++++++++++++ dtb-riscv64.spec | 6 +- kernel-64kb.changes | 427 +++++++++++++++++++++++++++++++++++++ kernel-64kb.spec | 12 +- kernel-debug.changes | 427 +++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 12 +- kernel-default.changes | 427 +++++++++++++++++++++++++++++++++++++ kernel-default.spec | 12 +- kernel-docs.changes | 427 +++++++++++++++++++++++++++++++++++++ kernel-docs.spec | 8 +- kernel-kvmsmall.changes | 427 +++++++++++++++++++++++++++++++++++++ kernel-kvmsmall.spec | 12 +- kernel-lpae.changes | 427 +++++++++++++++++++++++++++++++++++++ kernel-lpae.spec | 12 +- kernel-obs-build.changes | 427 +++++++++++++++++++++++++++++++++++++ kernel-obs-build.spec | 8 +- kernel-obs-qa.changes | 427 +++++++++++++++++++++++++++++++++++++ kernel-obs-qa.spec | 6 +- kernel-pae.changes | 427 +++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 12 +- kernel-source.changes | 427 +++++++++++++++++++++++++++++++++++++ kernel-source.spec | 8 +- kernel-syms.changes | 427 +++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 6 +- kernel-vanilla.changes | 427 +++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 12 +- kernel-zfcpdump.changes | 427 +++++++++++++++++++++++++++++++++++++ kernel-zfcpdump.spec | 12 +- patches.kernel.org.tar.bz2 | 4 +- patches.suse.tar.bz2 | 4 +- series.conf | 267 ++++++++++++++++++++++- source-timestamp | 4 +- 38 files changed, 7604 insertions(+), 90 deletions(-) diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index f08f544d..0dbd0053 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index b06d5aa6..ed34bb88 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -17,7 +17,7 @@ %define srcversion 5.7 -%define patchversion 5.7.6 +%define patchversion 5.7.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.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index f08f544d..0dbd0053 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index 454fe91f..b3990369 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -17,7 +17,7 @@ %define srcversion 5.7 -%define patchversion 5.7.6 +%define patchversion 5.7.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.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index f08f544d..0dbd0053 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index aecb1433..86561879 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -17,7 +17,7 @@ %define srcversion 5.7 -%define patchversion 5.7.6 +%define patchversion 5.7.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.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif diff --git a/dtb-riscv64.changes b/dtb-riscv64.changes index f08f544d..0dbd0053 100644 --- a/dtb-riscv64.changes +++ b/dtb-riscv64.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/dtb-riscv64.spec b/dtb-riscv64.spec index fdcce0c3..5c0237bf 100644 --- a/dtb-riscv64.spec +++ b/dtb-riscv64.spec @@ -17,7 +17,7 @@ %define srcversion 5.7 -%define patchversion 5.7.6 +%define patchversion 5.7.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.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index f08f544d..0dbd0053 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/kernel-64kb.spec b/kernel-64kb.spec index a682ee02..9857d42d 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -18,7 +18,7 @@ %define srcversion 5.7 -%define patchversion 5.7.6 +%define patchversion 5.7.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-64kb Summary: Kernel with 64kb PAGE_SIZE License: GPL-2.0 Group: System/Kernel -Version: 5.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif @@ -176,10 +176,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a -Provides: kernel-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: kernel-%build_flavor-base-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e +Provides: kernel-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e # END COMMON DEPS -Provides: %name-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: %name-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e %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 f08f544d..0dbd0053 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 7c7f3eb8..43570f87 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ %define srcversion 5.7 -%define patchversion 5.7.6 +%define patchversion 5.7.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-debug Summary: A Debug Version of the Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif @@ -176,10 +176,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a -Provides: kernel-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: kernel-%build_flavor-base-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e +Provides: kernel-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e # END COMMON DEPS -Provides: %name-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: %name-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e %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 f08f544d..0dbd0053 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 67c9740a..f52743c0 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ %define srcversion 5.7 -%define patchversion 5.7.6 +%define patchversion 5.7.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-default Summary: The Standard Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif @@ -176,10 +176,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a -Provides: kernel-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: kernel-%build_flavor-base-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e +Provides: kernel-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e # END COMMON DEPS -Provides: %name-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: %name-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e %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 f08f544d..0dbd0053 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index 6c438f71..39588c50 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ %define srcversion 5.7 -%define patchversion 5.7.6 +%define patchversion 5.7.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.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %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-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: %name-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e 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 f08f544d..0dbd0053 100644 --- a/kernel-kvmsmall.changes +++ b/kernel-kvmsmall.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec index 087bd891..288e159d 100644 --- a/kernel-kvmsmall.spec +++ b/kernel-kvmsmall.spec @@ -18,7 +18,7 @@ %define srcversion 5.7 -%define patchversion 5.7.6 +%define patchversion 5.7.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-kvmsmall Summary: The Small Developer Kernel for KVM License: GPL-2.0 Group: System/Kernel -Version: 5.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif @@ -176,10 +176,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a -Provides: kernel-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: kernel-%build_flavor-base-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e +Provides: kernel-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e # END COMMON DEPS -Provides: %name-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: %name-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e %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 f08f544d..0dbd0053 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 786932f3..7fd6cbe9 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -18,7 +18,7 @@ %define srcversion 5.7 -%define patchversion 5.7.6 +%define patchversion 5.7.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-lpae Summary: Kernel for LPAE enabled systems License: GPL-2.0 Group: System/Kernel -Version: 5.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif @@ -176,10 +176,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a -Provides: kernel-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: kernel-%build_flavor-base-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e +Provides: kernel-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e # END COMMON DEPS -Provides: %name-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: %name-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e %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 f08f544d..0dbd0053 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 2af3b49b..c88f70ab 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 5.7.6 +%define patchversion 5.7.7 %define variant %{nil} %define vanilla_only 0 @@ -45,7 +45,7 @@ BuildRequires: util-linux %endif %endif %endif -BuildRequires: kernel%kernel_flavor-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +BuildRequires: kernel%kernel_flavor-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e %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.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index f08f544d..0dbd0053 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index d880f528..78a8e712 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -17,7 +17,7 @@ # needsrootforbuild -%define patchversion 5.7.6 +%define patchversion 5.7.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.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index f08f544d..0dbd0053 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index 439c00c9..6fbd1127 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ %define srcversion 5.7 -%define patchversion 5.7.6 +%define patchversion 5.7.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-pae Summary: Kernel with PAE Support License: GPL-2.0 Group: System/Kernel -Version: 5.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif @@ -176,10 +176,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a -Provides: kernel-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: kernel-%build_flavor-base-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e +Provides: kernel-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e # END COMMON DEPS -Provides: %name-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: %name-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e %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 f08f544d..0dbd0053 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index 3214a5c7..f93f4169 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,7 +18,7 @@ %define srcversion 5.7 -%define patchversion 5.7.6 +%define patchversion 5.7.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.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif @@ -43,7 +43,7 @@ BuildRequires: fdupes BuildRequires: sed Requires(post): coreutils sed Provides: %name = %version-%source_rel -Provides: %name-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: %name-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e 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 f08f544d..0dbd0053 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 1b74d421..beb524bc 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.7.6 +Version: 5.7.7 %if %using_buildservice %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %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-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: %name-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e Provides: multiversion(kernel) Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index f08f544d..0dbd0053 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index a904d17e..db655048 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ %define srcversion 5.7 -%define patchversion 5.7.6 +%define patchversion 5.7.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches License: GPL-2.0 Group: System/Kernel -Version: 5.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif @@ -176,10 +176,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a -Provides: kernel-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: kernel-%build_flavor-base-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e +Provides: kernel-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e # END COMMON DEPS -Provides: %name-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: %name-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e %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 f08f544d..0dbd0053 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -1,3 +1,430 @@ +------------------------------------------------------------------- +Wed Jul 1 21:03:27 CEST 2020 - jslaby@suse.cz + +- Linux 5.7.7 (bnc#1012628). +- spi: spi-fsl-dspi: Free DMA memory with matching function + (bnc#1012628). +- block/bio-integrity: don't free 'buf' if + bio_integrity_add_page() failed (bnc#1012628). +- enetc: Fix tx rings bitmap iteration range, irq handling + (bnc#1012628). +- ethtool: Fix check in ethtool_rx_flow_rule_create (bnc#1012628). +- geneve: allow changing DF behavior after creation (bnc#1012628). +- ibmveth: Fix max MTU limit (bnc#1012628). +- mld: fix memory leak in ipv6_mc_destroy_dev() (bnc#1012628). +- mlxsw: spectrum: Do not rely on machine endianness + (bnc#1012628). +- mvpp2: ethtool rxtx stats fix (bnc#1012628). +- net: bridge: enfore alignment for ethernet address + (bnc#1012628). +- net: core: reduce recursion limit value (bnc#1012628). +- net: Do not clear the sock TX queue in sk_set_socket() + (bnc#1012628). +- net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM + (bnc#1012628). +- net: fix memleak in register_netdevice() (bnc#1012628). +- net: Fix the arp error in some cases (bnc#1012628). +- net: increment xmit_recursion level in dev_direct_xmit() + (bnc#1012628). +- net: usb: ax88179_178a: fix packet alignment padding + (bnc#1012628). +- openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len (bnc#1012628). +- rocker: fix incorrect error handling in dma_rings_init + (bnc#1012628). +- rxrpc: Fix notification call on completion of discarded calls + (bnc#1012628). +- sctp: Don't advertise IPv4 addresses if ipv6only is set on + the socket (bnc#1012628). +- tcp: don't ignore ECN CWR on pure ACK (bnc#1012628). +- tcp: grow window for OOO packets only for SACK flows + (bnc#1012628). +- tg3: driver sleeps indefinitely when EEH errors exceed + eeh_max_freezes (bnc#1012628). +- ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + (bnc#1012628). +- net: phy: Check harder for errors in get_phy_id() (bnc#1012628). +- ip_tunnel: fix use-after-free in ip_tunnel_lookup() + (bnc#1012628). +- bnxt_en: Store the running firmware version code (bnc#1012628). +- bnxt_en: Do not enable legacy TX push on older firmware + (bnc#1012628). +- bnxt_en: Fix statistics counters issue during ifdown with + older firmware (bnc#1012628). +- bnxt_en: Read VPD info only for PFs (bnc#1012628). +- net: phylink: fix ethtool -A with attached PHYs (bnc#1012628). +- net: phylink: ensure manual pause mode configuration takes + effect (bnc#1012628). +- sch_cake: don't try to reallocate or unshare skb unconditionally + (bnc#1012628). +- sch_cake: don't call diffserv parsing code when it is not needed + (bnc#1012628). +- sch_cake: fix a few style nits (bnc#1012628). +- tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + (bnc#1012628). +- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop + in min RTT (bnc#1012628). +- net: macb: undo operations in case of failure (bnc#1012628). +- r8169: fix firmware not resetting tp->ocp_base (bnc#1012628). +- mptcp: drop sndr_key in mptcp_syn_options (bnc#1012628). +- mptcp: fix memory leak in mptcp_subflow_create_socket() + (bnc#1012628). +- net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string + (bnc#1012628). +- net: macb: call pm_runtime_put_sync on failure path + (bnc#1012628). +- net: phy: mscc: avoid skcipher API for single block AES + encryption (bnc#1012628). +- of: of_mdio: Correct loop scanning logic (bnc#1012628). +- wireguard: device: avoid circular netns references + (bnc#1012628). +- bareudp: Fixed multiproto mode configuration (bnc#1012628). +- ionic: update the queue count on open (bnc#1012628). +- net: dsa: bcm_sf2: Fix node reference count (bnc#1012628). +- net: phy: smsc: fix printing too many logs (bnc#1012628). +- nvmet: cleanups the loop in nvmet_async_events_process + (bnc#1012628). +- ALSA: usb-audio: Fix potential use-after-free of streams + (bnc#1012628). +- Revert "i2c: tegra: Fix suspending in active runtime PM state" + (bnc#1012628). +- btrfs: fix a block group ref counter leak after failure to + remove block group (bnc#1012628). +- binder: fix null deref of proc->context (bnc#1012628). +- mei: me: disable mei interface on Mehlow server platforms + (bnc#1012628). +- mei: me: add tiger lake point device ids for H platforms + (bnc#1012628). +- Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend + clk" (bnc#1012628). +- USB: ohci-sm501: Add missed iounmap() in remove (bnc#1012628). +- usb: dwc2: Postponed gadget registration to the udc class driver + (bnc#1012628). +- usb: add USB_QUIRK_DELAY_INIT for Logitech C922 (bnc#1012628). +- USB: ehci: reopen solution for Synopsys HC bug (bnc#1012628). +- usb: host: xhci-mtk: avoid runtime suspend when removing hcd + (bnc#1012628). +- xhci: Poll for U0 after disabling USB2 LPM (bnc#1012628). +- usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + (bnc#1012628). +- usb: typec: tcpci_rt1711h: avoid screaming irq causing boot + hangs (bnc#1012628). +- usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry + (bnc#1012628). +- ALSA: usb-audio: Add implicit feedback quirk for SSL2+ + (bnc#1012628). +- ALSA: usb-audio: add quirk for Denon DCD-1500RE (bnc#1012628). +- ALSA: usb-audio: Set 48 kHz rate for Rodecaster (bnc#1012628). +- ALSA: usb-audio: Add registration quirk for Kingston HyperX + Cloud Flight S (bnc#1012628). +- ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + (bnc#1012628). +- ALSA: usb-audio: Fix OOB access of mixer element list + (bnc#1012628). +- usb: cdns3: trace: using correct dir value (bnc#1012628). +- usb: cdns3: ep0: fix the test mode set incorrectly + (bnc#1012628). +- usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + (bnc#1012628). +- scsi: qla2xxx: Keep initiator ports after RSCN (bnc#1012628). +- scsi: zfcp: Fix panic on ERP timeout for previously dismissed + ERP action (bnc#1012628). +- cifs: Fix cached_fid refcnt leak in open_shroot (bnc#1012628). +- cifs/smb3: Fix data inconsistent when punch hole (bnc#1012628). +- cifs/smb3: Fix data inconsistent when zero file range + (bnc#1012628). +- xhci: Fix incorrect EP_STATE_MASK (bnc#1012628). +- xhci: Fix enumeration issue when setting max packet size for + FS devices (bnc#1012628). +- xhci: Return if xHCI doesn't support LPM (bnc#1012628). +- cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + (bnc#1012628). +- loop: replace kill_bdev with invalidate_bdev (bnc#1012628). +- IB/mad: Fix use after free when destroying MAD agent + (bnc#1012628). +- IB/hfi1: Fix module use count flaw due to leftover module put + calls (bnc#1012628). +- bus: ti-sysc: Flush posted write on enable and disable + (bnc#1012628). +- bus: ti-sysc: Use optional clocks on for enable and wait for + softreset bit (bnc#1012628). +- bus: ti-sysc: Ignore clockactivity unless specified as a quirk + (bnc#1012628). +- bus: ti-sysc: Fix uninitialized framedonetv_irq (bnc#1012628). +- ARM: OMAP2+: Fix legacy mode dss_reset (bnc#1012628). +- xfrm: Fix double ESP trailer insertion in IPsec crypto offload + (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi USB ranges length (bnc#1012628). +- ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag + (bnc#1012628). +- ASoC: q6asm: handle EOS correctly (bnc#1012628). +- regulator: da9063: fix LDO9 suspend and warning (bnc#1012628). +- ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul + XWC-2000 (bnc#1012628). +- ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP (bnc#1012628). +- x86/cpu: Move resctrl CPUID code to resctrl/ (bnc#1012628). +- x86/resctrl: Support CPUID enumeration of MBM counter width + (bnc#1012628). +- x86/resctrl: Fix memory bandwidth counter width for AMD + (bnc#1012628). +- efi/esrt: Fix reference count leak in esre_create_sysfs_entry + (bnc#1012628). +- ASoC: soc-pcm: fix checks for multi-cpu FE dailinks + (bnc#1012628). +- ASoc: q6afe: add support to get port direction (bnc#1012628). +- ASoC: qcom: common: set correct directions for dailinks + (bnc#1012628). +- regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + (bnc#1012628). +- efi/libstub: Fix path separator regression (bnc#1012628). +- RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + (bnc#1012628). +- ARM: dts: NSP: Disable PL330 by default, add dma-coherent + property (bnc#1012628). +- ASoC: fsl_ssi: Fix bclk calculation for mono channel + (bnc#1012628). +- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + (bnc#1012628). +- bpf, xdp, samples: Fix null pointer dereference in *_user code + (bnc#1012628). +- ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + (bnc#1012628). +- ARM: dts: Fix duovero smsc interrupt for suspend (bnc#1012628). +- dma-direct: re-encrypt memory if dma_direct_alloc_pages() + fails (bnc#1012628). +- dma-direct: check return value when encrypting or decrypting + memory (bnc#1012628). +- x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() (bnc#1012628). +- efi/x86: Setup stack correctly for efi_pe_entry (bnc#1012628). +- regmap: Fix memory leak from regmap_register_patch + (bnc#1012628). +- devmap: Use bpf_map_area_alloc() for allocating hash buckets + (bnc#1012628). +- bpf: Don't return EINVAL from {get,set}sockopt when optlen > + PAGE_SIZE (bnc#1012628). +- ARM: dts: NSP: Correct FA2 mailbox node (bnc#1012628). +- rxrpc: Fix handling of rwind from an ACK packet (bnc#1012628). +- RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + (bnc#1012628). +- RDMA/efa: Set maximum pkeys device attribute (bnc#1012628). +- RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + (bnc#1012628). +- RDMA/cma: Protect bind_list and listen_list while finding + matching cm id (bnc#1012628). +- RDMA/core: Check that type_attrs is not NULL prior access + (bnc#1012628). +- ASoC: rockchip: Fix a reference count leak (bnc#1012628). +- s390/qeth: fix error handling for isolation mode cmds + (bnc#1012628). +- RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + (bnc#1012628). +- selftests/net: report etf errors correctly (bnc#1012628). +- ionic: tame the watchdog timer on reconfig (bnc#1012628). +- Revert "KVM: VMX: Micro-optimize vmexit time when not exposing + PMU" (bnc#1012628). +- iommu/vt-d: Set U/S bit in first level page table by default + (bnc#1012628). +- iommu/vt-d: Enable PCI ACS for platform opt in hint + (bnc#1012628). +- iommu/vt-d: Update scalable mode paging structure coherency + (bnc#1012628). +- soc: imx8m: Correct i.MX8MP UID fuse offset (bnc#1012628). +- dma-direct: add missing set_memory_decrypted() for coherent + mapping (bnc#1012628). +- net: qed: fix left elements count calculation (bnc#1012628). +- net: qed: fix async event callbacks unregistering (bnc#1012628). +- net: qede: stop adding events on an already destroyed workqueue + (bnc#1012628). +- net: qed: fix NVMe login fails over VFs (bnc#1012628). +- net: qed: fix excessive QM ILT lines consumption (bnc#1012628). +- net: qede: fix PTP initialization on recovery (bnc#1012628). +- net: qede: fix use-after-free on recovery and AER handling + (bnc#1012628). +- net: qed: reset ILT block sizes before recomputing to fix + crashes (bnc#1012628). +- cxgb4: move handling L2T ARP failures to caller (bnc#1012628). +- cxgb4: move PTP lock and unlock to caller in Tx path + (bnc#1012628). +- ARM: imx5: add missing put_device() call in + imx_suspend_alloc_ocram() (bnc#1012628). +- scsi: lpfc: Avoid another null dereference in + lpfc_sli4_hba_unset() (bnc#1012628). +- usb: gadget: udc: Potential Oops in error handling code + (bnc#1012628). +- usb: renesas_usbhs: getting residue from callback_result + (bnc#1012628). +- nvme: don't protect ns mutation with ns->head->lock + (bnc#1012628). +- qed: add missing error test for + DBG_STATUS_NO_MATCHING_FRAMING_MODE (bnc#1012628). +- netfilter: ipset: fix unaligned atomic access (bnc#1012628). +- net: bcmgenet: use hardware padding of runt frames + (bnc#1012628). +- io_uring: fix hanging iopoll in case of -EAGAIN (bnc#1012628). +- clk: sifive: allocate sufficient memory for struct __prci_data + (bnc#1012628). +- i2c: fsi: Fix the port number field in status register + (bnc#1012628). +- net: macb: free resources on failure path of at91ether_open() + (bnc#1012628). +- wireguard: receive: account for napi_gro_receive never returning + GRO_DROP (bnc#1012628). +- socionext: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- wil6210: account for napi_gro_receive never returning GRO_DROP + (bnc#1012628). +- selftests/powerpc: Fix build failure in ebb tests (bnc#1012628). +- i2c: core: check returned size of emulated smbus block read + (bnc#1012628). +- afs: Fix storage of cell names (bnc#1012628). +- sched/deadline: Initialize ->dl_boosted (bnc#1012628). +- sched/core: Fix PI boosting between RT and DEADLINE tasks + (bnc#1012628). +- sched/cfs: change initial value of runnable_avg (bnc#1012628). +- sata_rcar: handle pm_runtime_get_sync failure cases + (bnc#1012628). +- ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function (bnc#1012628). +- drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() (bnc#1012628). +- riscv/atomic: Fix sign extension for RV64I (bnc#1012628). +- bcache: check and adjust logical block size for backing devices + (bnc#1012628). +- hwrng: ks-sa - Fix runtime PM imbalance on error (bnc#1012628). +- ibmvnic: Harden device login requests (bnc#1012628). +- net: alx: fix race condition in alx_remove (bnc#1012628). +- test_objagg: Fix potential memory leak in error handling + (bnc#1012628). +- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + (bnc#1012628). +- pinctrl: tegra: Use noirq suspend/resume callbacks + (bnc#1012628). +- s390/seccomp: pass syscall arguments via seccomp_data + (bnc#1012628). +- s390/ptrace: return -ENOSYS when invalid syscall is supplied + (bnc#1012628). +- s390/ptrace: pass invalid syscall numbers to tracing + (bnc#1012628). +- s390/ptrace: fix setting syscall number (bnc#1012628). +- s390/vdso: Use $(LD) instead of $(CC) to link vDSO + (bnc#1012628). +- s390/vdso: fix vDSO clock_getres() (bnc#1012628). +- arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + (bnc#1012628). +- kbuild: improve cc-option to clean up all temporary files + (bnc#1012628). +- recordmcount: support >64k sections (bnc#1012628). +- kprobes: Suppress the suspicious RCU warning on kprobes + (bnc#1012628). +- blktrace: break out of blktrace setup on concurrent calls + (bnc#1012628). +- nvdimm/region: always show the 'align' attribute (bnc#1012628). +- block: update hctx map when use multiple maps (bnc#1012628). +- RISC-V: Don't allow write+exec only page mapping request in mmap + (bnc#1012628). +- syscalls: Fix offset type of ksys_ftruncate() (bnc#1012628 + bsc#1172699). +- ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch + table (bnc#1012628). +- ALSA: hda/realtek - Add quirk for MSI GE63 laptop (bnc#1012628). +- ALSA: hda/realtek: Add mute LED and micmute LED support for + HP systems (bnc#1012628). +- ACPI: sysfs: Fix pm_profile_attr type (bnc#1012628). +- ACPI: configfs: Disallow loading ACPI tables when locked down + (bnc#1012628). +- erofs: fix partially uninitialized misuse in + z_erofs_onlinepage_fixup (bnc#1012628). +- KVM: X86: Fix MSR range of APIC registers in X2APIC mode + (bnc#1012628). +- kvm: lapic: fix broken vcpu hotplug (bnc#1012628). +- KVM: nVMX: Plumb L2 GPA through to PML emulation (bnc#1012628). +- KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + (bnc#1012628). +- x86/cpu: Use pinning mask for CR4 bits needing to be 0 + (bnc#1012628). +- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup + (bnc#1012628). +- x86/asm/64: Align start of __clear_user() loop to 16-bytes + (bnc#1012628). +- btrfs: fix bytes_may_use underflow when running balance and + scrub in parallel (bnc#1012628). +- btrfs: fix data block group relocation failure due to concurrent + scrub (bnc#1012628). +- btrfs: check if a log root exists before locking the log_mutex + on unlink (bnc#1012628). +- btrfs: fix hang on snapshot creation after RWF_NOWAIT write + (bnc#1012628). +- btrfs: fix failure of RWF_NOWAIT write into prealloc extent + beyond eof (bnc#1012628). +- btrfs: fix RWF_NOWAIT write not failling when we need to cow + (bnc#1012628). +- mm, compaction: make capture control handling safe wrt + interrupts (bnc#1012628). +- mm, slab: fix sign conversion problem in memcg_uncharge_slab() + (bnc#1012628). +- mm/slab: use memzero_explicit() in kzfree() (bnc#1012628). +- ocfs2: avoid inode removal while nfsd is accessing it + (bnc#1012628). +- ocfs2: load global_inode_alloc (bnc#1012628). +- ocfs2: fix value of OCFS2_INVALID_SLOT (bnc#1012628). +- ocfs2: fix panic on nfs server over ocfs2 (bnc#1012628). +- mm: memcontrol: handle div0 crash race condition in memory.low + (bnc#1012628). +- mm/memcontrol.c: add missed css_put() (bnc#1012628). +- mm/memory_hotplug.c: fix false softlockup during pfn range + removal (bnc#1012628). +- arm64: perf: Report the PC value in REGS_ABI_32 mode + (bnc#1012628). +- arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + (bnc#1012628). +- tracing/boottime: Fix kprobe multiple events (bnc#1012628). +- tracing: Fix event trigger to accept redundant spaces + (bnc#1012628). +- ring-buffer: Zero out time extend if it is nested and not + absolute (bnc#1012628). +- drm/amd/display: Enable output_bpc property on all outputs + (bnc#1012628). +- drm/amd: fix potential memleak in err branch (bnc#1012628). +- drm: rcar-du: Fix build error (bnc#1012628). +- drm/radeon: fix fb_div check in ni_init_smc_spll_table() + (bnc#1012628). +- drm/fb-helper: Fix vt restore (bnc#1012628). +- drm/amdgpu: add fw release for sdma v5_0 (bnc#1012628). +- drm/amdgpu/display: Unlock mutex on error (bnc#1012628). +- drm/panel-simple: fix connector type for + newhaven_nhd_43_480272ef_atxl (bnc#1012628). +- drm/panel-simple: fix connector type for LogicPD Type28 Display + (bnc#1012628). +- ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL + board to SoM (bnc#1012628). +- ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull + to open-drain (bnc#1012628). +- Staging: rtl8723bs: prevent buffer overflow in + update_sta_support_rate() (bnc#1012628). +- powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE + (bnc#1012628). +- sunrpc: fixed rollback in rpc_gssd_dummy_populate() + (bnc#1012628). +- SUNRPC: Properly set the @subbuf parameter of + xdr_buf_subsegment() (bnc#1012628). +- pNFS/flexfiles: Fix list corruption if the mirror count changes + (bnc#1012628). +- NFSv4 fix CLOSE not waiting for direct IO compeletion + (bnc#1012628). +- EDAC/amd64: Read back the scrub rate PCI register on F15h + (bnc#1012628). +- xprtrdma: Fix handling of RDMA_ERROR replies (bnc#1012628). +- dm writecache: correct uncommitted_block when discarding + uncommitted entry (bnc#1012628). +- dm writecache: add cond_resched to loop in + persistent_memory_claim() (bnc#1012628). +- Delete + patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch. +- commit cba119b + ------------------------------------------------------------------- Mon Jun 29 11:10:38 CEST 2020 - jslaby@suse.cz diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index f482a41a..6a2db3e9 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -18,7 +18,7 @@ %define srcversion 5.7 -%define patchversion 5.7.6 +%define patchversion 5.7.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-zfcpdump Summary: The IBM System Z zfcpdump Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.7.6 +Version: 5.7.7 %if 0%{?is_kotd} -Release: .g6ff0af7 +Release: .gcba119b %else Release: 0 %endif @@ -176,10 +176,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a -Provides: kernel-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: kernel-%build_flavor-base-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e +Provides: kernel-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e # END COMMON DEPS -Provides: %name-srchash-6ff0af72295d56a78f4f0ddff206192d7ebbb59a +Provides: %name-srchash-cba119b9d536c22bb0a3705ec58f0411fee53b7e %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 a7ce0e25..d6ecd090 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:26cdb12926e35ed5b3d4e1c2576897a336b74486af403b7d2aed0a38414b9694 -size 766006 +oid sha256:b0b85312c3c335f81864f29d21d388a9ae57c16db1673ab85b2b43dc74516e67 +size 952208 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 085b63c0..97f4bdfb 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:0df35a1b137ad0bd1fd56894ebef77b965aa613778afaebe533c942e3abdfef9 -size 61102 +oid sha256:3b8693417e4f051b300b38aaed268be78400742054affefa0096f957f7f23541 +size 56209 diff --git a/series.conf b/series.conf index de073630..3412f88c 100644 --- a/series.conf +++ b/series.conf @@ -1083,6 +1083,267 @@ patches.kernel.org/5.7.6-473-net-core-device_rename-Use-rwsem-instead-of-a-s.patch patches.kernel.org/5.7.6-474-iommu-vt-d-Remove-real-DMA-lookup-in-find_domai.patch patches.kernel.org/5.7.6-475-Linux-5.7.6.patch + patches.kernel.org/5.7.7-001-spi-spi-fsl-dspi-Free-DMA-memory-with-matching-.patch + patches.kernel.org/5.7.7-002-block-bio-integrity-don-t-free-buf-if-bio_integ.patch + patches.kernel.org/5.7.7-003-enetc-Fix-tx-rings-bitmap-iteration-range-irq-h.patch + patches.kernel.org/5.7.7-004-ethtool-Fix-check-in-ethtool_rx_flow_rule_creat.patch + patches.kernel.org/5.7.7-005-geneve-allow-changing-DF-behavior-after-creatio.patch + patches.kernel.org/5.7.7-006-ibmveth-Fix-max-MTU-limit.patch + patches.kernel.org/5.7.7-007-mld-fix-memory-leak-in-ipv6_mc_destroy_dev.patch + patches.kernel.org/5.7.7-008-mlxsw-spectrum-Do-not-rely-on-machine-endiannes.patch + patches.kernel.org/5.7.7-009-mvpp2-ethtool-rxtx-stats-fix.patch + patches.kernel.org/5.7.7-010-net-bridge-enfore-alignment-for-ethernet-addres.patch + patches.kernel.org/5.7.7-011-net-core-reduce-recursion-limit-value.patch + patches.kernel.org/5.7.7-012-net-Do-not-clear-the-sock-TX-queue-in-sk_set_so.patch + patches.kernel.org/5.7.7-013-net-ethtool-add-missing-string-for-NETIF_F_GSO_.patch + patches.kernel.org/5.7.7-014-net-fix-memleak-in-register_netdevice.patch + patches.kernel.org/5.7.7-015-net-Fix-the-arp-error-in-some-cases.patch + patches.kernel.org/5.7.7-016-net-increment-xmit_recursion-level-in-dev_direc.patch + patches.kernel.org/5.7.7-017-net-usb-ax88179_178a-fix-packet-alignment-paddi.patch + patches.kernel.org/5.7.7-018-openvswitch-take-into-account-de-fragmentation-.patch + patches.kernel.org/5.7.7-019-rocker-fix-incorrect-error-handling-in-dma_ring.patch + patches.kernel.org/5.7.7-020-rxrpc-Fix-notification-call-on-completion-of-di.patch + patches.kernel.org/5.7.7-021-sctp-Don-t-advertise-IPv4-addresses-if-ipv6only.patch + patches.kernel.org/5.7.7-022-tcp-don-t-ignore-ECN-CWR-on-pure-ACK.patch + patches.kernel.org/5.7.7-023-tcp-grow-window-for-OOO-packets-only-for-SACK-f.patch + patches.kernel.org/5.7.7-024-tg3-driver-sleeps-indefinitely-when-EEH-errors-.patch + patches.kernel.org/5.7.7-025-ip6_gre-fix-use-after-free-in-ip6gre_tunnel_loo.patch + patches.kernel.org/5.7.7-026-net-phy-Check-harder-for-errors-in-get_phy_id.patch + patches.kernel.org/5.7.7-027-ip_tunnel-fix-use-after-free-in-ip_tunnel_looku.patch + patches.kernel.org/5.7.7-028-bnxt_en-Store-the-running-firmware-version-code.patch + patches.kernel.org/5.7.7-029-bnxt_en-Do-not-enable-legacy-TX-push-on-older-f.patch + patches.kernel.org/5.7.7-030-bnxt_en-Fix-statistics-counters-issue-during-if.patch + patches.kernel.org/5.7.7-031-bnxt_en-Read-VPD-info-only-for-PFs.patch + patches.kernel.org/5.7.7-032-net-phylink-fix-ethtool-A-with-attached-PHYs.patch + patches.kernel.org/5.7.7-033-net-phylink-ensure-manual-pause-mode-configurat.patch + patches.kernel.org/5.7.7-034-sch_cake-don-t-try-to-reallocate-or-unshare-skb.patch + patches.kernel.org/5.7.7-035-sch_cake-don-t-call-diffserv-parsing-code-when-.patch + patches.kernel.org/5.7.7-036-sch_cake-fix-a-few-style-nits.patch + patches.kernel.org/5.7.7-037-tcp_cubic-fix-spurious-HYSTART_DELAY-exit-upon-.patch + patches.kernel.org/5.7.7-038-bpf-tcp-bpf_cubic-fix-spurious-HYSTART_DELAY-ex.patch + patches.kernel.org/5.7.7-039-net-macb-undo-operations-in-case-of-failure.patch + patches.kernel.org/5.7.7-040-r8169-fix-firmware-not-resetting-tp-ocp_base.patch + patches.kernel.org/5.7.7-041-mptcp-drop-sndr_key-in-mptcp_syn_options.patch + patches.kernel.org/5.7.7-042-mptcp-fix-memory-leak-in-mptcp_subflow_create_s.patch + patches.kernel.org/5.7.7-043-net-ethtool-add-missing-NETIF_F_GSO_FRAGLIST-fe.patch + patches.kernel.org/5.7.7-044-net-macb-call-pm_runtime_put_sync-on-failure-pa.patch + patches.kernel.org/5.7.7-045-net-phy-mscc-avoid-skcipher-API-for-single-bloc.patch + patches.kernel.org/5.7.7-046-of-of_mdio-Correct-loop-scanning-logic.patch + patches.kernel.org/5.7.7-047-wireguard-device-avoid-circular-netns-reference.patch + patches.kernel.org/5.7.7-048-bareudp-Fixed-multiproto-mode-configuration.patch + patches.kernel.org/5.7.7-049-ionic-update-the-queue-count-on-open.patch + patches.kernel.org/5.7.7-050-net-dsa-bcm_sf2-Fix-node-reference-count.patch + patches.kernel.org/5.7.7-051-net-phy-smsc-fix-printing-too-many-logs.patch + patches.kernel.org/5.7.7-052-genetlink-clean-up-family-attributes-allocation.patch + patches.kernel.org/5.7.7-053-nvmet-cleanups-the-loop-in-nvmet_async_events_p.patch + patches.kernel.org/5.7.7-054-nvmet-fail-outstanding-host-posted-AEN-req.patch + patches.kernel.org/5.7.7-055-fix-a-braino-in-sparc32-fix-register-window-han.patch + patches.kernel.org/5.7.7-056-ALSA-usb-audio-Fix-potential-use-after-free-of-.patch + patches.kernel.org/5.7.7-057-Revert-i2c-tegra-Fix-suspending-in-active-runti.patch + patches.kernel.org/5.7.7-058-btrfs-fix-a-block-group-ref-counter-leak-after-.patch + patches.kernel.org/5.7.7-059-binder-fix-null-deref-of-proc-context.patch + patches.kernel.org/5.7.7-060-mei-me-disable-mei-interface-on-Mehlow-server-p.patch + patches.kernel.org/5.7.7-061-mei-me-add-tiger-lake-point-device-ids-for-H-pl.patch + patches.kernel.org/5.7.7-062-Revert-usb-dwc3-exynos-Add-support-for-Exynos54.patch + patches.kernel.org/5.7.7-063-USB-ohci-sm501-Add-missed-iounmap-in-remove.patch + patches.kernel.org/5.7.7-064-usb-dwc2-Postponed-gadget-registration-to-the-u.patch + patches.kernel.org/5.7.7-065-usb-add-USB_QUIRK_DELAY_INIT-for-Logitech-C922.patch + patches.kernel.org/5.7.7-066-USB-ehci-reopen-solution-for-Synopsys-HC-bug.patch + patches.kernel.org/5.7.7-067-usb-host-xhci-mtk-avoid-runtime-suspend-when-re.patch + patches.kernel.org/5.7.7-068-xhci-Poll-for-U0-after-disabling-USB2-LPM.patch + patches.kernel.org/5.7.7-069-usb-host-ehci-exynos-Fix-error-check-in-exynos_.patch + patches.kernel.org/5.7.7-070-usb-typec-tcpci_rt1711h-avoid-screaming-irq-cau.patch + patches.kernel.org/5.7.7-071-usb-typec-mux-intel_pmc_mux-Fix-DP-alternate-mo.patch + patches.kernel.org/5.7.7-072-ALSA-usb-audio-Add-implicit-feedback-quirk-for-.patch + patches.kernel.org/5.7.7-073-ALSA-usb-audio-add-quirk-for-Denon-DCD-1500RE.patch + patches.kernel.org/5.7.7-074-ALSA-usb-audio-Set-48-kHz-rate-for-Rodecaster.patch + patches.kernel.org/5.7.7-075-ALSA-usb-audio-Add-registration-quirk-for-Kings.patch + patches.kernel.org/5.7.7-076-ALSA-usb-audio-add-quirk-for-Samsung-USBC-Heads.patch + patches.kernel.org/5.7.7-077-ALSA-usb-audio-Fix-OOB-access-of-mixer-element-.patch + patches.kernel.org/5.7.7-078-usb-cdns3-trace-using-correct-dir-value.patch + patches.kernel.org/5.7.7-079-usb-cdns3-ep0-fix-the-test-mode-set-incorrectly.patch + patches.kernel.org/5.7.7-080-usb-cdns3-ep0-add-spinlock-for-cdns3_check_new_.patch + patches.kernel.org/5.7.7-081-scsi-qla2xxx-Keep-initiator-ports-after-RSCN.patch + patches.kernel.org/5.7.7-082-scsi-zfcp-Fix-panic-on-ERP-timeout-for-previous.patch + patches.kernel.org/5.7.7-083-cifs-Fix-cached_fid-refcnt-leak-in-open_shroot.patch + patches.kernel.org/5.7.7-084-cifs-smb3-Fix-data-inconsistent-when-punch-hole.patch + patches.kernel.org/5.7.7-085-cifs-smb3-Fix-data-inconsistent-when-zero-file-.patch + patches.kernel.org/5.7.7-086-xhci-Fix-incorrect-EP_STATE_MASK.patch + patches.kernel.org/5.7.7-087-xhci-Fix-enumeration-issue-when-setting-max-pac.patch + patches.kernel.org/5.7.7-088-xhci-Return-if-xHCI-doesn-t-support-LPM.patch + patches.kernel.org/5.7.7-089-cdc-acm-Add-DISABLE_ECHO-quirk-for-Microchip-SM.patch + patches.kernel.org/5.7.7-090-loop-replace-kill_bdev-with-invalidate_bdev.patch + patches.kernel.org/5.7.7-091-IB-mad-Fix-use-after-free-when-destroying-MAD-a.patch + patches.kernel.org/5.7.7-092-IB-hfi1-Fix-module-use-count-flaw-due-to-leftov.patch + patches.kernel.org/5.7.7-093-bus-ti-sysc-Flush-posted-write-on-enable-and-di.patch + patches.kernel.org/5.7.7-094-bus-ti-sysc-Use-optional-clocks-on-for-enable-a.patch + patches.kernel.org/5.7.7-095-bus-ti-sysc-Ignore-clockactivity-unless-specifi.patch + patches.kernel.org/5.7.7-096-bus-ti-sysc-Fix-uninitialized-framedonetv_irq.patch + patches.kernel.org/5.7.7-097-ARM-OMAP2-Fix-legacy-mode-dss_reset.patch + patches.kernel.org/5.7.7-098-xfrm-Fix-double-ESP-trailer-insertion-in-IPsec-.patch + patches.kernel.org/5.7.7-099-ARM-dts-Fix-am33xx.dtsi-USB-ranges-length.patch + patches.kernel.org/5.7.7-100-ARM-dts-Fix-am33xx.dtsi-ti-sysc-mask-wrong-soft.patch + patches.kernel.org/5.7.7-101-ASoC-q6asm-handle-EOS-correctly.patch + patches.kernel.org/5.7.7-102-regulator-da9063-fix-LDO9-suspend-and-warning.patch + patches.kernel.org/5.7.7-103-ARM-dts-BCM5301X-Add-missing-memory-device_type.patch + patches.kernel.org/5.7.7-104-ARM-bcm-Select-ARM_TIMER_SP804-for-ARCH_BCM_NSP.patch + patches.kernel.org/5.7.7-105-x86-cpu-Move-resctrl-CPUID-code-to-resctrl.patch + patches.kernel.org/5.7.7-106-x86-resctrl-Support-CPUID-enumeration-of-MBM-co.patch + patches.kernel.org/5.7.7-107-x86-resctrl-Fix-memory-bandwidth-counter-width-.patch + patches.kernel.org/5.7.7-108-efi-tpm-Verify-event-log-header-before-parsing.patch + patches.kernel.org/5.7.7-109-efi-esrt-Fix-reference-count-leak-in-esre_creat.patch + patches.kernel.org/5.7.7-110-ASoC-soc-pcm-fix-checks-for-multi-cpu-FE-dailin.patch + patches.kernel.org/5.7.7-111-ASoc-q6afe-add-support-to-get-port-direction.patch + patches.kernel.org/5.7.7-112-ASoC-qcom-common-set-correct-directions-for-dai.patch + patches.kernel.org/5.7.7-113-regualtor-pfuze100-correct-sw1a-sw2-on-pfuze300.patch + patches.kernel.org/5.7.7-114-efi-libstub-Fix-path-separator-regression.patch + patches.kernel.org/5.7.7-115-RDMA-siw-Fix-pointer-to-int-cast-warning-in-siw.patch + patches.kernel.org/5.7.7-116-ARM-dts-NSP-Disable-PL330-by-default-add-dma-co.patch + patches.kernel.org/5.7.7-117-ASoC-fsl_ssi-Fix-bclk-calculation-for-mono-chan.patch + patches.kernel.org/5.7.7-118-samples-bpf-xdp_redirect_cpu-Set-MAX_CPUS-accor.patch + patches.kernel.org/5.7.7-119-bpf-xdp-samples-Fix-null-pointer-dereference-in.patch + patches.kernel.org/5.7.7-120-ARM-dts-am335x-pocketbeagle-Fix-mmc0-Write-Prot.patch + patches.kernel.org/5.7.7-121-ARM-dts-Fix-duovero-smsc-interrupt-for-suspend.patch + patches.kernel.org/5.7.7-122-dma-direct-re-encrypt-memory-if-dma_direct_allo.patch + patches.kernel.org/5.7.7-123-dma-direct-check-return-value-when-encrypting-o.patch + patches.kernel.org/5.7.7-124-x86-resctrl-Fix-a-NULL-vs-IS_ERR-static-checker.patch + patches.kernel.org/5.7.7-125-efi-x86-Setup-stack-correctly-for-efi_pe_entry.patch + patches.kernel.org/5.7.7-126-regmap-Fix-memory-leak-from-regmap_register_pat.patch + patches.kernel.org/5.7.7-127-devmap-Use-bpf_map_area_alloc-for-allocating-ha.patch + patches.kernel.org/5.7.7-128-bpf-Don-t-return-EINVAL-from-get-set-sockopt-wh.patch + patches.kernel.org/5.7.7-129-ARM-dts-NSP-Correct-FA2-mailbox-node.patch + patches.kernel.org/5.7.7-130-rxrpc-Fix-handling-of-rwind-from-an-ACK-packet.patch + patches.kernel.org/5.7.7-131-RDMA-rvt-Fix-potential-memory-leak-caused-by-rv.patch + patches.kernel.org/5.7.7-132-RDMA-efa-Set-maximum-pkeys-device-attribute.patch + patches.kernel.org/5.7.7-133-RDMA-qedr-Fix-KASAN-use-after-free-in-ucma_even.patch + patches.kernel.org/5.7.7-134-RDMA-cma-Protect-bind_list-and-listen_list-whil.patch + patches.kernel.org/5.7.7-135-RDMA-core-Check-that-type_attrs-is-not-NULL-pri.patch + patches.kernel.org/5.7.7-136-ASoC-rockchip-Fix-a-reference-count-leak.patch + patches.kernel.org/5.7.7-137-s390-qeth-fix-error-handling-for-isolation-mode.patch + patches.kernel.org/5.7.7-138-RDMA-mad-Fix-possible-memory-leak-in-ib_mad_pos.patch + patches.kernel.org/5.7.7-139-selftests-net-report-etf-errors-correctly.patch + patches.kernel.org/5.7.7-140-ionic-tame-the-watchdog-timer-on-reconfig.patch + patches.kernel.org/5.7.7-141-Revert-KVM-VMX-Micro-optimize-vmexit-time-when-.patch + patches.kernel.org/5.7.7-142-iommu-vt-d-Set-U-S-bit-in-first-level-page-tabl.patch + patches.kernel.org/5.7.7-143-iommu-vt-d-Enable-PCI-ACS-for-platform-opt-in-h.patch + patches.kernel.org/5.7.7-144-iommu-vt-d-Update-scalable-mode-paging-structur.patch + patches.kernel.org/5.7.7-145-soc-imx8m-Correct-i.MX8MP-UID-fuse-offset.patch + patches.kernel.org/5.7.7-146-dma-direct-add-missing-set_memory_decrypted-for.patch + patches.kernel.org/5.7.7-147-net-qed-fix-left-elements-count-calculation.patch + patches.kernel.org/5.7.7-148-net-qed-fix-async-event-callbacks-unregistering.patch + patches.kernel.org/5.7.7-149-net-qede-stop-adding-events-on-an-already-destr.patch + patches.kernel.org/5.7.7-150-net-qed-fix-NVMe-login-fails-over-VFs.patch + patches.kernel.org/5.7.7-151-net-qed-fix-excessive-QM-ILT-lines-consumption.patch + patches.kernel.org/5.7.7-152-net-qede-fix-PTP-initialization-on-recovery.patch + patches.kernel.org/5.7.7-153-net-qede-fix-use-after-free-on-recovery-and-AER.patch + patches.kernel.org/5.7.7-154-net-qed-reset-ILT-block-sizes-before-recomputin.patch + patches.kernel.org/5.7.7-155-cxgb4-move-handling-L2T-ARP-failures-to-caller.patch + patches.kernel.org/5.7.7-156-cxgb4-move-PTP-lock-and-unlock-to-caller-in-Tx-.patch + patches.kernel.org/5.7.7-157-ARM-imx5-add-missing-put_device-call-in-imx_sus.patch + patches.kernel.org/5.7.7-158-scsi-lpfc-Avoid-another-null-dereference-in-lpf.patch + patches.kernel.org/5.7.7-159-usb-gadget-udc-Potential-Oops-in-error-handling.patch + patches.kernel.org/5.7.7-160-usb-renesas_usbhs-getting-residue-from-callback.patch + patches.kernel.org/5.7.7-161-nvme-don-t-protect-ns-mutation-with-ns-head-loc.patch + patches.kernel.org/5.7.7-162-qed-add-missing-error-test-for-DBG_STATUS_NO_MA.patch + patches.kernel.org/5.7.7-163-netfilter-ipset-fix-unaligned-atomic-access.patch + patches.kernel.org/5.7.7-164-net-bcmgenet-use-hardware-padding-of-runt-frame.patch + patches.kernel.org/5.7.7-165-io_uring-fix-hanging-iopoll-in-case-of-EAGAIN.patch + patches.kernel.org/5.7.7-166-clk-sifive-allocate-sufficient-memory-for-struc.patch + patches.kernel.org/5.7.7-167-i2c-fsi-Fix-the-port-number-field-in-status-reg.patch + patches.kernel.org/5.7.7-168-net-macb-free-resources-on-failure-path-of-at91.patch + patches.kernel.org/5.7.7-169-wireguard-receive-account-for-napi_gro_receive-.patch + patches.kernel.org/5.7.7-170-socionext-account-for-napi_gro_receive-never-re.patch + patches.kernel.org/5.7.7-171-wil6210-account-for-napi_gro_receive-never-retu.patch + patches.kernel.org/5.7.7-172-selftests-powerpc-Fix-build-failure-in-ebb-test.patch + patches.kernel.org/5.7.7-173-i2c-core-check-returned-size-of-emulated-smbus-.patch + patches.kernel.org/5.7.7-174-afs-Fix-storage-of-cell-names.patch + patches.kernel.org/5.7.7-175-sched-deadline-Initialize-dl_boosted.patch + patches.kernel.org/5.7.7-176-sched-core-Fix-PI-boosting-between-RT-and-DEADL.patch + patches.kernel.org/5.7.7-177-sched-cfs-change-initial-value-of-runnable_avg.patch + patches.kernel.org/5.7.7-178-sata_rcar-handle-pm_runtime_get_sync-failure-ca.patch + patches.kernel.org/5.7.7-179-ata-libata-Fix-usage-of-page-address-by-page_ad.patch + patches.kernel.org/5.7.7-180-drm-amd-display-Use-kfree-to-free-rgb_user-in-c.patch + patches.kernel.org/5.7.7-181-riscv-atomic-Fix-sign-extension-for-RV64I.patch + patches.kernel.org/5.7.7-182-bcache-check-and-adjust-logical-block-size-for-.patch + patches.kernel.org/5.7.7-183-hwrng-ks-sa-Fix-runtime-PM-imbalance-on-error.patch + patches.kernel.org/5.7.7-184-ibmvnic-Harden-device-login-requests.patch + patches.kernel.org/5.7.7-185-net-alx-fix-race-condition-in-alx_remove.patch + patches.kernel.org/5.7.7-186-test_objagg-Fix-potential-memory-leak-in-error-.patch + patches.kernel.org/5.7.7-187-pinctrl-qcom-spmi-gpio-fix-warning-about-irq-ch.patch + patches.kernel.org/5.7.7-188-pinctrl-tegra-Use-noirq-suspend-resume-callback.patch + patches.kernel.org/5.7.7-189-s390-seccomp-pass-syscall-arguments-via-seccomp.patch + patches.kernel.org/5.7.7-190-s390-ptrace-return-ENOSYS-when-invalid-syscall-.patch + patches.kernel.org/5.7.7-191-s390-ptrace-pass-invalid-syscall-numbers-to-tra.patch + patches.kernel.org/5.7.7-192-s390-ptrace-fix-setting-syscall-number.patch + patches.kernel.org/5.7.7-193-s390-vdso-Use-LD-instead-of-CC-to-link-vDSO.patch + patches.kernel.org/5.7.7-194-s390-vdso-fix-vDSO-clock_getres.patch + patches.kernel.org/5.7.7-195-arm64-sve-Fix-build-failure-when-ARM64_SVE-y-an.patch + patches.kernel.org/5.7.7-196-kbuild-improve-cc-option-to-clean-up-all-tempor.patch + patches.kernel.org/5.7.7-197-recordmcount-support-64k-sections.patch + patches.kernel.org/5.7.7-198-kprobes-Suppress-the-suspicious-RCU-warning-on-.patch + patches.kernel.org/5.7.7-199-blktrace-break-out-of-blktrace-setup-on-concurr.patch + patches.kernel.org/5.7.7-200-nvdimm-region-always-show-the-align-attribute.patch + patches.kernel.org/5.7.7-201-block-update-hctx-map-when-use-multiple-maps.patch + patches.kernel.org/5.7.7-202-RISC-V-Don-t-allow-write-exec-only-page-mapping.patch + patches.kernel.org/5.7.7-203-syscalls-Fix-offset-type-of-ksys_ftruncate.patch + patches.kernel.org/5.7.7-204-ALSA-hda-Add-NVIDIA-codec-IDs-9a-9d-through-a0-.patch + patches.kernel.org/5.7.7-205-ALSA-hda-realtek-Add-quirk-for-MSI-GE63-laptop.patch + patches.kernel.org/5.7.7-206-ALSA-hda-realtek-Add-mute-LED-and-micmute-LED-s.patch + patches.kernel.org/5.7.7-207-ACPI-sysfs-Fix-pm_profile_attr-type.patch + patches.kernel.org/5.7.7-208-ACPI-configfs-Disallow-loading-ACPI-tables-when.patch + patches.kernel.org/5.7.7-209-erofs-fix-partially-uninitialized-misuse-in-z_e.patch + patches.kernel.org/5.7.7-210-KVM-X86-Fix-MSR-range-of-APIC-registers-in-X2AP.patch + patches.kernel.org/5.7.7-211-kvm-lapic-fix-broken-vcpu-hotplug.patch + patches.kernel.org/5.7.7-212-KVM-nVMX-Plumb-L2-GPA-through-to-PML-emulation.patch + patches.kernel.org/5.7.7-213-KVM-VMX-Stop-context-switching-MSR_IA32_UMWAIT_.patch + patches.kernel.org/5.7.7-214-x86-cpu-Use-pinning-mask-for-CR4-bits-needing-t.patch + patches.kernel.org/5.7.7-215-x86-cpu-Reinitialize-IA32_FEAT_CTL-MSR-on-BSP-d.patch + patches.kernel.org/5.7.7-216-x86-asm-64-Align-start-of-__clear_user-loop-to-.patch + patches.kernel.org/5.7.7-217-btrfs-fix-bytes_may_use-underflow-when-running-.patch + patches.kernel.org/5.7.7-218-btrfs-fix-data-block-group-relocation-failure-d.patch + patches.kernel.org/5.7.7-219-btrfs-check-if-a-log-root-exists-before-locking.patch + patches.kernel.org/5.7.7-220-btrfs-fix-hang-on-snapshot-creation-after-RWF_N.patch + patches.kernel.org/5.7.7-221-btrfs-fix-failure-of-RWF_NOWAIT-write-into-prea.patch + patches.kernel.org/5.7.7-222-btrfs-fix-RWF_NOWAIT-write-not-failling-when-we.patch + patches.kernel.org/5.7.7-223-mm-compaction-make-capture-control-handling-saf.patch + patches.kernel.org/5.7.7-224-mm-slab-fix-sign-conversion-problem-in-memcg_un.patch + patches.kernel.org/5.7.7-225-mm-slab-use-memzero_explicit-in-kzfree.patch + patches.kernel.org/5.7.7-226-ocfs2-avoid-inode-removal-while-nfsd-is-accessi.patch + patches.kernel.org/5.7.7-227-ocfs2-load-global_inode_alloc.patch + patches.kernel.org/5.7.7-228-ocfs2-fix-value-of-OCFS2_INVALID_SLOT.patch + patches.kernel.org/5.7.7-229-ocfs2-fix-panic-on-nfs-server-over-ocfs2.patch + patches.kernel.org/5.7.7-230-mm-memcontrol-handle-div0-crash-race-condition-.patch + patches.kernel.org/5.7.7-231-mm-memcontrol.c-add-missed-css_put.patch + patches.kernel.org/5.7.7-232-mm-memory_hotplug.c-fix-false-softlockup-during.patch + patches.kernel.org/5.7.7-233-arm64-perf-Report-the-PC-value-in-REGS_ABI_32-m.patch + patches.kernel.org/5.7.7-234-arm64-dts-imx8mm-evk-correct-ldo1-ldo2-voltage-.patch + patches.kernel.org/5.7.7-235-arm64-dts-imx8mn-ddr4-evk-correct-ldo1-ldo2-vol.patch + patches.kernel.org/5.7.7-236-tracing-boottime-Fix-kprobe-multiple-events.patch + patches.kernel.org/5.7.7-237-tracing-Fix-event-trigger-to-accept-redundant-s.patch + patches.kernel.org/5.7.7-238-ring-buffer-Zero-out-time-extend-if-it-is-neste.patch + patches.kernel.org/5.7.7-239-drm-amd-display-Enable-output_bpc-property-on-a.patch + patches.kernel.org/5.7.7-240-drm-amd-fix-potential-memleak-in-err-branch.patch + patches.kernel.org/5.7.7-241-drm-rcar-du-Fix-build-error.patch + patches.kernel.org/5.7.7-242-drm-radeon-fix-fb_div-check-in-ni_init_smc_spll.patch + patches.kernel.org/5.7.7-243-drm-fb-helper-Fix-vt-restore.patch + patches.kernel.org/5.7.7-244-drm-amdgpu-add-fw-release-for-sdma-v5_0.patch + patches.kernel.org/5.7.7-245-drm-amdgpu-display-Unlock-mutex-on-error.patch + patches.kernel.org/5.7.7-246-drm-panel-simple-fix-connector-type-for-newhave.patch + patches.kernel.org/5.7.7-247-drm-panel-simple-fix-connector-type-for-LogicPD.patch + patches.kernel.org/5.7.7-248-ARM-dts-imx6ul-kontron-Move-watchdog-from-Kontr.patch + patches.kernel.org/5.7.7-249-ARM-dts-imx6ul-kontron-Change-WDOG_ANY-signal-f.patch + patches.kernel.org/5.7.7-250-Staging-rtl8723bs-prevent-buffer-overflow-in-up.patch + patches.kernel.org/5.7.7-251-powerpc-fsl_booke-32-Fix-build-with-CONFIG_RAND.patch + patches.kernel.org/5.7.7-252-sunrpc-fixed-rollback-in-rpc_gssd_dummy_populat.patch + patches.kernel.org/5.7.7-253-SUNRPC-Properly-set-the-subbuf-parameter-of-xdr.patch + patches.kernel.org/5.7.7-254-pNFS-flexfiles-Fix-list-corruption-if-the-mirro.patch + patches.kernel.org/5.7.7-255-NFSv4-fix-CLOSE-not-waiting-for-direct-IO-compe.patch + patches.kernel.org/5.7.7-256-EDAC-amd64-Read-back-the-scrub-rate-PCI-registe.patch + patches.kernel.org/5.7.7-257-xprtrdma-Fix-handling-of-RDMA_ERROR-replies.patch + patches.kernel.org/5.7.7-258-dm-writecache-correct-uncommitted_block-when-di.patch + patches.kernel.org/5.7.7-259-dm-writecache-add-cond_resched-to-loop-in-persi.patch + patches.kernel.org/5.7.7-260-Revert-tty-hvc-Fix-data-abort-due-to-race-in-hv.patch + patches.kernel.org/5.7.7-261-Linux-5.7.7.patch ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -1106,13 +1367,7 @@ # to get into mainline any time soon (or ever) belong # to area specific sections below. ######################################################## - patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch patches.suse/iwl-fix-crash-in-iwl_dbg_tlv_alloc_trigger.patch - patches.suse/efi-tpm-Verify-event-log-header-before-parsing.patch - patches.suse/genetlink-clean-up-family-attributes-allocations.patch - patches.suse/nvmet-fail-outstanding-host-posted-AEN-req.patch - patches.suse/fix-a-braino-in-sparc32-fix-register-window-handling.patch - patches.suse/Revert-tty-hvc-Fix-data-abort-due-to-race-in-hvc_ope.patch patches.suse/ALSA-usb-audio-Fixing-usage-of-plain-int-instead-of-.patch ######################################################## diff --git a/source-timestamp b/source-timestamp index 806aafcc..c2b1fbb6 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2020-06-29 09:10:38 +0000 -GIT Revision: 6ff0af72295d56a78f4f0ddff206192d7ebbb59a +2020-07-01 19:03:27 +0000 +GIT Revision: cba119b9d536c22bb0a3705ec58f0411fee53b7e GIT Branch: stable