OpenBSD cvs log

created 2019-10-15T20:23:43Z
begin 2019-10-06T00:00:00Z
end 2019-10-07T00:00:00Z
path src/sys
commits 11

date 2019-10-06T01:01:28Z
author jsg
files src/sys/dev/pci/drm/include/linux/backlight.h log diff annotate
message add BL_CORE_SUSPENDRESUME define
needed for next round of 4.19 patches

date 2019-10-06T01:04:51Z
author jsg
files src/sys/dev/pci/drm/amd/powerplay/hwmgr/smu7_hwmgr.c log diff annotate
message drm/amd/powerplay/smu7: enforce minimal VBITimeout (v2)

From Ahzo
d47636913bda8255652805eb29b9638e6d9311c1 in linux 4.19.y/4.19.77
f659bb6dae58c113805f92822e4c16ddd3156b79 in mainline linux

date 2019-10-06T01:09:55Z
author jsg
files src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c log diff annotate
message drm/amd/display: Restore backlight brightness after system resume

From Kai-Heng Feng
2c60da90ec4467adec602e1b81b3ca256f581031 in linux 4.19.y/4.19.77
bb264220d9316f6bd7c1fd84b8da398c93912931 in mainline linux

date 2019-10-06T15:45:37Z
author kettenis
files src/sys/dev/i2c/pcf8563.c log diff annotate
message Fix month mask.

ok deraadt@, patrick@

date 2019-10-06T16:11:17Z
author stsp
files src/sys/net80211/ieee80211_input.c log diff annotate
message Fix net80211's accounting of discarded input control frames.

PS-poll and BA-req frames are in fact being processed.
Do not count such frames as discarded control frames.

OK phessler kn mpi

date 2019-10-06T16:17:06Z
author kettenis
files src/sys/dev/fdt/amlpinctrl.c log diff annotate
message Add support for i2c pins.

date 2019-10-06T16:18:16Z
author kettenis
files src/sys/dev/fdt/amlclock.c log diff annotate
message Add support for i2c clock.

date 2019-10-06T16:24:14Z
author beck
files src/sys/arch/sparc64/dev/vdsp.c log diff annotate
src/sys/dev/vnd.c log diff annotate
src/sys/dev/usb/uvideo.c log diff annotate
src/sys/kern/kern_acct.c log diff annotate
src/sys/kern/kern_ktrace.c log diff annotate
src/sys/kern/kern_sig.c log diff annotate
src/sys/kern/vfs_syscalls.c log diff annotate
src/sys/kern/vfs_vnops.c log diff annotate
src/sys/ufs/ufs/ufs_quota.c log diff annotate
message Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.

sweep tree to correct NDIINT op and flags ahead of time. document
the requirement. This allows KERNELPATH to be used to bypass
unveil for crash dumps with nosuidcoredump=2 or 3

ok visa@ deraadt@ florian@

date 2019-10-06T17:11:51Z
author mpi
files src/sys/dev/usb/usb.c log diff annotate
src/sys/dev/usb/usb_subr.c log diff annotate
src/sys/dev/usb/usbdi.c log diff annotate
src/sys/dev/usb/usbdi_util.c log diff annotate
message tsleep(9) to tsleep_nsec(9) conversions.

ok visa@, kn@, cheloha@

date 2019-10-06T17:13:10Z
author mpi
files src/sys/dev/video.c log diff annotate
message tsleep(9) to tsleep_nsec(9) conversion

ok visa@, kn@

date 2019-10-06T17:30:00Z
author mpi
files src/sys/dev/usb/xhci.c log diff annotate
src/sys/dev/usb/xhcivar.h log diff annotate
message Use MSEC_TO_NSEC() to define XHCI_CMD_TIMEOUT & use it w/ tsleep_nsec(9).

ok visa@, kn@