From 82964d2c9addb5457518b4f35f3fe6fb82f7504c Mon Sep 17 00:00:00 2001 From: Laibin Qiu Date: Tue, 24 May 2022 10:30:09 +0800 Subject: [PATCH] release 4.19.90-2205.5.0 --- SOURCE | 2 +- kernel.spec | 25 +++++++++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index 2d2fc74a..0db03519 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2205.4.0 +4.19.90-2205.5.0 diff --git a/kernel.spec b/kernel.spec index 6886109c..eb01cdac 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2205.4.0 +%global hulkrelease 2205.5.0 %define with_patch 0 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0150 +Release: %{hulkrelease}.0151 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -809,6 +809,27 @@ fi %changelog +* Tue May 24 2022 Laibin Qiu - 4.19.90-2205.5.0.0151 +- sched/qos: Add qos_tg_{throttle,unthrottle}_{up,down} +- sched: Throttle offline task at tracehook_notify_resume() +- sched: enable CONFIG_QOS_SCHED on arm64 +- sched/qos: Remove dependency CONFIG_x86 +- net/sched: cls_u32: fix netns refcount changes in u32_change() +- mm: hwpoison: enable memory error handling on 1GB hugepage optionaly +- mm: fix gup_pud_range +- nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs +- ext4: fix warning when submitting superblock in ext4_commit_super() +- ext4: fix bug_on in __es_tree_search +- secure_seq: use the 64 bits of the siphash for port offset calculation +- floppy: use a statically allocated error counter +- mmc: block: fix read single on recovery logic +- SUNRPC: Ensure that the gssproxy client can start in a connected state +- Revert "SUNRPC: attempt AF_LOCAL connect on setup" +- ax25: Fix UAF bugs in ax25 timers +- ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE +- drm/vgem: Close use-after-free race in vgem_gem_create +- mm/memory.c: update the first page in clear_gigantic_page_chunk + * Tue May 17 2022 Laibin Qiu - 4.19.90-2205.4.0.0150 - scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeout - scsi: hisi_sas: Fix SAS disk sense info print incorrectly sometimes -- Gitee