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 X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 57912C54E4B for ; Tue, 12 May 2020 08:06:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 328C8206D6 for ; Tue, 12 May 2020 08:06:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="m++CIU81" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729187AbgELIGi (ORCPT ); Tue, 12 May 2020 04:06:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34428 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1725813AbgELIGi (ORCPT ); Tue, 12 May 2020 04:06:38 -0400 Received: from merlin.infradead.org (unknown [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D69AEC061A0C for ; Tue, 12 May 2020 01:06:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=jFjmQB/e5ull+EX7VgANDeJmrTn3Cb5FCF3znqfS04U=; b=m++CIU811ROxlube8cGsyphiDO 6FULcavmEm2bABBHthZtt1HPM8C+17/xhUVNZNi6W0WIfVTtmpsP8BVbfMpadCBSZFTWt87e0RuCy D3uC4+xp88wRiBJQ3m1JzqSEjbr/iNLskORb2jBzUYOwNx/FXT3QLAqI6quoAWAGM2Vo3ScMt7X5T Unf32M/lYu6UysSFTf/CrB2wHMMYEoNZuAl4RTYbh0+/Yl4l7KxSjrxREPvTjxXS8rFeKYA/MkvVW qNq8nbe7fMYM6h0ZGFbiKnaiMrKPrl8vG90g4Wot6xup5xROWayyiU8rjMIMJ1U9jd8vI3wPGg2wB Si5Gd62A==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jYPvV-0002mm-OB; Tue, 12 May 2020 08:06:09 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 402E7305EEF; Tue, 12 May 2020 10:06:07 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 25F6F2096103E; Tue, 12 May 2020 10:06:07 +0200 (CEST) Date: Tue, 12 May 2020 10:06:07 +0200 From: Peter Zijlstra To: "Gustavo A. R. Silva" Cc: Arnaldo Melo , Ingo Molnar , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-kernel@vger.kernel.org, "Gustavo A. R. Silva" Subject: Re: [PATCH] perf tools: Replace zero-length array with flexible-array Message-ID: <20200512080607.GD2978@hirez.programming.kicks-ass.net> References: <20200511195643.GA9850@embeddedor> <0C076F02-CEB7-4DBC-8337-CCEBC0870E44@gmail.com> <20200512000404.GA4897@embeddedor> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200512000404.GA4897@embeddedor> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 11, 2020 at 07:04:04PM -0500, Gustavo A. R. Silva wrote: > On Mon, May 11, 2020 at 05:20:08PM -0300, Arnaldo Melo wrote: > > > > Thanks, applied > > > > Thanks, Arnaldo. > > I wonder if could also take the other two: > > https://lore.kernel.org/lkml/20200511200911.GA13149@embeddedor/ > https://lore.kernel.org/lkml/20200511201227.GA14041@embeddedor/ I think I have those, but let me make sure.