Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multipe tests/posix & tests/lib/c_lib/thrd build failures due to missing time.h definitions #75205

Closed
hakehuang opened this issue Jun 29, 2024 · 7 comments · Fixed by #75244 · May be fixed by #75348
Closed

multipe tests/posix & tests/lib/c_lib/thrd build failures due to missing time.h definitions #75205

hakehuang opened this issue Jun 29, 2024 · 7 comments · Fixed by #75244 · May be fixed by #75348
Assignees
Labels
area: POSIX POSIX API Library bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug

Comments

@hakehuang
Copy link
Collaborator

hakehuang commented Jun 29, 2024

Describe the bug

  • tests/posix/common/portability.posix.common.newlib
  • tests/posix/common/portability.posix.common.tls.newlib
  • tests/posix/fs/portability.posix.fs.newlib
  • tests/posix/fs/portability.posix.fs.tls.newlib
  • tests/posix/headers/portability.posix.headers.newlib.with_posix_api
  • tests/lib/c_lib/thrd/libraries.libc.c11_threads.newlib
  • tests/lib/c_lib/thrd/libraries.libc.c11_threads.newlib_nano

build failure in the following platforms:

  • circuitdojo_feather/nrf9160/ns
  • actinius_icarus_bee/nrf9160/ns
  • [email protected]/nrf9160/ns
  • [email protected]/nrf9160/ns
  • innblue21/nrf9160/ns
  • innblue22/nrf9160/ns
  • lpcxpresso55s69/lpc55s69/cpu0/ns
  • actinius_icarus_som_dk/nrf9160/ns
  • actinius_icarus_som/nrf9160/ns
  • mimxrt1010_evk
  • mimxrt1024_evk
  • mimxrt1015_evk
  • mimxrt1020_evk
  • mimxrt1040_evk
  • mimxrt1060_evk
  • mimxrt1050_evk
  • mimxrt1060_evk@hyperflash
  • mimxrt1060_evkb
  • mimxrt1050_evk@qspi
  • mimxrt1170_evk@B/mimxrt1176/cm7
  • mimxrt1062_fmurt6
  • mimxrt1170_evk/mimxrt1176/cm7
  • mimxrt1160_evk/mimxrt1166/cm7
  • mimxrt1064_evk
  • mm_feather
  • mimxrt595_evk/mimxrt595s/cm33
  • mm_swiftio
  • mimxrt685_evk/mimxrt685s/cm33
  • nrf5340dk/nrf5340/cpuapp/ns
  • nrf5340_audio_dk/nrf5340/cpuapp/ns
  • nrf9151dk/nrf9151/ns
  • nrf9160dk/nrf9160/ns
  • nrf9131ek/nrf9131/ns
  • [email protected]/nrf9160/ns
  • nrf9161dk/nrf9161/ns
  • [email protected]/nrf9161/ns
  • raytac_mdbt53_db_40/nrf5340/cpuapp/ns
  • raytac_mdbt53v_db_40/nrf5340/cpuapp/ns
  • sparkfun_thing_plus/nrf9160/ns
  • b_u585i_iot02a/stm32u585xx/ns
  • stm32l562e_dk/stm32l562xx/ns
  • thingy53/nrf5340/cpuapp/ns
  • vmu_rt1170/mimxrt1176/cm7
  • bl5340_dvk/nrf5340/cpuapp/ns

To Reproduce
Steps to reproduce the behavior:

twister -i -p mimxrt1170_evk/mimxrt1176/cm7 -s portability.posix.headers.newlib.with_posix_api

Expected behavior
build PASS

Impact
POSIX compatible
~190 failures in weekly CI
Failures in PRs CI when these tests are triggered

Logs and console output

modules/crypto/mbedtls/library/platform_util.c
In file included from zephyr/include/zephyr/posix/time.h:116,
                 from zephyr/include/zephyr/posix/time.h:12,
                 from zephyr/include/zephyr/net/socket_select.h:22,
                 from zephyr/include/zephyr/posix/sys/select.h:10,
                 from zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/sys-include/sys/types.h:50,
                 from zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/sys-include/stdio.h:61,
                 from modules/crypto/mbedtls/include/mbedtls/platform.h:58,
                 from modules/crypto/mbedtls/library/platform_util.c:26:
zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/sys-include/time.h:56:1: error: unknown type name 'clock_t'
   56 | clock_t    clock (void);
      | ^~~~~~~
zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/sys-include/time.h:30:1: note: 'clock_t' is defined in header '<time.h>'; did you forget to '#include <time.h>'?
   29 | #include <sys/timespec.h>
  +++ |+#include <time.h>
   30 | 
In file included from zephyr/include/zephyr/posix/posix_types.h:15,
                 from zephyr/include/zephyr/posix/time.h:61:
zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/sys-include/sys/_pthreadtypes.h:182:3: error: unknown type name 'clock_t'
  182 |   clock_t  clock;             /* specifiy clock for timeouts */
      |   ^~~~~~~
zephyr/include/zephyr/posix/posix_types.h:76:9: error: unknown type name 'clockid_t'
   76 |         clockid_t clock;
      |         ^~~~~~~~~
zephyr/include/zephyr/posix/time.h:93:19: error: unknown type name 'clockid_t'; did you mean 'clock_pfd_t'?
   93 | int clock_gettime(clockid_t clock_id, struct timespec *ts);
      |                   ^~~~~~~~~
      |                   clock_pfd_t
zephyr/include/zephyr/posix/time.h:94:18: error: unknown type name 'clockid_t'; did you mean 'clock_pfd_t'?
   94 | int clock_getres(clockid_t clock_id, struct timespec *ts);
      |                  ^~~~~~~~~
      |                  clock_pfd_t
zephyr/include/zephyr/posix/time.h:95:19: error: unknown type name 'clockid_t'; did you mean 'clock_pfd_t'?
   95 | int clock_settime(clockid_t clock_id, const struct timespec *ts);
      |                   ^~~~~~~~~
      |                   clock_pfd_t
zephyr/include/zephyr/posix/time.h:96:36: error: unknown type name 'clockid_t'; did you mean 'clock_pfd_t'?
   96 | int clock_getcpuclockid(pid_t pid, clockid_t *clock_id);
      |                                    ^~~~~~~~~
      |                                    clock_pfd_t
zephyr/include/zephyr/posix/time.h:98:18: error: unknown type name 'clockid_t'; did you mean 'clock_pfd_t'?
   98 | int timer_create(clockid_t clockId, struct sigevent *evp, timer_t *timerid);
      |                  ^~~~~~~~~
      |                  clock_pfd_t
zephyr/include/zephyr/posix/time.h:105:21: error: unknown type name 'clockid_t'; did you mean 'clock_pfd_t'?
  105 | int clock_nanosleep(clockid_t clock_id, int flags,
      |                     ^~~~~~~~~
      |                     clock_pfd_t
In file included from zephyr/include/zephyr/sys/fdtable.h:13,
                 from zephyr/include/zephyr/net/socket_select.h:26:
zephyr/include/zephyr/fs/fs.h:368:1: error: unknown type name 'ssize_t'; did you mean '_ssize_t'?
  368 | ssize_t fs_read(struct fs_file_t *zfp, void *ptr, size_t size);
      | ^~~~~~~
      | _ssize_t
zephyr/include/zephyr/fs/fs.h:389:1: error: unknown type name 'ssize_t'; did you mean '_ssize_t'?
  389 | ssize_t fs_write(struct fs_file_t *zfp, const void *ptr, size_t size);
      | ^~~~~~~
      | _ssize_t
zephyr/include/zephyr/fs/fs.h:409:36: error: unknown type name 'off_t'; did you mean '_off_t'?
  409 | int fs_seek(struct fs_file_t *zfp, off_t offset, int whence);
      |                                    ^~~~~
      |                                    _off_t
zephyr/include/zephyr/fs/fs.h:425:1: error: unknown type name 'off_t'; did you mean '_off_t'?
  425 | off_t fs_tell(struct fs_file_t *zfp);
      | ^~~~~
      | _off_t
zephyr/include/zephyr/fs/fs.h:447:40: error: unknown type name 'off_t'; did you mean '_off_t'?
  447 | int fs_truncate(struct fs_file_t *zfp, off_t length);
      |                                        ^~~~~
      |                                        _off_t
zephyr/include/zephyr/sys/fdtable.h:48:17: error: expected specifier-qualifier-list before 'ssize_t'
   48 |                 ssize_t (*read)(void *obj, void *buf, size_t sz);
      |                 ^~~~~~~
zephyr/include/zephyr/sys/fdtable.h:52:17: error: expected specifier-qualifier-list before 'ssize_t'
   52 |                 ssize_t (*write)(void *obj, const void *buf, size_t sz);
      |                 ^~~~~~~
ninja: build stopped: subcommand failed.```

Environment (please complete the following information):

  • OS: (e.g. Linux)
  • Toolchain (e.g Zephyr SDK, ...) zephyr-sdk-0.16.8
  • Commit SHA or Version used: main after b82b5b0

Additional info
Introduced by #73978
PR is not bisectable

Edited by @aescolar to encompass all cases of the same issue

@hakehuang hakehuang added bug The issue is a bug, or the PR is fixing a bug area: POSIX POSIX API Library labels Jun 29, 2024
@hakehuang hakehuang added this to the v3.7.0 milestone Jun 29, 2024
@cfriedt
Copy link
Member

cfriedt commented Jun 29, 2024

It's not really clear to me how commit a9a909c could affect anything to do with mbedtls or posix headers (so I think there was a misstep in the git bisect, likely missing a west update), but this test does fail to build using the command below on main, so I'll continue to debug.

twister -i -p mimxrt1170_evk/mimxrt1176/cm7 -s portability.posix.headers.newlib.with_posix_api

@cfriedt
Copy link
Member

cfriedt commented Jun 29, 2024

A bisect at my end identified 94d712e as the offending commit, which is also just as arbitrary and unrelated.

The search continues!

cfriedt pushed a commit to cfriedt/zephyr that referenced this issue Jun 29, 2024
POSIX feature test macros are provided by the implementation to
the toolchain, and should be available with inclusion of

<sys/features.h>

Rename our header posix_features.h to sys/features.h, so that
it is on the default search path with CONFIG_POSIX_API=y.

To be consistent with behaviour for when CONFIG_POSIX_API=n,
include the file internally via

<zephyr/posix/sys/features.h>

Additionally, include it via -imacros so that prototypes are
suitably visible when so configured via Kconfig.

This is for compatibility with both the POSIX spec as well as
other implementations, and should improve stability.

This change was also required to eliminate the time.h issue
in zephyrproject-rtos#75205, but would have also been considered a bug on its own.

Signed-off-by: Chris Friedt <[email protected]>
@aescolar aescolar removed this from the v3.7.0 milestone Jul 1, 2024
@aescolar aescolar changed the title tests: tests/posix/headers: portability.posix.headers.newlib.with_posix_api build failure tests: multipe tests/posix build failures Jul 1, 2024
@aescolar aescolar removed the platform: NXP NXP label Jul 1, 2024
@aescolar aescolar changed the title tests: multipe tests/posix build failures tests: multipe tests/posix & tests/lib/c_lib/thrd build failures due to missing time.h defintiions Jul 1, 2024
@aescolar aescolar added the priority: high High impact/importance bug label Jul 1, 2024
@aescolar aescolar changed the title tests: multipe tests/posix & tests/lib/c_lib/thrd build failures due to missing time.h defintiions multipe tests/posix & tests/lib/c_lib/thrd build failures due to missing time.h definitions Jul 1, 2024
@ithinuel
Copy link
Collaborator

ithinuel commented Jul 1, 2024

The bisect I ran points the same PR (#73978) however, the first commit of that PR does not break posix thing but fdtable.c.

The error is:

.../zephyr/lib/os/fdtable.c: In function 'zvfs_rw':
.../zephyr/lib/os/fdtable.c:315:41: error: 'const struct fd_op_vtable' has no member named 'write_offset'; did you mean 'write_offs'?
  315 |                 if (fdtable[fd].vtable->write_offset == NULL) {
      |                                         ^~~~~~~~~~~~
      |                                         write_offs
.../zephyr/lib/os/fdtable.c:319:51: error: 'const struct fd_op_vtable' has no member named 'write_offset'; did you mean 'write_offs'?
  319 |                         res = fdtable[fd].vtable->write_offset(fdtable[fd].obj, buf, sz,
      |                                                   ^~~~~~~~~~~~
      |                                                   write_offs
.../zephyr/lib/os/fdtable.c:327:51: error: 'const struct fd_op_vtable' has no member named 'read_offset'; did you mean 'read_offs'?
  327 |                         res = fdtable[fd].vtable->read_offset(fdtable[fd].obj, buf, sz,
      |                                                   ^~~~~~~~~~~
      |                                                   read_offs
.../zephyr/lib/os/fdtable.c:335:1: error: label 'unlock' defined but not used [-Werror=unused-label]
  335 | unlock:
      | ^~~~~~

the following commits in that PR do affect posix related implementation in various ways so my guess would be that it's more error compounding in what's been reported by @hakehuang

EDIT: this error gets fixed in a later commit in that same PR: cfriedt@88e631d#diff-c5e475ef95ce582f4a29b7c9669794a903686ea1d141f6095239e51176c99a5e

EDIT2: after fixing this error in the commit that introduced it, a new bisect points to df00883 which also isn't directly related to the error reported here.
Not having all commits to build makes git bisect a bit less useful to identify the offending commit.

aescolar added a commit to aescolar/zephyr that referenced this issue Jul 1, 2024
PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

This reverts commit e9b676a.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
aescolar added a commit to aescolar/zephyr that referenced this issue Jul 1, 2024
This reverts commit b18cad1.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
aescolar added a commit to aescolar/zephyr that referenced this issue Jul 1, 2024
…iour"

This reverts commit b10f1ca.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
aescolar added a commit to aescolar/zephyr that referenced this issue Jul 1, 2024
…oup"

This reverts commit 308322e.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
aescolar added a commit to aescolar/zephyr that referenced this issue Jul 1, 2024
…port"

This reverts commit b2243af.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
aescolar added a commit to aescolar/zephyr that referenced this issue Jul 1, 2024
This reverts commit be086f1.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
aescolar added a commit to aescolar/zephyr that referenced this issue Jul 1, 2024
This reverts commit b82b5b0.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
aescolar added a commit to aescolar/zephyr that referenced this issue Jul 1, 2024
This reverts commit d9855da.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
aescolar added a commit to aescolar/zephyr that referenced this issue Jul 1, 2024
This reverts commit 499a633.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
aescolar added a commit to aescolar/zephyr that referenced this issue Jul 1, 2024
This reverts commit 48dff55.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
aescolar added a commit to aescolar/zephyr that referenced this issue Jul 1, 2024
This reverts commit 581a0f5.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
aescolar added a commit to aescolar/zephyr that referenced this issue Jul 1, 2024
This reverts commit 305ec62.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
aescolar added a commit to aescolar/zephyr that referenced this issue Jul 1, 2024
This reverts commit 49ac191.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
Devansh0210 pushed a commit to Devansh0210/zephyr that referenced this issue Jul 20, 2024
This reverts commit d9855da.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
Devansh0210 pushed a commit to Devansh0210/zephyr that referenced this issue Jul 20, 2024
This reverts commit 499a633.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
Devansh0210 pushed a commit to Devansh0210/zephyr that referenced this issue Jul 20, 2024
This reverts commit 48dff55.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
Devansh0210 pushed a commit to Devansh0210/zephyr that referenced this issue Jul 20, 2024
This reverts commit 581a0f5.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
Devansh0210 pushed a commit to Devansh0210/zephyr that referenced this issue Jul 20, 2024
This reverts commit 305ec62.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
Devansh0210 pushed a commit to Devansh0210/zephyr that referenced this issue Jul 20, 2024
This reverts commit 49ac191.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
Devansh0210 pushed a commit to Devansh0210/zephyr that referenced this issue Jul 20, 2024
This reverts commit 93973e2.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
Devansh0210 pushed a commit to Devansh0210/zephyr that referenced this issue Jul 20, 2024
This reverts commit 2d72966.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
Devansh0210 pushed a commit to Devansh0210/zephyr that referenced this issue Jul 20, 2024
This reverts commit 86b9293.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
Devansh0210 pushed a commit to Devansh0210/zephyr that referenced this issue Jul 20, 2024
This reverts commit 6f62292.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
Devansh0210 pushed a commit to Devansh0210/zephyr that referenced this issue Jul 20, 2024
This reverts commit a9a909c.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

This reverts commit e9b676a.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
This reverts commit b18cad1.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
…iour"

This reverts commit b10f1ca.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
…oup"

This reverts commit 308322e.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
…port"

This reverts commit b2243af.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
This reverts commit be086f1.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
This reverts commit b82b5b0.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
This reverts commit d9855da.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
This reverts commit 499a633.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
This reverts commit 48dff55.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
This reverts commit 581a0f5.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
This reverts commit 305ec62.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
This reverts commit 49ac191.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
This reverts commit 93973e2.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
This reverts commit 2d72966.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
This reverts commit 86b9293.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
This reverts commit 6f62292.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
DashingR pushed a commit to tsisw/zephyr that referenced this issue Aug 15, 2024
This reverts commit a9a909c.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: POSIX POSIX API Library bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug
Projects
None yet
5 participants