Revision cb59670870d90ff8bc31f5f2efc407c6fe4938c0 authored by Linus Torvalds on 16 January 2015, 01:58:16 UTC, committed by Linus Torvalds on 16 January 2015, 01:58:16 UTC
Pull fuse fixes from Miklos Szeredi:
 "This fixes a regression in the latest fuse update plus a fix for a
  rather theoretical memory ordering issue"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse:
  fuse: add memory barrier to INIT
  fuse: fix LOOKUP vs INIT compat handling
2 parent s 0b6212e + 9759bd5
Raw File
Kconfig.rest
source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "arch/um/Kconfig.char"

source "drivers/Kconfig"

source "net/Kconfig"

source "arch/um/Kconfig.net"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "arch/um/Kconfig.debug"
back to top