[obsolete] psi-introduce-psi-monitor-fix-3.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: psi-introduce-psi-monitor-fix-3
has been removed from the -mm tree.  Its filename was
     psi-introduce-psi-monitor-fix-3.patch

This patch was dropped because it is obsolete

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: psi-introduce-psi-monitor-fix-3

suppress sparse rcu warning

Cc: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 kernel/cgroup/cgroup.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/kernel/cgroup/cgroup.c~psi-introduce-psi-monitor-fix-3
+++ a/kernel/cgroup/cgroup.c
@@ -3569,7 +3569,7 @@ static __poll_t cgroup_pressure_poll(str
 	__poll_t ret;
 
 	rcu_read_lock();
-	t = rcu_dereference(of->priv);
+	t = rcu_dereference_raw(of->priv);
 	if (t)
 		ret = psi_trigger_poll(t, of->file, pt);
 	else
_

Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are

kmemleak-skip-scanning-holes-in-the-bss-section-fix.patch
mm-mempolicy-make-mbind-return-eio-when-mpol_mf_strict-is-specified-fix.patch
ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixes.patch
mm.patch
userfaultfd-sysctl-add-vmunprivileged_userfaultfd-fix.patch
mm-compaction-fix-an-undefined-behaviour-fix.patch
mm-add-probe_user_read-fix.patch
mm-maintain-randomization-of-page-free-lists-checkpatch-fixes.patch
fs-binfmt_elfc-remove-unneeded-initialization-of-mm-start_stack.patch
linux-next-rejects.patch
scripts-atomic-check-atomicssh-dont-assume-that-scripts-are-executable.patch
kernel-forkc-export-kernel_thread-to-modules.patch
slab-leaks3-default-y.patch




[Index of Archives]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux