!446 release 4.19.90-2112.6.0

Merge pull request !446 from Qiuuuuu/openEuler-20.03-LTS-SP3
This commit is contained in:
openeuler-ci-bot 2021-12-29 01:44:54 +00:00 committed by Gitee
commit 16846a03fc
2 changed files with 17 additions and 3 deletions

2
SOURCE
View File

@ -1 +1 @@
4.19.90-2112.5.0
4.19.90-2112.6.0

View File

@ -12,7 +12,7 @@
%global KernelVer %{version}-%{release}.%{_target_cpu}
%global hulkrelease 2112.5.0
%global hulkrelease 2112.6.0
%define with_patch 0
@ -32,7 +32,7 @@
Name: kernel
Version: 4.19.90
Release: %{hulkrelease}.0129
Release: %{hulkrelease}.0130
Summary: Linux Kernel
License: GPLv2
URL: http://www.kernel.org/
@ -809,6 +809,20 @@ fi
%changelog
* Tue Dec 28 2021 Laibin Qiu <qiulaibin@huawei.com> - 4.19.90-2112.6.0.0130
- watchdog: Fix check_preemption_disabled() error
- btrfs: unlock newly allocated extent buffer after error
- net/hinic: Fix call trace when the rx_buff module parameter is grater than 2
- dt-bindings: mpam: add document for arm64 mpam
- arm64/mpam: add device tree support for mpam initialization
- arm64/mpam: remove __init macro to support driver probe
- arm64/mpam: rmid: refine allocation and release process
- arm64/mpam: resctrl: add tips when rmid modification failed
- arm64/mpam: Fix mpam corrupt when cpu online
- cpufreq: schedutil: Destroy mutex before kobject_put() frees the memory
- kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logic
- kprobes: Set unoptimized flag after unoptimizing code
* Wed Dec 22 2021 Laibin Qiu <qiulaibin@huawei.com> - 4.19.90-2112.5.0.0129
- config: enable CONFIG_RAMAXEL_SPRAID by default
- scsi:spraid: support Ramaxel's spraid driver