Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARC: syscall register save/restore needs backport to 1.14 #21306

Closed
andrewboie opened this issue Dec 11, 2019 · 1 comment
Closed

ARC: syscall register save/restore needs backport to 1.14 #21306

andrewboie opened this issue Dec 11, 2019 · 1 comment
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug
Milestone

Comments

@andrewboie
Copy link
Contributor

andrewboie commented Dec 11, 2019

The PR #19404 fixed a serious issue with saving/restoring registers on ARC architecture.

This fix needs to be backported to the V1.14 branch.

In addition to the fixes stated in its commit message, it also fixes a problem where registers r3-r5 were not properly saved/restored if these registers were not used as system call arguments (arch_syscall_invoke0, for example)

@andrewboie andrewboie added the bug The issue is a bug, or the PR is fixing a bug label Dec 11, 2019
@andrewboie andrewboie added the priority: high High impact/importance bug label Dec 11, 2019
@vonhust
Copy link

vonhust commented Dec 13, 2019

Fixed in #21364

@nashif nashif added this to the v1.14.2 milestone Dec 17, 2019
@nashif nashif closed this as completed Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug
Projects
None yet
Development

No branches or pull requests

3 participants