CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/02 05:03:17
Modified files:
sys/dev/pci/drm/include/linux: scatterlist.h
Log message:
don't change the end marker in sg_set_page()
Prompted by bad memory accesses seen with page flipping on alder lake
and raptor lake. Starting xfce reliably caused problems.
reported by kn@ and yasuoka@, both confirmed this fixes it
ok kn@ kettenis@
