Details
- Reviewers
- None
- Group Reviewers
riscv
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Updating clk.h's path which has been changed during this year and adding this file to files.starfive
Paths
| Differential D43034 Authored by jsihv_gmx.com on Dec 13 2023, 4:14 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: loos, imp. · View Herald TranscriptDec 13 2023, 4:14 PM2023-12-13 16:14:08 (UTC+0) Harbormaster completed remote builds in B54917: Diff 131330.Dec 13 2023, 4:14 PM2023-12-13 16:14:09 (UTC+0) jrtc27 retitled this revision from adding jh7110 gpio to jh7110_gpio: Add StarFive JH7110 GPIO controller driver.Dec 14 2023, 7:11 PM2023-12-14 19:11:31 (UTC+0) Harbormaster completed remote builds in B54957: Diff 131454.Dec 14 2023, 9:30 PM2023-12-14 21:30:20 (UTC+0) Comment Actions Updating clk.h's path which has been changed during this year and adding this file to files.starfive
Revision Contents
Diff 131455 sys/riscv/starfive/jh7110_gpio.c
|
the socket MSG_OOB flag is directly mapped into protocol PRU_OOB flag, not? (they also happen to be numeric identical). Conceptually, the protocol itself should be checking the PRUS_* flags, not the MSG_* flags.
uipc_socket.c:1499: (flags & MSG_OOB) ? PRUS_OOB :
uipc_socket.c:1729: pru_flag = (flags & MSG_OOB) ? PRUS_OOB :