Update to 4.19.83

Add CVE id reference for CVE-2019-19049

Cleanup debian/changelog file
This commit is contained in:
Salvatore Bonaccorso 2019-11-30 16:30:30 +01:00
parent 1867067696
commit b69b28370c
1 changed files with 62 additions and 1 deletions

63
debian/changelog vendored
View File

@ -1,4 +1,4 @@
linux (4.19.82-1) UNRELEASED; urgency=medium
linux (4.19.83-1) UNRELEASED; urgency=medium
* New upstream stable update:
https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.68
@ -1335,6 +1335,67 @@ linux (4.19.82-1) UNRELEASED; urgency=medium
- ALSA: usb-audio: Add DSD support for Gustard U16/X26 USB Interface
- [ppc64el] powerpc/powernv: Fix CPU idle to be called with IRQs disabled
- Revert "ALSA: hda: Flush interrupts on disabling"
https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.83
- regulator: of: fix suspend-min/max-voltage parsing
- [arm64] dts: allwinner: a64: pine64-plus: Add PHY regulator delay
- [arm64] arm64: dts: allwinner: a64: sopine-baseboard: Add PHY regulator
delay
- [armhf] regulator: ti-abb: Fix timeout in
ti_abb_wait_txdone/ti_abb_clear_all_txdone
- [x86] ASoC: rt5682: add NULL handler to set_jack function
- [armhf] regulator: pfuze100-regulator: Variable "val" in
pfuze100_regulator_probe() could be uninitialized
- [arm64,armhf] ASoc: rockchip: i2s: Fix RPM imbalance
- [armel,armhf] mm: fix alignment handler faults under memory pressure
- scsi: qla2xxx: fix a potential NULL pointer dereference
- scsi: scsi_dh_alua: handle RTPG sense code correctly during state
transitions
- drm/amdgpu: fix potential VM faults
- scsi: target: core: Do not overwrite CDB byte 1
- tracing: Fix "gfp_t" format for synthetic events
- of: unittest: fix memory leak in unittest_data_add (CVE-2019-19049)
- [arm64,armhf] irqchip/gic-v3-its: Use the exact ITSList for VMOVP
- cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
- nbd: protect cmd->status with cmd->lock
- nbd: handle racing with error'ed out commands
- cxgb4: fix panic when attaching to ULD fail
- dccp: do not leak jiffies on the wire
- erspan: fix the tun_info options_len check for erspan
- inet: stop leaking jiffies on the wire
- net: annotate accesses to sk->sk_incoming_cpu
- net: annotate lockless accesses to sk->sk_napi_id
- [armhf] net: dsa: bcm_sf2: Fix IMP setup for port different than 8
- net: fix sk_page_frag() recursion from memory reclaim
- [arm64] net: hisilicon: Fix ping latency when deal with high throughput
- net/mlx4_core: Dynamically set guaranteed amount of counters per VF
- netns: fix GFP flags in rtnl_net_notifyid()
- net: usb: lan78xx: Disable interrupts before calling
generic_handle_irq()
- net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
- udp: fix data-race in udp_set_dev_scratch()
- vxlan: check tun_info options_len properly
- net: add skb_queue_empty_lockless()
- udp: use skb_queue_empty_lockless()
- net: use skb_queue_empty_lockless() in poll() handlers
- net: use skb_queue_empty_lockless() in busy poll contexts
- net: add READ_ONCE() annotation in __skb_wait_for_more_packets()
- ipv4: fix route update on metric change.
- net/mlx5e: Fix handling of compressed CQEs in case of low NAPI budget
- r8169: fix wrong PHY ID issue with RTL8168dp
- net/mlx5e: Fix ethtool self test: link speed
- [armhf] net: dsa: b53: Do not clear existing mirrored port mask
- [armhf] net: phy: bcm7xxx: define soft_reset for 40nm EPHY
- net: usb: lan78xx: Connect PHY before registering MAC
- [arm64,armhf] net: dsa: fix switch tree list
- r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2
- net/flow_dissector: switch to siphash
- wireless: Skip directory when generating certificates
- [x86] platform/x86: pmc_atom: Add Siemens SIMATIC IPC227E to
critclk_systems DMI table
- [ppc64el] powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on
POWER9
- usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending
driver fails
[ Romain Perier ]
* [armel/rpi] Enable CONFIG_BRCMFMAC_SDIO (Closes: #940530)