All of lore.kernel.org
 help / color / mirror / Atom feed
From: hpa@zytor.com (H. Peter Anvin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 11/11] scripts/sortextable: silence script output
Date: Thu, 14 Feb 2013 11:25:39 -0800	[thread overview]
Message-ID: <511D3A33.20105@zytor.com> (raw)
In-Reply-To: <1360849767-1463135-12-git-send-email-arnd@arndb.de>

On 02/14/2013 05:49 AM, Arnd Bergmann wrote:
> The exception table sorter outputs one line every time
> it gets called, e.g. 'sort done marker at 66dc00', which
> is slightly annoying when doing 'make -s' which is otherwise
> completely silent. Since that output is not helpful to
> most people building the kernel, turn it off by default.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Acked-by: David Daney <david.daney@cavium.com>
> Cc: "H. Peter Anvin" <hpa@zytor.com>
> ---
>   scripts/sortextable.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/sortextable.h b/scripts/sortextable.h
> index e4fd45b..f5eb43d 100644
> --- a/scripts/sortextable.h
> +++ b/scripts/sortextable.h
> @@ -182,7 +182,7 @@ do_func(Elf_Ehdr *ehdr, char const *const fname, table_sort_t custom_sort)
>   		_r(&sort_needed_sym->st_value) -
>   		_r(&sort_needed_sec->sh_addr);
>
> -#if 1
> +#if 0
>   	printf("sort done marker at %lx\n",
>   	       (unsigned long)((char *)sort_done_location - (char *)ehdr));
>   #endif
>

Acked-by: H. Peter Anvin <hpa@zytor.com>

... or just kill the printf entirely.

	-hpa

-- 
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel.  I don't speak on their behalf.

WARNING: multiple messages have this Message-ID (diff)
From: "H. Peter Anvin" <hpa@zytor.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: arm@kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Russell King <linux@arm.linux.org.uk>
Subject: Re: [PATCH 11/11] scripts/sortextable: silence script output
Date: Thu, 14 Feb 2013 11:25:39 -0800	[thread overview]
Message-ID: <511D3A33.20105@zytor.com> (raw)
In-Reply-To: <1360849767-1463135-12-git-send-email-arnd@arndb.de>

On 02/14/2013 05:49 AM, Arnd Bergmann wrote:
> The exception table sorter outputs one line every time
> it gets called, e.g. 'sort done marker at 66dc00', which
> is slightly annoying when doing 'make -s' which is otherwise
> completely silent. Since that output is not helpful to
> most people building the kernel, turn it off by default.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Acked-by: David Daney <david.daney@cavium.com>
> Cc: "H. Peter Anvin" <hpa@zytor.com>
> ---
>   scripts/sortextable.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/sortextable.h b/scripts/sortextable.h
> index e4fd45b..f5eb43d 100644
> --- a/scripts/sortextable.h
> +++ b/scripts/sortextable.h
> @@ -182,7 +182,7 @@ do_func(Elf_Ehdr *ehdr, char const *const fname, table_sort_t custom_sort)
>   		_r(&sort_needed_sym->st_value) -
>   		_r(&sort_needed_sec->sh_addr);
>
> -#if 1
> +#if 0
>   	printf("sort done marker at %lx\n",
>   	       (unsigned long)((char *)sort_done_location - (char *)ehdr));
>   #endif
>

Acked-by: H. Peter Anvin <hpa@zytor.com>

... or just kill the printf entirely.

	-hpa

