> OK, since there is multiple patches with KDF* dep the KDF functions > should be their own separate patch not glued into any patch that uses > them. Well, I can do that if you insist, but it can't go into the kernel like that because we'll then have a static function with no consumers which will generate an unused function warning and break the build on - Werror. James