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:   Wed, 15 May 2019 18:29:05 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     daniel@...earbox.net
Cc:     ast@...nel.org, netdev@...r.kernel.org, bpf@...r.kernel.org
Subject: Re: pull-request: bpf 2019-05-16

From: Daniel Borkmann <daniel@...earbox.net>
Date: Thu, 16 May 2019 01:54:28 +0200

> The following pull-request contains BPF updates for your *net* tree.
> 
> The main changes are:
> 
> 1) Fix a use after free in __dev_map_entry_free(), from Eric.
> 
> 2) Several sockmap related bug fixes: a splat in strparser if
>    it was never initialized, remove duplicate ingress msg list
>    purging which can race, fix msg->sg.size accounting upon
>    skb to msg conversion, and last but not least fix a timeout
>    bug in tcp_bpf_wait_data(), from John.
> 
> 3) Fix LRU map to avoid messing with eviction heuristics upon
>    syscall lookup, e.g. map walks from user space side will
>    then lead to eviction of just recently created entries on
>    updates as it would mark all map entries, from Daniel.
> 
> 4) Don't bail out when libbpf feature probing fails. Also
>    various smaller fixes to flow_dissector test, from Stanislav.
> 
> 5) Fix missing brackets for BTF_INT_OFFSET() in UAPI, from Gary.
> 
> 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

Powered by Openwall GNU/*/Linux Powered by OpenVZ