On Fri, 21 Apr 2023 16:10:06 +0200, Oswald Buddenhagen wrote: > > If these are hit, we've already trashed kernel space. There is no > recovery from that. > > Signed-off-by: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx> Sorry, it's a big NO-NO. BUG_ON() shouldn't be used here at all. BUG_ON() is used for the case you inevitably must stop everything immediately at this point. thanks, Takashi