Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kernel-patches/bpf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e49e580
Choose a base ref
...
head repository: kernel-patches/bpf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f18a7c5
Choose a head ref
  • 3 commits
  • 21 files changed
  • 3 contributors

Commits on Nov 6, 2020

  1. tools/bpftool: Fix attaching flow dissector

    My earlier patch to reject non-zero arguments to flow dissector attach
    broke attaching via bpftool. Instead of 0 it uses -1 for target_fd.
    Fix this by passing a zero argument when attaching the flow dissector.
    
    Fixes: 1b51423 ("bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACH")
    Reported-by: Jiri Benc <jbenc@redhat.com>
    Signed-off-by: Lorenz Bauer <lmb@cloudflare.com>
    Signed-off-by: Alexei Starovoitov <ast@kernel.org>
    Acked-by: Song Liu <songliubraving@fb.com>
    Link: https://lore.kernel.org/bpf/20201105115230.296657-1-lmb@cloudflare.com
    lmb authored and Alexei Starovoitov committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    f9b7ff0 View commit details
    Browse the repository at this point in the history
  2. adding ci files

    kernel-patches-bot committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    e46a187 View commit details
    Browse the repository at this point in the history
  3. Docs/bpf: Improve bpf_design_QA.rst

    - Rephrase wording such that the file flows better
    - Improve consistency with respect to word use, grammar and style
    - Remove point on loops not being supported as BPF now has support for
      bounded loops
    
    Signed-off-by: Rhys Rustad-Elliott <me@rhysre.net>
    GunshipPenguin authored and kernel-patches-bot committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    f18a7c5 View commit details
    Browse the repository at this point in the history
Loading