forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sync 2909 #165
Conversation
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
Considering that this patch to not build e4defrag was added 12 years ago because: Compilation fails on older systems due to missing syscalls I think its safe to say that enough time is passed so that whatever those older systems were are either updated or not used anymore so lets drop the patch. Link: openwrt#16500 Signed-off-by: Robert Marko <[email protected]>
Currently, e2fsprogs is being patched to avoid detecting host crond, but instead of doing that we can simply pass --with-crond-dir=no as an argument and drop the patch. Link: openwrt#16500 Signed-off-by: Robert Marko <[email protected]>
After digging in the history of the e2fsck exit code patch, it seems like there is no reason for us to carry this patch so lets drop it. Link: openwrt#16500 Signed-off-by: Robert Marko <[email protected]>
Missing header. Signed-off-by: Rosen Penev <[email protected]> Link: openwrt#16467 Signed-off-by: Hauke Mehrtens <[email protected]>
It automatically adds the error code at the end of the message. It also deals with -EPROBE_DEFER automatically (doesn't output). Simpler code. Signed-off-by: Rosen Penev <[email protected]> Link: openwrt#16350 Signed-off-by: Robert Marko <[email protected]>
Not needed with devm. Signed-off-by: Rosen Penev <[email protected]> Link: openwrt#16350 Signed-off-by: Robert Marko <[email protected]>
Not needed. Can just use dev. Signed-off-by: Rosen Penev <[email protected]> Link: openwrt#16350 Signed-off-by: Robert Marko <[email protected]>
These got added to the kernel after this driver was written. Signed-off-by: Rosen Penev <[email protected]> Link: openwrt#16415 Signed-off-by: Hauke Mehrtens <[email protected]>
New releases of openssl are only published on GitHub, and official downloads are also redirected to GitHub. So remove the old download mirrors (file 404), and replace the current address with https. Link: https://openssl-library.org/source/ Signed-off-by: Chukun Pan <[email protected]> Link: openwrt#16470 Signed-off-by: Hauke Mehrtens <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]>
This fixes some corner cases triggered by enabling fraglist GRO, where some protocols may accidentally or intentionally linearize fraglist skbs. Previously, these skbs became unusable and segmenting them led to crashes. With this patch, they are properly handled by passing them to skb_segment instead of skb_segment_list. Signed-off-by: Felix Fietkau <[email protected]>
Fixes uuid.pc usage on hosts with an older glibc. Signed-off-by: Rosen Penev <[email protected]> Link: openwrt#16480 Link: openwrt#16480 Link: openwrt#16480 Signed-off-by: Robert Marko <[email protected]>
The check is the wrong way around. It uses AC_CHECK_LIBS and then pkg-config, probably because the latter is a second class citizen. Just bypass it. pkg-config gets used anyway. Signed-off-by: Rosen Penev <[email protected]> Link: openwrt#16480 Link: openwrt#16480 Link: openwrt#16480 Signed-off-by: Robert Marko <[email protected]>
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.
Thanks for your contribution to OpenWrt!
To help keep the codebase consistent and readable,
and to help people review your contribution,
we ask you to follow the rules you find in the wiki at this link
https://openwrt.org/submitting-patches
Please remove this message before posting the pull request.