Skip to content

Conversation

@modules-kpd-app
Copy link

Pull request for series with
subject: gendwarfksyms - improve symtypes output
version: 2
url: https://patchwork.kernel.org/project/linux-modules/list/?series=977789

@modules-kpd-app
Copy link
Author

Upstream branch: 6c7ceed
series: https://patchwork.kernel.org/project/linux-modules/list/?series=977789
version: 2

Pull request is NOT updated. Failed to apply https://patchwork.kernel.org/project/linux-modules/list/?series=977789
error message:

Cmd('git') failed due to: exit code(128)
  cmdline: git am --3way
  stdout: 'Applying: gendwarfksyms: use preferred form of sizeof for allocation
Using index info to reconstruct a base tree...
M	scripts/gendwarfksyms/dwarf.c
M	scripts/gendwarfksyms/kabi.c
M	scripts/gendwarfksyms/types.c
Falling back to patching base and 3-way merge...
Auto-merging scripts/gendwarfksyms/types.c
CONFLICT (content): Merge conflict in scripts/gendwarfksyms/types.c
Auto-merging scripts/gendwarfksyms/kabi.c
Auto-merging scripts/gendwarfksyms/dwarf.c
Patch failed at 0001 gendwarfksyms: use preferred form of sizeof for allocation'
  stderr: 'error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"'

conflict:

diff --cc scripts/gendwarfksyms/types.c
index 6f37289104ff,5344c7b9a9ce..000000000000
--- a/scripts/gendwarfksyms/types.c
+++ b/scripts/gendwarfksyms/types.c
@@@ -118,8 -119,8 +118,13 @@@ static void type_map_add(const char *na
  {
  	struct type_expansion *e;
  
++<<<<<<< HEAD
 +	if (type_map_get(name, &e)) {
 +		e = xmalloc(sizeof(struct type_expansion));
++=======
+ 	if (__type_map_get(name, &e)) {
+ 		e = xmalloc(sizeof(*e));
++>>>>>>> gendwarfksyms: use preferred form of sizeof for allocation
  		type_expansion_init(e);
  		e->name = xstrdup(name);
  

@dkruces dkruces force-pushed the modules-next_base branch 2 times, most recently from b4d1c4e to 61dc34e Compare July 4, 2025 19:48
@modules-kpd-app modules-kpd-app bot force-pushed the modules-next_base branch 2 times, most recently from 1df8185 to 9aab33d Compare July 8, 2025 19:00
@dkruces dkruces force-pushed the modules-next_base branch from 9aab33d to 99d099e Compare July 8, 2025 19:46
@modules-kpd-app modules-kpd-app bot force-pushed the modules-next_base branch from 99d099e to 3aed49d Compare July 8, 2025 19:56
@modules-kpd-app
Copy link
Author

Upstream branch: 5eb4b9a
series: https://patchwork.kernel.org/project/linux-modules/list/?series=977789
version: 2

@modules-kpd-app modules-kpd-app bot force-pushed the series/977789=>modules-next branch from 1e26f33 to e1b99f5 Compare October 22, 2025 10:20
@modules-kpd-app modules-kpd-app bot force-pushed the modules-next_base branch 3 times, most recently from 0299e02 to cdc6b9e Compare October 22, 2025 10:27
@modules-kpd-app
Copy link
Author

Upstream branch: 5eb4b9a
series: https://patchwork.kernel.org/project/linux-modules/list/?series=977789
version: 2

@modules-kpd-app modules-kpd-app bot closed this Oct 22, 2025
@modules-kpd-app modules-kpd-app bot force-pushed the series/977789=>modules-next branch from e1b99f5 to cdc6b9e Compare October 22, 2025 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant