From mboxrd@z Thu Jan 1 00:00:00 1970 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 3DF27CD128A for ; Mon, 8 Apr 2024 03:49:05 +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:Date:To:Cc:From:Subject:References: In-Reply-To:MIME-Version:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ujmfUlL1ET2ZChFfGtbZCkhME4wv4whcDyXBxFblDEI=; b=hHFkfP8HBZmepq 4zcA2rmYjUTqXyXq67Woot1/TmwEjQLofie5fbvKoR9ppROES6PLFZ5ynvB6tbo660cdIPibHxs4y wf7Z7TXZiZ72K6qM4jlrbl4gLlGnFQTUJnK4rW6M8kwfUDMyqDetpyUqiFsZt5U8cgimm6CPqo9Zn IOCTczDqH42c8jYcFR5A/IguKwb2pPz5+V/EFxBxBkcT48ev+G71jn21VhUFC/GTvafpZ2wlsup1G +HSPYrMeoGkuiYRL0Cb2uEJBVBeGSPAcm3CcuAsGnXYPuEatchXYcDQB9ipjHbzJYVGeAKKN61wks rhAIiFPWaYQp++lNF0aw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rtg04-0000000EEFY-3LTe; Mon, 08 Apr 2024 03:48:52 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rtg00-0000000EEFC-25La for linux-arm-kernel@lists.infradead.org; Mon, 08 Apr 2024 03:48:50 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 7FD8360DD8; Mon, 8 Apr 2024 03:48:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A5151C433F1; Mon, 8 Apr 2024 03:48:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712548126; bh=Hnjg2c5JJtX62lv3zAjHn+jj7fDIGiotBLQE0BHCb3c=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=bBTY3ieMBDzi79R7Tz27+DBRH6rzv5wwMBBQNGd66sHB9iUdpARjWv18TF0V6TM9h VhU6ZTHzSalP/J8hhv/iQCjDha7MVlP5DhSMGknTUWAXCtQn4/GOqfmJjJ2LiUH8L8 mBYEBT2IMP/UTBnSxMhI38thKxvtAmRZd2BVD3eUh32W/1Neu9gMHt3v8MwOwjVQV8 jAE6l8VOVgP6Pvvvsv83qV9cNYqZhWL6PQ0q4EiO8sDDfjvpsGKRTbPuB87HARwrR7 doo3fAg0VOzz8UXA+WOW4lGYOGKKvDrBmcVizhwM8PqNm08T6zCtls6vbjzMwGztPV rQAmH2QHVgrwA== Message-ID: <117880094a993713e7914b712ba661a6.sboyd@kernel.org> MIME-Version: 1.0 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: Sun, 07 Apr 2024 20:48:44 -0700 User-Agent: alot/0.10 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240407_204848_680212_420A2371 X-CRM114-Status: UNSURE ( 6.26 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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. > > Reported by: Duanqiang Wen > Signed-off-by: Russell King (Oracle) > --- Russell, are you taking this through your tree? I took the last one because it was small and you reviewed it instead of applied it. If you're taking it please add: Reviewed-by: Stephen Boyd _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel