diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index f63cc55f..4aa31de5 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index 87b65f1a..c996da0e 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -17,7 +17,7 @@ %define srcversion 5.4 -%define patchversion 5.4.1 +%define patchversion 5.4.2 %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.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index f63cc55f..4aa31de5 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index 2a47cb94..a7f272c2 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -17,7 +17,7 @@ %define srcversion 5.4 -%define patchversion 5.4.1 +%define patchversion 5.4.2 %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.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index f63cc55f..4aa31de5 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index 7c7f1f75..04b81303 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -17,7 +17,7 @@ %define srcversion 5.4 -%define patchversion 5.4.1 +%define patchversion 5.4.2 %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.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index f63cc55f..4aa31de5 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/kernel-64kb.spec b/kernel-64kb.spec index bf7f7af8..47b459ac 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.1 +%define patchversion 5.4.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-64kb Summary: Kernel with 64kb PAGE_SIZE License: GPL-2.0 Group: System/Kernel -Version: 5.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 -Provides: kernel-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: kernel-%build_flavor-base-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d +Provides: kernel-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d # END COMMON DEPS -Provides: %name-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: %name-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d %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 f63cc55f..4aa31de5 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/kernel-debug.spec b/kernel-debug.spec index d7347625..f6c949bd 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.1 +%define patchversion 5.4.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-debug Summary: A Debug Version of the Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 -Provides: kernel-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: kernel-%build_flavor-base-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d +Provides: kernel-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d # END COMMON DEPS -Provides: %name-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: %name-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d %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 f63cc55f..4aa31de5 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/kernel-default.spec b/kernel-default.spec index 7c2e6ec1..2ae4c89b 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.1 +%define patchversion 5.4.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-default Summary: The Standard Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 -Provides: kernel-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: kernel-%build_flavor-base-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d +Provides: kernel-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d # END COMMON DEPS -Provides: %name-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: %name-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d %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 f63cc55f..4aa31de5 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/kernel-docs.spec b/kernel-docs.spec index 4b2ab618..e785437e 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ %define srcversion 5.4 -%define patchversion 5.4.1 +%define patchversion 5.4.2 %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.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %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-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: %name-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d 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 f63cc55f..4aa31de5 100644 --- a/kernel-kvmsmall.changes +++ b/kernel-kvmsmall.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec index 27be96fb..875c146c 100644 --- a/kernel-kvmsmall.spec +++ b/kernel-kvmsmall.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.1 +%define patchversion 5.4.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-kvmsmall Summary: The Small Developer Kernel for KVM License: GPL-2.0 Group: System/Kernel -Version: 5.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 -Provides: kernel-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: kernel-%build_flavor-base-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d +Provides: kernel-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d # END COMMON DEPS -Provides: %name-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: %name-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d %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 f63cc55f..4aa31de5 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/kernel-lpae.spec b/kernel-lpae.spec index e6780d55..569335e1 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.1 +%define patchversion 5.4.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-lpae Summary: Kernel for LPAE enabled systems License: GPL-2.0 Group: System/Kernel -Version: 5.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 -Provides: kernel-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: kernel-%build_flavor-base-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d +Provides: kernel-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d # END COMMON DEPS -Provides: %name-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: %name-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d %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 f63cc55f..4aa31de5 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index a37acc21..5db553f2 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 5.4.1 +%define patchversion 5.4.2 %define variant %{nil} %define vanilla_only 0 @@ -45,7 +45,7 @@ BuildRequires: util-linux %endif %endif %endif -BuildRequires: kernel%kernel_flavor-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +BuildRequires: kernel%kernel_flavor-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d %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.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index f63cc55f..4aa31de5 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index 958437d5..cae97709 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -17,7 +17,7 @@ # needsrootforbuild -%define patchversion 5.4.1 +%define patchversion 5.4.2 %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.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index f63cc55f..4aa31de5 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/kernel-pae.spec b/kernel-pae.spec index 009f4dd6..0257f0a2 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.1 +%define patchversion 5.4.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-pae Summary: Kernel with PAE Support License: GPL-2.0 Group: System/Kernel -Version: 5.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 -Provides: kernel-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: kernel-%build_flavor-base-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d +Provides: kernel-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d # END COMMON DEPS -Provides: %name-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: %name-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d %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 f63cc55f..4aa31de5 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/kernel-source.spec b/kernel-source.spec index 2d1f750f..b4881c00 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.1 +%define patchversion 5.4.2 %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.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif @@ -43,7 +43,7 @@ BuildRequires: fdupes BuildRequires: sed Requires(post): coreutils sed Provides: %name = %version-%source_rel -Provides: %name-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: %name-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d 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 f63cc55f..4aa31de5 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/kernel-syms.spec b/kernel-syms.spec index 1b7b811f..b3a61b49 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.4.1 +Version: 5.4.2 %if %using_buildservice %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif @@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel %endif Requires: pesign-obs-integration Provides: %name = %version-%source_rel -Provides: %name-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: %name-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d Provides: multiversion(kernel) Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index f63cc55f..4aa31de5 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 5ca2e9f5..a13e40e1 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.1 +%define patchversion 5.4.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches License: GPL-2.0 Group: System/Kernel -Version: 5.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 -Provides: kernel-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: kernel-%build_flavor-base-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d +Provides: kernel-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d # END COMMON DEPS -Provides: %name-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: %name-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d %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 f63cc55f..4aa31de5 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Thu Dec 5 08:09:38 CET 2019 - jslaby@suse.cz + +- Linux 5.4.2 (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as + input size (bnc#1012628). +- platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + (bnc#1012628). +- HID: core: check whether Usage Page item is after Usage ID items + (bnc#1012628). +- crypto: talitos - Fix build error by selecting LIB_DES + (bnc#1012628). +- Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" (bnc#1012628). +- ext4: add more paranoia checking in ext4_expand_extra_isize + handling (bnc#1012628). +- r8169: fix resume on cable plug-in (bnc#1012628). +- r8169: fix jumbo configuration for RTL8168evl (bnc#1012628). +- selftests: pmtu: use -oneline for ip route list cache + (bnc#1012628). +- tipc: fix link name length check (bnc#1012628). +- selftests: bpf: correct perror strings (bnc#1012628). +- selftests: bpf: test_sockmap: handle file creation failures + gracefully (bnc#1012628). +- net/tls: use sg_next() to walk sg entries (bnc#1012628). +- net/tls: remove the dead inplace_crypto code (bnc#1012628). +- selftests/tls: add a test for fragmented messages (bnc#1012628). +- net: skmsg: fix TLS 1.3 crash with full sk_msg (bnc#1012628). +- net/tls: free the record on encryption error (bnc#1012628). +- net/tls: take into account that bpf_exec_tx_verdict() may free + the record (bnc#1012628). +- openvswitch: remove another BUG_ON() (bnc#1012628). +- openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + (bnc#1012628). +- sctp: cache netns in sctp_ep_common (bnc#1012628). +- slip: Fix use-after-free Read in slip_open (bnc#1012628). +- sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook (bnc#1012628). +- openvswitch: fix flow command message size (bnc#1012628). +- net: sched: fix `tc -s class show` no bstats on class with + nolock subqueues (bnc#1012628). +- net: psample: fix skb_over_panic (bnc#1012628). +- net: macb: add missed tasklet_kill (bnc#1012628). +- net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + (bnc#1012628). +- mdio_bus: don't use managed reset-controller (bnc#1012628). +- macvlan: schedule bc_work even if error (bnc#1012628). +- gve: Fix the queue page list allocated pages count + (bnc#1012628). +- x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + (bnc#1012628). +- thunderbolt: Power cycle the router if NVM authentication fails + (bnc#1012628). +- mei: me: add comet point V device id (bnc#1012628). +- mei: bus: prefix device names on bus with the bus name + (bnc#1012628). +- USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + (bnc#1012628). +- staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + (bnc#1012628). +- staging: rtl8723bs: Drop ACPI device ids (bnc#1012628). +- staging: rtl8192e: fix potential use after free (bnc#1012628). +- staging: wilc1000: fix illegal memory access in + wilc_parse_join_bss_param() (bnc#1012628). +- usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + (bnc#1012628). +- driver core: platform: use the correct callback type for + bus_find_device (bnc#1012628). +- crypto: inside-secure - Fix stability issue with Macchiatobin + (bnc#1012628). +- net: disallow ancillary data for __sys_{send,recv}msg_file() + (bnc#1012628). +- net: separate out the msghdr copy from ___sys_{send,recv}msg() + (bnc#1012628). +- io_uring: async workers should inherit the user creds + (bnc#1012628). +- commit 9df353f + ------------------------------------------------------------------- Tue Dec 3 16:32:56 CET 2019 - mbrugger@suse.com diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index c0b0a076..f2be7b80 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.1 +%define patchversion 5.4.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-zfcpdump Summary: The IBM System Z zfcpdump Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.4.1 +Version: 5.4.2 %if 0%{?is_kotd} -Release: .gfcf6204 +Release: .gb3d18f4 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 -Provides: kernel-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: kernel-%build_flavor-base-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d +Provides: kernel-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d # END COMMON DEPS -Provides: %name-srchash-fcf620495c1174b85cb6e74ba15f32f465c3d671 +Provides: %name-srchash-b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d %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 843e56ca..c1a912dc 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:dac29ee5da6a3f708b098c6a15441be8a20487e6e2436ea689b08b1f847f66c2 -size 61352 +oid sha256:bf26904d1cdd36acf7b36b0fbc04c448236b1daa86919589ddfec8bdf66501d7 +size 94495 diff --git a/series.conf b/series.conf index 11c5f543..3d196189 100644 --- a/series.conf +++ b/series.conf @@ -94,6 +94,53 @@ patches.kernel.org/5.4.1-065-powerpc-book3s64-Fix-link-stack-flush-on-contex.patch patches.kernel.org/5.4.1-066-KVM-PPC-Book3S-HV-Flush-link-stack-on-guest-exi.patch patches.kernel.org/5.4.1-067-Linux-5.4.1.patch + patches.kernel.org/5.4.2-001-io_uring-async-workers-should-inherit-the-user-.patch + patches.kernel.org/5.4.2-002-net-separate-out-the-msghdr-copy-from-___sys_-s.patch + patches.kernel.org/5.4.2-003-net-disallow-ancillary-data-for-__sys_-send-rec.patch + patches.kernel.org/5.4.2-004-crypto-inside-secure-Fix-stability-issue-with-M.patch + patches.kernel.org/5.4.2-005-driver-core-platform-use-the-correct-callback-t.patch + patches.kernel.org/5.4.2-006-usb-dwc2-use-a-longer-core-rest-timeout-in-dwc2.patch + patches.kernel.org/5.4.2-007-staging-wilc1000-fix-illegal-memory-access-in-w.patch + patches.kernel.org/5.4.2-008-staging-rtl8192e-fix-potential-use-after-free.patch + patches.kernel.org/5.4.2-009-staging-rtl8723bs-Drop-ACPI-device-ids.patch + patches.kernel.org/5.4.2-010-staging-rtl8723bs-Add-024c-0525-to-the-list-of-.patch + patches.kernel.org/5.4.2-011-USB-serial-ftdi_sio-add-device-IDs-for-U-Blox-C.patch + patches.kernel.org/5.4.2-012-mei-bus-prefix-device-names-on-bus-with-the-bus.patch + patches.kernel.org/5.4.2-013-mei-me-add-comet-point-V-device-id.patch + patches.kernel.org/5.4.2-014-thunderbolt-Power-cycle-the-router-if-NVM-authe.patch + patches.kernel.org/5.4.2-015-x86-fpu-Don-t-cache-access-to-fpu_fpregs_owner_.patch + patches.kernel.org/5.4.2-016-gve-Fix-the-queue-page-list-allocated-pages-cou.patch + patches.kernel.org/5.4.2-017-macvlan-schedule-bc_work-even-if-error.patch + patches.kernel.org/5.4.2-018-mdio_bus-don-t-use-managed-reset-controller.patch + patches.kernel.org/5.4.2-019-net-dsa-sja1105-fix-sja1105_parse_rgmii_delays.patch + patches.kernel.org/5.4.2-020-net-macb-add-missed-tasklet_kill.patch + patches.kernel.org/5.4.2-021-net-psample-fix-skb_over_panic.patch + patches.kernel.org/5.4.2-022-net-sched-fix-tc-s-class-show-no-bstats-on-clas.patch + patches.kernel.org/5.4.2-023-openvswitch-fix-flow-command-message-size.patch + patches.kernel.org/5.4.2-024-sctp-Fix-memory-leak-in-sctp_sf_do_5_2_4_dupcoo.patch + patches.kernel.org/5.4.2-025-slip-Fix-use-after-free-Read-in-slip_open.patch + patches.kernel.org/5.4.2-026-sctp-cache-netns-in-sctp_ep_common.patch + patches.kernel.org/5.4.2-027-openvswitch-drop-unneeded-BUG_ON-in-ovs_flow_cm.patch + patches.kernel.org/5.4.2-028-openvswitch-remove-another-BUG_ON.patch + patches.kernel.org/5.4.2-029-net-tls-take-into-account-that-bpf_exec_tx_verd.patch + patches.kernel.org/5.4.2-030-net-tls-free-the-record-on-encryption-error.patch + patches.kernel.org/5.4.2-031-net-skmsg-fix-TLS-1.3-crash-with-full-sk_msg.patch + patches.kernel.org/5.4.2-032-selftests-tls-add-a-test-for-fragmented-message.patch + patches.kernel.org/5.4.2-033-net-tls-remove-the-dead-inplace_crypto-code.patch + patches.kernel.org/5.4.2-034-net-tls-use-sg_next-to-walk-sg-entries.patch + patches.kernel.org/5.4.2-035-selftests-bpf-test_sockmap-handle-file-creation.patch + patches.kernel.org/5.4.2-036-selftests-bpf-correct-perror-strings.patch + patches.kernel.org/5.4.2-037-tipc-fix-link-name-length-check.patch + patches.kernel.org/5.4.2-038-selftests-pmtu-use-oneline-for-ip-route-list-ca.patch + patches.kernel.org/5.4.2-039-r8169-fix-jumbo-configuration-for-RTL8168evl.patch + patches.kernel.org/5.4.2-040-r8169-fix-resume-on-cable-plug-in.patch + patches.kernel.org/5.4.2-041-ext4-add-more-paranoia-checking-in-ext4_expand_.patch + patches.kernel.org/5.4.2-042-Revert-jffs2-Fix-possible-null-pointer-derefere.patch + patches.kernel.org/5.4.2-043-crypto-talitos-Fix-build-error-by-selecting-LIB.patch + patches.kernel.org/5.4.2-044-HID-core-check-whether-Usage-Page-item-is-after.patch + patches.kernel.org/5.4.2-045-platform-x86-hp-wmi-Fix-ACPI-errors-caused-by-t.patch + patches.kernel.org/5.4.2-046-platform-x86-hp-wmi-Fix-ACPI-errors-caused-by-p.patch + patches.kernel.org/5.4.2-047-Linux-5.4.2.patch ######################################################## # Build fixes that apply to the vanilla kernel too. diff --git a/source-timestamp b/source-timestamp index 3272c8b0..445380d3 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2019-12-04 09:27:05 +0000 -GIT Revision: fcf620495c1174b85cb6e74ba15f32f465c3d671 +2019-12-05 07:16:41 +0000 +GIT Revision: b3d18f467bcbfef1acbdcfdc8191d8563cfaa31d GIT Branch: stable