-
Notifications
You must be signed in to change notification settings - Fork 865
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
smsc/xpmem: retry with page upper bound if aligned range cannot be ma…
…pped The aligned range computed in mca_smsc_xpmem_map_peer_region may reach past the end of the stack, which may cause the mapping to fail. Retrying with an actual page as upper bound has a better chance to succeed. Signed-off-by: Joseph Schuchart <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters