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 AF861C433EF for ; Tue, 28 Jun 2022 20:02:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232452AbiF1UCL (ORCPT ); Tue, 28 Jun 2022 16:02:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229955AbiF1UBk (ORCPT ); Tue, 28 Jun 2022 16:01:40 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CF233B3C0; Tue, 28 Jun 2022 12:54:22 -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 961B860C49; Tue, 28 Jun 2022 19:54:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87E4FC341C8; Tue, 28 Jun 2022 19:54:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656446061; bh=eZUfr5felgN92tClv9rcTibAmU/Gkmrb/pcPN45R3VI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tU9YwxD/l6NMWg8WQSMi0C1M6PTME0xZzDMH27K1XBNIplK2c5ivxFfK666D3dmpD jYVIEEnfVSGoYKOSA298y6Lo9v1gjrsKW9BZkfoFRZ3IGDm9WGsIJOq79c/0OvLwrW VZcqElh5uI89c/e+nxsu0dKVtwKzoLOXcKhGbJij+gKpTuq1qCwmunP1u6gnNe2IuG A13vYgCxehFxdVgda2rf14umnPMHhtM4JT4jpX9qC6IGCdo4KFB+jtgGQxMxLw0YnG s+RnSvT0MBCnNDB3Sz8GBXcxZfNRkrcqb1Dc61QEucuj7zZm4d2QhyVNiUvfDhoOTC K4UnPW9IWQPEQ== Date: Tue, 28 Jun 2022 21:54:18 +0200 From: "Gustavo A. R. Silva" To: Jens Axboe Cc: Pavel Begunkov , io-uring@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH][next] io_uring: replace zero-length array with flexible-array member Message-ID: <20220628195418.GA52851@embeddedor> References: <20220628193320.GA52629@embeddedor> <37147b0c-4b11-37df-6c4a-ee2dfeb9cbb7@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <37147b0c-4b11-37df-6c4a-ee2dfeb9cbb7@kernel.dk> Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Tue, Jun 28, 2022 at 01:38:44PM -0600, Jens Axboe wrote: > Thanks for sending this separately. As mentioned out-of-band, we already > have it like this in the io_uring.h header in liburing. > > Applied for 5.20. Great! :) Thanks, Jens. -- Gustavo