Loading arch/x86/kernel/aperture_64.c +0 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,6 @@ #include <asm/x86_init.h> int gart_iommu_aperture; EXPORT_SYMBOL_GPL(gart_iommu_aperture); int gart_iommu_aperture_disabled __initdata; int gart_iommu_aperture_allowed __initdata; Loading kernel/futex_compat.c +3 −3 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr, struct task_struct *p; ret = -ESRCH; read_lock(&tasklist_lock); rcu_read_lock(); p = find_task_by_vpid(pid); if (!p) goto err_unlock; Loading @@ -157,7 +157,7 @@ compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr, !capable(CAP_SYS_PTRACE)) goto err_unlock; head = p->compat_robust_list; read_unlock(&tasklist_lock); rcu_read_unlock(); } if (put_user(sizeof(*head), len_ptr)) Loading @@ -165,7 +165,7 @@ compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr, return put_user(ptr_to_compat(head), head_ptr); err_unlock: read_unlock(&tasklist_lock); rcu_read_unlock(); return ret; } Loading Loading
arch/x86/kernel/aperture_64.c +0 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,6 @@ #include <asm/x86_init.h> int gart_iommu_aperture; EXPORT_SYMBOL_GPL(gart_iommu_aperture); int gart_iommu_aperture_disabled __initdata; int gart_iommu_aperture_allowed __initdata; Loading
kernel/futex_compat.c +3 −3 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr, struct task_struct *p; ret = -ESRCH; read_lock(&tasklist_lock); rcu_read_lock(); p = find_task_by_vpid(pid); if (!p) goto err_unlock; Loading @@ -157,7 +157,7 @@ compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr, !capable(CAP_SYS_PTRACE)) goto err_unlock; head = p->compat_robust_list; read_unlock(&tasklist_lock); rcu_read_unlock(); } if (put_user(sizeof(*head), len_ptr)) Loading @@ -165,7 +165,7 @@ compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr, return put_user(ptr_to_compat(head), head_ptr); err_unlock: read_unlock(&tasklist_lock); rcu_read_unlock(); return ret; } Loading