All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Jarkko Nikula <jarkko.nikula@nokia.com>
Cc: linux-kernel@vger.kernel.org, david-b@pacbell.net,
	jarkko.nikula@nokia.com, stable@kernel.org
Subject: Re: [patch 2.6.28-rc4] gpiolib: extend gpio label column width in debugfs file
Date: Thu, 13 Nov 2008 17:02:11 -0800	[thread overview]
Message-ID: <20081113170211.23bf0343.akpm@linux-foundation.org> (raw)
In-Reply-To: <1226472973-16271-1-git-send-email-jarkko.nikula@nokia.com>

On Wed, 12 Nov 2008 08:56:13 +0200
Jarkko Nikula <jarkko.nikula@nokia.com> wrote:

> There are already various drivers having bigger label than 12 bytes. Most
> of them fit well under 20 bytes but make column width exact so that
> oversized labels don't mess up output alignment.

Please provide before-and-after example output for this sort of change
so that we can better understand its effect.

> Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
> ---
>  drivers/gpio/gpiolib.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c
> index faa1cc6..82020ab 100644
> --- a/drivers/gpio/gpiolib.c
> +++ b/drivers/gpio/gpiolib.c
> @@ -1134,7 +1134,7 @@ static void gpiolib_dbg_show(struct seq_file *s, struct gpio_chip *chip)
>  			continue;
>  
>  		is_out = test_bit(FLAG_IS_OUT, &gdesc->flags);
> -		seq_printf(s, " gpio-%-3d (%-12s) %s %s",
> +		seq_printf(s, " gpio-%-3d (%-20.20s) %s %s",
>  			gpio, gdesc->label,
>  			is_out ? "out" : "in ",
>  			chip->get

This is a non-backward-compatible change to a userspace interface.  It
looks like a pretty safe one, but this is always a fairly big deal.

If we're going to make this change then we should backport it to
2.6.27.x, 2.6.26.x and to 2.6.25.x to minimise the chance that someone
will write a parser which works on one kernel version and fails on
another.

David?  Thoughts?

  reply	other threads:[~2008-11-14  1:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-12  6:56 [patch 2.6.28-rc4] gpiolib: extend gpio label column width in debugfs file Jarkko Nikula
2008-11-14  1:02 ` Andrew Morton [this message]
2008-11-14  1:13   ` David Brownell
2008-11-14  1:18     ` Andrew Morton

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=20081113170211.23bf0343.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=david-b@pacbell.net \
    --cc=jarkko.nikula@nokia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable@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 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.