public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* linux-next: manual merge of the thunderbolt tree with the thunderbolt-fixes tree
@ 2026-05-20 12:18 Mark Brown
  0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2026-05-20 12:18 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: Linux Kernel Mailing List, Linux Next Mailing List,
	Michael Bommarito

[-- Attachment #1: Type: text/plain, Size: 1347 bytes --]

Hi all,

Today's linux-next merge of the thunderbolt tree got a conflict in:

  drivers/thunderbolt/property.c

between commit:

  928abe19fbf01 ("thunderbolt: property: Cap recursion depth in __tb_property_parse_dir()")

from the thunderbolt-fixes tree and commit:

  7e6445d9d6f7d ("thunderbolt: Add tb_property_merge_dir()")

from the thunderbolt tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

diff --cc drivers/thunderbolt/property.c
index da2c59a17db5c,6b9666b611818..0000000000000
--- a/drivers/thunderbolt/property.c
+++ b/drivers/thunderbolt/property.c
@@@ -39,7 -37,8 +39,8 @@@ struct tb_property_dir_entry 
  
  static struct tb_property_dir *__tb_property_parse_dir(const u32 *block,
  	size_t block_len, unsigned int dir_offset, size_t dir_len,
 -	bool is_root);
 +	bool is_root, unsigned int depth);
+ static struct tb_property *tb_property_copy(const struct tb_property *property);
  
  static inline void parse_dwdata(void *dst, const void *src, size_t dwords)
  {

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-20 12:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-20 12:18 linux-next: manual merge of the thunderbolt tree with the thunderbolt-fixes tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox