linux: Support POSIX message queues#38
Closed
ricardobranco777 wants to merge 5 commits into
Closed
Conversation
c6fc3cb to
f3431d2
Compare
Author
|
Compiled LTP from https://github.com/linux-test-project/ltp in Leap 15.5 and copied /opt/ltp into chroot created by suse_base-15.5nb1 package. |
e6db420 to
226a734
Compare
Author
|
Committed in 0124a94 |
netbsd-srcmastr
pushed a commit
that referenced
this pull request
Oct 1, 2025
sys/arch/riscv/riscv/bus_dma.c: revision 1.11 risc-v: Adjust barriers issued in bus_dmamap_sync for the coherent case. PR/59653 This change adjusts the memory barriers issued by bus_dmamap_sync for the coherent case. In the non-coherent case the CPU cache operations are expected to provide any, and all required barriers. These barriers are emitted after bouncing for PREWRITE and before bouncing for POSTREAD. Net change: op old new --------------------- ---------------------- -------------- PREREAD none fence rw,ow PREWRITE fence iorw,iorw fence rw,ow PREREAD|PREWRITE fence iorw,iorw fence w,ow POSTREAD fence iorw,iorw fence ir,r POSTWRITE none none POSTREAD|POSTWRITE fence iorw,iorw fence ir,r
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support POSIX message queues.
Ref: kern/58287
Notes:
make linux_sysent.cin each arch subdirectory in sys/compat/linux/archTo test (on kernel with
no file-system PROCFS&no options MQUEUE):