!28 Release 4.19.95-2002.6.0
Merge pull request !28 from YangYingliang/master
This commit is contained in:
commit
1ee525bcc2
2
SOURCE
2
SOURCE
@ -1 +1 @@
|
|||||||
git clone -b 4.19.95-2002.5.0 git@gitee.com:openeuler/kernel.git
|
git clone -b 4.19.95-2002.6.0 git@gitee.com:openeuler/kernel.git
|
||||||
|
|||||||
17
kernel.spec
17
kernel.spec
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
%global KernelVer %{version}-%{release}.%{_target_cpu}
|
%global KernelVer %{version}-%{release}.%{_target_cpu}
|
||||||
|
|
||||||
%global hulkrelease 2002.5.0
|
%global hulkrelease 2002.6.0
|
||||||
|
|
||||||
%define with_patch 0
|
%define with_patch 0
|
||||||
|
|
||||||
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
Name: kernel
|
Name: kernel
|
||||||
Version: 4.19.95
|
Version: 4.19.95
|
||||||
Release: %{hulkrelease}.0028
|
Release: %{hulkrelease}.0029
|
||||||
Summary: Linux Kernel
|
Summary: Linux Kernel
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://www.kernel.org/
|
URL: http://www.kernel.org/
|
||||||
@ -797,6 +797,17 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 3 2020 Yang Yingliang <yangyingliang@huawei.com> - 4.19.95-2002.6.0.0029
|
||||||
|
- livepatch/x86: enable livepatch config openeuler
|
||||||
|
- livepatch/x86: enable livepatch config for hulk
|
||||||
|
- livepatch/arm64: check active func in consistency stack checking
|
||||||
|
- livepatch/x86: check active func in consistency stack checking
|
||||||
|
- livepatch/x86: support livepatch without ftrace
|
||||||
|
- KVM: nVMX: Check IO instruction VM-exit conditions
|
||||||
|
- KVM: nVMX: Refactor IO bitmap checks into helper function
|
||||||
|
- KVM: nVMX: Don't emulate instructions in guest mode
|
||||||
|
- floppy: check FDC index for errors before assigning it
|
||||||
|
- ext4: add cond_resched() to __ext4_find_entry()
|
||||||
* Fri Feb 28 2020 Yang Yingliang <yangyingliang@huawei.com> - 4.19.95-2002.5.0.0028
|
* Fri Feb 28 2020 Yang Yingliang <yangyingliang@huawei.com> - 4.19.95-2002.5.0.0028
|
||||||
- x86 / config: add openeuler_defconfig
|
- x86 / config: add openeuler_defconfig
|
||||||
- files_cgroup: Fix soft lockup when refcnt overflow.
|
- files_cgroup: Fix soft lockup when refcnt overflow.
|
||||||
@ -1531,7 +1542,7 @@ fi
|
|||||||
- ext4: check for directory entries too close to block end
|
- ext4: check for directory entries too close to block end
|
||||||
- ext4: fix ext4_empty_dir() for directories with holes
|
- ext4: fix ext4_empty_dir() for directories with holes
|
||||||
|
|
||||||
* Wed Jan 13 2020 luochunsheng<luochunsheng@huawei.com> - 4.19.90-vhulk1912.2.1.0026
|
* Mon Jan 13 2020 luochunsheng<luochunsheng@huawei.com> - 4.19.90-vhulk1912.2.1.0026
|
||||||
- fix compile error when debugfiles.list is empty
|
- fix compile error when debugfiles.list is empty
|
||||||
|
|
||||||
* Mon Jan 13 2020 luochunsheng<luochunsheng@huawei.com> - 4.19.90-vhulk1912.2.1.0025
|
* Mon Jan 13 2020 luochunsheng<luochunsheng@huawei.com> - 4.19.90-vhulk1912.2.1.0025
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user