Home
last modified time | relevance | path

Searched hist:"19 a09e42" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/alpha/kernel/
H A Dentry.S19a09e42 Sat Sep 18 17:27:12 CDT 2021 Al Viro <viro@zeniv.linux.org.uk> alpha: fix handling of a3 on straced syscalls

For successful syscall that happens to return a negative, we want
a3 set to 0, no matter whether it's straced or not. As it is,
for straced case we leave the value it used to have on syscall
entry. Easily fixed, fortunately...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>