CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/12/15 04:02:59

Modified files:
        sys/dev/pci/drm: drm_gem.c drm_gem_dma_helper.c 
        sys/dev/pci/drm/amd/amdgpu: amdgpu_gem.c 
        sys/dev/pci/drm/i915/gem: i915_gem_mman.c i915_gem_ttm.c 
        sys/dev/pci/drm/radeon: radeon_gem.c 
        sys/dev/pci/drm/ttm: ttm_bo_vm.c 
        sys/uvm        : uvm_device.c uvm_fault.c 

Log message:
Return errno values rather than dying VM_PAGER_* in the pgo_fault() interfaces.

This doesn't introduce any value change.  All errors are converted to EACCES
even if many could use EIO.

ok tb@, jsg@

Reply via email to