Am 15.01.25 um 21:58 schrieb Jonathan Wakely:
On Wed, 15 Jan 2025 at 20:57, Jakub Jelinek wrote:
On Wed, Jan 15, 2025 at 09:36:51PM +0100, Georg-Johann Lay via Gcc wrote:
This pedwarn is correct, so I'm not sure why it's a problem. If you
don't want warnings about non-standard extensions, don
On Thursday, January 16th, 2025 at 3:58 PM, Jose E. Marchesi
wrote:
>
> [...]
> > >
> > > Effective BPF selftests denylist for GCC BPF is located here:
> > > https://github.com/kernel-patches/vmtest/blob/master/ci/vmtest/configs/DENYLIST.test_progs-bpf_gcc
> >
> > The announcement triggered a
Wonderful news! Massive thanks for working on this.
> but if there are specific people who should be notified
> please let me know.
Please feel free to include me on that list too.
Snapshot gcc-12-20250116 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/12-20250116/
and on various mirrors, see https://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 12 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
On Thursday, January 16th, 2025 at 12:44 PM, Ihor Solodrai
wrote:
>
>
> Hi everyone.
>
> GCC BPF support in BPF CI has been landed.
>
> The BPF CI dashboard is here:
> https://github.com/kernel-patches/bpf/actions/workflows/test.yml
>
> A summary of what happens on CI (relevant to GCC BPF):
Hi everyone.
GCC BPF support in BPF CI has been landed.
The BPF CI dashboard is here:
https://github.com/kernel-patches/bpf/actions/workflows/test.yml
A summary of what happens on CI (relevant to GCC BPF):
* Linux Kernel is built on a target source revision
* Latest snapshots of GCC 15 and b
> On Thursday, January 16th, 2025 at 12:44 PM, Ihor Solodrai
> wrote:
>
>>
>>
>> Hi everyone.
>>
>> GCC BPF support in BPF CI has been landed.
>>
>> The BPF CI dashboard is here:
>> https://github.com/kernel-patches/bpf/actions/workflows/test.yml
>>
>> A summary of what happens on CI (rele
Thank you for getting this up and running!
> Hi everyone.
>
> GCC BPF support in BPF CI has been landed.
>
> The BPF CI dashboard is here:
> https://github.com/kernel-patches/bpf/actions/workflows/test.yml
>
> A summary of what happens on CI (relevant to GCC BPF):
> * Linux Kernel is built on
> As of now, an important missing piece on GCC side is the decl_tags
> support, as they are heavily used by BPF selftests. See a message from
> Yonghong Song:
> https://gcc.gnu.org/pipermail/gcc-patches/2025-January/673841.html
Faust is working on a V2 of that patch series that will be submitted