Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux-vs
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
linux-arm
linux-vs
Commits
188f677f
Commit
188f677f
authored
13 years ago
by
Al Viro
Browse files
Options
Downloads
Patches
Plain Diff
xtensa: ->restart_block.fn needs to be reset on rt_sigreturn
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
f2ccfb3e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/xtensa/kernel/signal.c
+3
-0
3 additions, 0 deletions
arch/xtensa/kernel/signal.c
with
3 additions
and
0 deletions
arch/xtensa/kernel/signal.c
+
3
−
0
View file @
188f677f
...
...
@@ -248,6 +248,9 @@ asmlinkage long xtensa_rt_sigreturn(long a0, long a1, long a2, long a3,
sigset_t
set
;
int
ret
;
/* Always make any pending restarted system calls return -EINTR */
current_thread_info
()
->
restart_block
.
fn
=
do_no_restart_syscall
;
if
(
regs
->
depc
>
64
)
panic
(
"rt_sigreturn in double exception!
\n
"
);
...
...
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