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 1D07CC4167D for ; Tue, 8 Feb 2022 22:23:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1386785AbiBHWW6 (ORCPT ); Tue, 8 Feb 2022 17:22:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1386493AbiBHUmI (ORCPT ); Tue, 8 Feb 2022 15:42:08 -0500 Received: from mail-lj1-x235.google.com (mail-lj1-x235.google.com [IPv6:2a00:1450:4864:20::235]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2402CC0613CB for ; Tue, 8 Feb 2022 12:42:07 -0800 (PST) Received: by mail-lj1-x235.google.com with SMTP id o17so617033ljp.1 for ; Tue, 08 Feb 2022 12:42:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cloudflare.com; s=google; h=references:user-agent:from:to:cc:subject:in-reply-to:date :message-id:mime-version; bh=1arNLeaBe5R3++hUI9/c4FXwtGni/EUby5Sin47pTdk=; b=Lb7EmKUMUybeoFQm61QwAXKAIUC96MWw5KHpW6AXfdODIb97hzU4gI1Jaum5QRmbJD I5Uy4zR+U1GCM4wXIgjANF4btuzAUtWHC44SOc56L7XL0ZZaVd6luXrADm0RItW0MYGf qMSECZalMnz6eRPrXJzUORG7Hmx3dWAKi4/3I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=1arNLeaBe5R3++hUI9/c4FXwtGni/EUby5Sin47pTdk=; b=O81Q1mZ8PSLuxC/1yExHuNT2ghu9z0zfX7wq8m9I3h4rXOMs2VbRIcKLql3A/AEpIZ /FY6g2fNWH/YY5uV0LF/6IHbDQZzWIHm6NKjITcx5tEgx1mZScDkL2pdw/8oc7HYNKd4 3WFCBvawhAU8IGN8WOJYyrzymYzFsCRcSnKaOkjG/Zgm9APC0NKCGA+4oBI6nsnQAnry 87X9WUHQEkb6LU2ZduSXR4tOquf+kKfAUQjz98nmEbu+0MzNiNODId/WMSD1pVyd48Ef uxWwsC3qIu04C6WyN6kCWg9BJvyVWXbax2BILylUhEX0JkuH7muhYBOHI8AyrRm992TE C86w== X-Gm-Message-State: AOAM532Y0d1gAwWZWBhAHQSMI3Nes3bhOox2XkkEhBZQTIEFsl4k5Kck tym5uSXw02+DrLI0iSFU9xoEog== X-Google-Smtp-Source: ABdhPJyxVwpRL74mQEbdgzHrBRw1AQc1y8JfoA1keQTYYNxstmTY9HZuC7hb70h9WGhv/VfOqUrgLw== X-Received: by 2002:a2e:bf08:: with SMTP id c8mr3872583ljr.281.1644352925372; Tue, 08 Feb 2022 12:42:05 -0800 (PST) Received: from cloudflare.com (2a01-110f-4809-d800-0000-0000-0000-0e00.aa.ipv6.supernova.orange.pl. [2a01:110f:4809:d800::e00]) by smtp.gmail.com with ESMTPSA id m17sm2052933lfr.24.2022.02.08.12.42.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Feb 2022 12:42:05 -0800 (PST) References: <20220207131459.504292-2-jakub@cloudflare.com> <202202080631.n8UjqRXy-lkp@intel.com> User-agent: mu4e 1.1.0; emacs 27.2 From: Jakub Sitnicki To: Alexei Starovoitov Cc: kernel test robot , bpf , kbuild-all@lists.01.org, Network Development , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , kernel-team Subject: Re: [PATCH bpf-next 1/2] bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide In-reply-to: Date: Tue, 08 Feb 2022 21:42:04 +0100 Message-ID: <87y22lqeeb.fsf@cloudflare.com> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Tue, Feb 08, 2022 at 08:28 PM CET, Alexei Starovoitov wrote: > On Mon, Feb 7, 2022 at 2:05 PM kernel test robot wrote: >> 7c32e8f8bc33a5f Lorenz Bauer 2021-03-03 1148 >> 7c32e8f8bc33a5f Lorenz Bauer 2021-03-03 @1149 if (user_ctx->local_port > U16_MAX || user_ctx->remote_port > U16_MAX) { > > Jakub, > are you planning to respin and remove that check? Yes, certainly. Just didn't get to it today. Can either respin the series or send a follow-up. Whatever works. From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============9170689050195741534==" MIME-Version: 1.0 From: Jakub Sitnicki To: kbuild-all@lists.01.org Subject: Re: [PATCH bpf-next 1/2] bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide Date: Tue, 08 Feb 2022 21:42:04 +0100 Message-ID: <87y22lqeeb.fsf@cloudflare.com> In-Reply-To: List-Id: --===============9170689050195741534== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Tue, Feb 08, 2022 at 08:28 PM CET, Alexei Starovoitov wrote: > On Mon, Feb 7, 2022 at 2:05 PM kernel test robot wrote: >> 7c32e8f8bc33a5f Lorenz Bauer 2021-03-03 1148 >> 7c32e8f8bc33a5f Lorenz Bauer 2021-03-03 @1149 if (user_ctx->local_port= > U16_MAX || user_ctx->remote_port > U16_MAX) { > > Jakub, > are you planning to respin and remove that check? Yes, certainly. Just didn't get to it today. Can either respin the series or send a follow-up. Whatever works. --===============9170689050195741534==--