--- zzzz-none-000/linux-4.9.276/net/atm/clip.c 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/net/atm/clip.c 2023-04-05 08:19:02.000000000 +0000 @@ -643,10 +643,14 @@ atmarpd = vcc; set_bit(ATM_VF_META, &vcc->flags); set_bit(ATM_VF_READY, &vcc->flags); - /* allow replies and avoid getting closed if signaling dies */ + /* allow replies and avoid getting closed if signaling dies */ vcc->dev = &atmarpd_dev; vcc_insert_socket(sk_atm(vcc)); +#ifdef CONFIG_ATM_OAM + vcc->push_oam = push_oam; +#else vcc->push = NULL; +#endif vcc->pop = NULL; /* crash */ vcc->push_oam = NULL; /* crash */ rtnl_unlock();