created | 2022-04-05T08:52:02Z |
---|---|
begin | 2022-03-29T00:00:00Z |
end | 2022-03-30T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2022-03-29T02:15:51Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.c | log | diff | annotate |
message |
bring back getting framebuffer size from efifb (rev 1.3) avoids the following on BESSTAR TECH HM90 with Ryzen 9 4900H (renoir) reported by Fredrik Engberg drm:pid0:gmc_v9_0_process_interrupt *ERROR* [mmhub0] no-retry page fault (src_id:0 ring:158 vmid:0 pasid:0, for process pid 0 thread pid 0) drm:pid0:gmc_v9_0_process_interrupt *ERROR* in page starting at address 0x0000000000561000 from IH client 0x12 (VMC) drm:pid0:gmc_v9_0_process_interrupt *ERROR* VM_L2_PROTECTION_FAULT_STATUS:0x00003B3C drm:pid0:gmc_v9_0_process_interrupt *ERROR* Faulty UTCL2 client ID: VCNU (0x1d) drm:pid0:gmc_v9_0_process_interrupt *ERROR* MORE_FAULTS: 0x0 drm:pid0:gmc_v9_0_process_interrupt *ERROR* WALKER_ERROR: 0x6 drm:pid0:gmc_v9_0_process_interrupt *ERROR* PERMISSION_FAULTS: 0x3 drm:pid0:gmc_v9_0_process_interrupt *ERROR* MAPPING_ERROR: 0x1 drm:pid0:gmc_v9_0_process_interrupt *ERROR* RW: 0x0 [drm] *ERROR* ring vcn_dec test failed (-60) [drm] *ERROR* hw_init of IP block <vcn_v2_0> failed -60 drm:pid0:amdgpu_device_init *ERROR* amdgpu_device_ip_init failed drm:pid0:amdgpu_attachhook *ERROR* Fatal error during GPU init |
date | 2022-03-29T03:11:18Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/conf/newvers.sh | log | diff | annotate |
message | close enough to release, we drop -beta |
date | 2022-03-29T13:57:52Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/amd64/stand/libsa/cmd_i386.c | log | diff | annotate |
message |
off-by-one check didn't recognize partition 'a' section on specified disk, and would fall through to the active partition selection from crystal kolipe, ok miod krw |
date | 2022-03-29T13:57:53Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/i386/stand/libsa/cmd_i386.c | log | diff | annotate |
message |
off-by-one check didn't recognize partition 'a' section on specified disk, and would fall through to the active partition selection from crystal kolipe, ok miod krw |
date | 2022-03-29T16:04:36Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/usb/ucc.c | log | diff | annotate |
message |
Disable the recently introduced logic used to associate ucc and audio devices. Caspar Schutijser reported on bugs@ that pressing the volume keys on his headset causes a usb host controller interrupt storm. I'm trying to figure out what's going on but since we're approaching release keep it disabled. |