From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=linux.vnet.ibm.com (client-ip=148.163.156.1; helo=mx0a-001b2d01.pphosted.com; envelope-from=eajames@linux.vnet.ibm.com; receiver=) Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3y9jRN4MfyzDqlv for ; Tue, 10 Oct 2017 01:33:51 +1100 (AEDT) Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v99EU766017313 for ; Mon, 9 Oct 2017 10:33:49 -0400 Received: from e12.ny.us.ibm.com (e12.ny.us.ibm.com [129.33.205.202]) by mx0a-001b2d01.pphosted.com with ESMTP id 2dg3jdfr0d-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 09 Oct 2017 10:33:49 -0400 Received: from localhost by e12.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 9 Oct 2017 10:33:48 -0400 Received: from b01cxnp22034.gho.pok.ibm.com (9.57.198.24) by e12.ny.us.ibm.com (146.89.104.199) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 9 Oct 2017 10:33:46 -0400 Received: from b01ledav004.gho.pok.ibm.com (b01ledav004.gho.pok.ibm.com [9.57.199.109]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v99EXjOg53477480; Mon, 9 Oct 2017 14:33:45 GMT Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id F416A112051; Mon, 9 Oct 2017 10:33:20 -0400 (EDT) Received: from oc3016140333.ibm.com (unknown [9.41.174.252]) by b01ledav004.gho.pok.ibm.com (Postfix) with ESMTP id 79E0611204B; Mon, 9 Oct 2017 10:33:20 -0400 (EDT) Subject: Re: [PATCH linux dev-4.10 v5 31/31] drivers: hwmon: occ: Cancel occ operations in remove() To: Joel Stanley Cc: Andrew Jeffery , "Edward A. James" , OpenBMC Maillist References: <1507300148-8208-1-git-send-email-eajames@linux.vnet.ibm.com> From: Eddie James Date: Mon, 9 Oct 2017 09:33:44 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-TM-AS-GCONF: 00 x-cbid: 17100914-0048-0000-0000-000001F240C9 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007867; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000235; SDB=6.00928663; UDB=6.00467377; IPR=6.00708935; BA=6.00005630; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00017458; XFM=3.00000015; UTC=2017-10-09 14:33:47 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17100914-0049-0000-0000-000042CFC4DD Message-Id: <1b82ae0a-9754-b9d1-3cba-12a796b37366@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-10-09_04:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1710090212 X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.24 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2017 14:33:53 -0000 On 10/08/2017 09:00 PM, Joel Stanley wrote: > On Fri, Oct 6, 2017 at 11:59 PM, Eddie James wrote: >> From: "Edward A. James" >> >> Prevent hanging forever waiting for OCC ops to complete. >> >> Signed-off-by: Edward A. James >> >> Changes since v4: >> * Add comments for the spinlock >> --- >> drivers/hwmon/occ/p9_sbe.c | 49 +++++++++++++++++++++++++++++++++++++++------- >> 1 file changed, 42 insertions(+), 7 deletions(-) >> >> diff --git a/drivers/hwmon/occ/p9_sbe.c b/drivers/hwmon/occ/p9_sbe.c >> index c7e0d9c..ac18422 100644 >> --- a/drivers/hwmon/occ/p9_sbe.c >> +++ b/drivers/hwmon/occ/p9_sbe.c >> @@ -14,37 +14,68 @@ >> #include >> #include >> #include >> +#include >> #include >> >> struct p9_sbe_occ { >> struct occ occ; >> struct device *sbe; >> + >> + /* >> + * Pointer to occ device client. We store this so that we can cancel >> + * the client operations in remove() if necessary. We only need one >> + * pointer since we do one OCC operation (open, write, read, close) at >> + * a time (access to p9_sbe_occ_send_cmd is locked in the common code >> + * with occ.lock). >> + */ >> + struct occ_client *client; >> + >> + /* >> + * This lock controls access to the client pointer and ensures atomic >> + * open, close and NULL assignment. This prevents simultaneous opening >> + * and closing of the client, or closing multiple times. >> + */ >> + spinlock_t lock; >> }; >> >> #define to_p9_sbe_occ(x) container_of((x), struct p9_sbe_occ, occ) >> >> +static void p9_sbe_occ_close_client(struct p9_sbe_occ *occ) >> +{ >> + struct occ_client *tmp_client; >> + >> + spin_lock_irq(&occ->lock); > Why not spin_lock_irqsave/spin_unlock_irqsave? Same throughout this patch. Well spin_lock_irq/spin_unlock_irq is used through the occ and sbefifo drivers. Just following suit here. I can switch it if necessary. Thanks, Eddie > > Cheers, > > Joel > >> + tmp_client = occ->client; >> + occ->client = NULL; >> + occ_drv_release(tmp_client); >> + spin_unlock_irq(&occ->lock); >> +} >> + >> static int p9_sbe_occ_send_cmd(struct occ *occ, u8 *cmd) >> { >> int rc, error; >> - struct occ_client *client; >> struct occ_response *resp = &occ->resp; >> struct p9_sbe_occ *p9_sbe_occ = to_p9_sbe_occ(occ); >> >> - client = occ_drv_open(p9_sbe_occ->sbe, 0); >> - if (!client) { >> + spin_lock_irq(&p9_sbe_occ->lock); >> + if (p9_sbe_occ->sbe) >> + p9_sbe_occ->client = occ_drv_open(p9_sbe_occ->sbe, 0); >> + spin_unlock_irq(&p9_sbe_occ->lock); >> + >> + if (!p9_sbe_occ->client) { >> rc = -ENODEV; >> goto assign; >> } >> >> - rc = occ_drv_write(client, (const char *)&cmd[1], 7); >> + rc = occ_drv_write(p9_sbe_occ->client, (const char *)&cmd[1], 7); >> if (rc < 0) >> goto err; >> >> - rc = occ_drv_read(client, (char *)resp, sizeof(*resp)); >> + rc = occ_drv_read(p9_sbe_occ->client, (char *)resp, sizeof(*resp)); >> if (rc < 0) >> goto err; >> >> - occ_drv_release(client); >> + p9_sbe_occ_close_client(p9_sbe_occ); >> >> switch (resp->return_status) { >> case RESP_RETURN_CMD_IN_PRG: >> @@ -72,7 +103,7 @@ static int p9_sbe_occ_send_cmd(struct occ *occ, u8 *cmd) >> goto done; >> >> err: >> - occ_drv_release(client); >> + p9_sbe_occ_close_client(p9_sbe_occ); >> dev_err(occ->bus_dev, "occ bus op failed rc:%d\n", rc); >> assign: >> error = rc; >> @@ -132,6 +163,7 @@ static int p9_sbe_occ_probe(struct platform_device *pdev) >> p9_sbe_occ->sbe = pdev->dev.parent; >> >> occ = &p9_sbe_occ->occ; >> + spin_lock_init(&p9_sbe_occ->lock); >> occ->bus_dev = &pdev->dev; >> occ->groups[0] = &occ->group; >> occ->poll_cmd_data = 0x20; >> @@ -152,7 +184,10 @@ static int p9_sbe_occ_probe(struct platform_device *pdev) >> static int p9_sbe_occ_remove(struct platform_device *pdev) >> { >> struct occ *occ = platform_get_drvdata(pdev); >> + struct p9_sbe_occ *p9_sbe_occ = to_p9_sbe_occ(occ); >> >> + p9_sbe_occ->sbe = NULL; >> + p9_sbe_occ_close_client(p9_sbe_occ); >> occ_remove_status_attrs(occ); >> >> atomic_dec(&occ_num_occs); >> -- >> 1.8.3.1 >>