release 5.10.0-214.0.0

This commit is contained in:
Jialin Zhang 2024-06-25 14:18:13 +08:00
parent 4dc5769ff2
commit d105e51ed8
2 changed files with 7 additions and 3 deletions

2
SOURCE
View File

@ -1 +1 @@
5.10.0-213.0.0
5.10.0-214.0.0

View File

@ -9,9 +9,9 @@
%global upstream_version 5.10
%global upstream_sublevel 0
%global devel_release 213
%global devel_release 214
%global maintenance_release .0.0
%global pkg_release .113
%global pkg_release .114
%define with_debuginfo 1
# Do not recompute the build-id of vmlinux in find-debuginfo.sh
@ -952,6 +952,10 @@ fi
%endif
%changelog
* Tue Jun 25 2024 Jialin Zhang <zhangjialin11@huawei.com> - 5.10.0-214.0.0.114
- !9391 fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected
- fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected
* Mon Jun 24 2024 Jialin Zhang <zhangjialin11@huawei.com> - 5.10.0-213.0.0.113
- !9327 af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg
- !9264 ring-buffer: Fix a race between readers and resize checks