mbox series

[net,v2,0/2] net/iucv: fixes 2020-11-09

Message ID 20201109075706.56573-1-jwi@linux.ibm.com
Headers show
Series net/iucv: fixes 2020-11-09 | expand

Message

Julian Wiedmann Nov. 9, 2020, 7:57 a.m. UTC
Hi Jakub,

please apply the following patch series to netdev's net tree.

One fix in the shutdown path for af_iucv sockets. This is relevant for
stable as well.
Also sending along an update for the Maintainers file.

v1 -> v2: use the correct Fixes tag in patch 1 (Jakub)

Thanks,
Julian

Ursula Braun (2):
  net/af_iucv: fix null pointer dereference on shutdown
  MAINTAINERS: remove Ursula Braun as s390 network maintainer

 MAINTAINERS        | 3 ---
 net/iucv/af_iucv.c | 3 ++-
 2 files changed, 2 insertions(+), 4 deletions(-)

Comments

Jakub Kicinski Nov. 11, 2020, 2:10 a.m. UTC | #1
On Mon,  9 Nov 2020 08:57:04 +0100 Julian Wiedmann wrote:
> Hi Jakub,
> 
> please apply the following patch series to netdev's net tree.
> 
> One fix in the shutdown path for af_iucv sockets. This is relevant for
> stable as well.
> Also sending along an update for the Maintainers file.
> 
> v1 -> v2: use the correct Fixes tag in patch 1 (Jakub)

Applied, and queued, thanks!