From cf3121788076fac7f4b39cdb669a73aa70cb7fd3 Mon Sep 17 00:00:00 2001 From: zhangchangzhong Date: Wed, 27 Dec 2023 15:45:05 +0800 Subject: [PATCH] release 4.19.90-2312.6.0 --- SOURCE | 2 +- kernel.spec | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index 06c812d..837e9d2 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2312.4.0 +4.19.90-2312.6.0 diff --git a/kernel.spec b/kernel.spec index 2bac235..6a01444 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2312.4.0 +%global hulkrelease 2312.6.0 %define with_patch 0 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0231 +Release: %{hulkrelease}.0232 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -809,6 +809,22 @@ fi %changelog +* Wed Dec 27 2023 Zhang Changzhong - 4.19.90-2312.6.0.0232 +- !3607 Fix CVE-2023-6546 +- !3606 perf/core: Fix CVE-2023-6931 +- tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux +- tty: n_gsm: fix restart handling via CLD command +- perf: Fix perf_event_validate_size() lockdep splat +- perf: Fix perf_event_validate_size() +- !3417 SCSI: hisi_raid: support SPxxx serial RAID/HBA controllers +- !3531 Fix kernel panic occurs during ISO installation on the 20.03 SP3/SP4 +- i2c: hisi: Only handle the interrupt of the driver's transfer +- i2c: hisi: Only use the completion interrupt to finish the transfer +- i2c: hisi: Avoid redundant interrupts +- !3483 net: Remove acked SYN flag from packet in the transmit queue correctly +- net: Remove acked SYN flag from packet in the transmit queue correctly +- SCSI: hisi_raid: support SPxxx serial RAID/HBA controllers + * Tue Dec 19 2023 Zhang Changzhong - 4.19.90-2312.4.0.0231 - !3426 Revert "hrtimers: Push pending hrtimers away from outgoing CPU earlier" - Revert "hrtimers: Push pending hrtimers away from outgoing CPU earlier" -- Gitee