[linux-6.6.y] Replace alloc_pages with alloc_pages_op in zhaoxin_kh40000.c#394
Merged
Avenger-285714 merged 1 commit intodeepin-community:linux-6.6.yfrom Sep 2, 2024
Conversation
Since alloc_pages name in dma_map_ops was modified in 603c70b (" change alloc_pages name in dma_map_ops to avoid name conflicts"), the same modification needs to be made in zhaoxin_kh40000.c as well. Signed-off-by: leoliu-oc <leoliu-oc@zhaoxin.com>
8c64cb1 to
ae7c397
Compare
|
Hi @leoliu-oc. Thanks for your PR. I'm waiting for a deepin-community member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
opsiff
added a commit
to opsiff/UOS-kernel
that referenced
this pull request
Sep 4, 2024
Link:deepin-community#394 Link:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.49&id=05d2e16a9e3aa4aea34a26f45c6455e3b2ca247a This reverts commit b448d17. Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
Avenger-285714
pushed a commit
that referenced
this pull request
Sep 5, 2024
Link:#394 Link:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.49&id=05d2e16a9e3aa4aea34a26f45c6455e3b2ca247a This reverts commit b448d17. Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
Avenger-285714
pushed a commit
to Avenger-285714/wyl-linux-dev
that referenced
this pull request
Apr 26, 2025
Link:deepin-community/kernel#394 Link:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.49&id=05d2e16a9e3aa4aea34a26f45c6455e3b2ca247a This reverts commit b448d17a0e66d1a3cb013ac2cfc9eac4ff3cd41e. Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
opsiff
added a commit
to opsiff/UOS-kernel
that referenced
this pull request
Apr 27, 2025
Link:deepin-community#394 Link:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.49&id=05d2e16a9e3aa4aea34a26f45c6455e3b2ca247a This reverts commit b448d17. Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
opsiff
added a commit
to opsiff/UOS-kernel
that referenced
this pull request
May 9, 2025
Link:deepin-community#394 Link:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.49&id=05d2e16a9e3aa4aea34a26f45c6455e3b2ca247a This reverts commit b448d17. Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since alloc_pages name in dma_map_ops was modified in 603c70b (" change alloc_pages name in dma_map_ops to avoid name conflicts"), the same modification needs to be made in zhaoxin_kh40000.c as well.