linux/security
Zhang Zhijie b7b50eb62f OP-TEE: fix warning when LPAE is activated on ARM
When LPAE is activated, the dma_addr_t type is u64,
but pointer is still 32bit on arm32 platform.
1. %pad is used to print dma_addr_t type in log.
2. The member paddr(dma_addr_t type) in struct shm is cast
to unsigned long when it needs to be cast to a pointer. The cast
is fine as the value of paddr in struct shm is always less than 4G.

Change-Id: I1e2112796f657759dfa845258ea19558cb84c4ec
Signed-off-by: Zhang Zhijie <zhangzj@rock-chips.com>
2017-06-05 14:29:35 +08:00
..
apparmor apparmor: fix change_hat not finding hat after policy replacement 2016-12-02 09:09:01 +01:00
integrity ima: use file_dentry() 2016-10-16 17:36:15 +02:00
keys KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings 2017-04-27 09:09:31 +02:00
optee_linuxdriver OP-TEE: fix warning when LPAE is activated on ARM 2017-06-05 14:29:35 +08:00
selinux Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/linux-linaro-stable.git 2017-03-01 18:40:28 +08:00
smack security: let security modules use PTRACE_MODE_* with bitmasks 2016-03-03 15:07:32 -08:00
tlk_driver
tomoyo LSM: Switch to lists of hooks 2015-05-12 15:00:41 +10:00
yama security: let security modules use PTRACE_MODE_* with bitmasks 2016-03-03 15:07:32 -08:00
commoncap.c This is the 4.4.3 stable release 2016-03-03 19:46:53 +08:00
device_cgroup.c security/device_cgroup: Fix RCU_LOCKDEP_WARN() condition 2015-09-03 18:13:10 -07:00
inode.c ANDROID: vfs: Add permission2 for filesystems with per mount permissions 2017-02-03 15:04:29 +05:30
Kconfig OP-TEE: update optee_linuxdriver to match updated optee_os & optee_client 2017-01-11 11:25:40 +08:00
lsm_audit.c BACKPORT: audit: consistently record PIDs with task_tgid_nr() 2016-10-12 17:34:22 +05:30
Makefile OP-TEE: update optee_linuxdriver to match updated optee_os & optee_client 2017-01-11 11:25:40 +08:00
min_addr.c
security.c ANDROID: security: export security_path_chown() 2017-02-06 23:34:58 +05:30