!285 release 5.10.0-5.4.0 for both Rpi & non-Rpi
From: @zhengzengkai Reviewed-by: @woqidaideshi,@xiexiuqi Signed-off-by: @xiexiuqi
This commit is contained in:
commit
289f542c16
13
kernel.spec
13
kernel.spec
@ -11,8 +11,8 @@
|
|||||||
%global upstream_version 5.10
|
%global upstream_version 5.10
|
||||||
%global upstream_sublevel 0
|
%global upstream_sublevel 0
|
||||||
%global devel_release 5
|
%global devel_release 5
|
||||||
%global maintenance_release .3.0
|
%global maintenance_release .4.0
|
||||||
%global pkg_release .18
|
%global pkg_release .19
|
||||||
|
|
||||||
%define with_debuginfo 1
|
%define with_debuginfo 1
|
||||||
# Do not recompute the build-id of vmlinux in find-debuginfo.sh
|
# Do not recompute the build-id of vmlinux in find-debuginfo.sh
|
||||||
@ -869,6 +869,15 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 21 2021 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-5.4.0.19
|
||||||
|
- vfio/pci: Fix wrong return value when get iommu attribute DOMAIN_ATTR_NESTING
|
||||||
|
- net: hns3: remove always exist devlink pointer check
|
||||||
|
- net: hns3: add support ethtool extended link state
|
||||||
|
- net: hns3: add header file hns3_ethtoo.h
|
||||||
|
- ethtool: add two link extended substates of bad signal integrity
|
||||||
|
- docs: ethtool: Add two link extended substates of bad signal integrity
|
||||||
|
- net: hns3: add support for triggering reset by ethtool
|
||||||
|
|
||||||
* Fri Aug 13 2021 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-5.3.0.18
|
* Fri Aug 13 2021 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-5.3.0.18
|
||||||
- srcu: Take early exit on memory-allocation failure
|
- srcu: Take early exit on memory-allocation failure
|
||||||
- iommu: fix build error when CONFIG_IOMMU_API is off
|
- iommu: fix build error when CONFIG_IOMMU_API is off
|
||||||
|
|||||||
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
%global KernelVer %{version}-%{release}.raspi.%{_target_cpu}
|
%global KernelVer %{version}-%{release}.raspi.%{_target_cpu}
|
||||||
|
|
||||||
%global hulkrelease 5.3.0
|
%global hulkrelease 5.4.0
|
||||||
|
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: raspberrypi-kernel
|
Name: raspberrypi-kernel
|
||||||
Version: 5.10.0
|
Version: 5.10.0
|
||||||
Release: %{hulkrelease}.2
|
Release: %{hulkrelease}.3
|
||||||
Summary: Linux Kernel
|
Summary: Linux Kernel
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://www.kernel.org/
|
URL: http://www.kernel.org/
|
||||||
@ -174,6 +174,15 @@ install -m 644 /boot/dtb-%{KernelVer}/overlays/README /boot/overlays/
|
|||||||
/lib/modules/%{KernelVer}
|
/lib/modules/%{KernelVer}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 21 2021 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-5.4.0.3
|
||||||
|
- vfio/pci: Fix wrong return value when get iommu attribute DOMAIN_ATTR_NESTING
|
||||||
|
- net: hns3: remove always exist devlink pointer check
|
||||||
|
- net: hns3: add support ethtool extended link state
|
||||||
|
- net: hns3: add header file hns3_ethtoo.h
|
||||||
|
- ethtool: add two link extended substates of bad signal integrity
|
||||||
|
- docs: ethtool: Add two link extended substates of bad signal integrity
|
||||||
|
- net: hns3: add support for triggering reset by ethtool
|
||||||
|
|
||||||
* Mon Aug 16 2021 Yafen Fang<yafen@iscas.ac.cn> - 5.10.0-5.3.0.2
|
* Mon Aug 16 2021 Yafen Fang<yafen@iscas.ac.cn> - 5.10.0-5.3.0.2
|
||||||
- package init based on openEuler 5.10.0-5.3.0
|
- package init based on openEuler 5.10.0-5.3.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user