Re: [PATCH net-next v7 0/5] net/x25: netdev event handling

From: Jakub Kicinski
Date: Fri Nov 27 2020 - 20:39:45 EST


On Thu, 26 Nov 2020 07:35:52 +0100 Martin Schiller wrote:
> Changes to v6:
> o integrated some code styling suggestions by Jakub.
>
> Changes to v5:
> o fix numbering in commit message of patch 2/5.
>
> Changes to v4:
> o also establish layer2 (LAPB) on NETDEV_UP events, if the carrier is
> already UP.
>
> Changes to v3:
> o another complete rework of the patch-set to split event handling
> for layer2 (LAPB) and layer3 (X.25)
>
> Changes to v2:
> o restructure complete patch-set
> o keep netdev event handling in layer3 (X.25)
> o add patch to fix lapb_connect_request() for DCE
> o add patch to handle carrier loss correctly in lapb
> o drop patch for x25_neighbour param handling
> this may need fixes/cleanup and will be resubmitted later.
>
> Changes to v1:
> o fix 'subject_prefix' and 'checkpatch' warnings

Applied, thank you!