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]
Date:   Tue, 7 Sep 2021 08:58:28 +0200
From:   Geert Uytterhoeven <geert@...ux-m68k.org>
To:     Christian König <christian.koenig@....com>
Cc:     Huang Rui <ray.huang@....com>,
        Linus Torvalds <torvalds@...ux-foundation.org>,
        Guenter Roeck <linux@...ck-us.net>,
        "David S. Miller" <davem@...emloft.net>,
        Dmitry Torokhov <dmitry.torokhov@...il.com>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        linux-sparc <sparclinux@...r.kernel.org>
Subject: Re: [PATCH] Enable '-Werror' by default for all kernel builds

On Tue, Sep 7, 2021 at 8:25 AM Christian König <christian.koenig@....com> wrote:
> Am 07.09.21 um 07:32 schrieb Huang Rui:
> > On Tue, Sep 07, 2021 at 07:06:04AM +0800, Linus Torvalds wrote:
> >> [ Adding some subsystem maintainers ]
> >>
> >> On Mon, Sep 6, 2021 at 10:06 AM Guenter Roeck <linux@...ck-us.net> wrote:
> >>>> But hopefully most cases are just "people haven't cared enough" and
> >>>> easily fixed.
> >>> We'll see. For my testbed I disabled the new configuration flag
> >>> for the time being because its primary focus is boot tests, and
> >>> there won't be any boot tests if images fail to build.
> >> Sure, reasonable.
> >>
> >> I've checked a few of the build errors by doing the appropriate cross
> >> compiles, and it doesn't seem bad - but it does seem like we have a
> >> number of really pointless long-standing warnings that should have
> >> been fixed long ago.
> >>
> >> For example, looking at sparc64, there are several build errors due to
> >> those warnings now being fatal:
> >>
> >>   - drivers/gpu/drm/ttm/ttm_pool.c:386
> >>
> >>     This is a type mismatch error. It looks like __fls() on sparc64
> >> returns 'int'. And the ttm_pool.c code assumes it returns 'unsigned
> >> long'.
> >>
> >>     Oddly enough, the very line after that line does "min_t(unsigned
> >> int" to get the types in line.
> >>
> >>     So  the immediate reason is "sparc64 is different". But the deeper
> >> reason seems to be that ttm_pool.c has odd type assumptions. But that
> >> warning should have been fixed long ago, either way.
> >>
> >>     Christian/Huang? I get the feeling that both lines in that file
> >> should use the min_t(). Hmm?
> >
> > Shall we align the return type like __fls() on all the arches?
>
> I think so, yes. IIRC I was a bit surprised that it returns UL on x86. I
> mean the maximum possible value here is 63.

And ffs() returns int, like in ffs(3).

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