Netdev List
 help / color / mirror / Atom feed
From: Taeung Song <treeze.taeung@gmail.com>
To: Alexei Starovoitov <ast@kernel.org>,
	Daniel Borkmann <daniel@iogearbox.net>
Cc: Teng Qin <qinteng@fb.com>,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	Taeung Song <treeze.taeung@gmail.com>
Subject: [PATCH 0/4] samples/bpf: simple fixes
Date: Mon,  2 Jul 2018 18:14:49 +0900	[thread overview]
Message-ID: <1530522893-8961-1-git-send-email-treeze.taeung@gmail.com> (raw)

Hello,
This patchset fixes trivial things that I found
when testing 'samples/bpf/' sample code.
I'd appreciate it, if you review this.

Thanks,
Taeung

Taeung Song (4):
  samples/bpf: add missing <linux/if_vlan.h>
  samples/bpf: Check the result of system()
  samples/bpf: Check the error of write() and read()
  samples/bpf: add .gitignore file

 samples/bpf/.gitignore           | 49 ++++++++++++++++++++++++++++++++++++++++
 samples/bpf/parse_varlen.c       |  6 +----
 samples/bpf/test_overhead_user.c | 20 ++++++++++++----
 samples/bpf/trace_event_user.c   | 27 +++++++++++++++++++---
 4 files changed, 89 insertions(+), 13 deletions(-)
 create mode 100644 samples/bpf/.gitignore

-- 
2.7.4

             reply	other threads:[~2018-07-02  9:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-02  9:14 Taeung Song [this message]
2018-07-02  9:14 ` [PATCH 1/4] samples/bpf: add missing <linux/if_vlan.h> Taeung Song
2018-07-02  9:14 ` [PATCH 2/4] samples/bpf: Check the result of system() Taeung Song
2018-07-02  9:14 ` [PATCH 3/4] samples/bpf: Check the error of write() and read() Taeung Song
2018-07-02  9:25   ` David Laight
2018-07-02  9:47     ` Taeung Song
2018-07-02  9:14 ` [PATCH 4/4] samples/bpf: add .gitignore file Taeung Song

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1530522893-8961-1-git-send-email-treeze.taeung@gmail.com \
    --to=treeze.taeung@gmail.com \
    --cc=ast@kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=qinteng@fb.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox