From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 11BAC1BD9C9 for ; Wed, 25 Feb 2026 03:56:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771991768; cv=none; b=Rped3n89UnsfI3Wrx1NB8sD5zevaIub9xx1pIfS2YS+/AsMESLwp094CvHYlIOrEHoSPFA0lhxtPVFwDhF4r9063hWqAVB51ABGiA492u9prQldMw3uf8j0BCgkCz5aRoHK+Dzbw9y2wCYbKBOgH3XdpMWAt+agqlZtFuShiGck= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771991768; c=relaxed/simple; bh=Ogh7dG4Ba99pXqNhG4HIcpkPDKs44l197LSB/5RY38U=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=LmDnXr1EZfIc77jKJzhBRLmhvrXayDHklb+C9K+o3TrZ8DZw9pJiR6gyWg/UvHSU/h2etZWFqTHFNzZ3u8O89KSO9iNc0ArSvIc0nF5Z0riezU3G0h32DYldlRH7IN8r26yI52+Y2tDrQsr/MsW9sDmhGlPX9QUHDuF+1Ia8oQ0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=a3XDGexv; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="a3XDGexv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9FBDC116D0; Wed, 25 Feb 2026 03:56:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771991767; bh=Ogh7dG4Ba99pXqNhG4HIcpkPDKs44l197LSB/5RY38U=; h=From:To:Cc:Subject:Date:From; b=a3XDGexvzvv00aHH4C+5E25UjU6t6T9nvFQrXu6BEqEjRsoc6o5fVWumiAPiCsjNb zKBDaLzZGeoyNy/DHOpI1CwBfIkqydpRjwkoMSaxjTLXhbQmPdKDLjx8sSvhxYWBM7 UySiErLWYhiOWCLoLPUsmaezBEkrBUIvmZ4beouIB7uIOa+aNs4O16srdccYnZojU1 anMDQG9rIkflAa6f25Un8dPMTUtem+8TKz2SuT4JL9CvAa+EA+XhbQ3tekRbakGS5Y W2s8xaKp18n7JwwqmxTxAEQBVgucZAcjbY9NKyUvFBjmS6L6/4sg3MJMMUZhgRe1As r7ubTAu9FKSFg== From: Dinh Nguyen To: gregkh@linuxfoundation.org Cc: dinguyen@kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] firmware: stratix10-rsu: fix for v7.0 Date: Tue, 24 Feb 2026 21:56:05 -0600 Message-ID: <20260225035605.48243-1-dinguyen@kernel.org> X-Mailer: git-send-email 2.42.0.411.g813d9a9188 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f: Linux 7.0-rc1 (2026-02-22 13:18:59 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/stratix10_rsu_fix_for_v7.0 for you to fetch changes up to c45f7263100cece247dd3fa5fe277bd97fdb5687: firmware: stratix10-rsu: Fix NULL pointer dereference when RSU is disabled (2026-02-24 21:40:06 -0600) ---------------------------------------------------------------- firmware: stratix10-rsu: fix NULL pointer dereference when RSU is disabled - Fix a kernel panic that happens in the driver when the First Stage Boot Loader has not enabled the Remote System Update(RSU). ---------------------------------------------------------------- Liwei Song (1): firmware: stratix10-rsu: Fix NULL pointer dereference when RSU is disabled drivers/firmware/stratix10-rsu.c | 2 ++ 1 file changed, 2 insertions(+)