From patchwork Fri Sep 9 09:04:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Bogdanov X-Patchwork-Id: 604518 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 103FCC6FA82 for ; Fri, 9 Sep 2022 09:05:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232034AbiIIJFU (ORCPT ); Fri, 9 Sep 2022 05:05:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232026AbiIIJEm (ORCPT ); Fri, 9 Sep 2022 05:04:42 -0400 Received: from mta-01.yadro.com (mta-02.yadro.com [89.207.88.252]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9DFB045989; Fri, 9 Sep 2022 02:04:35 -0700 (PDT) Received: from localhost (unknown [127.0.0.1]) by mta-01.yadro.com (Postfix) with ESMTP id ABD52569A5; Fri, 9 Sep 2022 09:04:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yadro.com; h= content-type:content-type:content-transfer-encoding:mime-version :x-mailer:message-id:date:date:subject:subject:from:from :received:received:received:received; s=mta-01; t=1662714272; x= 1664528673; bh=6v43X7E++ztoCu7qEt9HLwDNOMmCn6V2ukk+F8GW1zQ=; b=r K7H4NaX0KMhwQ6RonrrTNVN2o0oO2Vhwg9k2ttJN9ioJH5RcpC5uF51wOewef39v 2pwaizZxQB5GEf29zJIQ9FmJfQhgQKgc/eCeLenyY6ddIJlO1DxuklqtHNlu6Jpa S5LWZolzofh2mEu9f1JHHerGbF7JO4LL3+vvmWhSQk= X-Virus-Scanned: amavisd-new at yadro.com Received: from mta-01.yadro.com ([127.0.0.1]) by localhost (mta-01.yadro.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H7lqKTr69VqR; Fri, 9 Sep 2022 12:04:32 +0300 (MSK) Received: from T-EXCH-02.corp.yadro.com (T-EXCH-02.corp.yadro.com [172.17.10.102]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mta-01.yadro.com (Postfix) with ESMTPS id 6D4BC5695B; Fri, 9 Sep 2022 12:04:31 +0300 (MSK) Received: from T-EXCH-08.corp.yadro.com (172.17.11.58) by T-EXCH-02.corp.yadro.com (172.17.10.102) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.669.32; Fri, 9 Sep 2022 12:04:31 +0300 Received: from NB-591.corp.yadro.com (10.199.18.20) by T-EXCH-08.corp.yadro.com (172.17.11.58) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.1118.9; Fri, 9 Sep 2022 12:04:30 +0300 From: Dmitry Bogdanov To: Martin Petersen , CC: Bart Van Assche , , , Dmitry Bogdanov Subject: [PATCH v2 0/4] target: fix bugs in Persistent Reservations Date: Fri, 9 Sep 2022 12:04:21 +0300 Message-ID: <20220909090425.14479-1-d.bogdanov@yadro.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.199.18.20] X-ClientProxiedBy: T-EXCH-02.corp.yadro.com (172.17.10.102) To T-EXCH-08.corp.yadro.com (172.17.11.58) Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org 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(-) Reviewed-by: Mike Christie