Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2006 01:19:23 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 local_apic.c src/sys/amd64/amd64 local_apic.c
Message-ID:  <200611290119.kAT1JNQX046377@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2006-11-29 01:19:23 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/i386/i386        local_apic.c 
    sys/amd64/amd64      local_apic.c 
  Log:
  Another attempt to MFC changes that prevent any accounting for the disabled
  HTT cores. This time make code conditional on !defined(SCHED_ULE), since
  SCHED_ULE is generally b0rken due to the fact that it doesn't honour
  hlt_cpus_mask when scheduling processes like all other schedulers in the
  system do.
  
  I am not sure if such SCHED_ULE behaviour should be considered as a
  security flaw, basically it means that anybody running SCHED_ULE kernel
  on HTT system still affected by FreeBSD-SA-05:09.htt.
  
  Revision   Changes    Path
  1.17.2.11  +16 -0     src/sys/amd64/amd64/local_apic.c
  1.17.2.11  +16 -0     src/sys/i386/i386/local_apic.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611290119.kAT1JNQX046377>