From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from air.basealt.ru (air.basealt.ru [193.43.8.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 16D0A1925BC; Tue, 21 Apr 2026 13:23:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.43.8.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776777811; cv=none; b=FBZNEE/1X6iIw3uywMd2sVmtjOXWOAHb7QgVgZH7Arwjimvwa6xluqY++ildJp/DQ+KR6LZnlKCDOta2ppdyBx2FCQNqeufNSeJ0n1pYDgdEl3T7EKDEPOejwWWsx3h0ZbxgQb53SkjzLs4HfXYGgkZZ/uFtT5gD4WaPau0pUnU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776777811; c=relaxed/simple; bh=4G7XAXPItr2vWolSOSo+B9qXS9QnWLQ5Q6j8onuBOQA=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=Z3MRcO1KXT2omXIJv61+f37wzCDLBOnyb9UABNJiLZG1aLCR1ZPi94CE+Mqdjz4CfrwWZRs6nJvOL5iir+5oNoBAiKNMhFxXN1SSY6+cFQRLrbZPFGStsKJsuyKuFj4QWiZ+cCk6xz3Vsc1i51zMYu+gsN5VNAIUSMWWwjxiIWI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=altlinux.org; spf=pass smtp.mailfrom=altlinux.org; arc=none smtp.client-ip=193.43.8.18 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=altlinux.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=altlinux.org Received: from altlinux.ipa.basealt.ru (unknown [193.43.11.2]) (Authenticated sender: kovalevvv) by air.basealt.ru (Postfix) with ESMTPSA id 0719A2338F; Tue, 21 Apr 2026 16:23:27 +0300 (MSK) From: Vasiliy Kovalev To: stable@vger.kernel.org Cc: "Martin K . Petersen" , Nilesh Javali , linux-scsi@vger.kernel.org, lvc-project@linuxtesting.org, kovalev@altlinux.org Subject: [PATCH 5.10.y 0/2] scsi: qla2xxx: Fix CVE-2022-49158 and CVE-2022-50493 Date: Tue, 21 Apr 2026 16:23:25 +0300 Message-Id: <20260421132327.38389-1-kovalev@altlinux.org> X-Mailer: git-send-email 2.33.8 Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Backport two qla2xxx CVE fixes to 5.10.y. Sent as a series since both patches touch drivers/scsi/qla2xxx/qla_init.c with overlapping context. Arun Easi (1): scsi: qla2xxx: Fix crash when I/O abort times out Quinn Tran (1): scsi: qla2xxx: Fix warning message due to adisc being flushed drivers/scsi/qla2xxx/qla_init.c | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) -- 2.50.1