From patchwork Wed Jan 4 09:58:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philipp Zabel X-Patchwork-Id: 13088391 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6106FC46467 for ; Wed, 4 Jan 2023 10:01:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=hKIaBG6pXoIC68A34GF/rBo5iOumoMjPqkiFTPM0Pdk=; b=cQ74dVOyVXxg3a mWLIotZmLwpZGPtwLCtLVGBz0v+QvlDjngUepLmeKLCWBGgbp5MlhYXXg/HqfO1ZZUlBnmzPMt6mu WEKtvBinQ2KIiPK4fOy9mlrbeg1Euqx9mUy8+XaTJkw5MS9UKHt8ElIVaHh6N2DzBDcNWYJuD5gMd 65bpBjr8ky48Oj58ITQMPl6gWZxs59vWNqQGDEbnm6f6ouOM6X9r8Aw1czQjZLpNRoUcA4dGhCy6K G+SMD1Qw/MQqQi7qcx2evCrTW8WHfS2KHynj84x++Og+Yakho488tap76cktMZ4J/3+k3Z5S3fYm/ 35JFJ0SQcnAurC3wPWQw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pD0Zi-008HSR-Hq; Wed, 04 Jan 2023 10:00:46 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pD0Y2-008H3i-MR for linux-arm-kernel@lists.infradead.org; Wed, 04 Jan 2023 09:59:04 +0000 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pD0Y0-0000TQ-T3; Wed, 04 Jan 2023 10:59:00 +0100 From: Philipp Zabel To: soc@kernel.org Cc: linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de, Philipp Zabel Subject: [GIT PULL] Reset controller fixes for v6.2 Date: Wed, 4 Jan 2023 10:58:55 +0100 Message-Id: <20230104095855.3809733-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:1101:1d::54 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230104_015902_775004_7ED0DEB9 X-CRM114-Status: UNSURE ( 9.53 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Dear arm-soc maintainers, The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v6.2 for you to fetch changes up to 3a2390c6777e3f6662980c6cfc25cafe9e4fef98: reset: uniphier-glue: Fix possible null-ptr-deref (2023-01-03 11:30:46 +0100) ---------------------------------------------------------------- Reset controller fixes for v6.2 Avoid a build error by disabling the invalid combination of building reset-ti-sci built-in but ti-sci as a module. Fix a possible NULL pointer dereference in reset-uniphier-glue in case platform_get_resource() fails. ---------------------------------------------------------------- Hui Tang (1): reset: uniphier-glue: Fix possible null-ptr-deref Randy Dunlap (1): reset: ti-sci: honor TI_SCI_PROTOCOL setting when not COMPILE_TEST drivers/reset/Kconfig | 2 +- drivers/reset/reset-uniphier-glue.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-)