Skip to content

libpf-tools/readahead: Fix attachment failure since v5.16 - #5086

Merged
yonghong-song merged 2 commits into
iovisor:masterfrom
ShawnZhong:readahead
Sep 3, 2024
Merged

libpf-tools/readahead: Fix attachment failure since v5.16#5086
yonghong-song merged 2 commits into
iovisor:masterfrom
ShawnZhong:readahead

Conversation

@ShawnZhong

@ShawnZhong ShawnZhong commented Aug 23, 2024

Copy link
Copy Markdown
Contributor

Close #4700. cc @jeromemarchand who opened the issue.

This PR accounts for the rename/refactor of the following functions

Kudos to @Rtoax for the fix for the Python tools: #4457, #5083

@ShawnZhong ShawnZhong changed the title libpf-tools/readahead: Fix attachment failure libpf-tools/readahead: Fix attachment failure since v5.16 Aug 23, 2024
@yonghong-song
yonghong-song merged commit 0b2b116 into iovisor:master Sep 3, 2024
@ShawnZhong
ShawnZhong deleted the readahead branch October 14, 2024 01:20
dagomez137 pushed a commit to dagomez137/bcc that referenced this pull request Nov 28, 2024
This PR accounts for the rename/refactor of the following functions

    __do_page_cache_readahead -> do_page_cache_ra -> page_cache_ra_order by torvalds/linux@8238287eadb2 and torvalds/linux@56a4d67c264e
    __page_cache_alloc -> filemap_alloc_folio -> filemap_alloc_folio_noprof by torvalds/linux@bb3c579e25e5 and torvalds/linux@b951aaff5035.
dagomez137 pushed a commit to dagomez137/bcc that referenced this pull request Mar 18, 2025
This PR accounts for the rename/refactor of the following functions

    __do_page_cache_readahead -> do_page_cache_ra -> page_cache_ra_order by torvalds/linux@8238287eadb2 and torvalds/linux@56a4d67c264e
    __page_cache_alloc -> filemap_alloc_folio -> filemap_alloc_folio_noprof by torvalds/linux@bb3c579e25e5 and torvalds/linux@b951aaff5035.
dagomez137 pushed a commit to dagomez137/bcc that referenced this pull request Oct 9, 2025
This PR accounts for the rename/refactor of the following functions

    __do_page_cache_readahead -> do_page_cache_ra -> page_cache_ra_order by torvalds/linux@8238287eadb2 and torvalds/linux@56a4d67c264e
    __page_cache_alloc -> filemap_alloc_folio -> filemap_alloc_folio_noprof by torvalds/linux@bb3c579e25e5 and torvalds/linux@b951aaff5035.
mlakshkar pushed a commit to mlakshkar/bcc that referenced this pull request Apr 9, 2026
This PR accounts for the rename/refactor of the following functions

    __do_page_cache_readahead -> do_page_cache_ra -> page_cache_ra_order by torvalds/linux@8238287eadb2 and torvalds/linux@56a4d67c264e
    __page_cache_alloc -> filemap_alloc_folio -> filemap_alloc_folio_noprof by torvalds/linux@bb3c579e25e5 and torvalds/linux@b951aaff5035.

Signed-off-by: Monu Lakshkar <mlakshkar@newrelic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

libpf-tools: readahead fails on recent kernel

2 participants