From: Peter Korsgaard <peter@korsgaard.com>
To: Giulio Benetti <giulio.benetti@benettiengineering.com>
Cc: Jagan Teki <jagan@amarulasolutions.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2] configs/amarula_vyasa_rk3288_defconfig: bump to Linux version 6.1.91
Date: Fri, 24 May 2024 23:15:03 +0200 [thread overview]
Message-ID: <877cfikj3c.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20240522194610.2553161-1-giulio.benetti@benettiengineering.com> (Giulio Benetti's message of "Wed, 22 May 2024 21:46:10 +0200")
>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:
> Build fails with gcc 13 with:
> drivers/ata/libahci.c: In function 'ahci_led_store':
> ././include/linux/compiler_types.h:357:45: error: call to
> '__compiletime_assert_302' declared with attribute error: BUILD_BUG_ON failed:
> sizeof(_s) > sizeof(long)
> 357 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
> As explained in Linux commit[0] that fixes the build, sizeof() of enum
> like '(1<<31)' translate to a 64-bit type, but we expect a 32-bit type.
> So commit[0] makes sure the data type to be 32-bits wide by using BIT()
> macro.
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/6865596548
> [0]:
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=97e28deab8bfe70d5687650f94484f8f9101e566
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
> V1-> V2:
> * improve commit log as requested by Romain Naour
Committed, thanks.
Could you also send a patch adding download hashes for the defconfig
(see utils/add-custom-hashes)?
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-05-24 21:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-22 19:46 [Buildroot] [PATCH v2] configs/amarula_vyasa_rk3288_defconfig: bump to Linux version 6.1.91 Giulio Benetti
2024-05-24 21:15 ` Peter Korsgaard [this message]
2024-05-24 22:15 ` Giulio Benetti
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=877cfikj3c.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
--cc=giulio.benetti@benettiengineering.com \
--cc=jagan@amarulasolutions.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.