OpenBSD cvs log

created 2020-04-25T18:07:23Z
begin 2020-04-22T00:00:00Z
end 2020-04-23T00:00:00Z
path src/sys
commits 8

date 2020-04-22T07:09:40Z
author mpi
files src/sys/dev/pci/if_ixl.c log diff annotate
message Use I40E_QUEUE_TYPE_EOL instead of hardcoding its value localy.

ok jmatthew@

date 2020-04-22T07:45:31Z
author mpi
files src/sys/netinet6/nd6.c log diff annotate
message Never update the ND entry (cache) corresponding to a RTF_LOCAL route.

Such route correspond to a locally configured address and the ND6
subsystem expect its link-local address to be always present.

Fix an issue reported by Julian Brost.

ok claudio@, visa@

date 2020-04-22T07:51:38Z
author mpi
files src/sys/netinet6/nd6.c log diff annotate
message Assert that ND6 timer is never set for RTF_LOCAL routes.

Such routes have a valid link-local entry that should not be overwritten.

The current assert in the timeout routine doesn't give enough information
to know where the bug is, if there is still one.

This should play better with syzkaller.

ok claudio@, visa@ as part of a larger diff

date 2020-04-22T08:47:11Z
author mpi
files src/sys/dev/pci/if_em.c log diff annotate
src/sys/dev/pci/if_em.h log diff annotate
src/sys/dev/pci/if_em_hw.c log diff annotate
message Use FOREACH_QUEUE() where nothing else is required to support multi-queues.

Tested by Hrvoje Popovski and jmatthew@, ok jmatthew@

date 2020-04-22T09:46:09Z
author jsg
files src/sys/dev/pci/drm/amd/powerplay/hwmgr/smu7_hwmgr.c log diff annotate
message drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabled

From Sergei Lopatin
9959d615b715972002ed1ec9961486ded26e2ef4 in linux 4.19.y/4.19.117
8c7f0a44b4b4ef16df8f44fbaee6d1f5d1593c83 in mainline linux

date 2020-04-22T09:48:44Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
src/sys/dev/fdt/bcm2835_sdhost.c log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
message Add bcmsdhost(4), a driver for the Broadcom "sdhost" SD controller
found on the Raspberry Pi.

The driver was ported from NetBSD by Neil Ashford and tobhe@.

ok patrick@, tobhe@

date 2020-04-22T11:10:07Z
author kettenis
files src/sys/arch/arm64/dev/mainbus.c log diff annotate
message Knock out a few more well-known nodes that we don't intend to attach a
driver to as well as nodes that start with a double underscore.

ok patrick@

date 2020-04-22T15:27:26Z
author patrick
files src/sys/dev/fdt/imxccm_clocks.h log diff annotate
message Add clock gates for OCOTP and TMU on i.MX8MQ and i.MX8MM.