-- 
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel.  I don't speak on their behalf.


  reply	other threads:[~2013-02-14 19:25 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-14 13:49 [PATCH 00/11] ARM warning fixes for arm-soc Arnd Bergmann
2013-02-14 13:49 ` Arnd Bergmann
2013-02-14 13:49 ` [PATCH 01/11] ARM: disable virt_to_bus/virt_to_bus almost everywhere Arnd Bergmann
2013-02-14 13:49   ` Arnd Bergmann
2013-02-16 22:18   ` Emilio López
2013-02-16 22:18     ` Emilio López
2013-02-16 23:15     ` Arnd Bergmann
2013-02-16 23:15       ` Arnd Bergmann
2013-02-20 15:14   ` James Hogan
2013-02-20 15:14     ` James Hogan
2013-02-20 16:00     ` Arnd Bergmann
2013-02-20 16:00       ` Arnd Bergmann
2013-02-20 16:32       ` James Hogan
2013-02-20 16:32         ` James Hogan
2013-02-20 16:32         ` James Hogan
2013-02-21  7:37         ` Vineet Gupta
2013-02-21  7:37           ` Vineet Gupta
2013-02-21  7:37           ` Vineet Gupta
2013-02-21 23:13           ` Stephen Rothwell
2013-02-21 23:13             ` Stephen Rothwell
2013-02-21 23:13             ` Stephen Rothwell
2013-02-25 14:18             ` Vineet Gupta
2013-02-25 14:18               ` Vineet Gupta
2013-02-25 14:18               ` Vineet Gupta
2013-02-25 14:54               ` Arnd Bergmann
2013-02-25 14:54                 ` Arnd Bergmann
2013-02-14 13:49 ` [PATCH 02/11] ARM: samsung: fix assembly syntax for new gas Arnd Bergmann
2013-02-14 13:49   ` Arnd Bergmann
2013-02-16 23:25   ` Russell King - ARM Linux
2013-02-16 23:25     ` Russell King - ARM Linux
2013-02-17 14:01     ` Arnd Bergmann
2013-02-17 14:01       ` Arnd Bergmann
2013-02-17 15:37     ` Mikael Pettersson
2013-02-17 15:37       ` Mikael Pettersson
2013-02-17 15:47       ` Arnd Bergmann
2013-02-17 15:47         ` Arnd Bergmann
2013-02-17  0:38   ` Aaro Koskinen
2013-02-17  0:38     ` Aaro Koskinen
2013-02-17 15:37     ` Arnd Bergmann
2013-02-17 15:37       ` Arnd Bergmann
2013-02-14 13:49 ` [PATCH 03/11] ARM: w90x900: fix legacy assembly syntax Arnd Bergmann
2013-02-14 13:49   ` Arnd Bergmann
2013-02-14 13:49 ` [PATCH 04/11] ARM: shmobile: fix defconfig warning on CONFIG_USB Arnd Bergmann
2013-02-14 13:49   ` Arnd Bergmann
2013-02-14 13:49   ` Arnd Bergmann
2013-02-14 13:49 ` [PATCH 05/11] ARM: sa1100: don't warn about mach/ide.h Arnd Bergmann
2013-02-14 13:49   ` Arnd Bergmann
2013-02-14 13:49 ` [PATCH 06/11] ARM: integrator/versatile: fix NOMMU warnings Arnd Bergmann
2013-02-14 13:49   ` Arnd Bergmann
2013-02-15  9:12   ` Linus Walleij
2013-02-15  9:12     ` Linus Walleij
2013-02-14 13:49 ` [PATCH 07/11] ARM: integrator: fix build with INTEGRATOR_AP off Arnd Bergmann
2013-02-14 13:49   ` Arnd Bergmann
2013-02-15  9:13   ` Linus Walleij
2013-02-15  9:13     ` Linus Walleij
2013-02-14 13:49 ` [PATCH 08/11] ARM: pick Versatile by default for !MMU Arnd Bergmann
2013-02-14 13:49   ` Arnd Bergmann
2013-02-14 13:49 ` [PATCH 09/11] ARM: mvebu: allow selecting mvebu without Armada XP Arnd Bergmann
2013-02-14 13:49   ` Arnd Bergmann
2013-02-14 13:49 ` [PATCH 10/11] ARM: s3c: i2c: add platform_device forward declaration Arnd Bergmann
2013-02-14 13:49   ` Arnd Bergmann
     [not found]   ` <1360849767-1463135-11-git-send-email-arnd-r2nGTMty4D4@public.gmane.org>
2013-02-15 11:54     ` Wolfram Sang
2013-02-15 11:54       ` Wolfram Sang
2013-02-15 11:54       ` Wolfram Sang
2013-02-14 13:49 ` [PATCH 11/11] scripts/sortextable: silence script output Arnd Bergmann
2013-02-14 13:49   ` Arnd Bergmann
2013-02-14 19:25   ` H. Peter Anvin [this message]
2013-02-14 19:25     ` H. Peter Anvin

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=511D3A33.20105@zytor.com \
    --to=hpa@zytor.com \
    --cc=linux-arm-kernel@lists.infradead.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.