From a374acf42233e80bf9dafe40c17b84d7dc1620b0 Mon Sep 17 00:00:00 2001 From: Laibin Qiu Date: Mon, 25 Jul 2022 23:12:25 +0800 Subject: [PATCH] release 4.19.90-2207.4.0 --- SOURCE | 2 +- kernel.spec | 30 ++++++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index 9c1dbf6..1057290 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2207.3.0 +4.19.90-2207.4.0 diff --git a/kernel.spec b/kernel.spec index 94d36fe..bd1bbcb 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2207.3.0 +%global hulkrelease 2207.4.0 %define with_patch 0 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0159 +Release: %{hulkrelease}.0160 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -809,6 +809,32 @@ fi %changelog +* Mon Jul 25 2022 Laibin Qiu - 4.19.90-2207.4.0.0160 +- inotify: show inotify mask flags in proc fdinfo +- io_uring: always grab file table for deferred statx +- bpf: Don't redirect packets with invalid pkt_len +- config: enable CONFIG_QOS_SCHED_DYNAMIC_AFFINITY by default +- sched: Add statistics for scheduler dynamic affinity +- sched: Adjust cpu range in load balance dynamicly +- sched: Adjust wakeup cpu range according CPU util dynamicly +- cpuset: Introduce new interface for scheduler dynamic affinity +- sched: Introduce dynamic affinity for cfs scheduler +- crypto: hisilicon/sec - don't sleep when in softirq +- video: fbdev: sm712fb: Fix crash in smtcfb_write() +- video: fbdev: sm712fb: Fix crash in smtcfb_read() +- scsi: ses: fix slab-out-of-bounds in ses_enclosure_data_process +- block: don't delete queue kobject before its children +- etmem:fix kernel stack overflow in do_swapcache_reclaim +- etmem:fix kasan slab-out-of-bounds in do_swapcache_reclaim +- nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completed +- blk-throttle: fix io hung due to configuration updates +- block: fix NULL pointer dereference in disk_release() +- block, bfq: make bfq_has_work() more accurate +- blk-mq: fix panic during blk_mq_run_work_fn() +- blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release() +- blk-mq: move cancel of hctx->run_work to the front of blk_exit_queue +- ext4: fix race condition between ext4_ioctl_setflags and ext4_fiemap + * Mon Jul 18 2022 Laibin Qiu - 4.19.90-2207.3.0.0159 - block: fix that part scan is disabled in device_add_disk() - Revert "block: rename bd_invalidated"