-
Notifications
You must be signed in to change notification settings - Fork 600
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
V4.1.8 9499 #212
Open
hlguo
wants to merge
272
commits into
master
Choose a base branch
from
v4.1.8_9499
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
V4.1.8 9499 #212
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
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
…88eu Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Replace with kernel-devined __LITTLE_ENDIAN. This also applies to CONFIG_BIG_ENDIAN. Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Update some device ids of v4.1.8
Signed-off-by: Larry Finger <[email protected]>
…to v4.1.8_9499
These changes allow builds up through kernel 4.16. Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Added yocto bitbake recipe for V4.1.8 9499
cfg80211: Fixed unallocated stats
Signed-off-by: Larry Finger <[email protected]>
This info provided by kakash1hatake. Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
I will no longer support the download of zip versions for the source. whenever there is any change in the source, the user must redo the entire download and unpacking. This sequence is a lot more complicated that a simple 'git pull', thus the user skips that step and I have to deal with complaints about a problem I have already fixed. Now, the make operation will fail with an error. Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
This fixes commit 4a73c76 Author: Larry Finger <[email protected]> Date: Mon May 10 10:25:47 2021 -0500 rtl8188eu: fix some UBSAN and kmalloc warnings For LINUX_VERSION_CODE < KERNEL_VERSION(5, 8, 0). The function argument 'upd' only exists, if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 8, 0), hence move the 'if' block reading 'upd' inside the '#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 8, 0))' macro guard.
The #access_ok macro has two arguments starting from kernel 5.0.
Make KVER assignment optional. If an environment variable KVER exists it is used 'as is'.
Fixes for 4.19 kernel and Makefile tweak
Signed-off-by: Larry Finger <[email protected]>
If a kernel is being used that generates no drivers in the /lib/modules/$(KVER)/kernel/drivers/net/wireless directory, the installation will fail. The fix is to generate that directory if it is not present. Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Larry Finger <[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.
No description provided.