Re: [Linaro-TCWG-CI] glibc patch #110503: 90 regressions on arm

2025-04-17 Thread Adhemerval Zanella Netto
Hi Stefan, I will take a look on this, but it might an docker or libseccomp update on the machine that has misconfigured some syscalls filtering. On 16/04/25 10:12, Stefan Liebler wrote: > Hi, > > I've looked into tests.log.1.xz and there are plenty of "Operation not > permitted" errors. I don't

Re: [Linaro-TCWG-CI] 4 patches in glibc: FAIL: 1 regressions on arm

2024-09-04 Thread Adhemerval Zanella Netto
On 04/09/24 13:52, Florian Weimer wrote: > * Adhemerval Zanella Netto: > >> 4 la_objopen: f7f00878 >> /home/tcwg-build/workspace/tcwg_gnu_4/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/glibc-glibc.git~master/libgcc_s.so.1 >>

Re: [Linaro-TCWG-CI] 4 patches in glibc: FAIL: 1 regressions on arm

2024-09-04 Thread Adhemerval Zanella Netto
On 04/09/24 03:58, Florian Weimer wrote: > * ci notify: > >> Dear contributor, our automatic CI has detected problems related to your >> patch(es). Please find some details below. If you have any questions, >> please follow up on linaro-toolchain@lists.linaro.org mailing list, Libera's >>

Re: [Linaro-TCWG-CI] glibc-2.39.9000-340-g176671f604: FAIL: 1 regressions on aarch64

2024-06-19 Thread Adhemerval Zanella Netto
On 18/06/24 13:37, Florian Weimer wrote: > * ci notify: > >> In glibc_check master-aarch64 after: >> >> | commit glibc-2.39.9000-340-g176671f604 >> | Author: Carlos Llamas >> | Date: Tue Jun 18 10:56:34 2024 +0200 >> | >> | linux: add definitions for hugetlb page size encoding

Re: [Linaro-TCWG-CI] glibc patch #85585: FAIL: 1 regressions on arm

2024-02-15 Thread Adhemerval Zanella Netto
On 15/02/24 09:13, H.J. Lu wrote: > On Thu, Feb 15, 2024 at 4:12 AM H.J. Lu wrote: >> >> On Thu, Feb 15, 2024 at 3:49 AM Adhemerval Zanella Netto >> wrote: >>> >>> >>> >>> On 15/02/24 08:47, H.J. Lu wrote: >>>> On Thu, Feb 15

Re: [Linaro-TCWG-CI] glibc patch #85585: FAIL: 1 regressions on arm

2024-02-15 Thread Adhemerval Zanella Netto
On 15/02/24 08:47, H.J. Lu wrote: > On Thu, Feb 15, 2024 at 12:01 AM Maxim Kuvyrkov > wrote: >> >>> On Feb 15, 2024, at 03:54, H.J. Lu wrote: >>> >>> FAIL: elf/tst-gnu2-tls2 >>> >>> indicates that your _dl_tlsdesc_dynamic may not preserve all caller-saved >>> registers. Please find out how the

Re: [Linaro-TCWG-CI] glibc-2.38.9000-496-gdf11c05be9: FAIL: 1 regressions on arm

2024-01-18 Thread Adhemerval Zanella Netto
On 18/01/24 10:23, Joseph Myers wrote: > On Thu, 18 Jan 2024, ci_not...@linaro.org wrote: > >> In master-arm after: >> >> | commit glibc-2.38.9000-496-gdf11c05be9 >> | Author: Joseph Myers >> | Date: Wed Jan 17 15:38:54 2024 + >> | >> | Update syscall lists for Linux 6.7

[Linaro-TCWG-CI] FAIL: regressions after gcc commit 0c78240fd7d519fc27ca822f66a92f85edf43f70

2023-08-29 Thread Adhemerval Zanella Netto
Hi Jan, Your patch caused a regression [1] on aarch64-linux-gnu. Would you please investigate? I am having some trouble to reproduce it outside our CI environment, but it has been hitting this issues consistently and it does seems related to your patch. Let me know if you need any assistance in

Re: [Linaro-TCWG-CI] FAIL: 2 regressions after gcc commit 27de9aa152141e7f3ee66372647d0f2cd94c4b90

