Page MenuHomeFreeBSD

linuxkpi: Add `mem_is_zero()`
Needs ReviewPublic

Authored by dumbbell on Thu, Apr 16, 9:00 PM.

Details

Reviewers
None
Group Reviewers
linuxkpi
Summary

The DRM generic code and the i915 DRM driver started to replace the use of memchr_inv() by a mem_is_zero() in Linux 6.12. We reuse the previous use of memchr_inv() to implement mem_is_zero().

This is part of the update of DRM drivers to Linux 6.12.

Sponsored by: The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped