aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2021-05-24 08:02:38 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2021-05-28 06:31:59 +0200
commit34d5708b7d04e9c98d51f456cb0bc26a6135bc2e (patch)
tree5f403729cc34611a8e8d66c270981c8f8c3e5112
parent1a3c38b6c245e9a2b3cfb5ecd7a4501ebf12463a (diff)
downloadkernel_replicant_linux-34d5708b7d04e9c98d51f456cb0bc26a6135bc2e.tar.gz
kernel_replicant_linux-34d5708b7d04e9c98d51f456cb0bc26a6135bc2e.tar.bz2
kernel_replicant_linux-34d5708b7d04e9c98d51f456cb0bc26a6135bc2e.zip
Update to 5.10.39
Cleanup debian/changelog file
-rw-r--r--debian/changelog44
1 files changed, 43 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 762fe260af4d..7747876b85b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,47 @@
-linux (5.10.38-2) UNRELEASED; urgency=medium
+linux (5.10.39-1) UNRELEASED; urgency=medium
+ * New upstream stable update:
+ https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.39
+ - [x86] msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
+ - [x86] drm/i915/display: fix compiler warning about array overrun
+ - airo: work around stack usage warning
+ - usb: sl811-hcd: improve misleading indentation
+ - cxgb4: Fix the -Wmisleading-indentation warning
+ - isdn: capi: fix mismatched prototypes
+ - virtio_net: Do not pull payload in skb->head
+ - [armel,armhf] 9066/1: ftrace: pause/unpause function graph tracer in
+ cpu_suspend()
+ - [arm64,x86] ACPI / hotplug / PCI: Fix reference count leak in
+ enable_slot()
+ - [arm64] Input: elants_i2c - do not bind to i2c-hid compatible ACPI
+ instantiated devices
+ - NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid
+ - [armel,armhf] 9075/1: kernel: Fix interrupted SMC calls
+ - [arm64] platform/chrome: cros_ec_typec: Add DP mode check
+ - scsi: lpfc: Fix illegal memory access on Abort IOCBs
+ - ceph: fix fscache invalidation
+ - ceph: don't clobber i_snap_caps on non-I_NEW inode
+ - ceph: don't allow access to MDS-private inodes
+ - scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not
+ found
+ - bridge: Fix possible races between assigning rx_handler_data and setting
+ IFF_BRIDGE_PORT bit
+ - nvmet: remove unsupported command noise
+ - drm/amd/display: Fix two cursor duplication when using overlay
+ - [arm64,x86] gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10
+ Pro 5055
+ - net:CXGB4: fix leak if sk_buff is not used
+ - ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
+ - block: reexpand iov_iter after read/write
+ - net: stmmac: Do not enable RX FIFO overflow interrupts
+ - ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
+ - sit: proper dev_{hold|put} in ndo_[un]init methods
+ - ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
+ - ipv6: remove extra dev_hold() for fallback tunnels
+ - tweewide: Fix most Shebang lines
+ - scripts: switch explicitly to Python 3
+
+ [ Salvatore Bonaccorso ]
* bpf: Wrap aux data inside bpf_sanitize_info container (CVE-2021-33200)
* bpf: Fix mask direction swap upon off reg sign change (CVE-2021-33200)
* bpf: No need to simulate speculative domain for immediates (CVE-2021-33200)