syzkaller/pkg
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
..
ast .golangci.yml: make goconst checker more strict 2020-06-07 10:41:01 +02:00
bisect .golangci.yml: enable funlen checker 2020-06-05 12:23:19 +02:00
build pkg/build: extract "multiple definition" linker errors 2020-06-14 11:48:08 +02:00
cmdprof pkg/cmdprof: add package 2020-04-30 17:18:29 +02:00
compiler .golangci.yml: make goconst checker more strict 2020-06-07 10:41:01 +02:00
config pkg/mgrconfig: do not serialize optional fields 2019-01-16 14:49:47 +01:00
cover sys/linux: first 64bit big-endian architecture s390x 2020-06-25 23:08:45 +02:00
csource sys/linux: first 64bit big-endian architecture s390x 2020-06-25 23:08:45 +02:00
db pkg/db: moved ReadCorpus function to avoid duplicate code 2019-09-23 15:35:26 +02:00
email all: use more respective language 2020-06-11 23:19:34 +02:00
gce dashboard/app: fix testing for go1.11 runtime 2020-01-29 16:01:06 +01:00
gcs syz-ci: upload coverage reports to GCS 2018-09-20 18:29:38 +02:00
hash pkg/hash: allow to hash multiple byte slices 2017-07-21 10:06:46 +02:00
host sys/linux: first 64bit big-endian architecture s390x 2020-06-25 23:08:45 +02:00
html pkg/html: regenerate 2020-04-29 11:14:16 +02:00
ifuzz .golangci.yml: enable funlen checker 2020-06-05 12:23:19 +02:00
instance pkg/instance: extend debug output on syzkaller make error 2020-05-25 12:53:19 +02:00
ipc ipc: fix endianness issues 2020-06-23 16:18:44 +02:00
kd target: support of big-endian architectures 2020-06-23 21:24:30 +02:00
log pkg/log: rename -v to -vv 2019-07-16 11:18:12 +02:00
mgrconfig pkg/mgrconfig: fix errors reported by linter 2020-05-12 09:15:58 +02:00
osutil sys/linux: first 64bit big-endian architecture s390x 2020-06-25 23:08:45 +02:00
report pkg: support compiler triple for 'nm' and 'addr2line' 2020-06-18 19:31:40 +02:00
repro .golangci.yml: enable goprintffuncname checker 2020-06-05 12:23:19 +02:00
rpctype syz-fuzzer, executor: Add support for blacklisting data race frames 2019-10-22 17:48:18 +02:00
runtest target: support of big-endian architectures 2020-06-23 21:24:30 +02:00
serializer pkg/serializer: support primitive user types in interfaces 2020-04-25 11:01:02 +02:00
signal syz-manager: corpus rotation 2019-12-30 16:37:38 +01:00
symbolizer pkg: support compiler triple for 'nm' and 'addr2line' 2020-06-18 19:31:40 +02:00
vcs .golangci.yml: reenable dupl checker 2020-06-05 12:23:19 +02:00