]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "virtio: rng: Handle oversized return buffers"
authorTom Rini <trini@konsulko.com>
Wed, 25 Mar 2026 20:32:42 +0000 (14:32 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 25 Mar 2026 20:32:42 +0000 (14:32 -0600)
Meet Patel <meet.patel2@arm.com> says:

The virtio-rng test to verify effective handling of oversized return
buffers checks that an (undocumented) error is raised, instead of the
real concern, which is the surrounding buffer integrity following a rng
function call.
Update the test to check that the other contents of a buffer remain
unchanged instead of looking for an error code.

Link: https://lore.kernel.org/r/20260309165505.4001705-1-meet.patel2@arm.com

Trivial merge