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 AB5E8C433F5 for ; Wed, 11 May 2022 16:26:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344729AbiEKQ0x (ORCPT ); Wed, 11 May 2022 12:26:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234814AbiEKQ0w (ORCPT ); Wed, 11 May 2022 12:26:52 -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 C71A564BE1 for ; Wed, 11 May 2022 09:26:51 -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 6235561C83 for ; Wed, 11 May 2022 16:26:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D739C340EE; Wed, 11 May 2022 16:26:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652286410; bh=5aG4pAACtormp3T5m4bnBrzMzGiKk8nixceXAwUbxik=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=c042Ztou3zS5lpPpvGeDyjxfqOOQta1tz68s8tUualXSOOiOJu23TH3xvkOrpCBx6 6b8ilEi1Y3RJdRbZwMerUszm3echSTsl1OSUf/7HvWonp/rdiZ+cbr8Tb3CpZlBNoi JAKNqCp7SGyMRCrGE/JKRH5JKzQ6BVI7NaZpfER/fVBy2NncpdsDRiah6/D+X8QDsu j4hc9bQ2p4VpFHeFk9EMtexnFb2CjxKH9PXsIkz+GTl9ajccvR5pZSFVgEInUZZc7c tN5XqUqXl1j7xFSDJt91itFXF5S+zjoQmIQ1pVXVcjonBoWyr1+jzkL5fdo370QzdN sInD+ch20mZgQ== Date: Wed, 11 May 2022 09:26:48 -0700 From: Jakub Kicinski To: Kees Cook Cc: Eric Dumazet , "David S . Miller" , Paolo Abeni , netdev , Alexander Duyck , Coco Li , Eric Dumazet , Tariq Toukan , Saeed Mahameed , Leon Romanovsky Subject: Re: [PATCH v5 net-next 13/13] mlx5: support BIG TCP packets Message-ID: <20220511092648.145be621@kernel.org> In-Reply-To: <202205101953.3C76196@keescook> References: <20220509222149.1763877-1-eric.dumazet@gmail.com> <20220509222149.1763877-14-eric.dumazet@gmail.com> <20220509183853.23bd409d@kernel.org> <202205101953.3C76196@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, 10 May 2022 19:55:16 -0700 Kees Cook wrote: > On Mon, May 09, 2022 at 06:38:53PM -0700, Jakub Kicinski wrote: > > So we're leaving the warning for Kees to deal with? > > > > Kees is there some form of "I know what I'm doing" cast > > that you could sneak us under the table? > > Okay, I've sent this[1] now. If that looks okay to you, I figure you'll > land it via netdev for the coming merge window? I was about to say "great!" but perhaps given we're adding an unsafe_ flavor of something a "it is what it is" would be a more appropriate reaction. Thank you!