On 15/08/2023 15:13, Tudor Cretu wrote:
On 14-08-2023 12:09, Kevin Brodsky wrote:
Signal handlers that intend to set PCC to a new value need to be careful not to use a sealed function pointer (sentry) directly. In purecap, function pointers are typically sentries and therefore need to be explicitly unsealed and their LSB cleared (as per the bullet point above).
Reported-by: Yury Khrustalev yury.khrustalev@arm.com Signed-off-by: Kevin Brodsky kevin.brodsky@arm.com
Looks good to me.
Thanks for the review! Now in next.
Kevin