[google/syzkaller] b0234a: contributors: add myself

3 views
Skip to first unread message

George Kennedy

unread,
Sep 21, 2022, 5:46:38 AM9/21/22
to syzk...@googlegroups.com
Branch: refs/heads/master
Home: https://github.com/google/syzkaller
Commit: b0234adef324bc03c9679b3004f398b8d100386b
https://github.com/google/syzkaller/commit/b0234adef324bc03c9679b3004f398b8d100386b
Author: George Kennedy <george....@oracle.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)

Changed paths:
M CONTRIBUTORS

Log Message:
-----------
contributors: add myself

Signed-off-by: George Kennedy <george....@oracle.com>


Commit: 97471de4a3c64605bbd90d91688947a2d7fa1d66
https://github.com/google/syzkaller/commit/97471de4a3c64605bbd90d91688947a2d7fa1d66
Author: George Kennedy <george....@oracle.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)

Changed paths:
M vm/qemu/qemu.go

Log Message:
-----------
vm/qemu: move timeout before retry to avoid resource busy

Add "Device or resource busy" check to delay loop in function
Create to avoid resource busy caused by qemu "lazy release" of
VFs when VMs are restarted.

Signed-off-by: George Kennedy <george....@oracle.com>


Commit: 0ef784044111a4853c31d6865f4ad54c2369fd8b
https://github.com/google/syzkaller/commit/0ef784044111a4853c31d6865f4ad54c2369fd8b
Author: George Kennedy <george....@oracle.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)

Changed paths:
M executor/android/x86_64_app_policy.h
M executor/android/x86_64_system_policy.h

Log Message:
-----------
pkg/csource: fix const sock_filter

const sock_filter needs to be const struct sock_filter

Signed-off-by: George Kennedy <george....@oracle.com>


Commit: 799171eb67633beabfe4f86022c58de3a796f1b4
https://github.com/google/syzkaller/commit/799171eb67633beabfe4f86022c58de3a796f1b4
Author: George Kennedy <george....@oracle.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)

Changed paths:
M vm/qemu/qemu.go

Log Message:
-----------
vm/qemu: support VFs > 8

Syzkaller currently only supports 8 (0-7) pass-through VFs.
Add support for VFs > 8 by incrementing the Device # and
resetting the VF # to zero when INDEX modulo 8 = zero.

Introduce "{{FN%8}}" to trigger this support.
Ex: vfio-pci,host=31:0a.{{FN%8}}

Signed-off-by: George Kennedy <george....@oracle.com>


Commit: 84a66e8e4f8324de38eb230b5e2539570b4d05a5
https://github.com/google/syzkaller/commit/84a66e8e4f8324de38eb230b5e2539570b4d05a5
Author: George Kennedy <george....@oracle.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)

Changed paths:
M executor/common_linux.h
M executor/executor.cc
M pkg/csource/common.go
M pkg/csource/options.go
M pkg/csource/options_test.go
M pkg/host/features.go
M pkg/host/features_linux.go
M pkg/ipc/ipc.go
M pkg/repro/repro.go
M pkg/runtest/run.go
M sys/linux/socket.txt
M syz-fuzzer/fuzzer.go
M tools/syz-execprog/execprog.go
M tools/syz-prog2c/prog2c.go
M tools/syz-reprolist/reprolist.go
M tools/syz-stress/stress.go

Log Message:
-----------
executor: add NIC PCI pass-through VF support

Add support for moving a NIC PCI pass-through VF into Syzkaller's network
namespace so that it will tested. As DEVLINK support is triggered by
setting the pass-through device to "addr=0x10", NIC PCI pass-through VF
support will be triggered by setting the device to "addr=0x11".

If a NIC PCI pass-through VF is detected in do_sandbox, setup a staging
namespace before the fork() and transfer the NIC VF interface to it.
After the fork() and in the child transfer the NIC VF interface to
Syzkaller's network namespace and rename the interface to netpci0 so
that it will be tested.

Signed-off-by: George Kennedy <george....@oracle.com>


Commit: 380f82fb6ebefdaa2b4e4f84d34a9019900f0b89
https://github.com/google/syzkaller/commit/380f82fb6ebefdaa2b4e4f84d34a9019900f0b89
Author: George Kennedy <george....@oracle.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)

Changed paths:
M pkg/csource/generated.go

Log Message:
-----------
pkg/csource: update generated.go with 'make generate'

Signed-off-by: George Kennedy <george....@oracle.com>


Compare: https://github.com/google/syzkaller/compare/c4b8ccfda19c...380f82fb6ebe
Reply all
Reply to author
Forward
0 new messages