commit 8904439af5485b57688027ef8a49ad96283b789d
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1095
This commit is contained in:
parent
82dad16288
commit
8d117e04ea
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%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.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%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.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%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.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-%build_flavor-base-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
Provides: kernel-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: %name-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-%build_flavor-base-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
Provides: kernel-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: %name-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-%build_flavor-base-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
Provides: kernel-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: %name-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%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.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%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-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: %name-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-%build_flavor-base-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
Provides: kernel-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: %name-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-%build_flavor-base-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
Provides: kernel-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: %name-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
BuildRequires: kernel%kernel_flavor-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
|
||||
%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.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%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.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-%build_flavor-base-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
Provides: kernel-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: %name-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%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.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: %name-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.1.8
|
||||
Version: 5.1.9
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -55,7 +55,7 @@ Requires: kernel-zfcpdump-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: %name-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-%build_flavor-base-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
Provides: kernel-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: %name-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 22:55:37 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.9 (bnc#1012628).
|
||||
- ethtool: fix potential userspace buffer overflow (bnc#1012628).
|
||||
- Fix memory leak in sctp_process_init (bnc#1012628).
|
||||
- ipv4: not do cache for local delivery if bc_forwarding is
|
||||
enabled (bnc#1012628).
|
||||
- ipv6: fix the check before getting the cookie in rt6_get_cookie
|
||||
(bnc#1012628).
|
||||
- net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: Use strscpy to handle stat strings (bnc#1012628).
|
||||
- net: rds: fix memory leak in rds_ib_flush_mr_pool (bnc#1012628).
|
||||
- net: sfp: read eeprom in maximum 16 byte increments
|
||||
(bnc#1012628).
|
||||
- packet: unconditionally free po->rollover (bnc#1012628).
|
||||
- pktgen: do not sleep with the thread lock held (bnc#1012628).
|
||||
- Revert "fib_rules: return 0 directly if an exactly same rule
|
||||
exists when NLM_F_EXCL not supplied" (bnc#1012628).
|
||||
- udp: only choose unbound UDP socket for multicast when not in
|
||||
a VRF (bnc#1012628).
|
||||
- ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
|
||||
(bnc#1012628).
|
||||
- ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
|
||||
(bnc#1012628).
|
||||
- net: aquantia: fix wol configuration not applied sometimes
|
||||
(bnc#1012628).
|
||||
- neighbor: Reset gc_entries counter if new entry is released
|
||||
before insert (bnc#1012628).
|
||||
- neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
|
||||
(bnc#1012628).
|
||||
- cls_matchall: avoid panic when receiving a packet before filter
|
||||
set (bnc#1012628).
|
||||
- ipmr_base: Do not reset index in mr_table_dump (bnc#1012628).
|
||||
- net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages
|
||||
query (bnc#1012628).
|
||||
- net/tls: replace the sleeping lock around RX resync with a
|
||||
bit lock (bnc#1012628).
|
||||
- rcu: locking and unlocking need to always be at least barriers
|
||||
(bnc#1012628).
|
||||
- habanalabs: fix debugfs code (bnc#1012628).
|
||||
- ARC: mm: SIGSEGV userspace trying to access kernel virtual
|
||||
memory (bnc#1012628).
|
||||
- parisc: Use implicit space register selection for loading the
|
||||
coherence index of I/O pdirs (bnc#1012628).
|
||||
- parisc: Fix crash due alternative coding for NP iopdir_fdc bit
|
||||
(bnc#1012628).
|
||||
- SUNRPC fix regression in umount of a secure mount (bnc#1012628).
|
||||
- SUNRPC: Fix a use after free when a server rejects the
|
||||
RPCSEC_GSS credential (bnc#1012628).
|
||||
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake
|
||||
a waiter (bnc#1012628).
|
||||
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
|
||||
(bnc#1012628).
|
||||
- fuse: fallocate: fix return with locked inode (bnc#1012628).
|
||||
- fuse: fix copy_file_range() in the writeback case (bnc#1012628).
|
||||
- pstore: Set tfm to NULL on free_buf_for_compression
|
||||
(bnc#1012628).
|
||||
- pstore/ram: Run without kernel crash dump region (bnc#1012628).
|
||||
- kbuild: use more portable 'command -v' for cc-cross-prefix
|
||||
(bnc#1012628).
|
||||
- memstick: mspro_block: Fix an error code in
|
||||
mspro_block_issue_req() (bnc#1012628).
|
||||
- mmc: tmio: fix SCC error handling to avoid false positive CRC
|
||||
error (bnc#1012628).
|
||||
- mmc: sdhci_am654: Fix SLOTTYPE write (bnc#1012628).
|
||||
- x86/power: Fix 'nosmt' vs hibernation triple fault during resume
|
||||
(bnc#1012628).
|
||||
- x86/insn-eval: Fix use-after-free access to LDT entry
|
||||
(bnc#1012628).
|
||||
- i2c: xiic: Add max_read_len quirk (bnc#1012628).
|
||||
- s390/mm: fix address space detection in exception handling
|
||||
(bnc#1012628).
|
||||
- nvme-rdma: fix queue mapping when queue count is limited
|
||||
(bnc#1012628).
|
||||
- xen-blkfront: switch kcalloc to kvcalloc for large array
|
||||
allocation (bnc#1012628).
|
||||
- MIPS: Bounds check virt_addr_valid (bnc#1012628).
|
||||
- MIPS: pistachio: Build uImage.gz by default (bnc#1012628).
|
||||
- genwqe: Prevent an integer overflow in the ioctl (bnc#1012628).
|
||||
- test_firmware: Use correct snprintf() limit (bnc#1012628).
|
||||
- drm/rockchip: fix fb references in async update (bnc#1012628).
|
||||
- drm/vc4: fix fb references in async update (bnc#1012628).
|
||||
- drm/gma500/cdv: Check vbt config bits when detecting lvds panels
|
||||
(bnc#1012628).
|
||||
- drm/msm: fix fb references in async update (bnc#1012628).
|
||||
- drm: add non-desktop quirk for Valve HMDs (bnc#1012628).
|
||||
- drm/nouveau: add kconfig option to turn off nouveau legacy
|
||||
contexts. (v3) (bnc#1012628).
|
||||
- drm: add non-desktop quirks to Sensics and OSVR headsets
|
||||
(bnc#1012628).
|
||||
- drm: Fix timestamp docs for variable refresh properties
|
||||
(bnc#1012628).
|
||||
- drm/amdgpu/psp: move psp version specific function pointers
|
||||
to early_init (bnc#1012628).
|
||||
- drm/radeon: prefer lower reference dividers (bnc#1012628).
|
||||
- drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when
|
||||
hotplug-in (bnc#1012628).
|
||||
- drm/i915: Fix I915_EXEC_RING_MASK (bnc#1012628).
|
||||
- drm/amdgpu/soc15: skip reset on init (bnc#1012628).
|
||||
- drm/amd/display: Add ASICREV_IS_PICASSO (bnc#1012628).
|
||||
- drm/amdgpu: fix ring test failure issue during s3 in vce 3.0
|
||||
(V2) (bnc#1012628).
|
||||
- drm/i915/fbc: disable framebuffer compression on GeminiLake
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: emit init breadcrumb for gvt request
|
||||
(bnc#1012628).
|
||||
- drm: don't block fb changes for async plane updates
|
||||
(bnc#1012628).
|
||||
- drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack
|
||||
(bnc#1012628).
|
||||
- drm/amd: fix fb references in async update (bnc#1012628).
|
||||
- ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is
|
||||
disabled (bnc#1012628).
|
||||
- commit 8904439
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 14:08:19 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Revert "drm: allow render capable master with DRM_AUTH ioctls"
|
||||
(fix radv check).
|
||||
- commit 3ca4077
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:22:40 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: Maintain consistent documentation subsection ordering
|
||||
(fix kernel-doc).
|
||||
- Delete
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch.
|
||||
Use usptream fix instead of revert.
|
||||
- commit 4e8aae9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:41:26 CEST 2019 - lduncan@suse.com
|
||||
|
||||
- scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()
|
||||
(bsc#1136922 cve-2019-12456).
|
||||
- commit 0c3fc9f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:33:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.8
|
||||
%define patchversion 5.1.9
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.8
|
||||
Version: 5.1.9
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geda4f06
|
||||
Release: <RELEASE>.g8904439
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: kernel-%build_flavor-base-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
Provides: kernel-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
Provides: %name-srchash-8904439af5485b57688027ef8a49ad96283b789d
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:965ca847ed05c708beacb43a82fc0dc3f2abac34db7bef61c8f1b61ca47c23ac
|
||||
size 684403
|
||||
oid sha256:0eb17a2eba36ea60644f7da11c1510732d55a8c5730fd4a06aee81a33bca2efb
|
||||
size 736209
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e08d52184cc7a960f2d31a46518545130bce217a44dd58e522614c707054deb
|
||||
size 5858
|
||||
oid sha256:addafb85e1d7aaf6b3238bd73f880aeb43350fe174708648d4260a905094564e
|
||||
size 4796
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c64ad4a1a3bd16f0fa36dd88acef4abca08614445fb0e7d8ef1571949f5d1371
|
||||
size 43185
|
||||
oid sha256:e67df1e287003ccb39823435caa9c554a087f3f4a2836c0749a761c7471a93c7
|
||||
size 42801
|
||||
|
77
series.conf
77
series.conf
@ -913,6 +913,78 @@
|
||||
patches.kernel.org/5.1.8-084-Revert-x86-build-Move-_etext-to-actual-end-of-..patch
|
||||
patches.kernel.org/5.1.8-085-x86-kprobes-Set-instruction-page-as-executable.patch
|
||||
patches.kernel.org/5.1.8-086-Linux-5.1.8.patch
|
||||
patches.kernel.org/5.1.9-001-ethtool-fix-potential-userspace-buffer-overflow.patch
|
||||
patches.kernel.org/5.1.9-002-Fix-memory-leak-in-sctp_process_init.patch
|
||||
patches.kernel.org/5.1.9-003-ipv4-not-do-cache-for-local-delivery-if-bc_forw.patch
|
||||
patches.kernel.org/5.1.9-004-ipv6-fix-the-check-before-getting-the-cookie-in.patch
|
||||
patches.kernel.org/5.1.9-005-net-ethernet-ti-cpsw_ethtool-fix-ethtool-ring-p.patch
|
||||
patches.kernel.org/5.1.9-006-net-mvpp2-Use-strscpy-to-handle-stat-strings.patch
|
||||
patches.kernel.org/5.1.9-007-net-rds-fix-memory-leak-in-rds_ib_flush_mr_pool.patch
|
||||
patches.kernel.org/5.1.9-008-net-sfp-read-eeprom-in-maximum-16-byte-incremen.patch
|
||||
patches.kernel.org/5.1.9-009-packet-unconditionally-free-po-rollover.patch
|
||||
patches.kernel.org/5.1.9-010-pktgen-do-not-sleep-with-the-thread-lock-held.patch
|
||||
patches.kernel.org/5.1.9-011-Revert-fib_rules-return-0-directly-if-an-exactl.patch
|
||||
patches.kernel.org/5.1.9-012-udp-only-choose-unbound-UDP-socket-for-multicas.patch
|
||||
patches.kernel.org/5.1.9-013-ipv6-use-READ_ONCE-for-inet-hdrincl-as-in-ipv4.patch
|
||||
patches.kernel.org/5.1.9-014-ipv6-fix-EFAULT-on-sendto-with-icmpv6-and-hdrin.patch
|
||||
patches.kernel.org/5.1.9-015-net-aquantia-fix-wol-configuration-not-applied-.patch
|
||||
patches.kernel.org/5.1.9-016-neighbor-Reset-gc_entries-counter-if-new-entry-.patch
|
||||
patches.kernel.org/5.1.9-017-neighbor-Call-__ipv4_neigh_lookup_noref-in-neig.patch
|
||||
patches.kernel.org/5.1.9-018-cls_matchall-avoid-panic-when-receiving-a-packe.patch
|
||||
patches.kernel.org/5.1.9-019-ipmr_base-Do-not-reset-index-in-mr_table_dump.patch
|
||||
patches.kernel.org/5.1.9-020-net-mlx4_en-ethtool-Remove-unsupported-SFP-EEPR.patch
|
||||
patches.kernel.org/5.1.9-021-net-tls-replace-the-sleeping-lock-around-RX-res.patch
|
||||
patches.kernel.org/5.1.9-022-rcu-locking-and-unlocking-need-to-always-be-at-.patch
|
||||
patches.kernel.org/5.1.9-023-habanalabs-fix-debugfs-code.patch
|
||||
patches.kernel.org/5.1.9-024-ARC-mm-SIGSEGV-userspace-trying-to-access-kerne.patch
|
||||
patches.kernel.org/5.1.9-025-parisc-Use-implicit-space-register-selection-fo.patch
|
||||
patches.kernel.org/5.1.9-026-parisc-Fix-crash-due-alternative-coding-for-NP-.patch
|
||||
patches.kernel.org/5.1.9-027-SUNRPC-fix-regression-in-umount-of-a-secure-mou.patch
|
||||
patches.kernel.org/5.1.9-028-SUNRPC-Fix-a-use-after-free-when-a-server-rejec.patch
|
||||
patches.kernel.org/5.1.9-029-NFSv4.1-Again-fix-a-race-where-CB_NOTIFY_LOCK-f.patch
|
||||
patches.kernel.org/5.1.9-030-NFSv4.1-Fix-bug-only-first-CB_NOTIFY_LOCK-is-ha.patch
|
||||
patches.kernel.org/5.1.9-031-fuse-fallocate-fix-return-with-locked-inode.patch
|
||||
patches.kernel.org/5.1.9-032-fuse-fix-copy_file_range-in-the-writeback-case.patch
|
||||
patches.kernel.org/5.1.9-033-pstore-Set-tfm-to-NULL-on-free_buf_for_compress.patch
|
||||
patches.kernel.org/5.1.9-034-pstore-ram-Run-without-kernel-crash-dump-region.patch
|
||||
patches.kernel.org/5.1.9-035-kbuild-use-more-portable-command-v-for-cc-cross.patch
|
||||
patches.kernel.org/5.1.9-036-memstick-mspro_block-Fix-an-error-code-in-mspro.patch
|
||||
patches.kernel.org/5.1.9-037-mmc-tmio-fix-SCC-error-handling-to-avoid-false-.patch
|
||||
patches.kernel.org/5.1.9-038-mmc-sdhci_am654-Fix-SLOTTYPE-write.patch
|
||||
patches.kernel.org/5.1.9-039-x86-power-Fix-nosmt-vs-hibernation-triple-fault.patch
|
||||
patches.kernel.org/5.1.9-040-x86-insn-eval-Fix-use-after-free-access-to-LDT-.patch
|
||||
patches.kernel.org/5.1.9-041-i2c-xiic-Add-max_read_len-quirk.patch
|
||||
patches.kernel.org/5.1.9-042-s390-mm-fix-address-space-detection-in-exceptio.patch
|
||||
patches.kernel.org/5.1.9-043-nvme-rdma-fix-queue-mapping-when-queue-count-is.patch
|
||||
patches.kernel.org/5.1.9-044-xen-blkfront-switch-kcalloc-to-kvcalloc-for-lar.patch
|
||||
patches.kernel.org/5.1.9-045-MIPS-Bounds-check-virt_addr_valid.patch
|
||||
patches.kernel.org/5.1.9-046-MIPS-pistachio-Build-uImage.gz-by-default.patch
|
||||
patches.kernel.org/5.1.9-047-genwqe-Prevent-an-integer-overflow-in-the-ioctl.patch
|
||||
patches.kernel.org/5.1.9-048-test_firmware-Use-correct-snprintf-limit.patch
|
||||
patches.kernel.org/5.1.9-049-drm-rockchip-fix-fb-references-in-async-update.patch
|
||||
patches.kernel.org/5.1.9-050-drm-vc4-fix-fb-references-in-async-update.patch
|
||||
patches.kernel.org/5.1.9-051-drm-gma500-cdv-Check-vbt-config-bits-when-detec.patch
|
||||
patches.kernel.org/5.1.9-052-drm-msm-fix-fb-references-in-async-update.patch
|
||||
patches.kernel.org/5.1.9-053-drm-add-non-desktop-quirk-for-Valve-HMDs.patch
|
||||
patches.kernel.org/5.1.9-054-drm-nouveau-add-kconfig-option-to-turn-off-nouv.patch
|
||||
patches.kernel.org/5.1.9-055-drm-add-non-desktop-quirks-to-Sensics-and-OSVR-.patch
|
||||
patches.kernel.org/5.1.9-056-drm-Fix-timestamp-docs-for-variable-refresh-pro.patch
|
||||
patches.kernel.org/5.1.9-057-drm-amdgpu-psp-move-psp-version-specific-functi.patch
|
||||
patches.kernel.org/5.1.9-058-drm-radeon-prefer-lower-reference-dividers.patch
|
||||
patches.kernel.org/5.1.9-059-drm-amdgpu-remove-ATPX_DGPU_REQ_POWER_FOR_DISPL.patch
|
||||
patches.kernel.org/5.1.9-060-drm-i915-Fix-I915_EXEC_RING_MASK.patch
|
||||
patches.kernel.org/5.1.9-061-drm-amdgpu-soc15-skip-reset-on-init.patch
|
||||
patches.kernel.org/5.1.9-062-drm-amd-display-Add-ASICREV_IS_PICASSO.patch
|
||||
patches.kernel.org/5.1.9-063-drm-amdgpu-fix-ring-test-failure-issue-during-s.patch
|
||||
patches.kernel.org/5.1.9-064-drm-i915-fbc-disable-framebuffer-compression-on.patch
|
||||
patches.kernel.org/5.1.9-065-drm-i915-gvt-emit-init-breadcrumb-for-gvt-reque.patch
|
||||
patches.kernel.org/5.1.9-066-drm-i915-Maintain-consistent-documentation-subs.patch
|
||||
patches.kernel.org/5.1.9-067-drm-don-t-block-fb-changes-for-async-plane-upda.patch
|
||||
patches.kernel.org/5.1.9-068-drm-i915-gvt-Initialize-intel_gvt_gtt_entry-in-.patch
|
||||
patches.kernel.org/5.1.9-069-drm-amd-fix-fb-references-in-async-update.patch
|
||||
patches.kernel.org/5.1.9-070-TTY-serial_core-add-install.patch
|
||||
patches.kernel.org/5.1.9-071-ipv4-Define-__ipv4_neigh_lookup_noref-when-CONF.patch
|
||||
patches.kernel.org/5.1.9-072-Linux-5.1.9.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -925,7 +997,6 @@
|
||||
patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
|
||||
patches.rpmify/powerpc-boot-Fix-missing-crc32poly.h-when-building-w.patch
|
||||
patches.rpmify/scripts-mkmakefile-honor-second-argument.patch
|
||||
patches.rpmify/Revert-doc-Cope-with-the-deprecation-of-AutoReporter.patch
|
||||
|
||||
########################################################
|
||||
# kABI consistency patches
|
||||
@ -1165,9 +1236,12 @@
|
||||
|
||||
patches.suse/megaraid-mbox-fix-SG_IO
|
||||
|
||||
patches.suse/scsi-mpt3sas_ctl-fix-double-fetch-bug-in-ctl_ioctl_main
|
||||
|
||||
########################################################
|
||||
# DRM/Video
|
||||
########################################################
|
||||
patches.suse/Revert-drm-allow-render-capable-master-with-DRM_AUTH.patch
|
||||
|
||||
########################################################
|
||||
# video4linux
|
||||
@ -1222,7 +1296,6 @@
|
||||
########################################################
|
||||
# Char / serial
|
||||
########################################################
|
||||
patches.suse/TTY-serial_core-add-install.patch
|
||||
|
||||
########################################################
|
||||
# Other driver fixes
|
||||
|
@ -1,3 +1,3 @@
|
||||
2019-06-10 11:18:44 +0000
|
||||
GIT Revision: eda4f065b55db89d75da4dbb056268ce76acbcfd
|
||||
2019-06-11 20:55:37 +0000
|
||||
GIT Revision: 8904439af5485b57688027ef8a49ad96283b789d
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user