Received: by 10.223.185.116 with SMTP id b49csp1094030wrg; Fri, 23 Feb 2018 11:50:00 -0800 (PST) X-Google-Smtp-Source: AH8x227PHvtUGjc82suI5JfHktEjakkE5mR1a4LsFzMeIvLxturgUWvlwn/1llLFBSdfircAs6k5 X-Received: by 2002:a17:902:981:: with SMTP id 1-v6mr2726378pln.345.1519415400008; Fri, 23 Feb 2018 11:50:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519415399; cv=none; d=google.com; s=arc-20160816; b=dPoAEj0VhVKKCbOotZfEzQVFYkoy5tvVFcEGvzhWXHN0lRe1slgswoXoLfzFLOgYLh piHZgqVH6vK48lz85fwzWkMAOxTPYVhzqTgNLIFHNndUXWJw+tHjfNz5wm9nLmx/oyIa LlUkjAlJ+h9NVKIl2rf4tKaEeuoPn1aNQz5cBZ2BwRmmcjyvuOs42mdOfpGCfIwGtY24 wIpwkfcK11Y424L4odqiTOizl7t9AX9xOylQGl2tlBwBX3NcW7N/ic92I8Vd/R0iFpJa WPJwwXMW74zXSFhEiJ3GKQgR+v3ErFetFu+jnyBUVIxBaooHMCnWRfb/YnouazgFJc3r 92ag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=4tid4zBYHJHKN/REgCcxX5BueDbo1T85RXmCtZ74ELE=; b=Z6UOnr1T6sZx7+Bag8bp0BOLLrzlVkKxKOWLBqzyLHDjxR1WkQQORdDnu6aFGzNgQA yu/jNDsrNj4cVeR496bISEyLbWDb531xC1+p9nJbxGjXbBMaNlI3LvZZ0/NcHyajPbsb /mcWmKXD34Frd1QTvIgEcTwlOggllJ+IwrB35x4z2HG9tUR/3NPMw7uEUcw9ZMAuFxKq ejqF99y/s3BQigKrBEBVnQOp7dI8ND8TnM84QqWhfu+lZxEY6l1jY9ctr2rpvp5S+wQO SmA3zNgGfscENoQ8A4NxPQVXI2CLvyXAeFLZLfo1DKj3nm5POBjQ3jPjXQUAjV57yjzD s19A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b13si2236467pfi.53.2018.02.23.11.49.44; Fri, 23 Feb 2018 11:49:59 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934118AbeBWSrL (ORCPT + 99 others); Fri, 23 Feb 2018 13:47:11 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44466 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934058AbeBWSrK (ORCPT ); Fri, 23 Feb 2018 13:47:10 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 6A473EBD; Fri, 23 Feb 2018 18:47:09 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Arnd Bergmann , Linus Torvalds , Matt Fleming , Peter Zijlstra , Thomas Gleixner , Ingo Molnar Subject: [PATCH 4.9 109/145] x86/build: Silence the build with "make -s" Date: Fri, 23 Feb 2018 19:26:55 +0100 Message-Id: <20180223170738.929953201@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180223170724.669759283@linuxfoundation.org> References: <20180223170724.669759283@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Arnd Bergmann commit d460131dd50599e0e9405d5f4ae02c27d529a44a upstream. Every kernel build on x86 will result in some output: Setup is 13084 bytes (padded to 13312 bytes). System is 4833 kB CRC 6d35fa35 Kernel: arch/x86/boot/bzImage is ready (#2) This shuts it up, so that 'make -s' is truely silent as long as everything works. Building without '-s' should produce unchanged output. Signed-off-by: Arnd Bergmann Cc: Linus Torvalds Cc: Matt Fleming Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/20170719125310.2487451-6-arnd@arndb.de Signed-off-by: Ingo Molnar Signed-off-by: Greg Kroah-Hartman --- arch/x86/boot/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/arch/x86/boot/Makefile +++ b/arch/x86/boot/Makefile @@ -73,12 +73,13 @@ UBSAN_SANITIZE := n $(obj)/bzImage: asflags-y := $(SVGA_MODE) quiet_cmd_image = BUILD $@ +silent_redirect_image = >/dev/null cmd_image = $(obj)/tools/build $(obj)/setup.bin $(obj)/vmlinux.bin \ - $(obj)/zoffset.h $@ + $(obj)/zoffset.h $@ $($(quiet)redirect_image) $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE $(call if_changed,image) - @echo 'Kernel: $@ is ready' ' (#'`cat .version`')' + @$(kecho) 'Kernel: $@ is ready' ' (#'`cat .version`')' OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S $(obj)/vmlinux.bin: $(obj)/compressed/vmlinux FORCE