lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 22 Oct 2021 01:21:50 +0000
From:   "zhudi (E)" <zhudi2@...wei.com>
To:     Alexei Starovoitov <alexei.starovoitov@...il.com>
CC:     "David S. Miller" <davem@...emloft.net>,
        Alexei Starovoitov <ast@...nel.org>,
        Daniel Borkmann <daniel@...earbox.net>,
        Andrii Nakryiko <andrii@...nel.org>,
        Martin KaFai Lau <kafai@...com>, bpf <bpf@...r.kernel.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: 答复: [PATCH] bpf: support BPF_PROG_QUERY for progs attached to sockmap

Sorry, it's my carelessness. I'll adapt it on the latest kernel.

Thanks.

> On Tue, Oct 19, 2021 at 5:59 AM Di Zhu <zhudi2@...wei.com> wrote:
> > +               break;
> > +#if IS_ENABLED(CONFIG_BPF_STREAM_PARSER)
> > +       case BPF_SK_SKB_STREAM_PARSER:
> > +               *prog = READ_ONCE(progs->skb_parser);
> 
> skb_parser?
> Please don't submit patches that don't even build.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