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 2AE96C43334 for ; Sun, 24 Jul 2022 23:13:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231656AbiGXXNB (ORCPT ); Sun, 24 Jul 2022 19:13:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231235AbiGXXM6 (ORCPT ); Sun, 24 Jul 2022 19:12:58 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C53F10FDC; Sun, 24 Jul 2022 16:12:55 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 06D0560AC5; Sun, 24 Jul 2022 23:12:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6132C3411E; Sun, 24 Jul 2022 23:12:52 +0000 (UTC) Date: Sun, 24 Jul 2022 19:12:50 -0400 From: Steven Rostedt To: Sven Eckelmann Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Marek Lindner , Simon Wunderlich , Antonio Quartulli , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , b.a.t.m.a.n@lists.open-mesh.org, netdev@vger.kernel.org Subject: Re: [for-next][PATCH 17/23] batman-adv: tracing: Use the new __vstring() helper Message-ID: <20220724191250.2097b8eb@rorschach.local.home> In-Reply-To: <8828005.nfsgNN4c79@sven-l14> References: <20220714164256.403842845@goodmis.org> <20220714164331.060725040@goodmis.org> <8828005.nfsgNN4c79@sven-l14> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 24 Jul 2022 23:31:01 +0200 Sven Eckelmann wrote: > On Thursday, 14 July 2022 18:43:13 CEST Steven Rostedt wrote: > > From: "Steven Rostedt (Google)" > > > > Instead of open coding a __dynamic_array() with a fixed length (which > > defeats the purpose of the dynamic array in the first place). > > Please also make sure to remove the define of BATADV_MAX_MSG_LEN I usually do not like to rebase my for-next and just add on a patch to do something like this, but for this series I'll make an exception. -- Steve