Create superbird_evt_512_defconfig#1
Open
TBNRBERRY wants to merge 8 commits intospsgsb:buildroot-openlinux-201904-g12afrom
Open
Create superbird_evt_512_defconfig#1TBNRBERRY wants to merge 8 commits intospsgsb:buildroot-openlinux-201904-g12afrom
TBNRBERRY wants to merge 8 commits intospsgsb:buildroot-openlinux-201904-g12afrom
Conversation
Version 1 Config file for the Spotify Car Thing
Changed line 1235 From: strncpy(buf, tsk->comm, sizeof(tsk->comm)); To: strncpy(buf, tsk->comm, sizeof(buf));
Changed line 1235 From: strncpy(buf, tsk->comm, sizeof(buf)); To: strncpy(buf, tsk->comm, TASK_COMM_LEN); buf[TASK_COMM_LEN - 1] = '\0'; // Ensure null-termination
Changed line 44 From: if (main_extable_sort_needed && __stop___ex_table > __start___ex_table) To: if (main_extable_sort_needed && __stop___ex_table > __start___ex_table + 0)
Changed line 55 From: search_extable(__start___ex_table, __stop___ex_table-1, addr); To: search_extable(__start___ex_table, __stop___ex_table, addr);
Added: KBUILD_CFLAGS := $(filter-out -Werror,$(KBUILD_CFLAGS)) KBUILD_AFLAGS := $(filter-out -Werror,$(KBUILD_AFLAGS)) To the end of the file
Commented out -Werror and moved it to the bottom of the KBUILD_CFLAGS and it is now on line 402
Removed: KBUILD_CFLAGS := $(filter-out -Werror,$(KBUILD_CFLAGS)) KBUILD_AFLAGS := $(filter-out -Werror,$(KBUILD_AFLAGS))
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.
Version 1
Config file for the Spotify Car Thing