!192 4.19.90-2104.20.0..4.19.90-2104.21.0

From: @gatieme
Reviewed-by: @xiexiuqi
Signed-off-by: @xiexiuqi
This commit is contained in:
openeuler-ci-bot 2021-04-26 20:53:16 +08:00 committed by Gitee
commit 911fe7e1c8
2 changed files with 10 additions and 3 deletions

2
SOURCE
View File

@ -1 +1 @@
4.19.90-2104.19.0
4.19.90-2104.21.0

View File

@ -12,7 +12,7 @@
%global KernelVer %{version}-%{release}.%{_target_cpu}
%global hulkrelease 2104.16.0
%global hulkrelease 2104.21.0
%define with_patch 0
@ -32,7 +32,7 @@
Name: kernel
Version: 4.19.90
Release: %{hulkrelease}.0082
Release: %{hulkrelease}.0083
Summary: Linux Kernel
License: GPLv2
URL: http://www.kernel.org/
@ -818,6 +818,13 @@ fi
%changelog
* Sun Apr 25 2021 Cheng Jian <cj.chengjian@huawei.com> - 4.19.90-2104.21.0.0083
- bcache: Rewrite patch to delay to invalidate cache data
- nfc: Avoid endless loops caused by repeated llcp_sock_connect()
- nfc: fix memory leak in llcp_sock_connect()
- nfc: fix refcount leak in llcp_sock_connect()
- nfc: fix refcount leak in llcp_sock_bind()
* Thu Apr 22 2021 Cheng Jian <cj.chengjian@huawei.com> - 4.19.90-2104.19.0.0082
- KVM: arm64: Support the vCPU preemption check
- KVM: arm64: Add interface to support vCPU preempted check