diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-08 12:30:36 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-08 12:30:36 +0200 |
commit | 096e34b05a439f0e607529d9404be3c3f59d2064 (patch) | |
tree | bf48efd0cb27563cd379e7bfbecea602f53fb4b0 | |
parent | bcecd2ee19efeae47519e0fd4126559feeea129e (diff) |
kbuild: fix up permissions on scripts/pahole-flags.sh
Commit b775fbf532dc ("kbuild: Add skip_encoding_btf_enum64 option to
pahole") created the file scripts/pahole-flags.sh, but due to a mismatch
between patch and quilt and git, the execute permissions did not get set
properly. Fix that up.
Reported-by: Florian Fainelli <f.fainelli@gmail.com>
Reported-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Fixes: b775fbf532dc ("kbuild: Add skip_encoding_btf_enum64 option to pahole")
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rwxr-xr-x[-rw-r--r--] | scripts/pahole-flags.sh | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/scripts/pahole-flags.sh b/scripts/pahole-flags.sh index 7acee326aa6c..7acee326aa6c 100644..100755 --- a/scripts/pahole-flags.sh +++ b/scripts/pahole-flags.sh |