The patch titled Subject: psi-introduce-psi-monitor-fix-fix has been removed from the -mm tree. Its filename was psi-introduce-psi-monitor-fix-fix.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: psi-introduce-psi-monitor-fix-fix suppress sparse rcu_dereference() warning Cc: Suren Baghdasaryan <surenb@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sched/psi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/kernel/sched/psi.c~psi-introduce-psi-monitor-fix-fix +++ a/kernel/sched/psi.c @@ -1226,7 +1226,7 @@ static __poll_t psi_fop_poll(struct file __poll_t ret; rcu_read_lock(); - t = rcu_dereference(seq->private); + t = rcu_dereference_raw(seq->private); if (t) ret = psi_trigger_poll(t, file, wait); 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 psi-introduce-psi-monitor-fix-3.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