Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753136AbcLKLqu (ORCPT ); Sun, 11 Dec 2016 06:46:50 -0500 Received: from mx2.suse.de ([195.135.220.15]:41412 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752316AbcLKLqt (ORCPT ); Sun, 11 Dec 2016 06:46:49 -0500 Date: Sun, 11 Dec 2016 12:46:46 +0100 From: Michal Marek To: Ard Biesheuvel Cc: "linux-kernel@vger.kernel.org" , Michal Marek Subject: Re: [PATCH] scripts/kallsyms: remove last remnants of --page-offset option Message-ID: <20161211114646.GF30135@sepie.suse.cz> References: <1477674545-18579-1-git-send-email-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1018 Lines: 31 On Fri, Nov 25, 2016 at 08:43:55AM +0000, Ard Biesheuvel wrote: > On 28 October 2016 at 18:09, Ard Biesheuvel wrote: > > The implementation of the --page-offset kallsyms command line option has > > been removed, so remove it from the usage string as well. > > > > Signed-off-by: Ard Biesheuvel > > --- > > scripts/kallsyms.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c > > index 1f22a186c18c..299b92ca1ae0 100644 > > --- a/scripts/kallsyms.c > > +++ b/scripts/kallsyms.c > > @@ -76,7 +76,6 @@ static void usage(void) > > { > > fprintf(stderr, "Usage: kallsyms [--all-symbols] " > > "[--symbol-prefix=] " > > - "[--page-offset=] " > > "[--base-relative] < in.map > out.S\n"); > > exit(1); > > } > > -- > > 2.7.4 > > > > Ping? Pong, sorry. Applied to kbuild.git#kbuild now. Michal