mbox series

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

Message ID 20221202103331.14297-1-d.bogdanov@yadro.com (mailing list archive)
Headers show
Series target: fix bugs in Persistent Reservations | expand

Message

Dmitry Bogdanov Dec. 2, 2022, 10:33 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

Dmitry Bogdanov Dec. 2, 2022, 10:37 a.m. UTC | #1
On Fri, Dec 02, 2022 at 01:33:27PM +0300, 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
> 
>  drivers/target/target_core_pr.c | 33 ++++++++++++++++++++++++++-------
>  1 file changed, 26 insertions(+), 7 deletions(-)
> 
> -- 
> 2.25.1
> 


Sorry, found it in 6.1.
Thought it was not merged because I did not find it in 6.2/scsi-*
branches.