6.1.y: Rebase prjc, bcachefs and acs-overrides against 6.1.43 changes and update defconfig

Fixes https://github.com/Frogging-Family/linux-tkg/issues/787
This commit is contained in:
Tk-Glitch
2023-08-07 09:16:57 +02:00
parent 9815727037
commit 53cf25acf9
4 changed files with 33 additions and 29 deletions

View File

@@ -90877,9 +90877,9 @@ index c3b582d19b62..9caa3eb8c6f7 100644
size = synth_field_size(field->type);
if (size < 0) {
@@ -698,23 +687,15 @@ static struct synth_field *parse_synth_field(int argc, char **argv,
goto free;
} else if (size == 0) {
if (synth_field_is_string(field->type)) {
if (synth_field_is_string(field->type) ||
synth_field_is_stack(field->type)) {
- char *type;
-
- len = sizeof("__data_loc ") + strlen(field->type) + 1;