Revision 0a89b5eb818aee2efe8b092bb303aec56486a3d3 authored by Linus Torvalds on 02 April 2017, 16:23:31 UTC, committed by Linus Torvalds on 02 April 2017, 16:23:31 UTC
Pull EFI fix from Thomas Gleixner:
 "Downgrade the missing ESRT header printk to warning level and remove a
  useless error printk which just generates noise for no value"

* 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  efi/esrt: Cleanup bad memory map log messages
2 parent s 4a6808f + 79a21d5
Raw File
Kconfig
#
# psample packet sampling configuration
#

menuconfig PSAMPLE
	depends on NET
	tristate "Packet-sampling netlink channel"
	default n
	help
	  Say Y here to add support for packet-sampling netlink channel
	  This netlink channel allows transferring packets alongside some
	  metadata to userspace.

	  To compile this support as a module, choose M here: the module will
	  be called psample.
back to top