release 4.19.90-2112.8.0

This commit is contained in:
Laibin Qiu 2021-12-30 16:35:54 +08:00
parent e6064642e3
commit c4b72f8402
2 changed files with 8 additions and 3 deletions

2
SOURCE
View File

@ -1 +1 @@
4.19.90-2112.6.0
4.19.90-2112.8.0

View File

@ -12,7 +12,7 @@
%global KernelVer %{version}-%{release}.%{_target_cpu}
%global hulkrelease 2112.6.0
%global hulkrelease 2112.8.0
%define with_patch 0
@ -32,7 +32,7 @@
Name: kernel
Version: 4.19.90
Release: %{hulkrelease}.0130
Release: %{hulkrelease}.0131
Summary: Linux Kernel
License: GPLv2
URL: http://www.kernel.org/
@ -809,6 +809,11 @@ fi
%changelog
* Thu Dec 30 2021 Laibin Qiu <qiulaibin@huawei.com> - 4.19.90-2112.8.0.0131
- mm/page_alloc: Use cmdline to disable "place pages to tail"
- bpf: Remove MTU check in __bpf_skb_max_len
- sctp: account stream padding length for reconf chunk
* 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