On 03.08.21 17:16, Sebastian Andrzej Siewior wrote: > The functions get_online_cpus() and put_online_cpus() have been > deprecated during the CPU hotplug rework. They map directly to > cpus_read_lock() and cpus_read_unlock(). > > Replace deprecated CPU-hotplug functions with the official version. > The behavior remains unchanged. > > Cc: Julian Wiedmann <jwi@xxxxxxxxxxxxx> > Cc: Karsten Graul <kgraul@xxxxxxxxxxxxx> > Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> > Cc: Jakub Kicinski <kuba@xxxxxxxxxx> > Cc: linux-s390@xxxxxxxxxxxxxxx > Cc: netdev@xxxxxxxxxxxxxxx > Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> > --- > net/iucv/iucv.c | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) > Applied, thanks. I fixed up the subject to say "net/iucv: ...", as the change is in the iucv base-layer and not the socket code.