On Sat, Jun 04, 2016 at 08:43:37PM +0200, Andrew Jones wrote: > repost: > - rebased to latest upstream master (fixed trivial conflicts > with 4c6b5d and dc0a22, the Makefile cleanup patches) > - added Thomas' r-b's > v2: > - copy auxinfo.prognam into argv[0] [drew] I need to send a v3 for this. Will do next week. I tried compiling x86 with these applied, and, well, it didn't... drew > > > It just came to my attention that x86 has the normal argv[0], the > program name, thanks to seabios. That raised the priority of fixing > one of my pet peeves - arm and powerpc starting arguments > at argv[0], as that just ain't right. This series fixes that. A few > temporary hacks are used to avoid one big patch fixing both arm > and powerpc at the same time. The hacks are gone by the end of the > series. > > > Andrew Jones (4): > arm/arm64: reserve argv[0] for prognam > powerpc/ppc64: reserve argv[0] for prognam > arm/arm64: populate argv[0] with prognam > powerpc/ppc64: populate argv[0] with prognam > > arm/Makefile.common | 6 +++++- > arm/selftest.c | 14 +++++++------- > arm/spinlock-test.c | 2 +- > lib/argv.c | 31 +++++++++++++++++++++++-------- > lib/auxinfo.h | 7 +++++++ > powerpc/Makefile.common | 6 +++++- > powerpc/emulator.c | 2 +- > powerpc/rtas.c | 12 ++++++------ > powerpc/selftest.c | 8 ++++---- > powerpc/spapr_hcall.c | 6 +++--- > scripts/auxinfo.mak | 7 +++++++ > 11 files changed, 69 insertions(+), 32 deletions(-) > create mode 100644 lib/auxinfo.h > create mode 100755 scripts/auxinfo.mak > > -- > 2.4.11 > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html