lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMuHMdVSSGbHBOvFbYaPuRH59Nmh_AaqJFfu-csJnZHOtd7mGQ@mail.gmail.com>
Date:   Thu, 5 Mar 2020 08:41:44 +0100
From:   Geert Uytterhoeven <geert@...ux-m68k.org>
To:     Randy Dunlap <rdunlap@...radead.org>
Cc:     Steven Rostedt <rostedt@...dmis.org>,
        Masami Hiramatsu <mhiramat@...nel.org>,
        Borislav Petkov <bp@...en8.de>,
        LKML <linux-kernel@...r.kernel.org>,
        Ingo Molnar <mingo@...nel.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Peter Zijlstra <peterz@...radead.org>
Subject: Re: [PATCH 1/2] bootconfig: Support O=<builddir> option

Hi Randy,

On Thu, Mar 5, 2020 at 5:53 AM Randy Dunlap <rdunlap@...radead.org> wrote:
> On 3/4/20 7:17 PM, Steven Rostedt wrote:
> > On Wed, 4 Mar 2020 15:04:43 -0800
> > Randy Dunlap <rdunlap@...radead.org> wrote:
> >
> >> On 3/3/20 3:24 AM, Masami Hiramatsu wrote:
> >>> Support O=<builddir> option to build bootconfig tool in
> >>> the other directory. As same as other tools, if you specify
> >>> O=<builddir>, bootconfig command is build under <builddir>.
> >>
> >> Hm.  If I use
> >> $ make O=~/tmp -C tools/bootconfig
> >>
> >> that works: it builds bootconfig in ~/tmp.
> >>
> >> OTOH, if I sit at the top of the kernel source tree
> >> and I enter
> >> $ mkdir builddir
> >> $ make O=builddir -C tools/bootconfig
> >>
> >> I get this:
> >> make: Entering directory '/home/rdunlap/lnx/next/linux-next-20200304/tools/bootconfig'
> >> ../scripts/Makefile.include:4: *** O=builddir does not exist.  Stop.
> >> make: Leaving directory '/home/rdunlap/lnx/next/linux-next-20200304/tools/bootconfig'
> >>
> >> so it looks like tools/scripts/Makefile.include doesn't handle this case correctly
> >> (which is how I do all of my builds).
> >>
> >
> > Do you build perf that way?
>
> No.  It should also be fixed.

There are lots of issues when (cross)building the tools and selftest with O=.
I tried to fix some of them a while ago, but I lost interest.
https://lore.kernel.org/lkml/20190114135144.26096-1-geert+renesas@glider.be/

The only thing you can rely on when (cross)building with O=, is the kernel
itself ;-)

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