Bug 1619272
| Summary: | Provide bpf(2) man page | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Stanislav Kozina <skozina> |
| Component: | man-pages-overrides | Assignee: | Nikola Forró <nforro> |
| Status: | CLOSED ERRATA | QA Contact: | Jan Houska <jhouska> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.6 | CC: | esyr, jhouska, nforro, ovasik, smoroney |
| Target Milestone: | rc | Keywords: | ManPageChange |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | man-pages-overrides-7.6.2-1.el7 | Doc Type: | No Doc Update |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-10-30 11:35:04 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1619614 | ||
|
Description
Stanislav Kozina
2018-08-20 13:27:31 UTC
It's probably also worth updating perf_event_open(2), that contains description of PERF_EVENT_IOC_SET_BPF and PERF_EVENT_IOC_QUERY_BPF. Stanislav, it seems that bpftool.8 man page is already included in bpftool package. VERIFIED
OLD:
man-pages-overrides-7.5.2-1.el7
No output found using 'man 2 bpf' command.
NEW:
man-pages-overrides-7.6.2-1.el7
The command 'man 2 bpf' prints following output:
"""
BPF(2) Linux Programmer's Manual BPF(2)
NAME
bpf - perform a command on an extended BPF map or program
SYNOPSIS
#include <linux/bpf.h>
int bpf(int cmd, union bpf_attr *attr, unsigned int size);
DESCRIPTION
The bpf() system call performs a range of operations related to extended Berkeley Packet Filters. Extended BPF (or eBPF) is similar to the original ("classic") BPF (cBPF) used .....
"""
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:3254 |