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

deps: update libuv to 1.49.0 #55114

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

santigimeno
Copy link
Member

Added also a couple of commits to partially revert the changes that fixed GHSA-vr4q-vx84-9g5x, as it's no longer relevant now that the SQPOLL ring is disabled by default.

Refs: https://github.com/libuv/libuv/releases/tag/v1.49.0

/cc @tniessen

@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Sep 25, 2024

Review requested:

  • @nodejs/security-wg

@nodejs-github-bot nodejs-github-bot added libuv Issues and PRs related to the libuv dependency or the uv binding. needs-ci PRs that need a full CI run. labels Sep 25, 2024
@RedYetiDev RedYetiDev added the dependencies Pull requests that update a dependency file. label Sep 25, 2024
Copy link

codecov bot commented Sep 25, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 88.41%. Comparing base (8de2695) to head (90fa04e).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/node_credentials.cc 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #55114   +/-   ##
=======================================
  Coverage   88.41%   88.41%           
=======================================
  Files         652      652           
  Lines      186576   186573    -3     
  Branches    36049    36061   +12     
=======================================
+ Hits       164960   164967    +7     
+ Misses      14889    14867   -22     
- Partials     6727     6739   +12     
Files with missing lines Coverage Δ
src/node_credentials.cc 68.14% <50.00%> (-2.55%) ⬇️

... and 27 files with indirect coverage changes

@santigimeno santigimeno added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 25, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 25, 2024
@nodejs-github-bot
Copy link
Collaborator

@theanarkh theanarkh added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 26, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 26, 2024
@nodejs-github-bot
Copy link
Collaborator

@aduh95
Copy link
Contributor

aduh95 commented Sep 26, 2024

Lots of test failures, likely related.

@santigimeno santigimeno added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 1, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 1, 2024
@nodejs-github-bot
Copy link
Collaborator

As now the `SQPOLL` ring used in the libuv io_uring implementation is
disabled by default.
Also modify `UvMightBeUsingIoUring()` to just handle the case where
`Node.js` is dynamically linked to a `libuv` version which has the
`SQPOLL` ring enabled.
@santigimeno santigimeno added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 3, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 3, 2024
@nodejs-github-bot
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file. libuv Issues and PRs related to the libuv dependency or the uv binding. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants