27 Feb, 2020

3 commits

  • listRCU.rst document gives an example with 'ipc_lock()', but the
    function has dropped off by commit 82061c57ce93 ("ipc: drop
    ipc_lock()"). Because the main logic of 'ipc_lock()' has melded in
    'shm_lock()' by the commit, this commit updates the document to use
    'shm_lock()' instead.

    Reviewed-by: Madhuparna Bhowmik
    Signed-off-by: SeongJae Park
    Signed-off-by: Paul E. McKenney

    SeongJae Park
     
  • Signed-off-by: SeongJae Park
    Signed-off-by: Paul E. McKenney

    SeongJae Park
     
  • - Add more information about RCU list patterns taking examples
    from audit subsystem in the linux kernel.

    - Keep the current audit examples, even though the kernel has changed.

    - Modify inline text for better passage quality.

    - Fix typo in code-blocks and improve code comments.

    - Add text formatting (italics, bold and code) for better emphasis.

    Patch originally submitted at
    https://lore.kernel.org/patchwork/patch/1082804/

    Co-developed-by: Amol Grover
    Signed-off-by: Amol Grover
    Signed-off-by: Joel Fernandes (Google)
    Signed-off-by: Paul E. McKenney

    Joel Fernandes (Google)
     

27 Jun, 2019

1 commit