#!/bin/bash (perf record -e raw_syscalls:sys_exit $@ || \ perf record -e syscalls:sys_exit $@) 2> /dev/null con.ico'/>
summaryrefslogtreecommitdiff
path: root/kernel/module-internal.h
AgeCommit message (Expand)Author
2018-07-02modsign: log module name in the event of an errorJessica Yu
2013-09-25KEYS: Separate the kernel signature checking keyring from module signingDavid Howells
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells
2012-10-10MODSIGN: Provide module signing public keys to the kernelDavid Howells
2012-10-10module: signature checking hookRusty Russell