Revision bd0e162d0312aa95e8b85ba883efddebf27be121 authored by Linus Torvalds on 31 May 2012, 19:09:07 UTC, committed by Linus Torvalds on 31 May 2012, 19:09:07 UTC
Pull two small kvm fixes from Avi Kivity:
 "A build fix for non-kvm archs and a transparent hugepage refcount
  bugfix on hosts with 4M pages."

* git://git.kernel.org/pub/scm/virt/kvm/kvm:
  KVM: Export asm-generic/kvm_para.h
  KVM: MMU: fix huge page adapted on non-PAE host
2 parent s 0545522 + 56457f3
Raw File
Kconfig
config SECURITY_SMACK
	bool "Simplified Mandatory Access Control Kernel Support"
	depends on NETLABEL && SECURITY_NETWORK
	default n
	help
	  This selects the Simplified Mandatory Access Control Kernel.
	  Smack is useful for sensitivity, integrity, and a variety
	  of other mandatory security schemes.
	  If you are unsure how to answer this question, answer N.

back to top