Single branch specified, using that and the previous one:
   remotes/brancher/net-next-2024-08-31--03-00 (v6.11-rc5-826-g81c586c6e396)
   remotes/brancher/net-next-2024-08-31--06-00 (v6.11-rc5-852-gea644df4a08d)

==== BASE IDENTICAL ====
==== COMMIT DIFF ====
diff --git a/tmp/tmp.UyD8LVqB6c b/tmp/tmp.pf3JDwMb8V
index fda75e20a45f..d9b46998c09a 100644
--- a/tmp/tmp.UyD8LVqB6c
+++ b/tmp/tmp.pf3JDwMb8V
@@ -7,6 +7,32 @@ tools/net/ynl: fix cli.py --subscribe feature
 docs: netdev: document guidance on cleanup.h
 bareudp: Fix device stats updates.
 net: bridge: allow users setting EXT_LEARN for user FDB entries
+ice: Fix possible double free in error handling path
+net: add ndo_validate_addr check in dev_set_mac_address
+net: hibmcge: Add maintainer for hibmcge
+net: hibmcge: Add a Makefile and update Kconfig for hibmcge
+net: hibmcge: Implement some ethtool_ops functions
+net: hibmcge: Implement rx_poll function to receive packets
+net: hibmcge: Implement .ndo_start_xmit function
+net: hibmcge: Implement some .ndo functions
+net: hibmcge: Add interrupt supported in this module
+net: hibmcge: Add mdio and hardware configuration supported in this module
+net: hibmcge: Add read/write registers supported through the bar space
+net: hibmcge: Add pci table supported in this module
+mm: page_frag: add an entry in MAINTAINERS for page_frag
+mm: page_frag: update documentation for page_frag
+net: replace page_frag with page_frag_cache
+mm: page_frag: add testing for the newly added prepare API
+mm: page_frag: introduce prepare/probe/commit API
+net: rename skb_copy_to_page_nocache() helper
+mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
+mm: page_frag: some minor refactoring before adding new API
+mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
+xtensa: remove the get_order() implementation
+mm: page_frag: avoid caller accessing 'page_frag_cache' directly
+mm: page_frag: use initial zero offset for page_frag_alloc_align()
+mm: move the page fragment allocator from page_alloc into its own file
+mm: page_frag: add a test module for page_frag
 net: sched: use RCU read-side critical section in taprio_dump()
 net: sched: consistently use rcu_replace_pointer() in taprio_change()
 net: sched: fix use-after-free in taprio_change()