From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: pull-request: bpf 2018-03-29 Date: Thu, 29 Mar 2018 16:38:00 +0200 Message-ID: <20180329143800.20949-1-daniel@iogearbox.net> Cc: daniel@iogearbox.net, ast@kernel.org, netdev@vger.kernel.org To: davem@davemloft.net Return-path: Received: from www62.your-server.de ([213.133.104.62]:55478 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151AbeC2OiC (ORCPT ); Thu, 29 Mar 2018 10:38:02 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Hi David, The following pull-request contains BPF updates for your *net* tree. The main changes are: 1) Fix nfp to properly check max insn count while emitting instructions in the JIT which was wrongly comparing bytes against number of instructions before, from Jakub. 2) Fix for bpftool to avoid usage of hex numbers in JSON output since JSON doesn't accept hex numbers with 0x prefix, also from Jakub. 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 1bfa26ff8c4b7512f4e4efa6df211239223033d4: ipv6: fix possible deadlock in rt6_age_examine_exception() (2018-03-23 13:40:34 -0400) 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 e8a4796ee2954db9f7e9b52e5fbc66ef876752f6: nfp: bpf: fix check of program max insn count (2018-03-24 10:41:24 -0700) ---------------------------------------------------------------- Jakub Kicinski (2): tools: bpftool: don't use hex numbers in JSON output nfp: bpf: fix check of program max insn count drivers/net/ethernet/netronome/nfp/bpf/jit.c | 6 +++++- tools/bpf/bpftool/map.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-)