This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 882388056194 Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub [...] new 8db5da0b8618 x86/ima: require signed kernel modules new 3d45ad9260c3 x86/ima: add missing include new 41475a3ebace doc/kernel-parameters.txt: Deprecate ima_appraise_tcb new 2bfebea90dd5 Merge branch 'next-integrity-for-james' of git://git.kerne [...] new 7664cd6e3a0b Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...] new 460d95a1d69d smack: removal of global rule list new 4e328b08882a Smack: Create smack_rule cache to optimize memory usage new f7450bc6e768 Smack: Fix IPv6 handling of 0 secmark new f075b344c6ca Merge branch 'smack-for-5.2' of https://github.com/cschauf [...] new b9ef5513c99b smack: Check address length before reading address family new 5f9b4992b722 Merge branch 'smack-for-5.2-b' of https://github.com/cscha [...] new 619ae03e922b Smack: Fix kbuild reported build error new 8d31a5c35ed1 Merge branch 'smack-for-5.2-b' of https://github.com/cscha [...] new 800c608c976c Merge branch 'next-smack' of git://git.kernel.org/pub/scm/ [...] new 3213486f2e44 csky: Add support for perf unwind-libdw new b1e76c3d3a77 Merge tag 'csky-for-linus-5.2-perf-unwind-libdw' of git:// [...]
The 16 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/kernel-parameters.txt | 5 +- arch/x86/kernel/ima_arch.c | 10 ++- include/linux/module.h | 5 ++ kernel/module.c | 5 ++ security/smack/smack.h | 1 + security/smack/smack_lsm.c | 34 +++++-- security/smack/smackfs.c | 55 ++++-------- .../arch}/csky/include/uapi/asm/perf_regs.h | 0 tools/perf/Makefile.config | 6 +- tools/perf/arch/{nds32 => csky}/Build | 0 tools/perf/arch/{sh => csky}/Makefile | 0 tools/perf/arch/csky/include/perf_regs.h | 100 +++++++++++++++++++++ tools/perf/arch/csky/util/Build | 2 + tools/perf/arch/csky/util/dwarf-regs.c | 49 ++++++++++ tools/perf/arch/csky/util/unwind-libdw.c | 77 ++++++++++++++++ 15 files changed, 299 insertions(+), 50 deletions(-) copy {arch => tools/arch}/csky/include/uapi/asm/perf_regs.h (100%) copy tools/perf/arch/{nds32 => csky}/Build (100%) copy tools/perf/arch/{sh => csky}/Makefile (100%) create mode 100644 tools/perf/arch/csky/include/perf_regs.h create mode 100644 tools/perf/arch/csky/util/Build create mode 100644 tools/perf/arch/csky/util/dwarf-regs.c create mode 100644 tools/perf/arch/csky/util/unwind-libdw.c