aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* pkg/vcs: don't bisect linux past 4.6Dmitry Vyukov2019-12-101-3/+11
* pkg/bisect: minor refactoringDmitry Vyukov2019-12-101-3/+4
* pkg/bisect: always test parent commitDmitry Vyukov2019-12-102-24/+61
* pkg/bisect: add test for #1527Dmitry Vyukov2019-12-103-22/+49
* pkg/repro: refactor vm initialization into new fnMarco Vanotti2019-12-091-26/+31
* pkg/build: include syz-executor in Fuchsia base imageMatthew Dempsky2019-12-091-2/+24
* syz/targets: add SyzExecutorCmd flagMarco Vanotti2019-12-092-15/+31
* pkg/report: normalize yet another free list modified report on OpenBSDAnton Lindqvist2019-12-092-0/+250
* pkg/build: add support to build the NetBSD kernel with KMSanSiddharth M2019-12-062-8/+29
* pkg/report: fix guilty file extraction in presence of rcu stallsDmitry Vyukov2019-12-052-3/+167
* pkg/report: improve reports titlesAndrey Konovalov2019-12-052-0/+87
* vm: add workdir_template functionalityDmitry Vyukov2019-12-033-0/+46
* pkg/report: improve report titlesAndrey Konovalov2019-11-292-1/+71
* pkg/report: add few more UBSAN reportsDmitry Vyukov2019-11-293-0/+102
* pkg/report: update UBSAN report parsingDmitry Vyukov2019-11-286-5/+63
* pkg/csource: detect common mistakes in the common executor headerDmitry Vyukov2019-11-282-2/+39
* executor: Add debug message in case devlink namespace move failsJiri Pirko2019-11-281-2/+6
* executor: Fix value of DEVLINK_ATTR_NETNS_FDJiri Pirko2019-11-281-1/+1
* dashboard/app: don't report bisections pointing to release commitsDmitry Vyukov2019-11-274-0/+35
* pkg/bisect: fix some off-by-onesDmitry Vyukov2019-11-272-14/+59
* pkg/ipc: fix potential nil derefDmitry Vyukov2019-11-261-2/+4
* Call initialize_devlink_ports only when a device has been createdAndrei Vagin2019-11-261-3/+4
* pkg/build: make linux implement binary signerDmitry Vyukov2019-11-252-0/+8
* executor: extend USB debug messagesAndrey Konovalov2019-11-191-44/+430
* executor: add missing includesDenis Efremov2019-11-191-0/+3
* pkg/report: generalize general protection fault patternJann Horn2019-11-193-2/+109
* pkg/bisect: add more logging for build signaturesDmitry Vyukov2019-11-181-0/+5
* pkg/build: produce more deterministic linux binariesDmitry Vyukov2019-11-182-1/+6
* pkg/ipc: always chmod the work dirDmitry Vyukov2019-11-161-4/+2
* pkg/runtest: shrink if conditionDmitry Vyukov2019-11-161-7/+3
* pkg/host: add Features.SupportedDmitry Vyukov2019-11-162-1/+5
* pkg/ipc: move target characteristics out of config flagsDmitry Vyukov2019-11-164-32/+24
* pkg/host: rename some featuresDmitry Vyukov2019-11-166-24/+24
* pkg/csource: rename some optionsDmitry Vyukov2019-11-167-200/+199
* executor: refactor sandbox flagsDmitry Vyukov2019-11-1610-55/+51
* executor: rename some macrosDmitry Vyukov2019-11-162-111/+111
* pkg/csoruce: test that executor does not mis-spell any of the SYZ_* macrosDmitry Vyukov2019-11-163-28/+48
* executor: rename some flagsDmitry Vyukov2019-11-161-13/+13
* executor: remove pointless macro checksDmitry Vyukov2019-11-161-5/+2
* pkg/host: split files into syscalls/featuresDmitry Vyukov2019-11-165-251/+273
* sys/targets: add HostFuzzer flagDmitry Vyukov2019-11-163-15/+12
* executor: consider NLMSG_DONE type in netlink_send_ext()Jiri Pirko2019-11-151-0/+4
* executor, pkg/host: update usb raw-gadget interfaceAndrey Konovalov2019-11-152-19/+19
* sys/fuchsia: remove deprecated exception APIsDavid Pursell2019-11-142-102/+54
* Correct parsing of Kernel ASan reportsKamil Rytarowski2019-11-142-1/+1584
* executor: rename devlink port netdevices to defined namesJiri Pirko2019-11-141-2/+85
* executor: pass struct nlmsg to netlink_* helpersJiri Pirko2019-11-141-107/+119
* executor: extend netlink_device_change() to allow name changesJiri Pirko2019-11-141-10/+13
* executor: identify netdev by ifindex in netlink_device_change()Jiri Pirko2019-11-141-1/+1
* executor: push out devlink generic netlink id getter into a separate functionJiri Pirko2019-11-141-7/+22