mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: James Smart <jsmart2021@gmail.com>
To: Zheyu Ma <zheyuma97@gmail.com>,
	james.smart@broadcom.com, dick.kennedy@broadcom.com,
	jejb@linux.ibm.com, martin.petersen@oracle.com
Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] scsi: lpfc: Fix the misuse of the logging function
Date: Fri, 15 Oct 2021 15:57:55 -0700	[thread overview]
Message-ID: <7a721ee3-2a71-ffda-a818-796ebc81d288@gmail.com> (raw)
In-Reply-To: <1634279621-27115-1-git-send-email-zheyuma97@gmail.com>

On 10/14/2021 11:33 PM, Zheyu Ma wrote:
> When the driver fails in lpfc_enable_pci_dev(), it will call
> lpfc_printf_log(), and in a certain case the lpfc_dmp_dbg() is
> eventually called, this function uses 'phba->port_list_lock', and at
> this time this lock is not been initialized, which may cause a bug.
> 
> Fix this by using 'dev_printk' to replace the previous function.
> 
> The following log reveals it:
> 
> [   32.955597  ] INFO: trying to register non-static key.
> [   32.956002  ] The code is fine but needs lockdep annotation, or maybe
> [   32.956491  ] you didn't initialize this object before use?
> [   32.956916  ] turning off the locking correctness validator.
> [   32.958801  ] Call Trace:
> [   32.958994  ]  dump_stack_lvl+0xa8/0xd1
> [   32.959286  ]  dump_stack+0x15/0x17
> [   32.959547  ]  assign_lock_key+0x212/0x220
> [   32.959853  ]  ? SOFTIRQ_verbose+0x10/0x10
> [   32.960158  ]  ? lock_is_held_type+0xd6/0x130
> [   32.960483  ]  register_lock_class+0x126/0x790
> [   32.960815  ]  ? rcu_read_lock_sched_held+0x33/0x70
> [   32.961233  ]  __lock_acquire+0xe9/0x1e20
> [   32.961565  ]  ? delete_node+0x71e/0x790
> [   32.961859  ]  ? __this_cpu_preempt_check+0x13/0x20
> [   32.962220  ]  ? lock_is_held_type+0xd6/0x130
> [   32.962545  ]  lock_acquire+0x244/0x490
> [   32.962831  ]  ? lpfc_dmp_dbg+0x65/0x600 [lpfc]
> [   32.963241  ]  ? __kasan_check_write+0x14/0x20
> [   32.963572  ]  ? read_lock_is_recursive+0x20/0x20
> [   32.963921  ]  ? __this_cpu_preempt_check+0x13/0x20
> [   32.964284  ]  ? lpfc_dmp_dbg+0x65/0x600 [lpfc]
> [   32.964685  ]  ? _raw_spin_lock_irqsave+0x29/0x70
> [   32.965086  ]  ? __kasan_check_read+0x11/0x20
> [   32.965410  ]  ? trace_irq_disable_rcuidle+0x85/0x170
> [   32.965787  ]  _raw_spin_lock_irqsave+0x4e/0x70
> [   32.966124  ]  ? lpfc_dmp_dbg+0x65/0x600 [lpfc]
> [   32.966526  ]  lpfc_dmp_dbg+0x65/0x600 [lpfc]
> [   32.966913  ]  ? lockdep_init_map_type+0x162/0x710
> [   32.967269  ]  ? error_prone+0x25/0x30 [lpfc]
> [   32.967657  ]  lpfc_enable_pci_dev+0x157/0x250 [lpfc]
> 
> Signed-off-by: Zheyu Ma <zheyuma97@gmail.com>

Zheyu,

Thank you for the time and effort on this. Your points are all valid. 
However, we'd like to correct this using a slightly different method. 
We will post a different patch shortly for the issue.

-- james

      reply	other threads:[~2021-10-15 22:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-15  6:33 Zheyu Ma
2021-10-15 22:57 ` James Smart [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7a721ee3-2a71-ffda-a818-796ebc81d288@gmail.com \
    --to=jsmart2021@gmail.com \
    --cc=dick.kennedy@broadcom.com \
    --cc=james.smart@broadcom.com \
    --cc=jejb@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=zheyuma97@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®