From f66e50f8dd7959edc3b271d62d3afc8d67d54688 Mon Sep 17 00:00:00 2001 From: zhuhongbo Date: Thu, 20 Mar 2025 20:14:36 +0800 Subject: [PATCH] Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format --- download | 2 +- kernel.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/download b/download index f1a5d2b..0945e9a 100644 --- a/download +++ b/download @@ -1,3 +1,3 @@ dd4c41c2b2b5e2237fa63282e7bbdd7c kernel-abi-whitelists-1160.tar.bz2 85ce224ff3a41d590b5d0a5f7aa08bab kernel-kabi-dw-1160.tar.bz2 -5c3c9553dc7e92f45fa91c2888a44839 linux-3.10.0-1160.128.1.el7.tar.xz +af76487375966bf029f4cfe2b5b05fbc linux-3.10.0-1160.132.1.el7.tar.xz diff --git a/kernel.spec b/kernel.spec index 7b5d10c..0d9256f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -20,10 +20,10 @@ Summary: The Linux kernel %global distro_build 1160 %define specversion 3.10.0 -%define pkgrelease 1160.128.1.el7 +%define pkgrelease 1160.132.1.el7 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 1160.128.1%{?dist} +%define specrelease 1160.132.1%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -1827,6 +1827,9 @@ fi %kernel_variant_files %{with_kdump} kdump %changelog +* Mon Mar 17 2025 zhuhongbo - [3.10.0-1160.132.1.an7] +- Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format + * Mon Dec 30 2024 zhuhongbo - [3.10.0-1160.128.1.an7] - fix: fix data-races around -- Gitee