From 9d5cf7e088068c5909aa0b558f4c1492c4c937299b0fc5c2bf16c4211ebfb8ae Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Fri, 9 Aug 2019 18:02:15 +0000 Subject: [PATCH] commit bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1142 --- dtb-aarch64.changes | 91 ++++++++++++++++++++++++++++++++++++++ dtb-aarch64.spec | 6 +-- dtb-armv6l.changes | 91 ++++++++++++++++++++++++++++++++++++++ dtb-armv6l.spec | 6 +-- dtb-armv7l.changes | 91 ++++++++++++++++++++++++++++++++++++++ dtb-armv7l.spec | 6 +-- kernel-64kb.changes | 91 ++++++++++++++++++++++++++++++++++++++ kernel-64kb.spec | 12 ++--- kernel-debug.changes | 91 ++++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 12 ++--- kernel-default.changes | 91 ++++++++++++++++++++++++++++++++++++++ kernel-default.spec | 12 ++--- kernel-docs.changes | 91 ++++++++++++++++++++++++++++++++++++++ kernel-docs.spec | 8 ++-- kernel-kvmsmall.changes | 91 ++++++++++++++++++++++++++++++++++++++ kernel-kvmsmall.spec | 12 ++--- kernel-lpae.changes | 91 ++++++++++++++++++++++++++++++++++++++ kernel-lpae.spec | 12 ++--- kernel-obs-build.changes | 91 ++++++++++++++++++++++++++++++++++++++ kernel-obs-build.spec | 8 ++-- kernel-obs-qa.changes | 91 ++++++++++++++++++++++++++++++++++++++ kernel-obs-qa.spec | 6 +-- kernel-pae.changes | 91 ++++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 12 ++--- kernel-source.changes | 91 ++++++++++++++++++++++++++++++++++++++ kernel-source.spec | 8 ++-- kernel-syms.changes | 91 ++++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 6 +-- kernel-vanilla.changes | 91 ++++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 12 ++--- kernel-zfcpdump.changes | 91 ++++++++++++++++++++++++++++++++++++++ kernel-zfcpdump.spec | 12 ++--- patches.kernel.org.tar.bz2 | 4 +- patches.suse.tar.bz2 | 4 +- series.conf | 58 +++++++++++++++++++++++- source-timestamp | 4 +- 36 files changed, 1594 insertions(+), 82 deletions(-) diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index bad4193c..a6610cf9 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index d0f00f96..4a1bdb3b 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -17,7 +17,7 @@ %define srcversion 5.2 -%define patchversion 5.2.7 +%define patchversion 5.2.8 %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.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index bad4193c..a6610cf9 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index 22b03ec3..914ff44e 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -17,7 +17,7 @@ %define srcversion 5.2 -%define patchversion 5.2.7 +%define patchversion 5.2.8 %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.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index bad4193c..a6610cf9 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index a8218527..7b53b07e 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -17,7 +17,7 @@ %define srcversion 5.2 -%define patchversion 5.2.7 +%define patchversion 5.2.8 %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.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index bad4193c..a6610cf9 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/kernel-64kb.spec b/kernel-64kb.spec index 395417ed..b4917d83 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -18,7 +18,7 @@ %define srcversion 5.2 -%define patchversion 5.2.7 +%define patchversion 5.2.8 %define variant %{nil} %define vanilla_only 0 %define compress_modules none @@ -63,9 +63,9 @@ Name: kernel-64kb Summary: Kernel with 64kb PAGE_SIZE License: GPL-2.0 Group: System/Kernel -Version: 5.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %else Release: 0 %endif @@ -170,10 +170,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 -Provides: kernel-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: kernel-%build_flavor-base-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 +Provides: kernel-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 # END COMMON DEPS -Provides: %name-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: %name-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-debug.changes b/kernel-debug.changes index bad4193c..a6610cf9 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 35613666..c2df7a81 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ %define srcversion 5.2 -%define patchversion 5.2.7 +%define patchversion 5.2.8 %define variant %{nil} %define vanilla_only 0 %define compress_modules none @@ -63,9 +63,9 @@ Name: kernel-debug Summary: A Debug Version of the Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %else Release: 0 %endif @@ -170,10 +170,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 -Provides: kernel-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: kernel-%build_flavor-base-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 +Provides: kernel-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 # END COMMON DEPS -Provides: %name-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: %name-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 %ifarch ppc64 Provides: kernel-kdump = 2.6.28 Obsoletes: kernel-kdump <= 2.6.28 diff --git a/kernel-default.changes b/kernel-default.changes index bad4193c..a6610cf9 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 56c5f2b4..8413452e 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ %define srcversion 5.2 -%define patchversion 5.2.7 +%define patchversion 5.2.8 %define variant %{nil} %define vanilla_only 0 %define compress_modules none @@ -63,9 +63,9 @@ Name: kernel-default Summary: The Standard Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %else Release: 0 %endif @@ -170,10 +170,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 -Provides: kernel-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: kernel-%build_flavor-base-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 +Provides: kernel-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 # END COMMON DEPS -Provides: %name-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: %name-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 %ifarch %ix86 Provides: kernel-smp = 2.6.17 Obsoletes: kernel-smp <= 2.6.17 diff --git a/kernel-docs.changes b/kernel-docs.changes index bad4193c..a6610cf9 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index eaf38520..9e529ffe 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ %define srcversion 5.2 -%define patchversion 5.2.7 +%define patchversion 5.2.8 %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.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %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-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: %name-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz diff --git a/kernel-kvmsmall.changes b/kernel-kvmsmall.changes index bad4193c..a6610cf9 100644 --- a/kernel-kvmsmall.changes +++ b/kernel-kvmsmall.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec index c0908096..e1b03dd6 100644 --- a/kernel-kvmsmall.spec +++ b/kernel-kvmsmall.spec @@ -18,7 +18,7 @@ %define srcversion 5.2 -%define patchversion 5.2.7 +%define patchversion 5.2.8 %define variant %{nil} %define vanilla_only 0 %define compress_modules none @@ -63,9 +63,9 @@ Name: kernel-kvmsmall Summary: The Small Developer Kernel for KVM License: GPL-2.0 Group: System/Kernel -Version: 5.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %else Release: 0 %endif @@ -170,10 +170,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 -Provides: kernel-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: kernel-%build_flavor-base-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 +Provides: kernel-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 # END COMMON DEPS -Provides: %name-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: %name-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-lpae.changes b/kernel-lpae.changes index bad4193c..a6610cf9 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/kernel-lpae.spec b/kernel-lpae.spec index f59c1d05..ea03a154 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -18,7 +18,7 @@ %define srcversion 5.2 -%define patchversion 5.2.7 +%define patchversion 5.2.8 %define variant %{nil} %define vanilla_only 0 %define compress_modules none @@ -63,9 +63,9 @@ Name: kernel-lpae Summary: Kernel for LPAE enabled systems License: GPL-2.0 Group: System/Kernel -Version: 5.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %else Release: 0 %endif @@ -170,10 +170,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 -Provides: kernel-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: kernel-%build_flavor-base-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 +Provides: kernel-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 # END COMMON DEPS -Provides: %name-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: %name-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index bad4193c..a6610cf9 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 4a02030f..167c104f 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 5.2.7 +%define patchversion 5.2.8 %define variant %{nil} %define vanilla_only 0 @@ -45,7 +45,7 @@ BuildRequires: util-linux %endif %endif %endif -BuildRequires: kernel%kernel_flavor-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +BuildRequires: kernel%kernel_flavor-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 %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.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index bad4193c..a6610cf9 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index 04e88d7c..b457df67 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -17,7 +17,7 @@ # needsrootforbuild -%define patchversion 5.2.7 +%define patchversion 5.2.8 %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.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index bad4193c..a6610cf9 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index d1288de6..2cd6cc11 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ %define srcversion 5.2 -%define patchversion 5.2.7 +%define patchversion 5.2.8 %define variant %{nil} %define vanilla_only 0 %define compress_modules none @@ -63,9 +63,9 @@ Name: kernel-pae Summary: Kernel with PAE Support License: GPL-2.0 Group: System/Kernel -Version: 5.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %else Release: 0 %endif @@ -170,10 +170,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 -Provides: kernel-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: kernel-%build_flavor-base-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 +Provides: kernel-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 # END COMMON DEPS -Provides: %name-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: %name-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 %ifarch %ix86 Provides: kernel-bigsmp = 2.6.17 Obsoletes: kernel-bigsmp <= 2.6.17 diff --git a/kernel-source.changes b/kernel-source.changes index bad4193c..a6610cf9 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index 238ee4c5..71666340 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,7 +18,7 @@ %define srcversion 5.2 -%define patchversion 5.2.7 +%define patchversion 5.2.8 %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.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %else Release: 0 %endif @@ -43,7 +43,7 @@ BuildRequires: fdupes BuildRequires: sed Requires(post): coreutils sed Provides: %name = %version-%source_rel -Provides: %name-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: %name-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 Provides: linux Provides: multiversion(kernel) Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz diff --git a/kernel-syms.changes b/kernel-syms.changes index bad4193c..a6610cf9 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 5298b400..d5138e92 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -24,10 +24,10 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) License: GPL-2.0 Group: Development/Sources -Version: 5.2.7 +Version: 5.2.8 %if %using_buildservice %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %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-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: %name-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 Provides: multiversion(kernel) Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index bad4193c..a6610cf9 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index c756c9ac..e0d61f0c 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ %define srcversion 5.2 -%define patchversion 5.2.7 +%define patchversion 5.2.8 %define variant %{nil} %define vanilla_only 0 %define compress_modules none @@ -63,9 +63,9 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches License: GPL-2.0 Group: System/Kernel -Version: 5.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %else Release: 0 %endif @@ -170,10 +170,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 -Provides: kernel-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: kernel-%build_flavor-base-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 +Provides: kernel-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 # END COMMON DEPS -Provides: %name-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: %name-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-zfcpdump.changes b/kernel-zfcpdump.changes index bad4193c..a6610cf9 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz + +- Linux 5.2.8 (bnc#1012628). +- scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure + (bnc#1012628). +- libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant + (bnc#1012628). +- libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock + (bnc#1012628). +- ALSA: usb-audio: Sanity checks for each pipe and EP types + (bnc#1012628). +- ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check + (bnc#1012628). +- HID: wacom: fix bit shift for Cintiq Companion 2 (bnc#1012628). +- HID: Add quirk for HP X1200 PIXART OEM mouse (bnc#1012628). +- atm: iphase: Fix Spectre v1 vulnerability (bnc#1012628). +- bnx2x: Disable multi-cos feature (bnc#1012628). +- drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case + (bnc#1012628). +- ife: error out when nla attributes are empty (bnc#1012628). +- ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 (bnc#1012628). +- ip6_tunnel: fix possible use-after-free on xmit (bnc#1012628). +- ipip: validate header length in ipip_tunnel_xmit (bnc#1012628). +- mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() + (bnc#1012628). +- mvpp2: fix panic on module removal (bnc#1012628). +- mvpp2: refactor MTU change code (bnc#1012628). +- net: bridge: delete local fdb on device init failure + (bnc#1012628). +- net: bridge: mcast: don't delete permanent entries when fast + leave is enabled (bnc#1012628). +- net: bridge: move default pvid init/deinit to + NETDEV_REGISTER/UNREGISTER (bnc#1012628). +- net: fix ifindex collision during namespace removal + (bnc#1012628). +- net/mlx5e: always initialize frag->last_in_page (bnc#1012628). +- net/mlx5: Use reversed order when unregister devices + (bnc#1012628). +- net: phy: fixed_phy: print gpio error only if gpio node is + present (bnc#1012628). +- net: phylink: don't start and stop SGMII PHYs in SFP modules + twice (bnc#1012628). +- net: phylink: Fix flow control for fixed-link (bnc#1012628). +- net: phy: mscc: initialize stats array (bnc#1012628). +- net: qualcomm: rmnet: Fix incorrect UL checksum offload logic + (bnc#1012628). +- net: sched: Fix a possible null-pointer dereference in + dequeue_func() (bnc#1012628). +- net sched: update vlan action for batched events operations + (bnc#1012628). +- net: sched: use temporary variable for actions indexes + (bnc#1012628). +- net/smc: do not schedule tx_work in SMC_CLOSED state + (bnc#1012628). +- net: stmmac: Use netif_tx_napi_add() for TX polling function + (bnc#1012628). +- NFC: nfcmrvl: fix gpio-handling regression (bnc#1012628). +- ocelot: Cancel delayed work before wq destruction (bnc#1012628). +- tipc: compat: allow tipc commands without arguments + (bnc#1012628). +- tipc: fix unitilized skb list crash (bnc#1012628). +- tun: mark small packets as owned by the tap sock (bnc#1012628). +- net/mlx5: Fix modify_cq_in alignment (bnc#1012628). +- net/mlx5e: Prevent encap flow counter update async to user query + (bnc#1012628). +- r8169: don't use MSI before RTL8168d (bnc#1012628). +- bpf: fix XDP vlan selftests test_xdp_vlan.sh (bnc#1012628). +- selftests/bpf: add wrapper scripts for test_xdp_vlan.sh + (bnc#1012628). +- selftests/bpf: reduce time to execute test_xdp_vlan.sh + (bnc#1012628). +- net: fix bpf_xdp_adjust_head regression for generic-XDP + (bnc#1012628). +- hv_sock: Fix hang when a connection is closed (bnc#1012628). +- net: phy: fix race in genphy_update_link (bnc#1012628). +- net/smc: avoid fallback in case of non-blocking connect + (bnc#1012628). +- rocker: fix memory leaks of fib_work on two error return paths + (bnc#1012628). +- mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2 + (bnc#1012628). +- net/mlx5: Add missing RDMA_RX capabilities (bnc#1012628). +- net/mlx5e: Fix matching of speed to PRM link modes + (bnc#1012628). +- compat_ioctl: pppoe: fix PPPOEIOCSFWD handling (bnc#1012628). +- Revert "mac80211: set NETIF_F_LLTX when using intermediate tx + queues" (bnc#1012628). +- spi: bcm2835: Fix 3-wire mode if DMA is enabled (bnc#1012628). +- commit bf37e83 + ------------------------------------------------------------------- Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index 193ad877..76ddf620 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -18,7 +18,7 @@ %define srcversion 5.2 -%define patchversion 5.2.7 +%define patchversion 5.2.8 %define variant %{nil} %define vanilla_only 0 %define compress_modules none @@ -63,9 +63,9 @@ Name: kernel-zfcpdump Summary: The IBM System Z zfcpdump Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.2.7 +Version: 5.2.8 %if 0%{?is_kotd} -Release: .g5dd5b2d +Release: .gbf37e83 %else Release: 0 %endif @@ -170,10 +170,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 -Provides: kernel-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: kernel-%build_flavor-base-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 +Provides: kernel-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 # END COMMON DEPS -Provides: %name-srchash-5dd5b2d374fc61143e833ce6c6592ab605b985a9 +Provides: %name-srchash-bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 4ccf6ec0..a0257eee 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:164627e644437f354f8bc77ecefbc668231111ab52af0f470b611225b6bb1b2a -size 748103 +oid sha256:367454ada0893c0b556992d5bcad33b8d47c611d11df687453d428faf3e033f8 +size 794254 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index ed30b15b..1ec282e1 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5db4cb54bd7b4d914f0aa6db13c556a4df4d09423c987b6cec114371eb98f373 -size 50102 +oid sha256:b167a4cf5354acb1180bf511e87994eeb2105de78772b436684f5b321aa76b39 +size 49270 diff --git a/series.conf b/series.conf index ec1c76fc..cec753d0 100644 --- a/series.conf +++ b/series.conf @@ -964,6 +964,63 @@ patches.kernel.org/5.2.7-136-x86-speculation-swapgs-Exclude-ATOMs-from-specu.patch patches.kernel.org/5.2.7-137-Documentation-Add-swapgs-description-to-the-Spe.patch patches.kernel.org/5.2.7-138-Linux-5.2.7.patch + patches.kernel.org/5.2.8-001-scsi-fcoe-Embed-fc_rport_priv-in-fcoe_rport-str.patch + patches.kernel.org/5.2.8-002-libnvdimm-bus-Prepare-the-nd_ioctl-path-to-be-r.patch + patches.kernel.org/5.2.8-003-libnvdimm-bus-Fix-wait_nvdimm_bus_probe_idle-AB.patch + patches.kernel.org/5.2.8-004-ALSA-usb-audio-Sanity-checks-for-each-pipe-and-.patch + patches.kernel.org/5.2.8-005-ALSA-usb-audio-Fix-gpf-in-snd_usb_pipe_sanity_c.patch + patches.kernel.org/5.2.8-006-HID-wacom-fix-bit-shift-for-Cintiq-Companion-2.patch + patches.kernel.org/5.2.8-007-HID-Add-quirk-for-HP-X1200-PIXART-OEM-mouse.patch + patches.kernel.org/5.2.8-008-atm-iphase-Fix-Spectre-v1-vulnerability.patch + patches.kernel.org/5.2.8-009-bnx2x-Disable-multi-cos-feature.patch + patches.kernel.org/5.2.8-010-drivers-net-ethernet-marvell-mvmdio.c-Fix-non-O.patch + patches.kernel.org/5.2.8-011-ife-error-out-when-nla-attributes-are-empty.patch + patches.kernel.org/5.2.8-012-ip6_gre-reload-ipv6h-in-prepare_ip6gre_xmit_ipv.patch + patches.kernel.org/5.2.8-013-ip6_tunnel-fix-possible-use-after-free-on-xmit.patch + patches.kernel.org/5.2.8-014-ipip-validate-header-length-in-ipip_tunnel_xmit.patch + patches.kernel.org/5.2.8-015-mlxsw-spectrum-Fix-error-path-in-mlxsw_sp_modul.patch + patches.kernel.org/5.2.8-016-mvpp2-fix-panic-on-module-removal.patch + patches.kernel.org/5.2.8-017-mvpp2-refactor-MTU-change-code.patch + patches.kernel.org/5.2.8-018-net-bridge-delete-local-fdb-on-device-init-fail.patch + patches.kernel.org/5.2.8-019-net-bridge-mcast-don-t-delete-permanent-entries.patch + patches.kernel.org/5.2.8-020-net-bridge-move-default-pvid-init-deinit-to-NET.patch + patches.kernel.org/5.2.8-021-net-fix-ifindex-collision-during-namespace-remo.patch + patches.kernel.org/5.2.8-022-net-mlx5e-always-initialize-frag-last_in_page.patch + patches.kernel.org/5.2.8-023-net-mlx5-Use-reversed-order-when-unregister-dev.patch + patches.kernel.org/5.2.8-024-net-phy-fixed_phy-print-gpio-error-only-if-gpio.patch + patches.kernel.org/5.2.8-025-net-phylink-don-t-start-and-stop-SGMII-PHYs-in-.patch + patches.kernel.org/5.2.8-026-net-phylink-Fix-flow-control-for-fixed-link.patch + patches.kernel.org/5.2.8-027-net-phy-mscc-initialize-stats-array.patch + patches.kernel.org/5.2.8-028-net-qualcomm-rmnet-Fix-incorrect-UL-checksum-of.patch + patches.kernel.org/5.2.8-029-net-sched-Fix-a-possible-null-pointer-dereferen.patch + patches.kernel.org/5.2.8-030-net-sched-update-vlan-action-for-batched-events.patch + patches.kernel.org/5.2.8-031-net-sched-use-temporary-variable-for-actions-in.patch + patches.kernel.org/5.2.8-032-net-smc-do-not-schedule-tx_work-in-SMC_CLOSED-s.patch + patches.kernel.org/5.2.8-033-net-stmmac-Use-netif_tx_napi_add-for-TX-polling.patch + patches.kernel.org/5.2.8-034-NFC-nfcmrvl-fix-gpio-handling-regression.patch + patches.kernel.org/5.2.8-035-ocelot-Cancel-delayed-work-before-wq-destructio.patch + patches.kernel.org/5.2.8-036-tipc-compat-allow-tipc-commands-without-argumen.patch + patches.kernel.org/5.2.8-037-tipc-fix-unitilized-skb-list-crash.patch + patches.kernel.org/5.2.8-038-tun-mark-small-packets-as-owned-by-the-tap-sock.patch + patches.kernel.org/5.2.8-039-net-mlx5-Fix-modify_cq_in-alignment.patch + patches.kernel.org/5.2.8-040-net-mlx5e-Prevent-encap-flow-counter-update-asy.patch + patches.kernel.org/5.2.8-041-r8169-don-t-use-MSI-before-RTL8168d.patch + patches.kernel.org/5.2.8-042-bpf-fix-XDP-vlan-selftests-test_xdp_vlan.sh.patch + patches.kernel.org/5.2.8-043-selftests-bpf-add-wrapper-scripts-for-test_xdp_.patch + patches.kernel.org/5.2.8-044-selftests-bpf-reduce-time-to-execute-test_xdp_v.patch + patches.kernel.org/5.2.8-045-net-fix-bpf_xdp_adjust_head-regression-for-gene.patch + patches.kernel.org/5.2.8-046-hv_sock-Fix-hang-when-a-connection-is-closed.patch + patches.kernel.org/5.2.8-047-net-phy-fix-race-in-genphy_update_link.patch + patches.kernel.org/5.2.8-048-net-smc-avoid-fallback-in-case-of-non-blocking-.patch + patches.kernel.org/5.2.8-049-rocker-fix-memory-leaks-of-fib_work-on-two-erro.patch + patches.kernel.org/5.2.8-050-mlxsw-spectrum_buffers-Further-reduce-pool-size.patch + patches.kernel.org/5.2.8-051-net-mlx5-Add-missing-RDMA_RX-capabilities.patch + patches.kernel.org/5.2.8-052-net-mlx5e-Fix-matching-of-speed-to-PRM-link-mod.patch + patches.kernel.org/5.2.8-053-compat_ioctl-pppoe-fix-PPPOEIOCSFWD-handling.patch + patches.kernel.org/5.2.8-054-drm-i915-vbt-Fix-VBT-parsing-for-the-PSR-sectio.patch + patches.kernel.org/5.2.8-055-Revert-mac80211-set-NETIF_F_LLTX-when-using-int.patch + patches.kernel.org/5.2.8-056-spi-bcm2835-Fix-3-wire-mode-if-DMA-is-enabled.patch + patches.kernel.org/5.2.8-057-Linux-5.2.8.patch ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -1223,7 +1280,6 @@ ######################################################## # DRM/Video ######################################################## - patches.suse/drm-i915-vbt-Fix-VBT-parsing-for-the-PSR-section.patch ######################################################## # video4linux diff --git a/source-timestamp b/source-timestamp index 9fa890d6..fe69e0da 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2019-08-08 18:01:30 +0000 -GIT Revision: 5dd5b2d374fc61143e833ce6c6592ab605b985a9 +2019-08-09 17:51:51 +0000 +GIT Revision: bf37e832d7a7b657aff6ae194b1fd62fe9a44f12 GIT Branch: stable