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

src: find .text section using dl_iterate_phdr #32244

Commits on Mar 13, 2020

  1. src: find .text section using dl_iterate_phdr

    Use `dl_iterate_phdr(3)` to find the mapping containing
    `__node_text_start` instead of parsing `/proc/self/maps`.
    
    Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
    Gabriel Schulhof committed Mar 13, 2020
    Copy the full SHA
    31c03a2 View commit details
    Browse the repository at this point in the history
  2. Update src/large_pages/node_large_page.cc

    Co-Authored-By: Ben Noordhuis <info@bnoordhuis.nl>
    Gabriel Schulhof and bnoordhuis committed Mar 13, 2020
    Copy the full SHA
    f6531aa View commit details
    Browse the repository at this point in the history
  3. Update src/large_pages/node_large_page.cc

    Co-Authored-By: Ben Noordhuis <info@bnoordhuis.nl>
    Gabriel Schulhof and bnoordhuis committed Mar 13, 2020
    Copy the full SHA
    5932d05 View commit details
    Browse the repository at this point in the history
  4. address review comments

    Gabriel Schulhof committed Mar 13, 2020
    Copy the full SHA
    617e601 View commit details
    Browse the repository at this point in the history
  5. introduce additional sanity checks on the range

    Gabriel Schulhof committed Mar 13, 2020
    Copy the full SHA
    ba539ef View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2d6be5e View commit details
    Browse the repository at this point in the history