Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
26053926
Commit
26053926
authored
Jul 21, 2014
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sparc: Hook up renameat2 syscall.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
9a3c4145
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
arch/sparc/include/uapi/asm/unistd.h
arch/sparc/include/uapi/asm/unistd.h
+2
-1
arch/sparc/kernel/sys32.S
arch/sparc/kernel/sys32.S
+1
-0
arch/sparc/kernel/systbls_32.S
arch/sparc/kernel/systbls_32.S
+1
-0
arch/sparc/kernel/systbls_64.S
arch/sparc/kernel/systbls_64.S
+2
-0
No files found.
arch/sparc/include/uapi/asm/unistd.h
View file @
26053926
...
...
@@ -410,8 +410,9 @@
#define __NR_finit_module 342
#define __NR_sched_setattr 343
#define __NR_sched_getattr 344
#define __NR_renameat2 345
#define NR_syscalls 34
5
#define NR_syscalls 34
6
/* Bitmask values returned from kern_features system call. */
#define KERN_FEATURE_MIXED_MODE_STACK 0x00000001
...
...
arch/sparc/kernel/sys32.S
View file @
26053926
...
...
@@ -48,6 +48,7 @@ SIGN1(sys32_futex, compat_sys_futex, %o1)
SIGN1
(
sys32_recvfrom
,
compat_sys_recvfrom
,
%
o0
)
SIGN1
(
sys32_recvmsg
,
compat_sys_recvmsg
,
%
o0
)
SIGN1
(
sys32_sendmsg
,
compat_sys_sendmsg
,
%
o0
)
SIGN2
(
sys32_renameat2
,
sys_renameat2
,
%
o0
,
%
o2
)
.
globl
sys32_mmap2
sys32_mmap2
:
...
...
arch/sparc/kernel/systbls_32.S
View file @
26053926
...
...
@@ -86,3 +86,4 @@ sys_call_table:
/*
330
*/
.
long
sys_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
sys_open_by_handle_at
,
sys_clock_adjtime
/*
335
*/
.
long
sys_syncfs
,
sys_sendmmsg
,
sys_setns
,
sys_process_vm_readv
,
sys_process_vm_writev
/*
340
*/
.
long
sys_ni_syscall
,
sys_kcmp
,
sys_finit_module
,
sys_sched_setattr
,
sys_sched_getattr
/*
345
*/
.
long
sys_renameat2
arch/sparc/kernel/systbls_64.S
View file @
26053926
...
...
@@ -87,6 +87,7 @@ sys_call_table32:
/*
330
*/
.
word
compat_sys_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
compat_sys_open_by_handle_at
,
compat_sys_clock_adjtime
.
word
sys_syncfs
,
compat_sys_sendmmsg
,
sys_setns
,
compat_sys_process_vm_readv
,
compat_sys_process_vm_writev
/*
340
*/
.
word
sys_kern_features
,
sys_kcmp
,
sys_finit_module
,
sys_sched_setattr
,
sys_sched_getattr
.
word
sys32_renameat2
#endif /* CONFIG_COMPAT */
...
...
@@ -165,3 +166,4 @@ sys_call_table:
/*
330
*/
.
word
sys_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
sys_open_by_handle_at
,
sys_clock_adjtime
.
word
sys_syncfs
,
sys_sendmmsg
,
sys_setns
,
sys_process_vm_readv
,
sys_process_vm_writev
/*
340
*/
.
word
sys_kern_features
,
sys_kcmp
,
sys_finit_module
,
sys_sched_setattr
,
sys_sched_getattr
.
word
sys_renameat2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment