Please apply the following iucv patches to netdev's net-next tree. Remove the usage of register asm statements and replace deprecated CPU-hotplug functions with the current version. Use use consume_skb() instead of kfree_skb() to avoid flooding dropwatch with false-positives, and 2 patches with cleanups. Heiko Carstens (1): net/iucv: get rid of register asm usage Julian Wiedmann (3): net/af_iucv: support drop monitoring net/af_iucv: clean up a try_then_request_module() net/af_iucv: remove wrappers around iucv (de-)registration Sebastian Andrzej Siewior (1): net/iucv: Replace deprecated CPU-hotplug functions. net/iucv/af_iucv.c | 72 ++++++++++++++++++---------------------------- net/iucv/iucv.c | 60 +++++++++++++++++++------------------- 2 files changed, 59 insertions(+), 73 deletions(-) -- 2.25.1