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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3BEDEE4993 for ; Mon, 21 Aug 2023 16:06:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234897AbjHUQGQ (ORCPT ); Mon, 21 Aug 2023 12:06:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41402 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230021AbjHUQGP (ORCPT ); Mon, 21 Aug 2023 12:06:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 47744186; Mon, 21 Aug 2023 09:05:59 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CF90C614B8; Mon, 21 Aug 2023 16:05:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 292A1C433C7; Mon, 21 Aug 2023 16:05:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692633958; bh=DjEcc6PbcNIOqnCtc2X9VmSONvXMV/e+tgBh9dcI5CQ=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=XdDtHTOGTsx+gYtmiLfB3v2oIqXvq1btsiXqbPUxSrSMc88V/WOlt39ZyfB18DFQT roiN5nWNVF5DbaWYr2QGYudLZCyI1MgK50tPl/D0jWOA8Bw/M20+CUX3/o5zpKlfx6 4OU8jDOu8yOv2BKb3UM/q9cGi2I5+XaDaTT6KbKxen7vEyG9RUrJEC9GwR1opUBlaS ubNe9mNhEJQwj3XwYOrPqHITLxMsg0Ny/7H5fJ4VDq3iFgftQshkS2HdbFu3xQ5k1D OCxAdtgrLAOsxi12oibhCCBZO/8ZfptEvqrg8BXh3n/R5ov5Qww03DYrYn1gDMF4wh 9gHXf0h0Y+wcQ== From: Kalle Valo To: Ping-Ke Shih Cc: Dan Carpenter , Timlee , "linux-wireless@vger.kernel.org" , "kernel-janitors@vger.kernel.org" Subject: Re: [PATCH] wifi: rtw89: fix a width vs precision bug References: <0700c7b9-bfd3-4aa6-82bf-5bf3c74644e1@moroto.mountain> <63f8219b49604fc9805319c391ee44bf@realtek.com> Date: Mon, 21 Aug 2023 19:05:55 +0300 In-Reply-To: <63f8219b49604fc9805319c391ee44bf@realtek.com> (Ping-Ke Shih's message of "Tue, 8 Aug 2023 08:30:35 +0000") Message-ID: <87wmxoidng.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: kernel-janitors@vger.kernel.org Ping-Ke Shih writes: >> -----Original Message----- >> From: Dan Carpenter >> Sent: Tuesday, August 8, 2023 1:36 PM >> To: Timlee >> Cc: Ping-Ke Shih ; Kalle Valo >> ; linux-wireless@vger.kernel.org; >> kernel-janitors@vger.kernel.org >> Subject: [PATCH] wifi: rtw89: fix a width vs precision bug >> >> The "buf" is skb->data that comes from the firmware. We want to print >> "len" number of bytes. But there is a missing period so the "len" >> variable is used for formatting (width) instead of limiting the output >> (precision). >> >> Fixes: cad2bd8a136c ("wifi: rtw89: support firmware log with formatted text") >> Signed-off-by: Dan Carpenter > > Thanks for the fix. > > Acked-by: Ping-Ke Shih Weird, Ping's reply didn't go to patchwork: https://patchwork.kernel.org/project/linux-wireless/patch/0700c7b9-bfd3-4aa6-82bf-5bf3c74644e1@moroto.mountain/ But I do see it on the list: https://lore.kernel.org/all/63f8219b49604fc9805319c391ee44bf@realtek.com/ Crossing fingers that this was just a random anomaly in patchwork and it's not losing more email. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches