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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure: Check for membarrier support #1704

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 6, 2023

  1. configure: Check for membarrier support

    Runtime dynamic patching requires cache synchronization. This is best
    achieved by using the 'MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE'
    memory barrier. However it was introduced in Linux 4.16. We set a flag
    indicating whether this membarrier can be used or if libmcount has to
    rely on other mechanisms (e.g. signals).
    
    Signed-off-by: Cl茅ment Guidi <cguidi@ciena.com>
    clementguidi committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4a0abd6 View commit details
    Browse the repository at this point in the history