Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51051 )

Change subject: arch-arm: Add fchown implementation to the Syscall Table
......................................................................

arch-arm: Add fchown implementation to the Syscall Table

Change-Id: I4696e305383492e3bf3cf079ffb68eac24f6a19d
Signed-off-by: Giacomo Travaglini <giacomo.travagl...@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/51051
Reviewed-by: Bobby R. Bruce <bbr...@ucdavis.edu>
Reviewed-by: Richard Cooper <richard.coo...@arm.com>
Maintainer: Bobby R. Bruce <bbr...@ucdavis.edu>
Tested-by: kokoro <noreply+kok...@google.com>
---
M src/arch/arm/linux/se_workload.cc
1 file changed, 18 insertions(+), 3 deletions(-)

Approvals:
  Bobby R. Bruce: Looks good to me, approved; Looks good to me, approved
  Richard Cooper: Looks good to me, but someone else must approve
  kokoro: Regressions pass




diff --git a/src/arch/arm/linux/se_workload.cc b/src/arch/arm/linux/se_workload.cc
index 0d9165e..c70dda0 100644
--- a/src/arch/arm/linux/se_workload.cc
+++ b/src/arch/arm/linux/se_workload.cc
@@ -226,7 +226,7 @@
         { base + 92, "truncate", truncateFunc },
         { base + 93, "ftruncate", ftruncateFunc },
         { base + 94, "fchmod" },
-        { base + 95, "fchown" },
+        { base + 95, "fchown", fchownFunc },
         { base + 96, "getpriority" },
         { base + 97, "setpriority" },
         { base + 99, "statfs" },
@@ -330,7 +330,7 @@
         { base + 204, "setregid" },
         { base + 205, "getgroups" },
         { base + 206, "setgroups" },
-        { base + 207, "fchown" },
+        { base + 207, "fchown", fchownFunc },
         { base + 208, "setresuid" },
         { base + 209, "getresuid" },
         { base + 210, "setresgid" },
@@ -553,7 +553,7 @@
         {   base + 52, "fchmod" },
         {   base + 53, "fchmodat" },
         {   base + 54, "fchownat" },
-        {   base + 55, "fchown" },
+        {   base + 55, "fchown", fchownFunc },
         {   base + 56, "openat", openatFunc<ArmLinux64> },
         {   base + 57, "close", closeFunc },
         {   base + 58, "vhangup" },

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/51051
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: I4696e305383492e3bf3cf079ffb68eac24f6a19d
Gerrit-Change-Number: 51051
Gerrit-PatchSet: 3
Gerrit-Owner: Giacomo Travaglini <giacomo.travagl...@arm.com>
Gerrit-Reviewer: Andreas Sandberg <andreas.sandb...@arm.com>
Gerrit-Reviewer: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Giacomo Travaglini <giacomo.travagl...@arm.com>
Gerrit-Reviewer: Richard Cooper <richard.coo...@arm.com>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to