2023-08-28 Thread Adhemerval Zanella Netto
Hi Richard, Your patch caused a regression [1] on aarch64-linux-gnu. Would you please investigate? I did a quick analysis and it seems that for test_copy_lane_f32, test_copy_lane_s32, test_copy_lane_u32, gcc is now generating zip1 instead of a ins; which does not seem fully correct. Let me know

Re: [Linaro-TCWG-CI] FAIL: 1 regressions after gcc commit

2023-08-25 Thread Adhemerval Zanella Netto
Hi Andrew, Your patch caused a regression [1] on aarch64-linux-gnu. Would you please investigate? I did a quick analysis and it seems that the expected 18 for aarch64 is now 17: $ grep "Jumps threaded" a-ssa-dom-thread-7.c.197t.thread2 Jumps threaded: 17 Let me know if you need any assistance i

Re: [Linaro-TCWG-CI] FAIL: 6 regressions after basepoints/gcc-14-3441-ga1558e9ad85 tree-optimization/111115 - SLP of masked stores

2023-08-25 Thread Adhemerval Zanella Netto
I just tested with 470da3b27e6dbeb3286b09dcb1c1b810ac75b276 and the issues still happens. I have opened https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56 On 24/08/23 16:12, Maxim Kuvyrkov wrote: > Hi Richard, > > Your patch below ICEs on aarch64-linux-gnu. Should reproduce easily on > nativ

Re: Need emit_expr to write right shifted value.

2023-06-22 Thread Adhemerval Zanella Netto
On 22/06/23 10:18, zac.wal...@linaro.org wrote: > Hi, > > In binutils I need to write an offset between two symbols shifted right by 2 > bits. This offset is written to the xdata section. My > code currently looks like this: > > exp.X_op = O_subtract; > exp.X_add_symbol = symbol1; >

Re: Clang C++ linkage problem

2023-02-14 Thread Adhemerval Zanella Netto
On 14/02/23 10:41, Bartosz Golaszewski wrote: > On Tue, 14 Feb 2023 at 14:33, Bartosz Golaszewski > wrote: >> >> On Tue, 14 Feb 2023 at 11:52, Adhemerval Zanella Netto >> wrote: >>> >>> >>> >>> On 13/02/23 19:04, Bartosz Golaszewski

Re: Clang C++ linkage problem

2023-02-14 Thread Adhemerval Zanella Netto
On 13/02/23 19:04, Bartosz Golaszewski wrote: > On Mon, 13 Feb 2023 at 21:41, Adhemerval Zanella Netto > wrote: >> >> >> >> On 13/02/23 17:25, Bartosz Golaszewski wrote: >>> On Mon, 13 Feb 2023 at 21:17, Adhemerval Zanella Netto >>> wrote

Re: Clang C++ linkage problem

2023-02-13 Thread Adhemerval Zanella Netto
On 13/02/23 17:25, Bartosz Golaszewski wrote: > On Mon, 13 Feb 2023 at 21:17, Adhemerval Zanella Netto > wrote: >> >> >> >> On 13/02/23 17:05, Bartosz Golaszewski wrote: >>> On Mon, 13 Feb 2023 at 20:53, Adhemerval Zanella Netto >>> wrote

Re: Clang C++ linkage problem

2023-02-13 Thread Adhemerval Zanella Netto
On 13/02/23 17:05, Bartosz Golaszewski wrote: > On Mon, 13 Feb 2023 at 20:53, Adhemerval Zanella Netto > wrote: >> >> >> >> On 13/02/23 16:22, Bartosz Golaszewski wrote: >>> On Mon, 13 Feb 2023 at 19:49, Adhemerval Zanella Netto >>> wrote

Re: Clang C++ linkage problem

2023-02-13 Thread Adhemerval Zanella Netto
On 13/02/23 16:22, Bartosz Golaszewski wrote: > On Mon, 13 Feb 2023 at 19:49, Adhemerval Zanella Netto > wrote: >> >> >> >> On 13/02/23 12:49, Bartosz Golaszewski wrote: >>> Hey! >>> >>> I'm the author and maintainer of libgpiod. I&

Re: Clang C++ linkage problem

2023-02-13 Thread Adhemerval Zanella Netto
On 13/02/23 12:49, Bartosz Golaszewski wrote: > Hey! > > I'm the author and maintainer of libgpiod. I'm currently getting ready > to do a new major release. After giving some exposure to the release > candidate, I noticed that when using clang, I can't link against the > C++ bindings, while it