!486 release 4.19.90-2201.4.0

Merge pull request !486 from Qiuuuuu/openEuler-20.03-LTS-SP3
This commit is contained in:
openeuler-ci-bot 2022-01-26 03:46:08 +00:00 committed by Gitee
commit e5bf167cd5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 9 additions and 3 deletions

2
SOURCE
View File

@ -1 +1 @@
4.19.90-2201.3.0
4.19.90-2201.4.0

View File

@ -12,7 +12,7 @@
%global KernelVer %{version}-%{release}.%{_target_cpu}
%global hulkrelease 2201.3.0
%global hulkrelease 2201.4.0
%define with_patch 0
@ -32,7 +32,7 @@
Name: kernel
Version: 4.19.90
Release: %{hulkrelease}.0134
Release: %{hulkrelease}.0135
Summary: Linux Kernel
License: GPLv2
URL: http://www.kernel.org/
@ -809,6 +809,12 @@ fi
%changelog
* Tue Jan 25 2022 Laibin Qiu <qiulaibin@huawei.com> - 4.19.90-2201.4.0.0135
- net: bridge: clear bridge's private skb space on xmit
- audit: bugfix for infinite loop when flush the hold queue
- blk-throttle: enable hierarchical throttle in cgroup v1
- xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate
* Tue Jan 18 2022 Laibin Qiu <qiulaibin@huawei.com> - 4.19.90-2201.3.0.0134
- ip_gre: validate csum_start only on pull
- hugetlbfs: fix issue of preallocation of gigantic pages can't work