[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAADnVQKw7MvRet6zn0pn8jmm1f6VrF10Vk52BssWLai3EjX7LQ@mail.gmail.com>
Date: Tue, 17 Dec 2019 09:32:31 -0800
From: Alexei Starovoitov <alexei.starovoitov@...il.com>
To: Daniel Borkmann <daniel@...earbox.net>
Cc: Alexei Starovoitov <ast@...nel.org>,
Network Development <netdev@...r.kernel.org>,
bpf <bpf@...r.kernel.org>, Roman Gushchin <guro@...com>,
Martin KaFai Lau <kafai@...com>
Subject: Re: [PATCH bpf] bpf: Fix cgroup local storage prog tracking
On Tue, Dec 17, 2019 at 4:28 AM Daniel Borkmann <daniel@...earbox.net> wrote:
>
> Recently noticed that we're tracking programs related to local storage maps
> through their prog pointer. This is a wrong assumption since the prog pointer
> can still change throughout the verification process, for example, whenever
> bpf_patch_insn_single() is called.
>
> Therefore, the prog pointer that was assigned via bpf_cgroup_storage_assign()
> is not guaranteed to be the same as we pass in bpf_cgroup_storage_release()
> and the map would therefore remain in busy state forever. Fix this by using
> the prog's aux pointer which is stable throughout verification and beyond.
>
> Fixes: de9cbbaadba5 ("bpf: introduce cgroup storage maps")
> Signed-off-by: Daniel Borkmann <daniel@...earbox.net>
> Cc: Roman Gushchin <guro@...com>
> Cc: Martin KaFai Lau <kafai@...com>
Applied. Thanks
Powered by blists - more mailing lists