]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFhead r339596:
authorglebius <glebius@FreeBSD.org>
Wed, 31 Oct 2018 18:01:02 +0000 (18:01 +0000)
committerglebius <glebius@FreeBSD.org>
Wed, 31 Oct 2018 18:01:02 +0000 (18:01 +0000)
commit825184e91cbcdb06e2fe274fe0370a229f874f8e
tree307c991cba9267a812d22a6314d288edaec5674e
parent3ba6b03a2da4791cdc81f8ccbc4adf6f8ac85965
MFhead r339596:

  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.

Approved by: re (gjb)
sys/vm/uma_core.c