K 10 svn:author V 7 glebius K 8 svn:date V 27 2018-10-22T15:48:07.242502Z K 7 svn:log V 290 If we lost race or were migrated during bucket allocation for the per-CPU cache, then we put new bucket on generic bucket cache. However, code didn't honor UMA_ZONE_NOBUCKETCACHE flag, so potentially we could start a cache on a zone that clearly forbids that. Fix this. Reviewed by: markj END