From 165bb5b0ddf28c6ce36feb4a81c08db3bfb66eb3 Mon Sep 17 00:00:00 2001 From: Cheng Jian Date: Sat, 8 May 2021 16:22:48 +0800 Subject: [PATCH] 4.19.90-2104.21.0..4.19.90-2104.26.0 --- SOURCE | 2 +- kernel.spec | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 60 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index d3fbaffc..4fb3532c 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2104.21.0 +4.19.90-2104.26.0 diff --git a/kernel.spec b/kernel.spec index f038083a..5db978b9 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2104.21.0 +%global hulkrelease 2104.26.0 %define with_patch 0 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0084 +Release: %{hulkrelease}.0085 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -819,6 +819,63 @@ fi %changelog +* Sat May 08 2021 Cheng Jian - 4.19.90-2104.26.0.0085 +- pid: fix pid recover method kabi change +- config: enable kernel hotupgrade features by default +- kexec: Add quick kexec support for kernel +- arm64: smp: Add support for cpu park +- pid: add pid reserve method for checkpoint and restore +- mm: add pin memory method for checkpoint add restore +- Revert "sched: Introduce qos scheduler for co-location" +- Revert "sched: Throttle qos cfs_rq when current cpu is running online task" +- Revert "sched: Enable qos scheduler config" +- Revert "memcg: support priority for oom" +- Revert "memcg: enable CONFIG_MEMCG_QOS by default" +- Revert "memcg: fix kabi broken when enable CONFIG_MEMCG_QOS" +- f2fs: fix to avoid out-of-bounds memory access +- ext4: Reduce ext4 timestamp warnings +- livepatch: Restoring code segment permissions after stop_machine completed +- livepatch: Delete redundant variable 'flag' +- memcg: fix kabi broken when enable CONFIG_MEMCG_QOS +- memcg: enable CONFIG_MEMCG_QOS by default +- memcg: support priority for oom +- sched: Enable qos scheduler config +- sched: Throttle qos cfs_rq when current cpu is running online task +- sched: Introduce qos scheduler for co-location +- ipv6: route: convert comma to semicolon +- ipv6/route: Add a missing check on proc_dointvec +- netfilter: xtables: avoid BUG_ON +- SUNRPC: Test whether the task is queued before grabbing the queue spinlocks +- SUNRPC: If there is no reply expected, bail early from call_decode +- SUNRPC: Fix backchannel latency metrics +- sunrpc: convert to time64_t for expiry +- sunrpc: Fix potential leaks in sunrpc_cache_unhash() +- SUNRPC: Skip zero-refcount transports +- SUNRPC: Fix buffer handling of GSS MIC without slack +- SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot() +- SUNRPC/nfs: Fix return value for nfs4_callback_compound() +- net/sunrpc: return 0 on attempt to write to "transports" +- net/sunrpc: Fix return value for sysctl sunrpc.transports +- sunrpc: raise kernel RPC channel buffer size +- sunrpc: add missing newline when printing parameter 'pool_mode' by sysfs +- xprtrdma: Fix trace point use-after-free race +- SUNRPC: Fix backchannel RPC soft lockups +- SUNRPC/cache: Fix unsafe traverse caused double-free in cache_purge +- nfsd: export upcalls must not return ESTALE when mountd is down +- sunrpc/cache: handle missing listeners better. +- xprtrdma: Fix handling of RDMA_ERROR replies +- xprtrdma: Expose transport header errors +- sunrpc: destroy rpc_inode_cachep after unregister_filesystem +- xprtrdma: fix incorrect header size calculations +- nvme: fix ns removal hang when failing to revalidate due to a transient error +- kernel/cputime: do not update cputime when cpu offline +- perf/x86: Always store regs->ip in perf_callchain_kernel() +- perf/x86: Make perf callchains work without CONFIG_FRAME_POINTER +- irqchip/gic-v3: Do not enable irqs when handling spurious interrups +- config: enable CONFIG_HW_RANDOM_HISI_V2 by default +- hwrng: add data_mode to support rand data with post process +- hwrng: add HiSilicon TRNG driver + * Sun Apr 25 2021 Cheng Jian - 4.19.90-2104.21.0.0084 - bcache: Rewrite patch to delay to invalidate cache data - nfc: Avoid endless loops caused by repeated llcp_sock_connect() -- Gitee