Hi James, This pull request includes 6 patches. Out of the 6 patches 4 are bug fixes, which were posted after the linux-integrity 4.18 pull request was sent. The other 2 patches, which had been queued to be upstreamed, are code clean up. As of yesterday, all of these patches are in linux-next, except for Dan Carpenter's bug fix from today. thanks, Mimi The following changes since commit 6f0911a666d1f99ff72e7848ddee36af7bbce050: ima: fix updating the ima_appraise flag (2018-05-22 13:16:42 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git next-integrity for you to fetch changes up to b5c90a7526fe39164c2204f0404ce8f8ff21e522: EVM: unlock on error path in evm_read_xattrs() (2018-06-01 06:03:08 -0400) ---------------------------------------------------------------- Colin Ian King (2): EVM: fix memory leak of temporary buffer 'temp' EVM: Fix null dereference on xattr when xattr fails to allocate Dan Carpenter (2): EVM: prevent array underflow in evm_write_xattrs() EVM: unlock on error path in evm_read_xattrs() Petko Manolov (1): IMA: use list_splice_tail_init_rcu() instead of its open coded variant Yisheng Xie (1): ima: use match_string() helper security/integrity/evm/evm_secfs.c | 14 ++++++++++---- security/integrity/ima/ima_main.c | 11 ++++------- security/integrity/ima/ima_policy.c | 17 ++--------------- 3 files changed, 16 insertions(+), 26 deletions(-)