All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Joe Perches <joe@perches.com>, "Michael S. Tsirkin" <mst@redhat.com>
Cc: linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org
Subject: Re: [PATCH 14/16] virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Date: Thu, 01 Nov 2012 10:24:03 +1030	[thread overview]
Message-ID: <87ip9q5hb8.fsf@rustcorp.com.au> (raw)
In-Reply-To: <a32fa314ea4f0318869f62d0942d3f1f936219d6.1351411048.git.joe@perches.com>

Joe Perches <joe@perches.com> writes:

> dev_<level> calls take less code than dev_printk(KERN_<LEVEL>
> and reducing object size is good.
> Convert if (printk_ratelimit()) dev_printk to dev_<level>_ratelimited.
>
> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

Thanks,
Rusty.

WARNING: multiple messages have this Message-ID (diff)
From: Rusty Russell <rusty@rustcorp.com.au>
To: Joe Perches <joe@perches.com>, "Michael S. Tsirkin" <mst@redhat.com>
Cc: virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 14/16] virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Date: Thu, 01 Nov 2012 10:24:03 +1030	[thread overview]
Message-ID: <87ip9q5hb8.fsf@rustcorp.com.au> (raw)
In-Reply-To: <a32fa314ea4f0318869f62d0942d3f1f936219d6.1351411048.git.joe@perches.com>

Joe Perches <joe@perches.com> writes:

> dev_<level> calls take less code than dev_printk(KERN_<LEVEL>
> and reducing object size is good.
> Convert if (printk_ratelimit()) dev_printk to dev_<level>_ratelimited.
>
> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

Thanks,
Rusty.

  reply	other threads:[~2012-10-31 23:54 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-28  8:05 [PATCH 00/16] treewide: Convert dev_printk(KERN_<LEVEL> to dev_<level>( Joe Perches
2012-10-28  8:05 ` Joe Perches
2012-10-28  8:05 ` Joe Perches
2012-10-28  8:05 ` [PATCH 01/16] tile: " Joe Perches
2012-10-28 12:54   ` Chris Metcalf
2012-10-28  8:05 ` [PATCH 02/16] ata: " Joe Perches
2012-11-28 17:42   ` Jeff Garzik
2012-10-28  8:05 ` [PATCH 03/16] drivers: base: " Joe Perches
2012-10-28  8:05 ` [PATCH 04/16] block: " Joe Perches
2012-10-28  8:05 ` [PATCH 05/16] pcmcia: " Joe Perches
2012-10-28  8:05 ` [PATCH 06/16] dma: " Joe Perches
2012-10-28  8:05   ` Joe Perches
2012-10-29  5:54   ` Vinod Koul
2012-10-29  5:54     ` Vinod Koul
2012-10-28  8:05 ` [PATCH 07/16] gpu: " Joe Perches
2012-10-28  8:05 ` [PATCH 08/16] i2c: " Joe Perches
2012-10-28 11:45   ` Jean Delvare
2012-10-28  8:05 ` [PATCH 09/16] wireless: " Joe Perches
2012-10-28  8:05 ` [PATCH 10/16] ethernet: " Joe Perches
2012-11-03  2:00   ` David Miller
2012-10-28  8:05 ` [PATCH 11/16] pci: " Joe Perches
2012-11-05 22:28   ` Bjorn Helgaas
2012-10-28  8:05 ` [PATCH 12/16] scsi: " Joe Perches
2012-10-28  8:05 ` [PATCH 13/16] usb: " Joe Perches
2012-10-28  8:05 ` [PATCH 14/16] virtio: " Joe Perches
2012-10-28  8:05   ` Joe Perches
2012-10-31 23:54   ` Rusty Russell [this message]
2012-10-31 23:54     ` Rusty Russell
2012-10-28  8:05 ` [PATCH 15/16] watchdog: " Joe Perches
2012-10-28  8:05 ` [PATCH 16/16] sound: " Joe Perches
2012-10-28  8:05   ` Joe Perches
2012-10-28  8:59   ` Takashi Iwai
     [not found] ` <cover.1351411047.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2012-10-28 10:54   ` [PATCH 00/16] treewide: " Sergei Shtylyov
2012-10-28 10:54     ` Sergei Shtylyov
2012-10-28 10:54     ` Sergei Shtylyov
2012-10-28 12:12     ` Joe Perches
     [not found]     ` <508D0ECA.8040008-Igf4POYTYCDQT0dZR+AlfA@public.gmane.org>
2012-10-28 12:12       ` Joe Perches
2012-10-28 12:12         ` Joe Perches
2012-10-28 12:12         ` Joe Perches
2012-10-28 10:54 ` Sergei Shtylyov

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=87ip9q5hb8.fsf@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=virtualization@lists.linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.