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

sched/sem_rw: convert read-lock to write-lock when self already holds write-lock #13797

Merged
merged 3 commits into from
Oct 10, 2024

Commits on Oct 9, 2024

  1. sched/sem_rw: convert read-lock to write-lock when self already holds…

    … a write-lock
    
    If the write lock is already held by oneself and sine the write
    lock can be recursively held, so, this operation can be converted to a write
    lock to avoid deadlock.
    
    Signed-off-by: dongjiuzhu1 <[email protected]>
    Donny9 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d464d2b View commit details
    Browse the repository at this point in the history
  2. fs/inode: using read-lock to protect inode_find

    inode_find don't need to modify inode tree
    
    Signed-off-by: dongjiuzhu1 <[email protected]>
    Donny9 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9ef7a3c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. boards/sam3u-ek/knsh: disable pthread to reduce flash size

    Signed-off-by: dongjiuzhu1 <[email protected]>
    Donny9 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a5586e6 View commit details
    Browse the repository at this point in the history