Subject: [folded-merged] kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2-fix.patch removed from -mm tree To: akpm@xxxxxxxxxxxxxxxxxxxx,bitbucket@xxxxxxxxx,cl@xxxxxxxxx,fweisbec@xxxxxxxxx,gilad@xxxxxxxxxxxxx,paulmck@xxxxxxxxxxxxxxxxxx,rusty@xxxxxxxxxxxxxxx,tglx@xxxxxxxxxxxxx,tj@xxxxxxxxxx,vapier@xxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Tue, 08 Apr 2014 13:55:56 -0700 The patch titled Subject: kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2-fix has been removed from the -mm tree. Its filename was kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2-fix.patch This patch was dropped because it was folded into kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2-fix set_cpus_allowed() doesn't exist when CONFIG_CPUMASK_OFFSTACK=y. Cc: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx> Cc: Christoph Lameter <cl@xxxxxxxxx> Cc: Frederic Weisbecker <fweisbec@xxxxxxxxx> Cc: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx> Cc: Mike Frysinger <vapier@xxxxxxxxxx> Cc: Mike Galbraith <bitbucket@xxxxxxxxx> Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Cc: Tejun Heo <tj@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/kthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/kthread.c~kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2-fix kernel/kthread.c --- a/kernel/kthread.c~kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2-fix +++ a/kernel/kthread.c @@ -142,7 +142,7 @@ void *kthread_data(struct task_struct *t */ void set_kthreadd_affinity(void) { - set_cpus_allowed(current, kthreadd_task->cpus_allowed); + set_cpus_allowed_ptr(current, &kthreadd_task->cpus_allowed); } /** _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix.patch ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix-fix.patch kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2.patch kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2-checkpatch-fixes.patch linux-next.patch linux-next-rejects.patch drivers-gpio-gpio-zevioc-fix-build.patch ufs-sb-mutex-merge-mutex_destroy-fix-v2-fix.patch debugging-keep-track-of-page-owners.patch journal_add_journal_head-debug.patch journal_add_journal_head-debug-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch mutex-subsystem-synchro-test-module.patch slab-leaks3-default-y.patch put_bh-debug.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html