From 5cbdfab67bfa735d7ea3ce36cc911704eb343829 Mon Sep 17 00:00:00 2001 From: Laibin Qiu Date: Mon, 13 Jun 2022 22:40:41 +0800 Subject: [PATCH] release 4.19.90-2206.2.0 --- SOURCE | 2 +- kernel.spec | 22 ++++++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index b0b8c3d..89d39ab 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2206.1.0 +4.19.90-2206.2.0 diff --git a/kernel.spec b/kernel.spec index 7c24429..f14ab01 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2206.1.0 +%global hulkrelease 2206.2.0 %define with_patch 0 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0153 +Release: %{hulkrelease}.0154 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -809,6 +809,24 @@ fi %changelog +* Mon Jun 13 2022 Laibin Qiu - 4.19.90-2206.2.0.0154 +- x86: Pin task-stack in __get_wchan() +- x86: Fix __get_wchan() for !STACKTRACE +- x86/unwind/orc: Fix premature unwind stoppage due to IRET frames +- x86/unwind: Prevent false warnings for non-current tasks +- ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock +- ALSA: pcm: Fix races among concurrent prealloc proc writes +- ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free calls +- ALSA: pcm: Fix races among concurrent read/write and buffer changes +- ALSA: pcm: Fix races among concurrent hw_params and hw_free calls +- NFC: netlink: fix sleep in atomic bug when firmware download timeout +- nfc: replace improper check device_is_registered() in netlink related functions +- ext4: fix super block checksum incorrect after mount +- block: remove the bd_openers checks in blk_drop_partitions +- block: fix busy device checking in blk_drop_partitions again +- block: fix busy device checking in blk_drop_partitions +- ext4: add reserved GDT blocks check + * Mon Jun 06 2022 Laibin Qiu - 4.19.90-2206.1.0.0153 - ping: fix address binding wrt vrf - tcp: resalt the secret every 10 seconds