From ddc8ebc125e65d4e0a8096411327cc6ffce9ae85 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sat, 26 Sep 2020 21:24:16 +0200 Subject: [PATCH] Update to 4.19.148 Cleanup debian/changelog file Add CVE id reference for CVE-2020-25643 --- debian/changelog | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d6cbd4b7f..d5ae56d1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -linux (4.19.147-1) UNRELEASED; urgency=medium +linux (4.19.148-1) UNRELEASED; urgency=medium * New upstream stable update: https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.147 @@ -38,6 +38,35 @@ linux (4.19.147-1) UNRELEASED; urgency=medium - serial: 8250_pci: Add Realtek 816a and 816b - ehci-hcd: Move include to keep CRC stable - [powerpc*] dma: Fix dma_map_ops::get_required_mask + https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.148 + - af_key: pfkey_dump needs parameter validation + - KVM: fix memory leak in kvm_io_bus_unregister_dev() + - kprobes: fix kill kprobe which has been marked as gone + - mm/thp: fix __split_huge_pmd_locked() for migration PMD + - cxgb4: Fix offset when clearing filter byte counters + - geneve: add transport ports in route lookup for geneve + - [x86,ppc64el] hdlc_ppp: add range checks in ppp_cp_parse_cr() + (CVE-2020-25643) + - ip: fix tos reflection in ack and reset packets + - ipv6: avoid lockdep issue in fib6_del() + - net: DCB: Validate DCB_ATTR_DCB_BUFFER argument + - net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC + - net: sch_generic: aviod concurrent reset and enqueue op for lockless + qdisc + - nfp: use correct define to return NONE fec + - tipc: Fix memory leak in tipc_group_create_member() + - tipc: fix shutdown() of connection oriented socket + - tipc: use skb_unshare() instead in tipc_buf_append() + - bnxt_en: return proper error codes in bnxt_show_temp + - bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex. + - net: phy: Avoid NPD upon phy_detach() when driver is unbound + - net: add __must_check to skb_put_padto() + - ipv4: Update exception handling for multipath routes via same device + - kbuild: add OBJSIZE variable for the size tool + - mm: memcg: fix memcg reclaim soft lockup + - tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioning + - tcp_bbr: adapt cwnd based on ack aggregation estimation + - serial: 8250: Avoid error message on reprobe -- Salvatore Bonaccorso Sat, 26 Sep 2020 11:17:48 +0200