Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Friendly map create errors, document rlimit and perf ring garbage #94

Merged
merged 3 commits into from
Jun 1, 2020

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    efa5035 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    2fcd512 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. perf - reader.go: document possible garbage read from perf ring, add …

    …reproducer
    
    A patch for this was submitted upstream:
    https://lore.kernel.org/patchwork/patch/1244339.
    
    Promises about the buffer's alignment were also removed because they were
    inacurrate. The `perf_event_open` man page is incorrect, and there's
    another bug in the kernel that causes these buffers to be unaligned.
    ti-mo committed May 29, 2020
    Configuration menu
    Copy the full SHA
    3e03ece View commit details
    Browse the repository at this point in the history