[PATCH v5 0/2] perf/core: Bail out early if the request AUX area is out of bound

Shuai Xue posted 2 patches 2 years, 3 months ago
kernel/events/ring_buffer.c              |  6 ++++++
tools/perf/Documentation/perf-record.txt | 11 +++++++++++
2 files changed, 17 insertions(+)
[PATCH v5 0/2] perf/core: Bail out early if the request AUX area is out of bound
Posted by Shuai Xue 2 years, 3 months ago
changes since v4 (per Leo):
- refine comments as Leo asked
- correct aux limitation in doc by adding a formula

changes since v3 (per James):
- change to return with existing value -ENOMEM
- split doc part to a separate patch since they are going to be merged through
  separate trees.

changes since v2:
- remove unnecessary overflow check (per Peter)

changes since v1:
- drop out patch2 because it has been fixed on upstream (Thanks James for reminding)
- move sanity check into rb_alloc_aux (per Leo)
- add overflow check (per James)

Shuai Xue (2):
  perf/core: Bail out early if the request AUX area is out of bound
  perf record: Update docs regarding the maximum limitation of AUX area

 kernel/events/ring_buffer.c              |  6 ++++++
 tools/perf/Documentation/perf-record.txt | 11 +++++++++++
 2 files changed, 17 insertions(+)

-- 
2.39.3