From 1a3330db3c2611feadb259d6c036325f598e6b17165d50bd56fb0d5645928736 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Sun, 20 Oct 2019 08:05:23 +0000 Subject: [PATCH] commit f52c7f6b50c39d1023916c47649a630c2965f8a8 OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1183 --- dtb-aarch64.changes | 175 +++++++++++++++++++++++++++++++++++++ dtb-aarch64.spec | 6 +- dtb-armv6l.changes | 175 +++++++++++++++++++++++++++++++++++++ dtb-armv6l.spec | 6 +- dtb-armv7l.changes | 175 +++++++++++++++++++++++++++++++++++++ dtb-armv7l.spec | 6 +- kernel-64kb.changes | 175 +++++++++++++++++++++++++++++++++++++ kernel-64kb.spec | 12 +-- kernel-debug.changes | 175 +++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 12 +-- kernel-default.changes | 175 +++++++++++++++++++++++++++++++++++++ kernel-default.spec | 12 +-- kernel-docs.changes | 175 +++++++++++++++++++++++++++++++++++++ kernel-docs.spec | 8 +- kernel-kvmsmall.changes | 175 +++++++++++++++++++++++++++++++++++++ kernel-kvmsmall.spec | 12 +-- kernel-lpae.changes | 175 +++++++++++++++++++++++++++++++++++++ kernel-lpae.spec | 12 +-- kernel-obs-build.changes | 175 +++++++++++++++++++++++++++++++++++++ kernel-obs-build.spec | 8 +- kernel-obs-qa.changes | 175 +++++++++++++++++++++++++++++++++++++ kernel-obs-qa.spec | 6 +- kernel-pae.changes | 175 +++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 12 +-- kernel-source.changes | 175 +++++++++++++++++++++++++++++++++++++ kernel-source.spec | 8 +- kernel-syms.changes | 175 +++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 6 +- kernel-vanilla.changes | 175 +++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 12 +-- kernel-zfcpdump.changes | 175 +++++++++++++++++++++++++++++++++++++ kernel-zfcpdump.spec | 12 +-- patches.kernel.org.tar.bz2 | 4 +- series.conf | 112 ++++++++++++++++++++++++ source-timestamp | 4 +- 35 files changed, 2991 insertions(+), 79 deletions(-) diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index 822c5cad..3df8bdb3 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index 6b0c99f1..61782023 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -17,7 +17,7 @@ %define srcversion 5.3 -%define patchversion 5.3.6 +%define patchversion 5.3.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.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index 822c5cad..3df8bdb3 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index cad2c233..fb306ed0 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -17,7 +17,7 @@ %define srcversion 5.3 -%define patchversion 5.3.6 +%define patchversion 5.3.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.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index 822c5cad..3df8bdb3 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index 46a5516c..8bf45fe4 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -17,7 +17,7 @@ %define srcversion 5.3 -%define patchversion 5.3.6 +%define patchversion 5.3.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.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index 822c5cad..3df8bdb3 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/kernel-64kb.spec b/kernel-64kb.spec index 1a40d97d..c6379389 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -18,7 +18,7 @@ %define srcversion 5.3 -%define patchversion 5.3.6 +%define patchversion 5.3.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -64,9 +64,9 @@ Name: kernel-64kb Summary: Kernel with 64kb PAGE_SIZE License: GPL-2.0 Group: System/Kernel -Version: 5.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %else Release: 0 %endif @@ -171,10 +171,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 -Provides: kernel-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: kernel-%build_flavor-base-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 +Provides: kernel-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 # END COMMON DEPS -Provides: %name-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: %name-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 %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 822c5cad..3df8bdb3 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 35c31b4a..24bda9ea 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ %define srcversion 5.3 -%define patchversion 5.3.6 +%define patchversion 5.3.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -64,9 +64,9 @@ Name: kernel-debug Summary: A Debug Version of the Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %else Release: 0 %endif @@ -171,10 +171,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 -Provides: kernel-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: kernel-%build_flavor-base-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 +Provides: kernel-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 # END COMMON DEPS -Provides: %name-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: %name-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 %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 822c5cad..3df8bdb3 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 63559f20..df7ff567 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ %define srcversion 5.3 -%define patchversion 5.3.6 +%define patchversion 5.3.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -64,9 +64,9 @@ Name: kernel-default Summary: The Standard Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %else Release: 0 %endif @@ -171,10 +171,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 -Provides: kernel-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: kernel-%build_flavor-base-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 +Provides: kernel-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 # END COMMON DEPS -Provides: %name-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: %name-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 %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 822c5cad..3df8bdb3 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index 3aff29d3..aad0c663 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ %define srcversion 5.3 -%define patchversion 5.3.6 +%define patchversion 5.3.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.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %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-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: %name-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 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 822c5cad..3df8bdb3 100644 --- a/kernel-kvmsmall.changes +++ b/kernel-kvmsmall.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec index 6f1e7554..c26354e5 100644 --- a/kernel-kvmsmall.spec +++ b/kernel-kvmsmall.spec @@ -18,7 +18,7 @@ %define srcversion 5.3 -%define patchversion 5.3.6 +%define patchversion 5.3.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -64,9 +64,9 @@ Name: kernel-kvmsmall Summary: The Small Developer Kernel for KVM License: GPL-2.0 Group: System/Kernel -Version: 5.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %else Release: 0 %endif @@ -171,10 +171,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 -Provides: kernel-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: kernel-%build_flavor-base-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 +Provides: kernel-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 # END COMMON DEPS -Provides: %name-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: %name-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 %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 822c5cad..3df8bdb3 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/kernel-lpae.spec b/kernel-lpae.spec index facfcdf6..83c16684 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -18,7 +18,7 @@ %define srcversion 5.3 -%define patchversion 5.3.6 +%define patchversion 5.3.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -64,9 +64,9 @@ Name: kernel-lpae Summary: Kernel for LPAE enabled systems License: GPL-2.0 Group: System/Kernel -Version: 5.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %else Release: 0 %endif @@ -171,10 +171,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 -Provides: kernel-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: kernel-%build_flavor-base-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 +Provides: kernel-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 # END COMMON DEPS -Provides: %name-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: %name-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 %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 822c5cad..3df8bdb3 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 9724358c..9ca79f54 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 5.3.6 +%define patchversion 5.3.7 %define variant %{nil} %define vanilla_only 0 @@ -45,7 +45,7 @@ BuildRequires: util-linux %endif %endif %endif -BuildRequires: kernel%kernel_flavor-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +BuildRequires: kernel%kernel_flavor-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 %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.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index 822c5cad..3df8bdb3 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index 7c748bd2..685779ac 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -17,7 +17,7 @@ # needsrootforbuild -%define patchversion 5.3.6 +%define patchversion 5.3.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.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index 822c5cad..3df8bdb3 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index f7f1144c..575bc81d 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ %define srcversion 5.3 -%define patchversion 5.3.6 +%define patchversion 5.3.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -64,9 +64,9 @@ Name: kernel-pae Summary: Kernel with PAE Support License: GPL-2.0 Group: System/Kernel -Version: 5.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %else Release: 0 %endif @@ -171,10 +171,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 -Provides: kernel-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: kernel-%build_flavor-base-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 +Provides: kernel-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 # END COMMON DEPS -Provides: %name-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: %name-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 %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 822c5cad..3df8bdb3 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index 84ab6011..f1934986 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,7 +18,7 @@ %define srcversion 5.3 -%define patchversion 5.3.6 +%define patchversion 5.3.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.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %else Release: 0 %endif @@ -43,7 +43,7 @@ BuildRequires: fdupes BuildRequires: sed Requires(post): coreutils sed Provides: %name = %version-%source_rel -Provides: %name-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: %name-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 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 822c5cad..3df8bdb3 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 3577ca96..d5f6a9d2 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.3.6 +Version: 5.3.7 %if %using_buildservice %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %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-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: %name-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 Provides: multiversion(kernel) Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 822c5cad..3df8bdb3 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 755eb0d3..36746d58 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ %define srcversion 5.3 -%define patchversion 5.3.6 +%define patchversion 5.3.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -64,9 +64,9 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches License: GPL-2.0 Group: System/Kernel -Version: 5.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %else Release: 0 %endif @@ -171,10 +171,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 -Provides: kernel-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: kernel-%build_flavor-base-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 +Provides: kernel-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 # END COMMON DEPS -Provides: %name-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: %name-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 %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 822c5cad..3df8bdb3 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -1,3 +1,178 @@ +------------------------------------------------------------------- +Fri Oct 18 18:59:45 CEST 2019 - jslaby@suse.cz + +- Linux 5.3.7 (bnc#1151927). +- efi/tpm: Fix sanity check of unsigned tbl_size being less than + zero (bnc#1151927). +- io_uring: only flush workqueues on fileset removal + (bnc#1151927). +- x86/asm: Fix MWAITX C-state hint value (bnc#1151927). +- mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + (bnc#1151927). +- hwmon: Fix HWMON_P_MIN_ALARM mask (bnc#1151927). +- tracing: Get trace_array reference for available_tracers files + (bnc#1151927). +- ftrace: Get a reference counter for the trace_array on filter + files (bnc#1151927). +- tracing/hwlat: Don't ignore outer-loop duration when calculating + max_latency (bnc#1151927). +- tracing/hwlat: Report total time spent in all NMIs during the + sample (bnc#1151927). +- arm64/sve: Fix wrong free for task->thread.sve_state + (bnc#1151927). +- media: stkwebcam: fix runtime PM after driver unbind + (bnc#1151927). +- drm/msm: Use the correct dma_sync calls harder (bnc#1151927). +- drm/i915: Mark contents as dirty on a write fault (bnc#1151927). +- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bnc#1151927). +- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + (bnc#1151927). +- Fix the locking in dcache_readdir() and friends (bnc#1151927). +- iio: light: fix vcnl4000 devicetree hooks (bnc#1151927). +- arm64: topology: Use PPTT to determine if PE is a thread + (bnc#1151927). +- ACPI/PPTT: Add support for ACPI 6.3 thread flag (bnc#1151927). +- RDMA/vmw_pvrdma: Free SRQ only once (bnc#1151927). +- MIPS: elf_hwcap: Export userspace ASEs (bnc#1151927). +- MIPS: Disable Loongson MMI instructions for kernel build + (bnc#1151927). +- NFS: Fix O_DIRECT accounting of number of bytes read/written + (bnc#1151927). +- btrfs: fix uninitialized ret in ref-verify (bnc#1151927). +- btrfs: fix incorrect updating of log root tree (bnc#1151927). +- Btrfs: fix memory leak due to concurrent append writes with + fiemap (bnc#1151927). +- btrfs: fix balance convert to single on 32-bit host CPUs + (bnc#1151927). +- btrfs: allocate new inode in NOFS context (bnc#1151927). +- btrfs: relocation: fix use-after-free on dead relocation roots + (bnc#1151927). +- gpiolib: don't clear FLAG_IS_OUT when emulating + open-drain/open-source (bnc#1151927). +- gpio: fix getting nonexclusive gpiods from DT (bnc#1151927). +- firmware: google: increment VPD key_len properly (bnc#1151927). +- IB/core: Fix wrong iterating on ports (bnc#1151927). +- mm/vmpressure.c: fix a signedness bug in + vmpressure_register_event() (bnc#1151927). +- mm/page_alloc.c: fix a crash in free_pages_prepare() + (bnc#1151927). +- mm/z3fold.c: claim page in the beginning of free (bnc#1151927). +- kernel/sysctl.c: do not override max_threads provided by + userspace (bnc#1151927). +- cifs: use cifsInodeInfo->open_file_lock while iterating to + avoid a panic (bnc#1151927). +- CIFS: Force reval dentry if LOOKUP_REVAL flag is set + (bnc#1151927). +- CIFS: Force revalidate inode when dentry is stale (bnc#1151927). +- CIFS: Gracefully handle QueryInfo errors during open + (bnc#1151927). +- selinux: fix context string corruption in convert_context() + (bnc#1151927). +- blk-wbt: fix performance regression in wbt scale_up/scale_down + (bnc#1151927). +- drm/i915: Perform GGTT restore much earlier during resume + (bnc#1151927). +- perf inject jit: Fix JIT_CODE_MOVE filename (bnc#1151927). +- perf llvm: Don't access out-of-scope array (bnc#1151927). +- efi/tpm: Only set 'efi_tpm_final_log_size' after successful + event log parsing (bnc#1151927). +- efi/tpm: Don't traverse an event log with no events + (bnc#1151927). +- efi/tpm: Don't access event->count when it isn't mapped + (bnc#1151927). +- efivar/ssdt: Don't iterate over EFI vars if no SSDT override + was specified (bnc#1151927). +- iio: accel: adxl372: Perform a reset at start up (bnc#1151927). +- iio: accel: adxl372: Fix push to buffers lost samples + (bnc#1151927). +- iio: accel: adxl372: Fix/remove limitation for FIFO samples + (bnc#1151927). +- iio: light: add missing vcnl4040 of_compatible (bnc#1151927). +- iio: light: opt3001: fix mutex unlock race (bnc#1151927). +- iio: adc: stm32-adc: fix a race when using several adcs with + dma and irq (bnc#1151927). +- iio: adc: stm32-adc: move registers definitions (bnc#1151927). +- iio: adc: axp288: Override TS pin bias current for some models + (bnc#1151927). +- iio: adc: ad799x: fix probe error handling (bnc#1151927). +- iio: adc: hx711: fix bug in sampling of data (bnc#1151927). +- staging: vt6655: Fix memory leak in vt6655_probe (bnc#1151927). +- staging: rtl8188eu: fix HighestRate check in + odm_ARFBRefresh_8188E() (bnc#1151927). +- Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + (bnc#1151927). +- staging: bcm2835-audio: Fix draining behavior regression + (bnc#1151927). +- staging/fbtft: Depend on OF (bnc#1151927). +- gpio: eic: sprd: Fix the incorrect EIC offset when toggling + (bnc#1151927). +- mei: avoid FW version request on Ibex Peak and earlier + (bnc#1151927). +- mei: me: add comet point (lake) LP device ids (bnc#1151927). +- USB: legousbtower: fix use-after-free on release (bnc#1151927). +- USB: legousbtower: fix open after failed reset request + (bnc#1151927). +- USB: legousbtower: fix potential NULL-deref on disconnect + (bnc#1151927). +- USB: legousbtower: fix deadlock on disconnect (bnc#1151927). +- USB: legousbtower: fix slab info leak at probe (bnc#1151927). +- usb: typec: ucsi: displayport: Fix for the mode entering routine + (bnc#1151927). +- usb: typec: ucsi: ccg: Remove run_isr flag (bnc#1151927). +- usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() (bnc#1151927). +- usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() + behavior (bnc#1151927). +- usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() (bnc#1151927). +- USB: dummy-hcd: fix power budget for SuperSpeed mode + (bnc#1151927). +- USB: microtek: fix info-leak at probe (bnc#1151927). +- USB: usblcd: fix I/O after disconnect (bnc#1151927). +- USB: serial: fix runtime PM after driver unbind (bnc#1151927). +- USB: serial: option: add support for Cinterion CLS8 devices + (bnc#1151927). +- USB: serial: option: add Telit FN980 compositions (bnc#1151927). +- USB: serial: ftdi_sio: add device IDs for Sienna and Echelon + PL-20 (bnc#1151927). +- USB: serial: keyspan: fix NULL-derefs on open() and write() + (bnc#1151927). +- serial: uartps: Fix uartps_major handling (bnc#1151927). +- serial: uartlite: fix exit path null pointer (bnc#1151927). +- USB: ldusb: fix NULL-derefs on driver unbind (bnc#1151927). +- USB: chaoskey: fix use-after-free on release (bnc#1151927). +- USB: usblp: fix runtime PM after driver unbind (bnc#1151927). +- USB: iowarrior: fix use-after-free after driver unbind + (bnc#1151927). +- USB: iowarrior: fix use-after-free on release (bnc#1151927). +- USB: iowarrior: fix use-after-free on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on release (bnc#1151927). +- USB: adutux: fix NULL-derefs on disconnect (bnc#1151927). +- USB: adutux: fix use-after-free on disconnect (bnc#1151927). +- xhci: Fix NULL pointer dereference in + xhci_clear_tt_buffer_complete() (bnc#1151927). +- xhci: Increase STS_SAVE timeout in xhci_suspend() (bnc#1151927). +- xhci: Prevent deadlock when xhci adapter breaks during init + (bnc#1151927). +- usb: xhci: wait for CNR controller not ready bit in xhci resume + (bnc#1151927). +- xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec + based hosts (bnc#1151927). +- xhci: Check all endpoints for LPM timeout (bnc#1151927). +- xhci: Prevent device initiated U1/U2 link pm if exit latency + is too long (bnc#1151927). +- xhci: Fix false warning message about wrong bounce buffer + write length (bnc#1151927). +- USB: usb-skeleton: fix NULL-deref on disconnect (bnc#1151927). +- USB: usb-skeleton: fix runtime PM after driver unbind + (bnc#1151927). +- USB: yurex: fix NULL-derefs on disconnect (bnc#1151927). +- USB: yurex: Don't retry on unexpected errors (bnc#1151927). +- USB: rio500: Remove Rio 500 kernel driver (bnc#1151927). +- panic: ensure preemption is disabled during panic() + (bnc#1151927). +- commit f52c7f6 + ------------------------------------------------------------------- Tue Oct 15 14:54:58 CEST 2019 - jslaby@suse.cz diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index 8836d9e6..9bc569a6 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -18,7 +18,7 @@ %define srcversion 5.3 -%define patchversion 5.3.6 +%define patchversion 5.3.7 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -64,9 +64,9 @@ Name: kernel-zfcpdump Summary: The IBM System Z zfcpdump Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.3.6 +Version: 5.3.7 %if 0%{?is_kotd} -Release: .gd6c109d +Release: .gf52c7f6 %else Release: 0 %endif @@ -171,10 +171,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 -Provides: kernel-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: kernel-%build_flavor-base-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 +Provides: kernel-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 # END COMMON DEPS -Provides: %name-srchash-d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +Provides: %name-srchash-f52c7f6b50c39d1023916c47649a630c2965f8a8 %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 87ad9603..ffc45c8a 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:69de799d50abfbe4ff81558e69f427f3f8cd71b45353af3e5e9413bee863665d -size 540826 +oid sha256:128e0719e666cd4da72d2e3a4e578437ce15a213249251dbce2e6a67910b9e92 +size 618890 diff --git a/series.conf b/series.conf index eb87b526..9dcd999c 100644 --- a/series.conf +++ b/series.conf @@ -736,6 +736,118 @@ patches.kernel.org/5.3.6-146-staging-erofs-detect-potential-multiref-due-to-.patch patches.kernel.org/5.3.6-147-libnvdimm-prevent-nvdimm-from-requesting-key-wh.patch patches.kernel.org/5.3.6-148-Linux-5.3.6.patch + patches.kernel.org/5.3.7-001-panic-ensure-preemption-is-disabled-during-pani.patch + patches.kernel.org/5.3.7-002-USB-rio500-Remove-Rio-500-kernel-driver.patch + patches.kernel.org/5.3.7-003-USB-yurex-Don-t-retry-on-unexpected-errors.patch + patches.kernel.org/5.3.7-004-USB-yurex-fix-NULL-derefs-on-disconnect.patch + patches.kernel.org/5.3.7-005-USB-usb-skeleton-fix-runtime-PM-after-driver-un.patch + patches.kernel.org/5.3.7-006-USB-usb-skeleton-fix-NULL-deref-on-disconnect.patch + patches.kernel.org/5.3.7-007-xhci-Fix-false-warning-message-about-wrong-boun.patch + patches.kernel.org/5.3.7-008-xhci-Prevent-device-initiated-U1-U2-link-pm-if-.patch + patches.kernel.org/5.3.7-009-xhci-Check-all-endpoints-for-LPM-timeout.patch + patches.kernel.org/5.3.7-010-xhci-Fix-USB-3.1-capability-detection-on-early-.patch + patches.kernel.org/5.3.7-011-usb-xhci-wait-for-CNR-controller-not-ready-bit-.patch + patches.kernel.org/5.3.7-012-xhci-Prevent-deadlock-when-xhci-adapter-breaks-.patch + patches.kernel.org/5.3.7-013-xhci-Increase-STS_SAVE-timeout-in-xhci_suspend.patch + patches.kernel.org/5.3.7-014-xhci-Fix-NULL-pointer-dereference-in-xhci_clear.patch + patches.kernel.org/5.3.7-015-USB-adutux-fix-use-after-free-on-disconnect.patch + patches.kernel.org/5.3.7-016-USB-adutux-fix-NULL-derefs-on-disconnect.patch + patches.kernel.org/5.3.7-017-USB-adutux-fix-use-after-free-on-release.patch + patches.kernel.org/5.3.7-018-USB-iowarrior-fix-use-after-free-on-disconnect.patch + patches.kernel.org/5.3.7-019-USB-iowarrior-fix-use-after-free-on-release.patch + patches.kernel.org/5.3.7-020-USB-iowarrior-fix-use-after-free-after-driver-u.patch + patches.kernel.org/5.3.7-021-USB-usblp-fix-runtime-PM-after-driver-unbind.patch + patches.kernel.org/5.3.7-022-USB-chaoskey-fix-use-after-free-on-release.patch + patches.kernel.org/5.3.7-023-USB-ldusb-fix-NULL-derefs-on-driver-unbind.patch + patches.kernel.org/5.3.7-024-serial-uartlite-fix-exit-path-null-pointer.patch + patches.kernel.org/5.3.7-025-serial-uartps-Fix-uartps_major-handling.patch + patches.kernel.org/5.3.7-026-USB-serial-keyspan-fix-NULL-derefs-on-open-and-.patch + patches.kernel.org/5.3.7-027-USB-serial-ftdi_sio-add-device-IDs-for-Sienna-a.patch + patches.kernel.org/5.3.7-028-USB-serial-option-add-Telit-FN980-compositions.patch + patches.kernel.org/5.3.7-029-USB-serial-option-add-support-for-Cinterion-CLS.patch + patches.kernel.org/5.3.7-030-USB-serial-fix-runtime-PM-after-driver-unbind.patch + patches.kernel.org/5.3.7-031-USB-usblcd-fix-I-O-after-disconnect.patch + patches.kernel.org/5.3.7-032-USB-microtek-fix-info-leak-at-probe.patch + patches.kernel.org/5.3.7-033-USB-dummy-hcd-fix-power-budget-for-SuperSpeed-m.patch + patches.kernel.org/5.3.7-034-usb-renesas_usbhs-gadget-Do-not-discard-queues-.patch + patches.kernel.org/5.3.7-035-usb-renesas_usbhs-gadget-Fix-usb_ep_set_-halt-w.patch + patches.kernel.org/5.3.7-036-usb-typec-tcpm-usb-typec-tcpm-Fix-a-signedness-.patch + patches.kernel.org/5.3.7-037-usb-typec-ucsi-ccg-Remove-run_isr-flag.patch + patches.kernel.org/5.3.7-038-usb-typec-ucsi-displayport-Fix-for-the-mode-ent.patch + patches.kernel.org/5.3.7-039-USB-legousbtower-fix-slab-info-leak-at-probe.patch + patches.kernel.org/5.3.7-040-USB-legousbtower-fix-deadlock-on-disconnect.patch + patches.kernel.org/5.3.7-041-USB-legousbtower-fix-potential-NULL-deref-on-di.patch + patches.kernel.org/5.3.7-042-USB-legousbtower-fix-open-after-failed-reset-re.patch + patches.kernel.org/5.3.7-043-USB-legousbtower-fix-use-after-free-on-release.patch + patches.kernel.org/5.3.7-044-mei-me-add-comet-point-lake-LP-device-ids.patch + patches.kernel.org/5.3.7-045-mei-avoid-FW-version-request-on-Ibex-Peak-and-e.patch + patches.kernel.org/5.3.7-046-gpio-eic-sprd-Fix-the-incorrect-EIC-offset-when.patch + patches.kernel.org/5.3.7-047-staging-fbtft-Depend-on-OF.patch + patches.kernel.org/5.3.7-048-staging-bcm2835-audio-Fix-draining-behavior-reg.patch + patches.kernel.org/5.3.7-049-Staging-fbtft-fix-memory-leak-in-fbtft_framebuf.patch + patches.kernel.org/5.3.7-050-staging-rtl8188eu-fix-HighestRate-check-in-odm_.patch + patches.kernel.org/5.3.7-051-staging-vt6655-Fix-memory-leak-in-vt6655_probe.patch + patches.kernel.org/5.3.7-052-iio-adc-hx711-fix-bug-in-sampling-of-data.patch + patches.kernel.org/5.3.7-053-iio-adc-ad799x-fix-probe-error-handling.patch + patches.kernel.org/5.3.7-054-iio-adc-axp288-Override-TS-pin-bias-current-for.patch + patches.kernel.org/5.3.7-055-iio-adc-stm32-adc-move-registers-definitions.patch + patches.kernel.org/5.3.7-056-iio-adc-stm32-adc-fix-a-race-when-using-several.patch + patches.kernel.org/5.3.7-057-iio-light-opt3001-fix-mutex-unlock-race.patch + patches.kernel.org/5.3.7-058-iio-light-add-missing-vcnl4040-of_compatible.patch + patches.kernel.org/5.3.7-059-iio-accel-adxl372-Fix-remove-limitation-for-FIF.patch + patches.kernel.org/5.3.7-060-iio-accel-adxl372-Fix-push-to-buffers-lost-samp.patch + patches.kernel.org/5.3.7-061-iio-accel-adxl372-Perform-a-reset-at-start-up.patch + patches.kernel.org/5.3.7-062-efivar-ssdt-Don-t-iterate-over-EFI-vars-if-no-S.patch + patches.kernel.org/5.3.7-063-efi-tpm-Don-t-access-event-count-when-it-isn-t-.patch + patches.kernel.org/5.3.7-064-efi-tpm-Don-t-traverse-an-event-log-with-no-eve.patch + patches.kernel.org/5.3.7-065-efi-tpm-Only-set-efi_tpm_final_log_size-after-s.patch + patches.kernel.org/5.3.7-066-perf-llvm-Don-t-access-out-of-scope-array.patch + patches.kernel.org/5.3.7-067-perf-inject-jit-Fix-JIT_CODE_MOVE-filename.patch + patches.kernel.org/5.3.7-068-drm-i915-Perform-GGTT-restore-much-earlier-duri.patch + patches.kernel.org/5.3.7-069-blk-wbt-fix-performance-regression-in-wbt-scale.patch + patches.kernel.org/5.3.7-070-selinux-fix-context-string-corruption-in-conver.patch + patches.kernel.org/5.3.7-071-CIFS-Gracefully-handle-QueryInfo-errors-during-.patch + patches.kernel.org/5.3.7-072-CIFS-Force-revalidate-inode-when-dentry-is-stal.patch + patches.kernel.org/5.3.7-073-CIFS-Force-reval-dentry-if-LOOKUP_REVAL-flag-is.patch + patches.kernel.org/5.3.7-074-cifs-use-cifsInodeInfo-open_file_lock-while-ite.patch + patches.kernel.org/5.3.7-075-kernel-sysctl.c-do-not-override-max_threads-pro.patch + patches.kernel.org/5.3.7-076-mm-z3fold.c-claim-page-in-the-beginning-of-free.patch + patches.kernel.org/5.3.7-077-mm-page_alloc.c-fix-a-crash-in-free_pages_prepa.patch + patches.kernel.org/5.3.7-078-mm-vmpressure.c-fix-a-signedness-bug-in-vmpress.patch + patches.kernel.org/5.3.7-079-IB-core-Fix-wrong-iterating-on-ports.patch + patches.kernel.org/5.3.7-080-firmware-google-increment-VPD-key_len-properly.patch + patches.kernel.org/5.3.7-081-gpio-fix-getting-nonexclusive-gpiods-from-DT.patch + patches.kernel.org/5.3.7-082-gpiolib-don-t-clear-FLAG_IS_OUT-when-emulating-.patch + patches.kernel.org/5.3.7-083-btrfs-relocation-fix-use-after-free-on-dead-rel.patch + patches.kernel.org/5.3.7-084-btrfs-allocate-new-inode-in-NOFS-context.patch + patches.kernel.org/5.3.7-085-btrfs-fix-balance-convert-to-single-on-32-bit-h.patch + patches.kernel.org/5.3.7-086-Btrfs-fix-memory-leak-due-to-concurrent-append-.patch + patches.kernel.org/5.3.7-087-btrfs-fix-incorrect-updating-of-log-root-tree.patch + patches.kernel.org/5.3.7-088-btrfs-fix-uninitialized-ret-in-ref-verify.patch + patches.kernel.org/5.3.7-089-NFS-Fix-O_DIRECT-accounting-of-number-of-bytes-.patch + patches.kernel.org/5.3.7-090-MIPS-Disable-Loongson-MMI-instructions-for-kern.patch + patches.kernel.org/5.3.7-091-MIPS-elf_hwcap-Export-userspace-ASEs.patch + patches.kernel.org/5.3.7-092-RDMA-vmw_pvrdma-Free-SRQ-only-once.patch + patches.kernel.org/5.3.7-093-ACPI-PPTT-Add-support-for-ACPI-6.3-thread-flag.patch + patches.kernel.org/5.3.7-094-arm64-topology-Use-PPTT-to-determine-if-PE-is-a.patch + patches.kernel.org/5.3.7-095-iio-light-fix-vcnl4000-devicetree-hooks.patch + patches.kernel.org/5.3.7-096-Fix-the-locking-in-dcache_readdir-and-friends.patch + patches.kernel.org/5.3.7-097-drm-i915-Bump-skl-max-plane-width-to-5k-for-lin.patch + patches.kernel.org/5.3.7-098-drm-i915-Whitelist-COMMON_SLICE_CHICKEN2.patch + patches.kernel.org/5.3.7-099-drm-i915-Mark-contents-as-dirty-on-a-write-faul.patch + patches.kernel.org/5.3.7-100-drm-msm-Use-the-correct-dma_sync-calls-harder.patch + patches.kernel.org/5.3.7-101-media-stkwebcam-fix-runtime-PM-after-driver-unb.patch + patches.kernel.org/5.3.7-102-arm64-sve-Fix-wrong-free-for-task-thread.sve_st.patch + patches.kernel.org/5.3.7-103-tracing-hwlat-Report-total-time-spent-in-all-NM.patch + patches.kernel.org/5.3.7-104-tracing-hwlat-Don-t-ignore-outer-loop-duration-.patch + patches.kernel.org/5.3.7-105-ftrace-Get-a-reference-counter-for-the-trace_ar.patch + patches.kernel.org/5.3.7-106-tracing-Get-trace_array-reference-for-available.patch + patches.kernel.org/5.3.7-107-hwmon-Fix-HWMON_P_MIN_ALARM-mask.patch + patches.kernel.org/5.3.7-108-mtd-rawnand-au1550nd-Fix-au_read_buf16-prototyp.patch + patches.kernel.org/5.3.7-109-x86-asm-Fix-MWAITX-C-state-hint-value.patch + patches.kernel.org/5.3.7-110-io_uring-only-flush-workqueues-on-fileset-remov.patch + patches.kernel.org/5.3.7-111-efi-tpm-Fix-sanity-check-of-unsigned-tbl_size-b.patch + patches.kernel.org/5.3.7-112-Linux-5.3.7.patch ######################################################## # Build fixes that apply to the vanilla kernel too. diff --git a/source-timestamp b/source-timestamp index b48bfe68..64c19d2e 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2019-10-15 12:54:58 +0000 -GIT Revision: d6c109dee202c76c1c4adc3e240e1dce1aa9bb16 +2019-10-19 07:51:57 +0000 +GIT Revision: f52c7f6b50c39d1023916c47649a630c2965f8a8 GIT Branch: stable