created | 2022-05-14T16:32:38Z |
---|---|
begin | 2022-05-09T00:00:00Z |
end | 2022-05-10T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2022-05-09T08:54:36Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdkfd/kfd_device_queue_manager.c | log | diff | annotate |
message |
drm/amdkfd: Fix GWS queue count From David Yat Sin ce9be3baec9b58b3f6e4c721e6498ecfc37e5834 in linux 5.15.y/5.15.38 7c6b6e18c890f30965b0589b0a57645e1dbccfde in mainline linux |
date | 2022-05-09T08:57:21Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/dcn21/dcn21_resource.c | log | diff | annotate |
message |
drm/amd/display: Fix memory leak in dcn21_clock_source_create From Miaoqian Lin 815b847af99d8b78131174fa1c32da0195c70e4c in linux 5.15.y/5.15.38 65e54987508b6f0771f56bdfa3ee1926d52785ae in mainline linux |
date | 2022-05-09T09:00:01Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/display/intel_dp_aux_backlight.c | log | diff | annotate |
message |
drm/i915: Check EDID for HDR static metadata when choosing blc From Jouni Hogander 67434e132b8c9d3fb59f0bc27da6d0a0488cf92b in linux 5.15.y/5.15.38 c05d8332f5d23fa3b521911cbe55a2b67fb21248 in mainline linux |
date | 2022-05-09T09:05:48Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/i915_reg.h | log | diff | annotate |
message |
drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses From Imre Deak 4e308b21bc16231c90112d839859c9e38f7ef986 in linux 5.15.y/5.15.38 4ae4dd2e26fdfebf0b8c6af6c325383eadfefdb4 in mainline linux |
date | 2022-05-09T12:27:40Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message | add another iwx(4) product ID (presumably AX211, marketing name differs) |
date | 2022-05-09T12:28:27Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2022-05-09T14:49:55Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/sys_pipe.c | log | diff | annotate |
src/sys/kern/uipc_socket.c | log | diff | annotate | |
src/sys/kern/uipc_socket2.c | log | diff | annotate | |
message |
Revert "Replace selwakeup() with KNOTE() in pipe and socket event activation." The commit caused hangs with NFS. Reported by ajacoutot@ and naddy@ |
date | 2022-05-09T19:33:46Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/ip_divert.c | log | diff | annotate |
src/sys/netinet6/ip6_divert.c | log | diff | annotate | |
message |
Protect sbappendaddr() in divert_packet() with kernel lock. With divert-packet rules pf calls directly from IP layer to protocol layer. As the former has only shared net lock, additional protection against parallel access is needed. Kernel lock is a temporary workaround until the socket layer is MP safe. discussed with kettenis@ mvs@ |
date | 2022-05-09T21:57:26Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwx.c | log | diff | annotate |
src/sys/dev/pci/if_iwxreg.h | log | diff | annotate | |
src/sys/dev/pci/if_iwxvar.h | log | diff | annotate | |
message |
Add support for AX210/AX211 devices to iwx(4). Firmware is available in fw_update(8) as of iwx-firmware-20220110. Tested for regressions on AX200/AX201 by jmc, kettenis, and myself. Tested on AX210 by abieber (framework laptop) and myself, both using a device which loads ty-ao-gf-a0 firmware. AX210/AX211 devices which load the following firmware files should work but could not yet be tested due to lack of hardware: iwx-so-a0-gf-a0-67, iwx-so-a0-gf4-a0-67, iwx-so-a0-jf-b0-64 |