This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4ba9628fe5bf Merge branch 'work.lookup' of git://git.kernel.org/pub/scm [...] new 691115c3513e vfs: require i_size <= SIZE_MAX in kernel_read_file() new b2724d5802a7 security/integrity: constify some read-only data new 2ab5daf867d1 security/integrity: remove unnecessary 'init_keyring' variable new 1e4c8dafbb6b ima: fix showing large 'violations' or 'runtime_measuremen [...] new a408e4a86b36 ima: open a new file instance if no read permissions new 34bccd61b139 MAINTAINERS: add Jarkko as maintainer for trusted keys new 57ce66d39f10 Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...] new 84b59f6487d8 tpm: fix response size validation in tpm_get_random() new 0d6d0d62d950 tpm: suppress transmit cmd error logs when TPM 1.2 is disa [...] new 2f7d8dbb1128 tpm: Make SECURITYFS a weak dependency new c3d477a725ef tpm: add ptr to the tpm_space struct to file_priv new 9e1b74a63f77 tpm: add support for nonblocking operation new e487a0f52301 tpm: Restore functionality to xen vtpm driver. new b8d7b7581452 Merge tag 'tpmdd-next-20181005' of git://git.infradead.org [...] new 52ff0779d6cf Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/li [...] new 76c9805b2855 Smack: remove set but not used variable 'root_inode' new dcb569cf6ac9 Smack: ptrace capability use fixes new b1fed3edc82a Smack: Mark expected switch fall-through new f0f9756b7260 Merge branch 'smack-for-4.20' of https://github.com/cschau [...] new e80bc229691a Merge branch 'next-smack' of git://git.kernel.org/pub/scm/ [...] new f4b626d6de15 LoadPin: Report friendly block device name new 13523bef1e21 LoadPin: Rename boot param "enabled" to "enforce" new 85a585918fb4 Merge tag 'loadpin-security-next' of https://git.kernel.or [...] new 24ed334f3366 Merge branch 'next-loadpin' of git://git.kernel.org/pub/sc [...]
The 24 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: MAINTAINERS | 1 + drivers/char/tpm/Kconfig | 2 +- drivers/char/tpm/tpm-dev-common.c | 147 +++++++++++++++++++++++++--------- drivers/char/tpm/tpm-dev.c | 11 +-- drivers/char/tpm/tpm-dev.h | 18 +++-- drivers/char/tpm/tpm-interface.c | 30 +++++-- drivers/char/tpm/tpm.h | 2 + drivers/char/tpm/tpm2-cmd.c | 4 +- drivers/char/tpm/tpmrm-dev.c | 15 +--- drivers/char/tpm/xen-tpmfront.c | 2 +- fs/exec.c | 8 +- security/integrity/digsig.c | 10 +-- security/integrity/evm/evm_crypto.c | 4 +- security/integrity/ima/ima.h | 2 +- security/integrity/ima/ima_api.c | 3 +- security/integrity/ima/ima_crypto.c | 54 ++++++++----- security/integrity/ima/ima_fs.c | 9 ++- security/integrity/ima/ima_init.c | 2 +- security/integrity/ima/ima_main.c | 2 +- security/integrity/ima/ima_template.c | 11 +-- security/loadpin/Kconfig | 4 +- security/loadpin/loadpin.c | 26 +++--- security/smack/smack_lsm.c | 15 +++- security/smack/smackfs.c | 3 - 24 files changed, 244 insertions(+), 141 deletions(-)