config HAVE_LIVEPATCH bool help Arch supports kernel live patching config LIVEPATCH bool "Kernel Live Patching" depends on DYNAMIC_FTRACE_WITH_REGS depends on MODULES depends on SYSFS depends on KALLSYMS_ALL depends on HAVE_LIVEPATCH help Say Y here if you want to support kernel live patching. This option has no runtime impact until a kernel "patch" module uses the interface provided by this option to register a patch, causing calls to patched functions to be redirected to new function code contained in the patch module. id='header'> cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu2-1/+24
2017-02-06bpf: test for AND edge casesJosef Bacik1-0/+55
2017-02-06Merge branch 'dsa-add-fabric-notifier'David S. Miller7-49/+205
2017-02-06net: dsa: introduce bridge notifierVivien Didelot3-11/+71
2017-02-06net: dsa: add switch notifierVivien Didelot6-0/+77
2017-02-06net: dsa: change state setter scopeVivien Didelot1-6/+9
2017-02-06net: dsa: rollback bridging on errorVivien Didelot1-1/+13
2017-02-06net: dsa: simplify netdevice events handlingVivien Didelot1-28/+16
2017-02-06net: dsa: move netdevice notifier registrationVivien Didelot3-10/+26
2017-02-06net/mlx5e: fix another maybe-uninitialized false-positiveArnd Bergmann