mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Pekka Enberg" <penberg@cs.helsinki.fi>
To: "Kristian Høgsberg" <krh@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2 v2] Only print "Decompressing Linux" etc when 'debug' is passed.
Date: Sun, 25 May 2008 10:31:02 +0300	[thread overview]
Message-ID: <84144f020805250031k67264c69ub8502fd7f9b57f3f@mail.gmail.com> (raw)
In-Reply-To: <1211687267-12962-1-git-send-email-krh@redhat.com>

On Sun, May 25, 2008 at 6:47 AM, Kristian Høgsberg <krh@redhat.com> wrote:
> @@ -461,9 +483,11 @@ asmlinkage void decompress_kernel(void *rmode, memptr heap,
>  #endif
>
>        makecrc();
> -       putstr("\nDecompressing Linux... ");
> +       if (debug)
> +               putstr("\nDecompressing Linux... ");
>        gunzip();
>        parse_elf(output);
> -       putstr("done.\nBooting the kernel.\n");
> +       if (debug)
> +               putstr("done.\nBooting the kernel.\n");
>        return;
>  }

Please add a proper changelog explaining why we want to do this.

  parent reply	other threads:[~2008-05-25  7:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-25  3:47 Kristian Høgsberg
2008-05-25  4:54 ` Yinghai Lu
2008-05-25  7:31 ` Pekka Enberg [this message]
2008-05-26  9:22 ` Mikael Pettersson
2008-05-26 14:09   ` Jan Engelhardt
2008-05-26 15:09     ` Johannes Weiner
2008-05-26 16:16       ` Jan Engelhardt

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=84144f020805250031k67264c69ub8502fd7f9b57f3f@mail.gmail.com \
    --to=penberg@cs.helsinki.fi \
    --cc=krh@redhat.com \
    --cc=linux-kernel@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

all inboxes | Powered by JetHome®