public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Ewan Milne <emilne@redhat.com>
To: Hannes Reinecke <hare@suse.de>
Cc: James Bottomley <jbottomley@parallels.com>,
	Christoph Hellwig <hch@lst.de>,
	linux-scsi@vger.kernel.org
Subject: Re: [PATCH 9/9] scsi_error: do not display kernel pointer in message logs
Date: Mon, 12 Jan 2015 10:18:35 -0500	[thread overview]
Message-ID: <1421075915.3891.177.camel@localhost.localdomain> (raw)
In-Reply-To: <1421074649.3891.173.camel@localhost.localdomain>

On Mon, 2015-01-12 at 09:57 -0500, Ewan Milne wrote:
> On Mon, 2015-01-12 at 14:29 +0100, Hannes Reinecke wrote:
> > On 01/12/2015 02:12 PM, Ewan Milne wrote:
> > > On Thu, 2015-01-08 at 07:43 +0100, Hannes Reinecke wrote:
> > >> It is not good practice to display the kernel pointer
> > >> in any message logs, and it doesn't display any additional
> > >> information. And as we know have block-layer assigned tags
> > >> we can use them to differentiate the messages.
> > >> So remove any pointer references from the displayed messages.
> > >>
> > > 
> > > I'd actually be sad to see this go -- I have found it useful
> > > in the past when debugging crash dumps from customer sites
> > > to be able to look in the kernel messages and see that a
> > > particular scsi_cmnd had been aborted just before the crash
> > > (and then later completed).
> > > 
> > But that's precisely why we've prefixed the scmd messages with the
> > tag number; with that you'll be able to extract the same information.
> > 
> > And now that hch separated out the block layer tagging from SCSI-2
> > TCQ we should have the tag number available for any command, not
> > just those from drivers which use TCQ.
> > 
> > Let me know if that isn't the case; this patch indeed only makes
> > sense if the tag number is always available.
> 
> Ah, yes, I think you may be right -- I ran into this when debugging some
> double completion panics, so my concern is whether the tag field
> remains valid after it completes the first time.  I'll check.

Looks like if the scmd completes twice, the req could be getting reused,
so scmd->request->tag might be different.  However, for crash analysis,
scmd->tag gets a copy of the request tag so that would be good enough
to match up with an earlier logged abort message.

Reviewed-by: Ewan D. Milne <emilne@redhat.com>




  reply	other threads:[~2015-01-12 15:18 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-08  6:43 [PATCHv4 0/9] scsi logging update: the real thing Hannes Reinecke
2015-01-08  6:43 ` [PATCH 1/9] scsi: Implement per-cpu logging buffer Hannes Reinecke
2015-01-13 18:41   ` James Bottomley
2015-01-08  6:43 ` [PATCH 2/9] scsi: log request tag for scmd_printk() Hannes Reinecke
2015-01-08  6:43 ` [PATCH 3/9] scsi: use external buffer for command logging Hannes Reinecke
2015-01-13 18:56   ` James Bottomley
2015-01-14  9:36     ` hch
2015-01-14 15:24       ` James Bottomley
2015-01-08  6:43 ` [PATCH 4/9] libata: use __scsi_format_command() Hannes Reinecke
2015-01-08  6:43 ` [PATCH 5/9] scsi: use per-cpu buffer for formatting sense Hannes Reinecke
2015-01-08  6:43 ` [PATCH 6/9] scsi: use per-cpu buffer for formatting scsi_print_result() Hannes Reinecke
2015-01-08  6:43 ` [PATCH 7/9] scsi: Conditionally compile in constants.c Hannes Reinecke
2015-01-08  6:43 ` [PATCH 8/9] scsi: Do not display buffer pointers in scsi_log_send() Hannes Reinecke
2015-01-08  6:43 ` [PATCH 9/9] scsi_error: do not display kernel pointer in message logs Hannes Reinecke
2015-01-10 19:17   ` Elliott, Robert (Server Storage)
2015-01-11 18:39     ` Douglas Gilbert
2015-01-12 13:12   ` Ewan Milne
2015-01-12 13:29     ` Hannes Reinecke
2015-01-12 14:57       ` Ewan Milne
2015-01-12 15:18         ` Ewan Milne [this message]
2015-01-10 18:01 ` [PATCHv4 0/9] scsi logging update: the real thing Christoph Hellwig

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=1421075915.3891.177.camel@localhost.localdomain \
    --to=emilne@redhat.com \
    --cc=hare@suse.de \
    --cc=hch@lst.de \
    --cc=jbottomley@parallels.com \
    --cc=linux-scsi@vger.kernel.org \
    /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