]> git.baikalelectronics.ru Git - kernel.git/commit
csky: Fixup libgcc unwind error
authorGuo Ren <ren_guo@c-sky.com>
Wed, 26 Jun 2019 03:27:03 +0000 (11:27 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Wed, 26 Jun 2019 05:45:48 +0000 (13:45 +0800)
commit3c1fd50691e033e28262fae03a2fec750aa01105
treea04e7222c6a85f5f25a0eb71e6333d62d294c9e3
parentd73125cc180909e702d5803dd3769dbb5d995e4e
csky: Fixup libgcc unwind error

The struct rt_sigframe is also defined in libgcc/config/csky/linux-unwind.h
of gcc. Although there is no use for the first three word space, we must
keep them the same with linux-unwind.h for member position.

The BUG is found in glibc test with the tst-cancel02.
The BUG is from commit:a85ec112e117 of linux-5.2-rc1 merge window.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Signed-off-by: Mao Han <han_mao@c-sky.com>
Cc: Arnd Bergmann <arnd@arndb.de>
arch/csky/kernel/signal.c