Bug 278893 - linux: SIGPENDING & MSGQUEUE rlimits always return infinity
Summary: linux: SIGPENDING & MSGQUEUE rlimits always return infinity
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 15.0-CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-10 14:29 UTC by Ricardo Branco
Modified: 2024-05-10 20:55 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ricardo Branco 2024-05-10 14:29:19 UTC
The SIGPENDING & MSGQUEUE rlimits always return infinity.  There's code in linprocfs that correctly handles both.

Fix:
https://github.com/freebsd/freebsd-src/pull/1227
Comment 1 Warner Losh freebsd_committer freebsd_triage 2024-05-10 20:54:56 UTC
commit a7cc56b28fb1615a8ac4ebe826312a5d8a0f17da (HEAD -> PR-1227, freebsd/main, main)
Author: Ricardo Branco <rbranco@suse.de>
Date:   Fri May 10 16:20:16 2024 +0200

    linux: Adjust rlimit SIGPENDING & MSGQUEUE behaviour to match linprocfs

    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1227
Comment 2 Warner Losh freebsd_committer freebsd_triage 2024-05-10 20:55:37 UTC
Landed... In the future, please include a trailer 'PR: #' so that we automatically notice the connection.