syzkaller/pkg/cover
Alexander Egorenkov aea82c003a sys/linux: first 64bit big-endian architecture s390x
* mmap syscall is special on Linux s390x because
  the parameters for this syscall are passed as a struct
  on user stack instead of registers.
* Introduce the SyscallTrampolines table into targets.Target
  to address the above problem.
* There is a bug in Linux kernel s390x which causes QEMU TCG
  to hang when KASAN is enabled. The bug has been fixed
  in the forthcoming Linux 5.8 version. Until then do not enable
  KASAN when using QEMU TCG, QEMU KVM shall have no problems with
  KASAN.

Signed-off-by: Alexander Egorenkov <Alexander.Egorenkov@ibm.com>
2020-06-25 23:08:45 +02:00
..
cover.go all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
report_test.go pkg: support compiler triple for 'nm' and 'addr2line' 2020-06-18 19:31:40 +02:00
report.go sys/linux: first 64bit big-endian architecture s390x 2020-06-25 23:08:45 +02:00