release 5.10.0-38.0.0

This commit is contained in:
Zheng Zengkai 2022-01-10 17:36:06 +08:00
parent 0b8e3de4dd
commit 8987a753e5
2 changed files with 23 additions and 3 deletions

2
SOURCE
View File

@ -1 +1 @@
5.10.0-36.0.0 5.10.0-38.0.0

View File

@ -10,9 +10,9 @@
%global upstream_version 5.10 %global upstream_version 5.10
%global upstream_sublevel 0 %global upstream_sublevel 0
%global devel_release 36 %global devel_release 38
%global maintenance_release .0.0 %global maintenance_release .0.0
%global pkg_release .19 %global pkg_release .20
%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
@ -858,6 +858,26 @@ fi
%endif %endif
%changelog %changelog
* Mon Jan 10 2022 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-38.0.0.20
- netfilter: fix regression in looped (broad|multi)cast's MAC handling
- ACPI: CPPC: Fix cppc_cpufreq_init failed in CPU Hotplug situation
- cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()
- serial: amba-pl011: Fix serial port discard interrupt when interrupt signal line of serial port is connected to mbigen.
- dt-bindings: mpam: add document for arm64 mpam
- arm64/mpam: add device tree support for mpam initialization
- arm64/mpam: remove __init macro to support driver probe
- perf script: Fix printing 'phys_addr' failure issue
- bcache: always record start time of a sample
- bcache: do not collect data insert info created by write_moving
- bcache: Rewrite patch to delay to invalidate cache data
- bcache: Add a sample of userspace prefetch client
- bcache: Delay to invalidate cache data in writearound write
- bcache: inflight prefetch requests block overlapped normal requests
- bcache: provide a switch to bypass all IO requests
- bcache: add a framework to perform prefetch
- tcp: Add some stub info for KABI consistency
- BMA: Fix format string compile warning in arm32 builds
* Sat Jan 08 2022 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-36.0.0.19 * Sat Jan 08 2022 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-36.0.0.19
- hugepage: add sysctl for hugepage alloc and mig - hugepage: add sysctl for hugepage alloc and mig
- mm: export node type {pmem|dram} under /sys/bus/node - mm: export node type {pmem|dram} under /sys/bus/node