Skip to content

random: replace import_single_range() with import_ubuf()

Justin M. Forbes requested to merge jmflinuxtx/kernel-ark:buildfail_6.8 into os-build

Upstream commit 6ac805d1 dropped the iov arg from import_single_range() and upstream commit 9fd7874c replaced import_single_range() with import_ubuff(). As our patch 7c0b728a still called import_single_range() in drivers/char/random, this needs to be brought up to date to continue working.

Reported-by: Scott Weaver scweaver@redhat.com Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org

Merge request reports