]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf header: Bump up the max number of command line args allowed
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 10 Apr 2026 22:08:54 +0000 (19:08 -0300)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 14 Apr 2026 06:21:52 +0000 (23:21 -0700)
commit06452a412e5e89c62cd4917a457c5cfd43dc1ead
tree027f6b3b554b613eefdccf59ad8f6254db0f3920
parentf823d7efb81cd2a799dc386da4f9292fdc2c1dbe
perf header: Bump up the max number of command line args allowed

We need to do some upper limit validation, bump up the arbitrary limit
as per suggestion of Sashiko about command line wildcard expansion
ending up with more than 32768 args.

Link: https://sashiko.dev/#/patchset/20260408172846.96360-1-acme%40kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/header.c