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

Fix misc file permissions #2185

Merged
merged 1 commit into from
Feb 5, 2019

Conversation

jeromemarchand
Copy link
Contributor

A few files that are obviously not executable have the exec bit set.
Most those files were created with faulty mode to begin with, but
src/cc/export/helpers.h and src/cc/frontends/clang/loader.cc have had
their exec bit (unintendedly I assume) set by commit bfecc24
("clang: loader: Allow user to override kernel version (#1895)").

A few files that are obviously not executable have the exec bit set.
Most those files were created with faulty mode to begin with, but
src/cc/export/helpers.h and src/cc/frontends/clang/loader.cc have had
their exec bit (unintendedly I assume) set by commit bfecc24
("clang: loader: Allow user to override kernel version (iovisor#1895)").
@palmtenor
Copy link
Member

[buildbot, test this please]

@yonghong-song
Copy link
Collaborator

LGTM. Thanks for the fix!

@yonghong-song yonghong-song merged commit 929348e into iovisor:master Feb 5, 2019
navytux added a commit to navytux/bcc that referenced this pull request Feb 7, 2019
* master: (609 commits)
  docs: references_guide.md: add/fix search examples/tools links (iovisor#2186)
  Fix misc file permissions (iovisor#2185)
  sync with latest bpf (iovisor#2184)
  sync with latest libbpf repo (iovisor#2183)
  docs: fix broken link of bpf_log2l(iovisor#2176)
  examples/tracing: some minor fixes
  Fix tools/syscount -l (iovisor#2180)
  examples/tracing/bitehist.py: add example of linear histogram (iovisor#2177)
  cachestat: bring back HITRATIO column
  Fix debuginfo search on Ubuntu
  Add installation instructions for Amazon Linux 1 AMI Sign-Off-By Travis Davies <[email protected]>
  [iovisor/bcc] trace: Incorrect symbol offsets when using build_id (iovisor#2161) (iovisor#2162)
  profile: exclude CPU idle stacks by default (iovisor#2166)
  fix cpuunclaimed.py with cfs_rq structure change (iovisor#2164)
  tools: rename "deadlock_detector" to "deadlock" (iovisor#2152) (iovisor#2160)
  use libbpf api in bpf_attach_xdp (iovisor#2158)
  support symbol resolution of short-lived process.  (iovisor#2144)
  profile.py: return kernel annotations for folded stacks
  use libbpf APIs from libbpf.c (iovisor#2156)
  ddos_detector.py to monitor DDOS attacks (iovisor#2140)
  ...
palexster pushed a commit to palexster/bcc that referenced this pull request Jul 7, 2019
A few files that are obviously not executable have the exec bit set.
Most those files were created with faulty mode to begin with, but
src/cc/export/helpers.h and src/cc/frontends/clang/loader.cc have had
their exec bit (unintendedly I assume) set by commit bfecc24
("clang: loader: Allow user to override kernel version (iovisor#1895)").
@jeromemarchand jeromemarchand deleted the file-permissions branch August 5, 2019 16:02
CrackerCat pushed a commit to CrackerCat/bcc that referenced this pull request Jul 31, 2024
A few files that are obviously not executable have the exec bit set.
Most those files were created with faulty mode to begin with, but
src/cc/export/helpers.h and src/cc/frontends/clang/loader.cc have had
their exec bit (unintendedly I assume) set by commit bfecc24
("clang: loader: Allow user to override kernel version (iovisor#1895)").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants