Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martyn Welch
linux
Commits
42d85c52
Commit
42d85c52
authored
9 years ago
by
David S. Miller
Browse files
Options
Downloads
Patches
Plain Diff
sparc: Wire up mlock2 system call.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
8b30ca73
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch/sparc/include/uapi/asm/unistd.h
+2
-1
2 additions, 1 deletion
arch/sparc/include/uapi/asm/unistd.h
arch/sparc/kernel/systbls_32.S
+1
-1
1 addition, 1 deletion
arch/sparc/kernel/systbls_32.S
arch/sparc/kernel/systbls_64.S
+2
-2
2 additions, 2 deletions
arch/sparc/kernel/systbls_64.S
with
5 additions
and
4 deletions
arch/sparc/include/uapi/asm/unistd.h
+
2
−
1
View file @
42d85c52
...
...
@@ -421,8 +421,9 @@
#define __NR_bind 353
#define __NR_listen 354
#define __NR_setsockopt 355
#define __NR_mlock2 356
#define NR_syscalls 35
6
#define NR_syscalls 35
7
/* Bitmask values returned from kern_features system call. */
#define KERN_FEATURE_MIXED_MODE_STACK 0x00000001
...
...
This diff is collapsed.
Click to expand it.
arch/sparc/kernel/systbls_32.S
+
1
−
1
View file @
42d85c52
...
...
@@ -88,4 +88,4 @@ sys_call_table:
/*
340
*/
.
long
sys_ni_syscall
,
sys_kcmp
,
sys_finit_module
,
sys_sched_setattr
,
sys_sched_getattr
/*
345
*/
.
long
sys_renameat2
,
sys_seccomp
,
sys_getrandom
,
sys_memfd_create
,
sys_bpf
/*
350
*/
.
long
sys_execveat
,
sys_membarrier
,
sys_userfaultfd
,
sys_bind
,
sys_listen
/*
355
*/
.
long
sys_setsockopt
/*
355
*/
.
long
sys_setsockopt
,
sys_mlock2
This diff is collapsed.
Click to expand it.
arch/sparc/kernel/systbls_64.S
+
2
−
2
View file @
42d85c52
...
...
@@ -89,7 +89,7 @@ sys_call_table32:
/*
340
*/
.
word
sys_kern_features
,
sys_kcmp
,
sys_finit_module
,
sys_sched_setattr
,
sys_sched_getattr
.
word
sys32_renameat2
,
sys_seccomp
,
sys_getrandom
,
sys_memfd_create
,
sys_bpf
/*
350
*/
.
word
sys32_execveat
,
sys_membarrier
,
sys_userfaultfd
,
sys_bind
,
sys_listen
.
word
compat_sys_setsockopt
.
word
compat_sys_setsockopt
,
sys_mlock2
#endif /* CONFIG_COMPAT */
...
...
@@ -170,4 +170,4 @@ sys_call_table:
/*
340
*/
.
word
sys_kern_features
,
sys_kcmp
,
sys_finit_module
,
sys_sched_setattr
,
sys_sched_getattr
.
word
sys_renameat2
,
sys_seccomp
,
sys_getrandom
,
sys_memfd_create
,
sys_bpf
/*
350
*/
.
word
sys64_execveat
,
sys_membarrier
,
sys_userfaultfd
,
sys_bind
,
sys_listen
.
word
sys_setsockopt
.
word
sys_setsockopt
,
sys_mlock2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment