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:   Sun, 13 May 2018 21:07:21 -0400 (EDT)
From:   David Miller <davem@...emloft.net>
To:     daniel@...earbox.net
Cc:     ast@...nel.org, netdev@...r.kernel.org
Subject: Re: pull-request: bpf 2018-05-14

From: Daniel Borkmann <daniel@...earbox.net>
Date: Mon, 14 May 2018 02:47:10 +0200

> The following pull-request contains BPF updates for your *net* tree.
> 
> The main changes are:
> 
> 1) Fix nfp to allow zero-length BPF capabilities, meaning the nfp
>    capability parsing loop will otherwise exit early if the last
>    capability is zero length and therefore driver will fail to probe
>    with an error such as:
> 
>      nfp: BPF capabilities left after parsing, parsed:92 total length:100
>      nfp: invalid BPF capabilities at offset:92
> 
>    Fix from Jakub.
> 
> 2) libbpf's bpf_object__open() may return IS_ERR_OR_NULL() and not
>    just an error. Fix libbpf's bpf_prog_load_xattr() to handle that
>    case as well, also from Jakub.
> 
> Please consider pulling these changes from:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git

Pulled, thanks Daniel.

Powered by blists - more mailing lists