On Wed, Apr 19, 2023 at 02:52:53PM +0200, Johannes Berg wrote: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > Extend drop reasons to make them usable by subsystems > other than core by reserving the high 16 bits for a > new subsystem ID, of which 0 of course is used for the > existing reasons immediately. > > To still be able to have string reasons, restructure > that code a bit to make the loopup under RCU, the only > user of this (right now) is drop_monitor. Hi Johannes, a minor nit from my side that you may want to address if you need to re-spin for some other reason: s/loopup/lookup/