Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/external/bsd



Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 12:07:55 UTC 2021

Modified Files:
        src/sys/external/bsd/common/include/linux: slab.h
        src/sys/external/bsd/common/linux: linux_rcu.c
        src/sys/external/bsd/drm2/include/linux: mm.h vmalloc.h

Log Message:
linux: Use kmem directly for Linux kmalloc.

Take advantage of this to do LOCKDEBUG_MEM_CHECK at the point of
kfree_rcu rather than in the RCU GC thread.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/common/include/linux/slab.h
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/common/linux/linux_rcu.c
cvs rdiff -u -r1.22 -r1.23 src/sys/external/bsd/drm2/include/linux/mm.h
cvs rdiff -u -r1.10 -r1.11 src/sys/external/bsd/drm2/include/linux/vmalloc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index