Re: [PATCH 6/8] powerpc/rtas: lockdep annotations

2023-03-22 Thread Andrew Donnellan
On Mon, 2023-03-06 at 15:33 -0600, Nathan Lynch via B4 Relay wrote: > From: Nathan Lynch > > Add lockdep annotations for the following properties that must hold: > > * Any error log retrieval must be atomically coupled with the prior >   RTAS call, without a window for another RTAS call to occur

[PATCH 6/8] powerpc/rtas: lockdep annotations

2023-03-06 Thread Nathan Lynch via B4 Relay
From: Nathan Lynch Add lockdep annotations for the following properties that must hold: * Any error log retrieval must be atomically coupled with the prior RTAS call, without a window for another RTAS call to occur before the error log can be retrieved. * All users of the core rtas_args par