All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: bpf 2018-10-05
@ 2018-10-05 17:47 Daniel Borkmann
  2018-10-05 17:56 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Borkmann @ 2018-10-05 17:47 UTC (permalink / raw)
  To: davem; +Cc: daniel, ast, netdev

Hi David,

The following pull-request contains BPF updates for your *net* tree.

The main changes are:

1) Fix to truncate input on ALU operations in 32 bit mode, from Jann.

2) Fixes for cgroup local storage to reject reserved flags on element
   update and rejection of map allocation with zero-sized value, from Roman.

Please consider pulling these changes from:

  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git

Thanks a lot!

----------------------------------------------------------------

The following changes since commit d4ce58082f206bf6e7d697380c7bc5480a8b0264:

  net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not int (2018-09-26 20:33:21 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git 

for you to fetch changes up to b799207e1e1816b09e7a5920fbb2d5fcf6edd681:

  bpf: 32-bit RSH verification must truncate input before the ALU op (2018-10-05 18:41:45 +0200)

----------------------------------------------------------------
Jann Horn (1):
      bpf: 32-bit RSH verification must truncate input before the ALU op

Roman Gushchin (2):
      bpf: harden flags check in cgroup_storage_update_elem()
      bpf: don't accept cgroup local storage with zero value size

 kernel/bpf/local_storage.c |  5 ++++-
 kernel/bpf/verifier.c      | 10 +++++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pull-request: bpf 2018-10-05
  2018-10-05 17:47 pull-request: bpf 2018-10-05 Daniel Borkmann
@ 2018-10-05 17:56 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-10-05 17:56 UTC (permalink / raw)
  To: daniel; +Cc: ast, netdev

From: Daniel Borkmann <daniel@iogearbox.net>
Date: Fri,  5 Oct 2018 19:47:13 +0200

> The following pull-request contains BPF updates for your *net* tree.
> 
> The main changes are:
> 
> 1) Fix to truncate input on ALU operations in 32 bit mode, from Jann.
> 
> 2) Fixes for cgroup local storage to reject reserved flags on element
>    update and rejection of map allocation with zero-sized value, from Roman.
> 
> Please consider pulling these changes from:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git

Pulled, thanks Daniel.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-06  0:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-05 17:47 pull-request: bpf 2018-10-05 Daniel Borkmann
2018-10-05 17:56 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.