From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752800AbdKEJfA (ORCPT ); Sun, 5 Nov 2017 04:35:00 -0500 Received: from mail-wr0-f174.google.com ([209.85.128.174]:45672 "EHLO mail-wr0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751530AbdKEJe6 (ORCPT ); Sun, 5 Nov 2017 04:34:58 -0500 X-Google-Smtp-Source: ABhQp+QW6XhT1biSpvcitZmYLif3QDQ2f60Oen1yf5dx0vHN6eq0KdLu1cZvBncs9tYettCk5SAq0w== Date: Sun, 5 Nov 2017 10:34:55 +0100 From: Ingo Molnar To: changbin.du@intel.com Cc: hpa@zytor.com, tglx@linutronix.de, mingo@redhat.com, x86@kernel.org, linux-kernel@vger.kernel.org, yamada.masahiro@socionext.com Subject: Re: [PATCH 3/4] x86, build: Specify -input-charset=utf-8 for mkisofs Message-ID: <20171105093455.zo2t5dbml2i4zpvx@gmail.com> References: <1509873493-17929-1-git-send-email-changbin.du@intel.com> <1509873493-17929-4-git-send-email-changbin.du@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1509873493-17929-4-git-send-email-changbin.du@intel.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * changbin.du@intel.com wrote: > From: Changbin Du > > This can omit this: > I: -input-charset not specified, using utf-8 (detected in locale settings) How about: Avoids the following warning triggered by newer versions of mkisofs: I: -input-charset not specified, using utf-8 (detected in locale settings) Thanks, Ingo