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 10B53611E; Thu, 2 May 2024 00:59:18 +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=1714611559; cv=none; b=FcGXAlBpmOfhwsMKjc2yBstbG/0yDzyFTpOHLlY/FNaU2Tj2B879TdIXD9LXGzMNc5+1hoGtTN0Sl0GoV63OQJLCqIv3inr+u/44MndaCUIUyOelVVseGdNiqDBIsXxZOxnwnjhIzUwLZU68lvBalWW1LelvT8oOoBxufNVGgWI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714611559; c=relaxed/simple; bh=6ULR7/aKKck3oti7bK77wM96VZEwl/g2WBCutz1hb58=; h=Message-ID:Content-Type:MIME-Version:In-Reply-To:References: Subject:From:Cc:To:Date; b=PR+bhxInkkye84c1ZOdFBgtt7qcSTZ4Kq0fOkuk3OjUQOWoWmRqBgLtu6a5jaIwki3AH6s3+PqbTMhgmfR3IWvx/aumfSRz89zHX7Fp3A0NmPhP277zoI1sQViqu8EXvjf+j0RLuHWzD1RAVXst2wu7DgWbGQlEc0wt1lw95U64= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=npTV4eTK; 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="npTV4eTK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 69F7BC072AA; Thu, 2 May 2024 00:59:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1714611558; bh=6ULR7/aKKck3oti7bK77wM96VZEwl/g2WBCutz1hb58=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=npTV4eTKB8tvctTHdjorqOIsEI2gHXZi86P1oXpso//GFtvWABBSYG8WkgXjIsnND BHnrI8ATWxGQZT8oDy+qvWKIin4mLMnNeNDz+lyy0OgfQY3OVLxDbu2YBuoMo3g+L9 mcNjOlDeaBlngrOIIiJ/szGk7ALbqZwyS9Lq7j9bnL5ybNYFU+VVtLzxAqsMm0QVAP uH/nr1MOX/9Y/GZngH4sUf54/f8K22EhxazAbdtvlH28Pzw56V6PsgWPtZ1ce2595S Qi03vUJlPL2ZPS5Zop6eu/P6QhVSuPfL6w5/pSz5QiWS2Hyp+YVkoKgvfOe84iAMNP XQtIbmPaDT+JA== Message-ID: Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: Subject: Re: [PATCH] clkdev: report over-sized strings when creating clkdev entries From: Stephen Boyd Cc: Duanqiang Wen , mturquette@baylibre.com, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org To: Russell King (Oracle) , linux-arm-kernel@lists.infradead.org Date: Wed, 01 May 2024 17:59:16 -0700 User-Agent: alot/0.10 Quoting Russell King (Oracle) (2024-03-15 04:47:55) > Report an error when an attempt to register a clkdev entry results in a > truncated string so the problem can be easily spotted. >=20 > Reported by: Duanqiang Wen > Signed-off-by: Russell King (Oracle) > --- Applied to clk-next