CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/30 06:16:21
Modified files:
sys/dev/pci/drm/include/linux: gfp.h
Log message:
change __GFP_KSWAPD_RECLAIM from 0 to M_NOWAIT
aja@ reported a panic where __i915_gpu_coredump() used a combination of
gfp flags which resulted in neither M_WAITOK or M_NOWAIT.
