* [PATCH] lpfc: remove incorrect lockdep assertion
@ 2016-04-17 11:27 Sebastian Herbszt
2016-04-18 7:07 ` Johannes Thumshirn
2016-04-26 2:07 ` Martin K. Petersen
0 siblings, 2 replies; 3+ messages in thread
From: Sebastian Herbszt @ 2016-04-17 11:27 UTC (permalink / raw)
To: linux-scsi, James Smart, Dick Kennedy
Cc: James E.J. Bottomley, Martin K. Petersen, Johannes Thumshirn,
Sebastian Herbszt
Remove incorrect lockdep assertion from lpfc_sli_hbqbuf_find() which acquires
the hbalock itself. Fix the comment which resulted in this mistake.
Fixes: 1c2ba475eb0e ("lpfc: Add lockdep assertions")
Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
diff -uNr -U 5 a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c
--- a/drivers/scsi/lpfc/lpfc_sli.c 2016-03-15 03:25:44.324554218 +0100
+++ b/drivers/scsi/lpfc/lpfc_sli.c 2016-04-17 13:01:59.700182669 +0200
@@ -1998,24 +1998,21 @@
/**
* lpfc_sli_hbqbuf_find - Find the hbq buffer associated with a tag
* @phba: Pointer to HBA context object.
* @tag: Tag of the hbq buffer.
*
- * This function is called with hbalock held. This function searches
- * for the hbq buffer associated with the given tag in the hbq buffer
- * list. If it finds the hbq buffer, it returns the hbq_buffer other wise
- * it returns NULL.
+ * This function searches for the hbq buffer associated with the given tag in
+ * the hbq buffer list. If it finds the hbq buffer, it returns the hbq_buffer
+ * otherwise it returns NULL.
**/
static struct hbq_dmabuf *
lpfc_sli_hbqbuf_find(struct lpfc_hba *phba, uint32_t tag)
{
struct lpfc_dmabuf *d_buf;
struct hbq_dmabuf *hbq_buf;
uint32_t hbqno;
- lockdep_assert_held(&phba->hbalock);
-
hbqno = tag >> 16;
if (hbqno >= LPFC_MAX_HBQS)
return NULL;
spin_lock_irq(&phba->hbalock);
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] lpfc: remove incorrect lockdep assertion
2016-04-17 11:27 [PATCH] lpfc: remove incorrect lockdep assertion Sebastian Herbszt
@ 2016-04-18 7:07 ` Johannes Thumshirn
2016-04-26 2:07 ` Martin K. Petersen
1 sibling, 0 replies; 3+ messages in thread
From: Johannes Thumshirn @ 2016-04-18 7:07 UTC (permalink / raw)
To: Sebastian Herbszt
Cc: linux-scsi, James Smart, Dick Kennedy, James E.J. Bottomley,
Martin K. Petersen
On Sonntag, 17. April 2016 13:27:27 CEST Sebastian Herbszt wrote:
> Remove incorrect lockdep assertion from lpfc_sli_hbqbuf_find() which acquires
> the hbalock itself. Fix the comment which resulted in this mistake.
>
> Fixes: 1c2ba475eb0e ("lpfc: Add lockdep assertions")
> Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
>
Good catch,
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
--
Johannes Thumshirn Storage
jthumshirn@suse.de +49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] lpfc: remove incorrect lockdep assertion
2016-04-17 11:27 [PATCH] lpfc: remove incorrect lockdep assertion Sebastian Herbszt
2016-04-18 7:07 ` Johannes Thumshirn
@ 2016-04-26 2:07 ` Martin K. Petersen
1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2016-04-26 2:07 UTC (permalink / raw)
To: Sebastian Herbszt
Cc: linux-scsi, James Smart, Dick Kennedy, James E.J. Bottomley,
Martin K. Petersen, Johannes Thumshirn
>>>>> "Sebastian" == Sebastian Herbszt <herbszt@gmx.de> writes:
Sebastian> Remove incorrect lockdep assertion from
Sebastian> lpfc_sli_hbqbuf_find() which acquires the hbalock itself. Fix
Sebastian> the comment which resulted in this mistake.
Applied to 4.7/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-26 2:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-17 11:27 [PATCH] lpfc: remove incorrect lockdep assertion Sebastian Herbszt
2016-04-18 7:07 ` Johannes Thumshirn
2016-04-26 2:07 ` Martin K. Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox