Skip to content

test/util.h: include limits.h#4071

Merged
khuey merged 1 commit into
rr-debugger:masterfrom
skitt:test-limits
May 2, 2026
Merged

test/util.h: include limits.h#4071
khuey merged 1 commit into
rr-debugger:masterfrom
skitt:test-limits

Conversation

@skitt
Copy link
Copy Markdown
Contributor

@skitt skitt commented May 2, 2026

This is needed for _MAX constants; it used to be included through the kernel UAPI (linux/ethtool.h) but the latter has been fixed to no longer rely on the C library's limits.h. See
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e8c6888e177c5ae0e09e184f51bf60d28bb49a34 for details.

This is needed for _MAX constants; it used to be included through the
kernel UAPI (linux/ethtool.h) but the latter has been fixed to no
longer rely on the C library's limits.h. See
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e8c6888e177c5ae0e09e184f51bf60d28bb49a34
for details.

Signed-off-by: Stephen Kitt <steve@sk2.org>
@khuey khuey merged commit b32fc69 into rr-debugger:master May 2, 2026
8 of 9 checks passed
@skitt skitt deleted the test-limits branch May 2, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants