From patchwork Tue Aug 20 23:08:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Wu X-Patchwork-Id: 1150462 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lekensteyn.nl Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lekensteyn.nl header.i=@lekensteyn.nl header.b="DqHIfd6f"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 46Cmh73mV9z9sMr for ; Wed, 21 Aug 2019 09:09:11 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726584AbfHTXJK (ORCPT ); Tue, 20 Aug 2019 19:09:10 -0400 Received: from lekensteyn.nl ([178.21.112.251]:34323 "EHLO lekensteyn.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726028AbfHTXJJ (ORCPT ); Tue, 20 Aug 2019 19:09:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lekensteyn.nl; s=s2048-2015-q1; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject:Cc:To:From; bh=4HwCBJFfSBkXZe8xYmCQoO/bOakWt6wrHLfSFTA8ino=; b=DqHIfd6f8UIzx3Bsa35j8eDbh7AAhwSm9FPc9wXLKvqtE5T2rGjgfAlHg5YzwuKI1ujcJ4a0nrnx1FTlSk/6iJZi5DsySs0MX4zWNk/3LhjQQ4pC17NL0UV+BKLk5VRIsUM3NyL+4HSF2TTBlhPIB1Bg2+53eJYJY0U4yQV6va6vD8dZevdxKDhzlMMrFqZ127aS02S/FvOnFiDXjPoC4yYRjy9Sw8R0ADjkIrMjjD4aSyTLUtqgBlEhV/Hst0o1ukeOZHUshks8p5/uOC9+CKBDc5MEKRs+TMINC+3AuT0hQh7zJRHVYpgWzznbRIhDQlgSuyA+luAmZq85ompJNQ==; Received: by lekensteyn.nl with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1i0DFO-00055S-9k; Wed, 21 Aug 2019 01:09:03 +0200 From: Peter Wu To: Alexei Starovoitov , Daniel Borkmann Cc: netdev@vger.kernel.org, bpf@vger.kernel.org Subject: [PATCH v2 0/4] BPF-related documentation fixes Date: Wed, 21 Aug 2019 00:08:56 +0100 Message-Id: <20190820230900.23445-1-peter@lekensteyn.nl> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Spam-Status: No, hits=-0.0 required=5.0 tests=NO_RELAYS=-0.001 autolearn=unavailable autolearn_force=no Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi, Here are some small doc updates that should hopefully save the next eBPF/uprobe user some time. Based on v5.3-rc2, but net-next appears to have no conflicts. Changes since the v1[1]: - Split bpf.h patch for kernel and userspace tools (requested by Alexei) - Add new 'bpf: clarify when bpf_trace_printk discards lines' patch. Kind regards, Peter [1]: https://lkml.kernel.org/r/20190819212122.10286-1-peter@lekensteyn.nl Peter Wu (4): bpf: clarify description for CONFIG_BPF_EVENTS bpf: fix 'struct pt_reg' typo in documentation bpf: clarify when bpf_trace_printk discards lines bpf: sync bpf.h to tools/ include/uapi/linux/bpf.h | 8 +++++--- kernel/trace/Kconfig | 3 ++- tools/include/uapi/linux/bpf.h | 8 +++++--- 3 files changed, 12 insertions(+), 7 deletions(-)