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

Auto mount in Docker containers (#1416) #1440

Merged
merged 30 commits into from
Jun 14, 2023

Conversation

iapaddler
Copy link
Contributor

Enable procs to load the library in containers
Access the Edge socket if applicable

close #1416
close #1424

@iapaddler iapaddler added enhancement New feature or request libscope labels Apr 18, 2023
@iapaddler
Copy link
Contributor Author

iapaddler commented Apr 18, 2023

  • Test with scope service
  • Resolve symbol resolution of runtime/internal/syscall.Syscall6.abi0
  • Test on x86_64 (ARM64 only thus far)
  • patch libscope before creating ld.so.preload
  • Integ tests

src/wrap_go.c Outdated Show resolved Hide resolved
src/wrap_go.c Outdated Show resolved Hide resolved
src/wrap_go.c Outdated Show resolved Hide resolved
src/utils.c Outdated Show resolved Hide resolved
src/wrap_go.c Outdated Show resolved Hide resolved
src/wrap_go.c Outdated Show resolved Hide resolved
src/wrap_go.c Outdated Show resolved Hide resolved
src/wrap_go.c Outdated Show resolved Hide resolved
src/wrap_go.c Outdated Show resolved Hide resolved
@seanvaleo seanvaleo changed the title Auto mount in Docker containers (1416) Auto mount in Docker containers (#1416) May 2, 2023
src/utils.c Outdated Show resolved Hide resolved
src/utils.c Outdated Show resolved Hide resolved
src/utils.c Outdated Show resolved Hide resolved
src/utils.c Outdated Show resolved Hide resolved
src/utils.c Outdated Show resolved Hide resolved
@iapaddler iapaddler marked this pull request as ready for review June 7, 2023 21:13
src/wrap_go.c Show resolved Hide resolved
src/wrap_go.c Outdated Show resolved Hide resolved
src/wrap_go.c Outdated Show resolved Hide resolved
src/wrap_go.c Outdated Show resolved Hide resolved
src/wrap_go.c Show resolved Hide resolved
src/wrap_go.c Outdated Show resolved Hide resolved
src/utils.c Outdated

#define SYSPRINT_CONSOLE 1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to 0

src/wrap_go.c Outdated
// __FUNCTION__, __LINE__, &data[j]);

switch (data[j]) {
// Go 18 and 20
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

18-20

@seanvaleo seanvaleo merged commit 6370fb8 into release/1.4 Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request libscope
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants