Merge upstream branch 'main'#51
Open
github-actions[bot] wants to merge 18 commits intoContainer-On-Android:mainfrom
Open
Merge upstream branch 'main'#51github-actions[bot] wants to merge 18 commits intoContainer-On-Android:mainfrom
github-actions[bot] wants to merge 18 commits intoContainer-On-Android:mainfrom
Conversation
Update for f085a8c Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Update for 9799eba Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Update Japanese man pages
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…pload-artifact-7 build(deps): bump actions/upload-artifact from 6 to 7
Reported-by: Korantin Auguste Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
utils: Add quotes around exec arguments
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
The user provided hook command may contain its own quoting, so keep that one as is and only put quotes around the extra arguments that we control ourselves. Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
utils: Update buffer size to account for quotes
… setup. Signed-off-by: Alex Davis <alex14641@yahoo.com>
Fix issue where pidfd_ functions were not being detected during meson…
…setup. Signed-off-by: Alex Davis <alex14641@yahoo.com>
Fix issue where memfd functions were not being detected during meson setup.
The mount_injection test was exiting immediately on failure without calling lxc_teardown_shmount(), leaving /tmp/mount_injection_test mounted and causing "Device or resource busy" errors when trying to remove it. Store the test result and ensure lxc_teardown_shmount() is always called before exiting, even when tests fail. Signed-off-by: akash-hadke <akash.hadke@bmwtechworks.in>
tests: mount_injection: ensure cleanup on test failure
Signed-off-by: Alex Davis <alex14641@yahoo.com>
Fix issue where lxc-start takes a long time to start up on a cgroup v2 system without systemd.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge branch 'lxc:main' into main