On Thu, May 25, 2023 at 07:02:01PM +0000, Eric Biggers wrote:
Hi Sasha, This feedback is on the whole 67-patch series. I'm replying to patch 1 because this series lacks a cover letter. Please include a cover letter next time. This series doesn't apply because the following error happens on patch 35: Applying: tipc: add tipc_bearer_min_mtu to calculate min mtu error: patch failed: net/tipc/bearer.h:146 error: net/tipc/bearer.h: patch does not apply error: patch failed: net/tipc/udp_media.c:738 error: net/tipc/udp_media.c: patch does not apply Patch failed at 0035 tipc: add tipc_bearer_min_mtu to calculate min mtu For the base commit I tried the latest linux-6.3.y, both with and without the latest queue-6.3 applied.
Yup, it was based on the prior release, and the conflict you see here is because the patch in question was brought in to the stable tree via a different route.
As with any kernel patch series, please make it clear what the base commit is. Otherwise the series is unreviewable and untestable.
Ack, I can add annotation of the base. In general - if an AUTOSEL patch fails to apply/build when brought to a newer release, it'll simply get dropped. -- Thanks, Sasha