kernel.h: Fix netif_napi_add API arguments for RHEL.#57
Merged
push143smart merged 1 commit intoasterisk:masterfrom Dec 23, 2024
Merged
kernel.h: Fix netif_napi_add API arguments for RHEL.#57push143smart merged 1 commit intoasterisk:masterfrom
push143smart merged 1 commit intoasterisk:masterfrom
Conversation
24659bf to
2336ffb
Compare
Commit 08fda50 fixed this issue for some versions of RHEL, but not all of them, and in particular did not fix the issue on RHEL 8 past 8.8. This improves the targeting for RHEL for a more comprehensive fix. Resolves: asterisk#38
2336ffb to
5b992af
Compare
Contributor
Author
|
@push143smart @duncanpatterson There are a slew of unmerged PRs sitting here addressing critical compilation failures and no action has been taken to review or merge them. I have already gone ahead and address various outstanding build issues, I would like to ask once again that merging fixes and publishing a new RC be prioritized - thanks! |
Contributor
|
Hi,
Sure we will do the needful.
Best Regards,
Pushkar
…On Tue, 19 Nov, 2024, 23:10 InterLinked1, ***@***.***> wrote:
@push143smart <https://github.com/push143smart> @duncanpatterson
<https://github.com/duncanpatterson> There are a slew of unmerged PRs
sitting here addressing critical compilation failures and no action has
been taken to review or merge them. I have already gone ahead and address
various outstanding build issues, I would like to ask once again that
merging fixes and publishing a new RC be prioritized - thanks!
—
Reply to this email directly, view it on GitHub
<#57 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGDXY5TK4B2DSX66SPKAXIT2BNZYHAVCNFSM6AAAAABOQ2YTUCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBWGM2TEOBRGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Contributor
Author
@push143smart @duncanpatterson Any update on this? |
Contributor
|
@push143smart has started the merge, just completing some initial tests and merge conflicts. Duncan |
push143smart
approved these changes
Dec 23, 2024
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.
Commit 08fda50 fixed this issue for some versions of RHEL, but not all of them, and in particular did not fix the issue on RHEL 8 past 8.8. This improves the targeting for RHEL for a more comprehensive fix.
Resolves: #38