OSDN Git Service

Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Thu, 21 Dec 2017 04:10:29 +0000 (23:10 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Dec 2017 04:10:29 +0000 (23:10 -0500)
commit8b6ca2bf5a9b25369d7ec821ca051246558fbee0
treec7a9ca626644ea705d1ee28c227bef159b0003b7
parentb4681c2829e24943aadd1a7bb3a30d41d0a20050
parent82abbf8d2fc46d79611ab58daa7c608df14bb3ee
Merge git://git./pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2017-12-21

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

The main changes are:

1) Fix multiple security issues in the BPF verifier mostly related
   to the value and min/max bounds tracking rework in 4.14. Issues
   range from incorrect bounds calculation in some BPF_RSH cases,
   to improper sign extension and reg size handling on 32 bit
   ALU ops, missing strict alignment checks on stack pointers, and
   several others that got fixed, from Jann, Alexei and Edward.

2) Fix various build failures in BPF selftests on sparc64. More
   specifically, librt needed to be added to the libs to link
   against and few format string fixups for sizeof, from David.

3) Fix one last remaining issue from BPF selftest build that was
   still occuring on s390x from the asm/bpf_perf_event.h include
   which could not find the asm/ptrace.h copy, from Hendrik.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>