Gabe Black has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/53204 )
(
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the
submitted one.
)Change subject: sim-se: Add additional TGT_AT_* constants for Linux.
......................................................................
sim-se: Add additional TGT_AT_* constants for Linux.
These constants are used by at least the newfstatat system call.
Jira Issue: https://gem5.atlassian.net/browse/GEM5-1117
Change-Id: I1732f064aa7ef22995db7011a06112875b3f4c9b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/53204
Reviewed-by: Giacomo Travaglini <[email protected]>
Maintainer: Giacomo Travaglini <[email protected]>
Tested-by: kokoro <[email protected]>
---
M src/kern/linux/linux.hh
1 file changed, 20 insertions(+), 0 deletions(-)
Approvals:
Giacomo Travaglini: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass
diff --git a/src/kern/linux/linux.hh b/src/kern/linux/linux.hh
index 19fb9b2..73b0404 100644
--- a/src/kern/linux/linux.hh
+++ b/src/kern/linux/linux.hh
@@ -297,6 +297,9 @@
// for *at syscalls
static const int TGT_AT_FDCWD = -100;
static const int TGT_AT_REMOVEDIR = 0x200;
+ static const int TGT_AT_SYMLINK_FOLLOW = 0x400;
+ static const int TGT_AT_NO_AUTOMOUNT = 0x800;
+ static const int TGT_AT_EMPTY_PATH = 0x1000;
// for MREMAP
static const unsigned TGT_MREMAP_MAYMOVE = 0x1;
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/53204
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I1732f064aa7ef22995db7011a06112875b3f4c9b
Gerrit-Change-Number: 53204
Gerrit-PatchSet: 3
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Matt Sinclair <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s