From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.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 84BE61B4223; Mon, 25 May 2026 13:16:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779714974; cv=none; b=bhi2vWCXTOGiK+J5Wpo0nd23OyWtR5IoUfQDvPgB1LRDBrOCehbCp3+sgRQ1mqgxd1uZhAE2elYzTPTvaCpoJHd0oUOwnHj2hg3I/BydHQ82ATkwD7ss4/jcL70x7bubb833iBynnISbziSVwO0Sm/MbFEvPavN/Cy47yDrkJQg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779714974; c=relaxed/simple; bh=CiHfOFWBBVlGq3ebj4AHhQdzY89mtfr/b9jzInJKPEw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=PQFCHS2VC0WH4vk8YiXCYyf01yWZJ4JlD8wVQvA4uUBGp2EFcDeXCWWvCHbxJGgXRWm2zCJTEBt288d65nc9Z+qOfUw1paH/j2Rn0eoiGvmlPuuFCTUfAeWwOwBRZ7sEwHKEXsCjiVf7XHoeR1ISGE2z9OQYvbX1n3PQP/9uNkc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nbmlAnIs; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nbmlAnIs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A3A401F000E9; Mon, 25 May 2026 13:16:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779714973; bh=6UIuQRfv+UYVJqZIp+HBt5FvsWW0qcjFFZ8GAxI7t2o=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=nbmlAnIs/faHTIuHHvV8JMFp7Y8b+haaZfFACz0NX5xAK6EBWpj29zYMTUO0S+pod L7hcxEQgwyAv76oCXL93o8572ihIT4ByXDYsuuqGDEZyJXxSIfBz6rQP7mw8J7c9cW 0b0yv2zLCm0gIFsVEvZYoSoNfsRhWWnhonqSC+ZVMqSMr/zXnfro0wND67FWuHCUbC FOo9ezmMvGjXTPdEL4X+LRvyc2bZ2Rni6zGeZ1H+fhnp89mhH38CWIh6QUrGQD9sUf R0MGaQ69wMyuDvl8La0qb+e19htvquteiXtB2BqZ2ew9VX4GQEbOraR/SIdJ/mNgpO 0fMrX1r08x5dg== Date: Mon, 25 May 2026 13:16:09 +0000 From: Yixun Lan To: Linus Walleij Cc: Han Gao , Hendrik Hamerlinck , Anand Moon , Junhui Liu , Troy Mitchell , linux-gpio@vger.kernel.org, linux-riscv@lists.infradead.org, spacemit@lists.linux.dev, linux-kernel@vger.kernel.org, Han Gao Subject: Re: [PATCH] pinctrl: spacemit: fix NULL check in spacemit_pin_set_config Message-ID: <20260525131609-GKA3748271@kernel.org> References: <20260519164007.122574-1-gaohan@iscas.ac.cn> <20260519232154-GKA3708537@kernel.org> Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Hi Linus, On 10:48 Mon 25 May , Linus Walleij wrote: > On Wed, May 20, 2026 at 1:21 AM Yixun Lan wrote: > > > Can you take this as a fix for v7.1 cycle? > > Only if you can provide proof that it is a regression, i.e crashes > systems that were working with v7.0. > Ok, I'm fine with it applied as noncritical fixes, as the problem exist in v7.0 and can't say it's a regression, it shouldn't cause crashes but only fail to configure pin when id equal to 0. -- Yixun Lan (dlan)