All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexei Starovoitov <alexei.starovoitov@gmail.com>
To: Ilya Leoshkevich <iii@linux.ibm.com>
Cc: Alexei Starovoitov <ast@kernel.org>,
	Daniel Borkmann <daniel@iogearbox.net>, bpf <bpf@vger.kernel.org>,
	Heiko Carstens <hca@linux.ibm.com>,
	Vasily Gorbik <gor@linux.ibm.com>
Subject: Re: [PATCH bpf-next] samples/bpf, selftests/bpf: use bpf_probe_read_kernel
Date: Tue, 21 Jul 2020 12:58:50 -0700	[thread overview]
Message-ID: <CAADnVQKp=eAcZKbf_L5mGVBNZmcFJpa4=U4i34US1dUf3ELdew@mail.gmail.com> (raw)
In-Reply-To: <20200720114806.88823-1-iii@linux.ibm.com>

On Mon, Jul 20, 2020 at 4:48 AM Ilya Leoshkevich <iii@linux.ibm.com> wrote:
>
> A handful of samples and selftests fail to build on s390, because
> after commit 0ebeea8ca8a4 ("bpf: Restrict bpf_probe_read{, str}()
> only to archs where they work") bpf_probe_read is not available
> anymore.
>
> Fix by using bpf_probe_read_kernel.
>
> Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>

Applied. Thanks

      reply	other threads:[~2020-07-21 19:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-20 11:48 [PATCH bpf-next] samples/bpf, selftests/bpf: use bpf_probe_read_kernel Ilya Leoshkevich
2020-07-21 19:58 ` Alexei Starovoitov [this message]

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='CAADnVQKp=eAcZKbf_L5mGVBNZmcFJpa4=U4i34US1dUf3ELdew@mail.gmail.com' \
    --to=alexei.starovoitov@gmail.com \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=gor@linux.ibm.com \
    --cc=hca@linux.ibm.com \
    --cc=iii@linux.ibm.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.