BPF List
 help / color / mirror / Atom feed
From: Martin KaFai Lau <martin.lau@linux.dev>
To: Song Liu <song@kernel.org>, bpf@vger.kernel.org
Cc: kernel-team@meta.com, andrii@kernel.org, eddyz87@gmail.com,
	ast@kernel.org, daniel@iogearbox.net
Subject: Re: [PATCH bpf-next] selftests/bpf: Add a test for mmap-able map in map
Date: Tue, 23 Jul 2024 12:13:36 -0700	[thread overview]
Message-ID: <312c4729-d311-4c1c-817a-a5d43d18c4ae@linux.dev> (raw)
In-Reply-To: <20240723051455.1589192-1-song@kernel.org>

On 7/22/24 10:14 PM, Song Liu wrote:
> diff --git a/tools/testing/selftests/bpf/progs/mmap_inner_array.c b/tools/testing/selftests/bpf/progs/mmap_inner_array.c
> new file mode 100644
> index 000000000000..db8ca2aa4347
> --- /dev/null
> +++ b/tools/testing/selftests/bpf/progs/mmap_inner_array.c
> @@ -0,0 +1,59 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/* Copyright (c) 2024 Meta Platforms, Inc. and affiliates. */
> +
> +#include "vmlinux.h"
> +#include <bpf/bpf_helpers.h>
> +#include <bpf/bpf_tracing.h>

nit. bpf_tracing.h is not needed.

> +
> +#include "bpf_misc.h"
> +#include "bpf_experimental.h"

Same for bpf_experimental.h. Removed before applying. Thanks.


  parent reply	other threads:[~2024-07-23 19:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-23  5:14 [PATCH bpf-next] selftests/bpf: Add a test for mmap-able map in map Song Liu
2024-07-23  5:58 ` bot+bpf-ci
2024-07-23 19:13 ` Martin KaFai Lau [this message]
2024-07-23 19:20 ` patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=312c4729-d311-4c1c-817a-a5d43d18c4ae@linux.dev \
    --to=martin.lau@linux.dev \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=eddyz87@gmail.com \
    --cc=kernel-team@meta.com \
    --cc=song@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox