linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Willy Tarreau <w@1wt.eu>
To: Hongyu Xie <xiehongyu1@kylinos.cn>
Cc: sfr@canb.auug.org.au, linux-kernel@vger.kernel.org,
	linux-next@vger.kernel.org
Subject: Re: Report a compile err
Date: Mon, 30 Jan 2023 09:10:34 +0100	[thread overview]
Message-ID: <20230130081034.GA6262@1wt.eu> (raw)
In-Reply-To: <20230130073012.374172-1-xiehongyu1@kylinos.cn>

On Mon, Jan 30, 2023 at 03:30:12PM +0800, Hongyu Xie wrote:
> source code:
>   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> base:
>   ae0c77e1bc6963c67c6c09e8c72959fcb1ed8d5f
> config tested:
>   x86_64_defconfig
>   defconfig(arm64)
> toolchain:
>   gcc version 10.4.0 (Ubuntu 10.4.0-4ubuntu1~22.04)
> cross compile toolchain:
>   gcc version 10.4.0 (Ubuntu 10.4.0-4ubuntu1~22.04)
> 
> reproduce compile err:
>   CONFIG_WERROR=y && CONFIG_PRINTK=n && CONFIG_UBSAN_ALIGNMENT=y &&
>   CONFIG_UBSAN_SANITIZE_ALL=y
> 
> compile err log:
> kernel/printk/printk.c: In function 'console_flush_all':
> kernel/printk/printk.c:2845:17: error: array subscript 0 is outside array
> bounds of 'char[0]' [-Werror=array-bounds]
>  2845 |  char *outbuf = &pbufs.outbuf[0];
>       |                 ^~~~~~~~~~~~~~~~
> In file included from kernel/printk/printk.c:61:
> kernel/printk/internal.h:87:7: note: while referencing 'outbuf'
>    87 |  char outbuf[PRINTK_MESSAGE_MAX];
>       |       ^~~~~~
> kernel/printk/printk.c:2842:31: note: defined here 'pbufs'
>  2842 |  static struct printk_buffers pbufs;
>       |                               ^~~~~
>
> I applied the way 5a41237ad1d4 in mainline did for gcc 10, problem goes
> away. I'm guessing this is a gcc bug.

I think it's similar to this one I reported two years ago, that others
also faced, and was apparently only fixed in later versions:

    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98503

Most likely the workaround in 5a41237ad1d4 should be extended to gcc-10.

Willy

      reply	other threads:[~2023-01-30  8:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-30  5:54 linux-next: Tree for Jan 30 Stephen Rothwell
2023-01-30  7:30 ` Report a compile err Hongyu Xie
2023-01-30  8:10   ` Willy Tarreau [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230130081034.GA6262@1wt.eu \
    --to=w@1wt.eu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=xiehongyu1@kylinos.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).