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=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 2F8CEC19437 for ; Tue, 8 Dec 2020 20:20:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0414F23A53 for ; Tue, 8 Dec 2020 20:20:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728967AbgLHUUO (ORCPT ); Tue, 8 Dec 2020 15:20:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37670 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727990AbgLHUUM (ORCPT ); Tue, 8 Dec 2020 15:20:12 -0500 Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 71E25C061794 for ; Tue, 8 Dec 2020 12:19:26 -0800 (PST) Received: by mail-wm1-x344.google.com with SMTP id g185so3479856wmf.3 for ; Tue, 08 Dec 2020 12:19:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=message-id:subject:from:to:cc:date:in-reply-to:references :user-agent:mime-version:content-transfer-encoding; bh=BUN76cwequ+/VYM+TfjP/RsLBiO7tCwwH45rVFT1fYU=; b=GB9bF4dH48O1e0DK+jTsZh4B37OqnHwxnW+X5RHvICetlFihb9vuCkPErxfa23tjrb Pet2IVW6VLn5YeD89+e5zaijde05qQ4JWh83Pt17ENTtvzAzVkliryrrbMcqEsxJE6QH B4TGkcNp24Rpfo2uezXlz/XhLgR1KdnggvwIY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=BUN76cwequ+/VYM+TfjP/RsLBiO7tCwwH45rVFT1fYU=; b=qF7ITTF7Fhbcs4JymmzbZu3p2lwxHPfW3QKClPhPM5LddycW+ZmXk7MzPLoqruDupn GhO1EOrZt+1xSwZDps2fN+SuRy7JSZRIHSuetXgB55W6RL6FGwngfrqHXLzmDsagzDRN OHHPU08jnpQW1jTvZ77oRYnGUzF1MiV0DVr7RTBIDtNQJk6AXwo2OMNFNqy1uuC1hUP6 66Gw4CZlhVLIncyAZUPXnaiM+VXy4VpJX3FrfFXgLXJY4jagPSwU9Voj+ceOS1jjaepf 0Ctg5rCZTbv7TF5FyAYYOuwjlADQmMkfzaQyZlUCX78kCpo8xX8N+Ve8JHykbU6F+DJ1 5EYQ== X-Gm-Message-State: AOAM533Pf0ZznMOFyUZqAo8U7owXu6wfYYaXWQysZjSz9bcHCAzP35zh OyRnResOrfbg/GllKklVTlEiwg== X-Google-Smtp-Source: ABdhPJy9OAXN0byqbLPrYyv3q1GNjdlrT9zw1o/Vgfw3TCvskm6gQE5bhU9On/i/pWGL2X7bDHg0xw== X-Received: by 2002:a1c:6a0e:: with SMTP id f14mr5240281wmc.102.1607458765212; Tue, 08 Dec 2020 12:19:25 -0800 (PST) Received: from ?IPv6:2a04:ee41:4:1318:ea45:a00:4d43:48fc? ([2a04:ee41:4:1318:ea45:a00:4d43:48fc]) by smtp.gmail.com with ESMTPSA id k18sm10472971wrd.45.2020.12.08.12.19.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Dec 2020 12:19:24 -0800 (PST) Message-ID: Subject: Re: [PATCH bpf-next v3] bpf: Only provide bpf_sock_from_file with CONFIG_NET From: Florent Revest To: Randy Dunlap , bpf@vger.kernel.org Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, kpsingh@chromium.org, kafai@fb.com, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, kernel test robot Date: Tue, 08 Dec 2020 21:19:17 +0100 In-Reply-To: References: <20201208173623.1136863-1-revest@chromium.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.4-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2020-12-08 at 12:06 -0800, Randy Dunlap wrote: > On 12/8/20 9:36 AM, Florent Revest wrote: > > Acked-by: Randy Dunlap > > I would say that I didn't ack this version of the patch (hey, > it's 3x the size of the v1/v2 patches), but I have just > rebuilt with v3, so the Ack is OK. :) Oops! I'll be more careful in the future, thank you Randy. ;)