created | 2022-01-02T02:49:44Z |
---|---|
begin | 2021-12-29T00:00:00Z |
end | 2021-12-30T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2021-12-29T07:15:13Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/kcov.c | log | diff | annotate |
src/sys/kern/uipc_usrreq.c | log | diff | annotate | |
src/sys/sys/kcov.h | log | diff | annotate | |
message |
Do not allow send/receive of kcov descriptors as the file descriptor can be kept alive longer than expected causing syzkaller to no longer being able to enable remote coverage. ok visa@ Reported-by: syzbot+ab2016d729cda7b0d003@syzkaller.appspotmail.com |
date | 2021-12-29T17:52:22Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/acpi/dwgpio.c | log | diff | annotate |
src/sys/dev/acpi/if_bse_acpi.c | log | diff | annotate | |
src/sys/dev/acpi/xhci_acpi.c | log | diff | annotate | |
message |
acpi_intr_disestablish() is available on all our ACPI platforms which support interrupts via ACPI, so there's need for an ifdef around it. ok kettenis@ |
date | 2021-12-29T18:40:19Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/acpi/ehci_acpi.c | log | diff | annotate |
src/sys/dev/acpi/files.acpi | log | diff | annotate | |
src/sys/dev/acpi/ohci_acpi.c | log | diff | annotate | |
message |
Allow ohci(4) and ehci(4) to attach to acpi(4). ok kettenis@ |
date | 2021-12-29T18:40:48Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message | Enable ohci(4) and ehci(4) at acpi(4). |
date | 2021-12-29T18:48:45Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/pci/if_em_hw.c | log | diff | annotate |
message |
PHYs that we want to talk to over SGMII need to be switched into SGMII mode for the link to go up. This is relevant on RJ45 SFPs. ok sthen@ |
date | 2021-12-29T20:22:06Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/uvm/uvm_aobj.c | log | diff | annotate |
message |
Consistently name page argument `pg'. Reduce differences with NetBSD, no functional changes. |