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 58D7DC0032E for ; Wed, 25 Oct 2023 09:34:50 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=W3cqxUhSeyB7q8Nl5iCVlsKhlS4QvTjzE+dquJ7zA5Y=; b=GzVQEc4vAjldux dvcZ1YlzriEY5P8XNzrvl2QMIuiJAF+POpsZUXv1TuzPqtAqmHcWR56WXjM14eYI912RgP32VfVVx MzysK+H1aW5bVkvDouqUYR2zsDLVf/b/Ob6soWzr7kekVHUYvxeI8PpAq0CHXdKlQ5VgJln5mjrSl 9AFfVeHzL37zdAYXHBDn3uJ0H2AXiAlLo7KQ2p5R4cQTzKuicDPyah5Cb/brd9oPiFq/GB6h6kSeO JLpI8pwQXQEIrEOjLUyyE8iG057HkRXIs8qsNAOPCyJQ3QucdZrdh9RLU1BbE0IKESNy5OroPtc8P 8RCxIOKevMlAQ7HW6++w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qvaHQ-00Bpli-2d; Wed, 25 Oct 2023 09:34:24 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qvaHM-00Bphm-03; Wed, 25 Oct 2023 09:34:24 +0000 Received: from [192.168.1.110] (unknown [103.251.226.9]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 061EABD1; Wed, 25 Oct 2023 11:33:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1698226440; bh=AQIUyN3q2B19i/osyY/zQtS+ykAVpqCGPNXTKZY8Ce0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KXE5rCcS0N7b+qh+5PMe1bSMIiUHzdFHvb8PBSFOE2NmMsp9FQFdwchCzZwhmAxTG Qv/B2D0JQQtRUg4edKfCKmzmzL7BhGp8N4eqi4tHWw6pOWYybrfkgavG8AqOlf6Sqy 1vs0DA9gIq7P1i42i8n7ns9FAB6njxfbcwfjUnTk= Message-ID: Date: Wed, 25 Oct 2023 15:04:04 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH 1/1] staging: vc04_services: Use %p4cc format modifier to print FourCC codes Content-Language: en-US To: Sakari Ailus , Dan Carpenter , linux-staging@lists.linux.dev, "Ricardo B . Marliere" Cc: linux-rpi-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stefan Wahren , Greg Kroah-Hartman , Dan Carpenter , Kieran Bingham , Laurent Pinchart References: <20231025060717.71895-1-umang.jain@ideasonboard.com> <20231025060717.71895-2-umang.jain@ideasonboard.com> From: Umang Jain In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231025_023420_246191_9EA83A61 X-CRM114-Status: GOOD ( 13.72 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 10/25/23 2:58 PM, Sakari Ailus wrote: > On Wed, Oct 25, 2023 at 10:10:08AM +0300, Dan Carpenter wrote: >> On Wed, Oct 25, 2023 at 02:07:17AM -0400, Umang Jain wrote: >>> Drop VCHIQ_FOURCC_AS_4CHARS macro in favour of %p4cc format >>> modifier to print FourCC codes in the logs. >>> >>> vchiq_use_internal() and vchiq_release_internal() uses entity >>> character-array to store a transient string that contains >>> a FourCC code. Increase the length of entity array(to 64 bytes) >>> since %p4cc requires more bytes to hold the output characters. >>> >>> Suggested-by: Kieran Bingham >>> Signed-off-by: Umang Jain >>> --- >>> .../interface/vchiq_arm/vchiq_arm.c | 20 +++++----- >>> .../interface/vchiq_arm/vchiq_core.c | 40 +++++++++---------- >>> .../interface/vchiq_arm/vchiq_core.h | 6 --- >>> .../interface/vchiq_arm/vchiq_dev.c | 7 ++-- >>> 4 files changed, 33 insertions(+), 40 deletions(-) >>> >>> diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c >>> index fc6d33ec5e95..de6a24304a4d 100644 >>> --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c >>> +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c >>> @@ -1441,7 +1441,7 @@ vchiq_use_internal(struct vchiq_state *state, struct vchiq_service *service, >>> { >>> struct vchiq_arm_state *arm_state = vchiq_platform_get_arm_state(state); >>> int ret = 0; >>> - char entity[16]; >>> + char entity[64]; >>> int *entity_uc; >>> int local_uc; >>> >>> @@ -1454,8 +1454,8 @@ vchiq_use_internal(struct vchiq_state *state, struct vchiq_service *service, >>> sprintf(entity, "VCHIQ: "); >>> entity_uc = &arm_state->peer_use_count; >>> } else if (service) { >>> - sprintf(entity, "%c%c%c%c:%03d", >>> - VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), >>> + sprintf(entity, "%p4cc:%03d", >> Not related to your patch but these sprintfs() make me very >> uncomfortable. >> >> KTODO: change sprintf() to snprintf() in staging/vc04_services/ > Umang: how about one patch on top of this? :-) There are just five > instances of it. Ricardo, how about this? Do you want to take a swing at this ? :-) And send a v2. ? > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel