The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Leon Hwang <leon.hwang@linux.dev>
To: Mykyta Yatsenko <mykyta.yatsenko5@gmail.com>, bpf@vger.kernel.org
Cc: Alexei Starovoitov <ast@kernel.org>,
	Daniel Borkmann <daniel@iogearbox.net>,
	Andrii Nakryiko <andrii@kernel.org>,
	Martin KaFai Lau <martin.lau@linux.dev>,
	Eduard Zingerman <eddyz87@gmail.com>,
	Kumar Kartikeya Dwivedi <memxor@gmail.com>,
	Shuah Khan <shuah@kernel.org>,
	linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
	kernel-patches-bot@fb.com
Subject: Re: [PATCH bpf-next 2/5] bpf: Fix concurrent regression in map_create()
Date: Wed, 20 May 2026 22:51:01 +0800	[thread overview]
Message-ID: <a07b3d7f-7fda-4c9a-831d-447e4696ddfe@linux.dev> (raw)
In-Reply-To: <c0fb85f0-38f2-4f31-81a1-6650359752e9@gmail.com>

On 2026/5/19 23:15, Mykyta Yatsenko wrote:
> 
> 
> On 5/19/26 3:47 AM, Leon Hwang wrote:
>> On 19/5/26 00:43, Mykyta Yatsenko wrote:
>>>
>>>
>>> On 5/18/26 3:54 PM, Leon Hwang wrote:
>>
>>> If map_crate() failed with error code and then log finalization failed, do we really
>>> want to override error code? It sounds like map_create error is more important.
>>>
>>
>> In that case, there are two error codes that should be returned to user
>> space. How to achieve it?
>>
>> Since we should not ignore any error code of them, can we report the
>> error code of __map_create() failure by adding an error attr to struct
>> bpf_common_attr? Hmm, seems not a good idea.
>>
>> Any idea?
> 
> I think we should do what Alexei suggests.
> 
> For example: we return ENOSPC when log is too short, regardless
> of the status of the operation for BPF_PROG_LOAD (see bpf_object_load_prog()
> in libbpf.c), it makes sense to do it consistently for map_create as well.
> 
> log_finalize() error always overrides map_create() error.
> 
> A precedent: We are safe from this race in bpf_prog_load(): bpf_prog_alloc_id() makes
> prog exposed, only after bpf_check() succeeds, which finalizes log.
> We should do similar for map_create().
> 
Thanks for your explanation.

Will send v2 that follows Alexei's suggestion.

Thanks,
Leon


  reply	other threads:[~2026-05-20 14:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-18 14:54 [PATCH bpf-next 0/5] bpf: Follow-up fixes for BPF syscall common attributes Leon Hwang
2026-05-18 14:54 ` [PATCH bpf-next 1/5] bpf: Check tail zero of bpf_common_attr using offsetofend Leon Hwang
2026-05-18 16:14   ` Mykyta Yatsenko
2026-05-19  2:45     ` Leon Hwang
2026-05-18 14:54 ` [PATCH bpf-next 2/5] bpf: Fix concurrent regression in map_create() Leon Hwang
2026-05-18 15:40   ` bot+bpf-ci
2026-05-19  2:48     ` Leon Hwang
2026-05-19  3:05       ` Alexei Starovoitov
2026-05-19 10:48         ` Leon Hwang
2026-05-18 16:43   ` Mykyta Yatsenko
2026-05-19  2:47     ` Leon Hwang
2026-05-19 15:15       ` Mykyta Yatsenko
2026-05-20 14:51         ` Leon Hwang [this message]
2026-05-18 14:54 ` [PATCH bpf-next 3/5] libbpf: Add OPTS_VALID() for log_opts in bpf_map_create Leon Hwang
2026-05-18 14:54 ` [PATCH bpf-next 4/5] selftests/bpf: Use -1 as token_fd in map create failure test Leon Hwang
2026-05-18 14:54 ` [PATCH bpf-next 5/5] selftests/bpf: Add test to verify checking padding bytes for BPF syscall common attributes Leon Hwang
2026-05-19  2:00 ` [PATCH bpf-next 0/5] bpf: Follow-up fixes " 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=a07b3d7f-7fda-4c9a-831d-447e4696ddfe@linux.dev \
    --to=leon.hwang@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-patches-bot@fb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=martin.lau@linux.dev \
    --cc=memxor@gmail.com \
    --cc=mykyta.yatsenko5@gmail.com \
    --cc=shuah@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