Skip to content

Conversation

prakashsurya
Copy link

No description provided.

@prakashsurya
Copy link
Author

@sdimitro I don't know how to test this.... do you?

@prakashsurya
Copy link
Author

I'm thinking this might be needed based on this document, the fact that we're getting a 403 error currently:

 + hub pull-request -b 6.0/stage -h master -m 'Merge branch '\''master'\'' into '\''6.0/stage'\'''
Error creating pull request: Forbidden (HTTP 403)

and the fact that we appear to be using read permissions:

GITHUB_TOKEN Permissions
  Contents: read
  Metadata: read

Beyond that, though, I'm sort of guessing that this might help fix the issue.

delphix-devops-bot pushed a commit that referenced this pull request Oct 9, 2025
Now that we have the necessary SPARSEMEM and FLATMEM infrastructure, we
can add a helper for getting ranges of valid struct pages. This has a
few use cases:

* Fixing #27, a long-standing issue with for_each_page() returning
  invalid pages.
* The crash kmem -p command.
* Adding page identification to identify_address().
* Big batched reads of pages.

Returning the PFN ranges instead of individual PFNs+pages is less
convenient for simpler use cases but especially useful for the latter
two.

Signed-off-by: Omar Sandoval <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant