OpenBSD cvs log

created 2021-07-25T04:17:28Z
begin 2021-07-21T00:00:00Z
end 2021-07-22T00:00:00Z
path src/sys
commits 8

date 2021-07-21T00:50:05Z
author jsg
files src/sys/dev/pci/drm/i915/gt/gen8_ppgtt.c log diff annotate
message drm/i915/gtt: drop the page table optimisation

From Matthew Auld
81dd2d60f677bbab622c52711a711f0f43d37458 in linux 5.10.y/5.10.52
0abb33bfca0fb74df76aac03e90ce685016ef7be in mainline linux

date 2021-07-21T00:53:30Z
author jsg
files src/sys/dev/pci/drm/i915/gt/intel_ggtt_fencing.c log diff annotate
message drm/i915/gt: Fix -EDEADLK handling regression

From Ville Syrjala
0728df8048060e9bdedb9dd38c62782ee97184ba in linux 5.10.y/5.10.52
2feeb52859fc1ab94cd35b61ada3a6ac4ff24243 in mainline linux

date 2021-07-21T00:57:36Z
author jsg
files src/sys/dev/pci/drm/drm_dp_mst_topology.c log diff annotate
message drm/dp_mst: Do not set proposed vcpi directly

From Wayne Lin
3462bc8b1a1f1b507804d33d118402235e8a1fab in linux 5.10.y/5.10.52
35d3e8cb35e75450f87f87e3d314e2d418b6954b in mainline linux

date 2021-07-21T00:59:32Z
author jsg
files src/sys/dev/pci/drm/drm_dp_mst_topology.c log diff annotate
message drm/dp_mst: Avoid to mess up payload table by ports in stale topology

From Wayne Lin
16fb4e9c39b9543efd0c3dbc3dbb8865d090646a in linux 5.10.y/5.10.52
3769e4c0af5b82c8ea21d037013cb9564dfaa51f in mainline linux

date 2021-07-21T01:01:21Z
author jsg
files src/sys/dev/pci/drm/drm_dp_mst_topology.c log diff annotate
message drm/dp_mst: Add missing drm parameters to recently added call to drm_dbg_kms()

From Jose Souza
cae871baa4f30608dc2084ca8ddc8f7e49913721 in linux 5.10.y/5.10.52
24ff3dc18b99c4b912ab1746e803ddb3be5ced4c in mainline linux

date 2021-07-21T01:03:49Z
author jsg
files src/sys/dev/pci/drm/amd/amdkfd/kfd_process.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_process_queue_manager.c log diff annotate
message drm/amdkfd: fix sysfs kobj leak

From Philip Yang
b3205768cd1a3a9869500ec27e129f8a71d2152a in linux 5.10.y/5.10.52
dcdb4d904b4bd3078fe8d4d24b1658560d6078ef in mainline linux

date 2021-07-21T11:11:41Z
author bluhm
files src/sys/crypto/crypto.c log diff annotate
src/sys/netinet/ipsec_output.c log diff annotate
message Propagate errors from crypto_invoke() and count them in IPsec. They
should not happen, but always check error conditions. tq is never
NULL, remove the check. tdb->tdb_odrops++ is not MP safe, but will
be addressed separately in ipsec_output_cb().
OK mvs@

date 2021-07-21T12:23:32Z
author bluhm
files src/sys/netinet/ipsec_input.c log diff annotate
message Also count crypto errors in ipsec_input_cb() like IPsec output in
previous commit.