created | 2020-08-09T08:14:23Z |
---|---|
begin | 2020-08-05T00:00:00Z |
end | 2020-08-06T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2020-08-05T05:49:07Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/powerpc64/conf/RAMDISK | log | diff | annotate |
message | sigh, some duplication, but at least put things into the canonical order |
date | 2020-08-05T10:58:41Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_pm.c | log | diff | annotate |
message |
Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers" From Alex Deucher f53aaf88742ccee0e9aa4ed7d700ceeb434d9a7a in linux 5.7.y/5.7.13 87004abfbc27261edd15716515d89ab42198b405 in mainline linux |
date | 2020-08-05T11:02:10Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c | log | diff | annotate |
message |
drm/amd/display: Clear dm_state for fast updates From Mazin Rezk ee27c88788b88c9c1c75e3a9ce580c79c2dba009 in linux 5.7.y/5.7.13 fde9f39ac7f1ffd799a96ffa1e06b2051f0898f1 in mainline linux |
date | 2020-08-05T11:05:02Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_kms.c | log | diff | annotate |
message |
drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl() From Peilin Ye dd4672ba579a78f14dab65062d95c16f0835947b in linux 5.7.y/5.7.13 543e8669ed9bfb30545fd52bc0e047ca4df7fb31 in mainline linux |
date | 2020-08-05T11:07:18Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_gem.c | log | diff | annotate |
message |
drm: hold gem reference until object is no longer accessed From Steve Cohen 5aa4eb5a6d915cf00bf104ddd76e1adbc3dabdc4 in linux 5.7.y/5.7.13 8490d6a7e0a0a6fab5c2d82d57a3937306660864 in mainline linux |
date | 2020-08-05T11:07:34Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/net/if.c | log | diff | annotate |
message |
Revert r1.614 of net/if.c. Modifications of `ifnet' list must still be done under both the KERNEL_LOCK() and NET_LOCK(). |
date | 2020-08-05T13:50:25Z | |||
---|---|---|---|---|
author | fcambus | |||
files | src/sys/dev/wscons/wsdisplay.c | log | diff | annotate |
message |
Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passing it back to tty*0. This is needed to restore working defaults in wsfontload(8). OK jcs@, mpi@ |
date | 2020-08-05T21:04:54Z | |||
---|---|---|---|---|
author | tobhe | |||
files | src/sys/net/pfkeyv2.c | log | diff | annotate |
message |
Use PFKEYV2_LIFETIME_CURRENT instead of magic number. ok patrick@ |
date | 2020-08-05T21:15:38Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/netinet/udp_usrreq.c | log | diff | annotate |
message |
Don't compare pointers against zero. Reported by Peter J. Philipp. ok mvs@ deraadt@ |