From 060d951a3d67587681e97f36fb8ab1aad4ad468e Mon Sep 17 00:00:00 2001 From: Laibin Qiu Date: Mon, 29 Aug 2022 22:10:42 +0800 Subject: [PATCH] release 4.19.90-2208.6.0 --- SOURCE | 2 +- kernel.spec | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index 97c8c5b..3d8eed3 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2208.5.0 +4.19.90-2208.6.0 diff --git a/kernel.spec b/kernel.spec index 2b0b7dd..6de0765 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2208.5.0 +%global hulkrelease 2208.6.0 %define with_patch 0 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0164 +Release: %{hulkrelease}.0165 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -809,6 +809,22 @@ fi %changelog +* Mon Aug 29 2022 Laibin Qiu - 4.19.90-2208.6.0.0165 +- tty: use new tty_insert_flip_string_and_push_buffer() in pty_write() +- tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push() +- tty: drop tty_schedule_flip() +- tty: the rest, stop using tty_schedule_flip() +- tty: drivers/tty/, stop using tty_schedule_flip() +- can: bcm/raw/isotp: use per module netdevice notifier +- CIFS: Fix retry mid list corruption on reconnects +- KVM: arm64: vgic-its: Change default outer cacheability for {PEND, PROP}BASER +- xhci: Fix a logic issue when display Zhaoxin XHCI root hub speed +- dm verity: set DM_TARGET_IMMUTABLE feature flag +- scsi: hisi_sas: Add SATA_DISK_ERR bit handling for v3 hw +- Revert "scsi: hisi_sas: Modify v3 HW I/O processing when SATA_DISK_ERR bit is set and NCQ Error occurs" +- netfilter: nf_tables: do not allow RULE_ID to refer to another chain +- netfilter: nf_tables: do not allow SET_ID to refer to another table + * Mon Aug 22 2022 Laibin Qiu - 4.19.90-2208.5.0.0164 - x86/speculation: Add LFENCE to RSB fill sequence - x86/speculation: Add RSB VM Exit protections