-
Thu Aug 31 2023 David Faust <david.faust@oracle.com> - 11.2.1-5.0.2
- CVE-2023-4039 mitigation.
Orabug 35752004.
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Tue Apr 11 2023 David Faust <david.faust@oracle.com> - 11.2.1-4.0.1
- Sync with gcc-toolset-11-gcc version 11.2.1-9.1.0.3
- Backport PR debug/105089 CTF for a defined extern variable is ambiguous
using the following upstream commits (Indu Bhagat):
613a6fca75156aadc2e79d78a23e547d39762c1e,
d0b00e74bf59c73b79471bbe9de19373b8661e20, and
d634c5d7c78c6ec0fa39d96984460475564519c8
- Reviewed-by: Indu Bhagat <indu.bhagat@oracle.com>
-
Mon Mar 07 2022 David Faust <david.faust@oracle.com> - 11.2.1-3.0.1
- Add two more fixes for -ftrivial-auto-var-init bogus warnings from GCC12
PR104550 and PR102276.
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Wed Jan 19 2022 David Faust <david.faust@oracle.com> - 11.2.1-2.0.1
- Add the following from gcc-toolset-11-gcc:
Tue Jan 18 2022 Qing Zhao <qing.zhao@oracle.com>
+ Add more fixes for -ftrivial-auto-var-init support from GCC12
- Reviewed-by: Qing Zhao <qing.zhao@oracle.com>
-
Mon Nov 29 2021 David Faust <david.faust@oracle.com> - 11.2.1-1.0.1
- New cross based on GCC 11
- Add BPF CO-RE support
- Enable building aarch64 cross
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Fri Oct 08 2021 David Faust <david.faust@oracle.com> - 8.4.1-1.0.3
- Backport the following fixes from upstream:
+ 1848fbf0546 ctfc: Free CTF container elements in ctfc_delete_container ()
+ ae2df1a347f ctf: Do not warn for CTF not supported for GNU GIMPLE
+ d6a87d96d74 debug/102507: ICE in btf_finalize when compiling with -gbtf
- Remove BPF CO-RE support.
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Thu Sep 23 2021 Guillermo E. Martinez <guillermo.e.martinez@oracle.com> - 8.4.1-1.0.2
- Add BPF atomic instructions
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Tue Sep 21 2021 David Faust <david.faust@oracle.com> - 8.4.1-1.0.1
- Forward-port to gcc 8.4.1
- Fix ICE reported in Orabug 33249606 by backporting fix for upstream PR85401
- Add CTF/BTF support to match OL8 GCC
- Backport the following BPF bug-fixes from upstream:
+ 0a662e103e9 bpf: align function entry point to 64 bits
+ 886b6c1e8af bpf: allow BSS symbols to be global symbols
+ c3a0f537391 bpf: generate indirect calls for xBPF
+ 7c8ba5da80d bpf: use xBPF signed div,mod insns when available
+ 4f0f696fea1 bpf: correct zero_extend output_templates
- Add BPF CO-RE support
- Add BPF -mcpu and related feature options
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Tue Sep 15 2020 Jose E. Marchesi <jose.marchesi@oracle.com> - 8.3.1-1.0.7
- Backport of upstream patch:
5bcc0fa05ef713594f6c6d55d5c837e13a9c9803 - Use expected insn for BPFNOP.
- Reviewed-by: David Faust <david.faust@oracle.com>
-
Wed Sep 02 2020 Jose E. Marchesi <jose.marchesi@oracle.com> - 8.3.1-1.0.6
- Backports of upstream patches:
+ c9d44022359 bpf: use elfos.h
+ e87c540fe43 bpf: remove trailing whitespaces from source files
+ af30b83b509 bpf: more flexible support for kernel helpers
- Reviewed-by: Qing Zhao <qing.zhao@oracle.com>