mbox series

[v2,0/4] target: fix bugs in Persistent Reservations

Message ID 20220909090425.14479-1-d.bogdanov@yadro.com
Headers show
Series target: fix bugs in Persistent Reservations | expand

Message

Dmitry Bogdanov Sept. 9, 2022, 9:04 a.m. UTC
This patch set fixes few rare bugs and deviations from standard in
PREEMPT AND ABORT and REGISTER AND MOVE operations.

v2:
  remove superfluous parentheses
  fix indentation

Dmitry Bogdanov (4):
  target: core: fix preempt and abort for allreg res
  target: core: fix memory leak in preempt_and_abort
  target: core: abort all preempted regs if requested
  target: core: new key must be used for moved PR

 drivers/target/target_core_pr.c | 33 ++++++++++++++++++++++++++-------
 1 file changed, 26 insertions(+), 7 deletions(-)

Comments

Mike Christie Sept. 29, 2022, 9:44 p.m. UTC | #1
On 9/9/22 4:04 AM, Dmitry Bogdanov wrote:
> This patch set fixes few rare bugs and deviations from standard in
> PREEMPT AND ABORT and REGISTER AND MOVE operations.
> 
> v2:
>   remove superfluous parentheses
>   fix indentation
> 
> Dmitry Bogdanov (4):
>   target: core: fix preempt and abort for allreg res
>   target: core: fix memory leak in preempt_and_abort
>   target: core: abort all preempted regs if requested
>   target: core: new key must be used for moved PR


Reviewed-by: Mike Christie <michael.christie@oracle.com>
Martin K. Petersen Oct. 1, 2022, 9:04 a.m. UTC | #2
Dmitry,

> This patch set fixes few rare bugs and deviations from standard in
> PREEMPT AND ABORT and REGISTER AND MOVE operations.

Applied to 6.1/scsi-staging, thanks!