Skip to content
Commit 94623298 authored by Elliot Berman's avatar Elliot Berman Committed by Gerrit - the friendly Code Review server
Browse files

virt: gunyah: rm_core: Clean up sequence idr earlier


When RM sends an error for a given call, Linux can re-use that sequence
number later. Presently, the sequence number is kept as reserved and
could cause a denial of service if many messages are crafted which
always return an RM error.

Change-Id: Icc2b054ab8d110c63759e30d62650ebc9d02b234
Signed-off-by: default avatarElliot Berman <quic_eberman@quicinc.com>
parent bc672049
Please register or to comment