> Surely random32 can be a macro in kernel_addons? > I started out trying to back-port random32(). But it was too hairy and not worth the effort IMO. I don't know how make random32() use get_random_bytes() in a macro and return the value. Show me how.