Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stats/kernel_selftests: remove sigaltstack_stat() for rencently kernel
Previously, sigaltstack have not been enabled, so we need special logic to handle it. But rencently, this case is enabled, so we can remove this logic fix the following sigaltstack duplication ------------ lizhijian@inn:/result/kernel_selftests/defaults/lkp-hsw-ep4/debian-x86_64-2016-08-31.cgz/x86_64-rhel-7.2/gcc-6/c0bc126f97fb929b3ae02c1c62322645d70eb408/5$ grep -A 2 sigaltstack /result/kernel_selftests/defaults/lkp-hsw-ep4/debian-x86_64-2016-08-31.cgz/x86_64-rhel-7.2/gcc-6/c0bc126f97fb929b3ae02c1c62322645d70eb408/5/kernel_selftests.json "kernel_selftests.sigaltstack./usr/src/linux-selftests-x86_64-rhel-7.2-c0bc126f97fb929b3ae02c1c62322645d70eb408/tools/testing/selftests/sigaltstack/sas.pass": [ 1 ], "kernel_selftests.sigaltstack.sas.pass": [ 1 ], ------------ Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Philip Li <[email protected]>
- Loading branch information