From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752540AbbKOSgy (ORCPT ); Sun, 15 Nov 2015 13:36:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43550 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752211AbbKOSgx (ORCPT ); Sun, 15 Nov 2015 13:36:53 -0500 Date: Sun, 15 Nov 2015 20:32:54 +0100 From: Oleg Nesterov To: Ingo Molnar , Peter Zijlstra Cc: Milos Vyletel , Prarit Bhargava , Tejun Heo , Thomas Gleixner , linux-kernel@vger.kernel.org Subject: [PATCH 0/8] stop_machine: stop_one_cpu_nowait() fix, misc cleanups Message-ID: <20151115193254.GA8225@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, I tried to backport the recent stop_machine fixes and recalled that I forgot to make the fix and cleanups I promised during the previous discussion. Please review. I am also going to rediff/resend my old patch which removes lglock from stop_machine.c, but it probably needs more discussion so I'll send it separately. Oleg. include/linux/stop_machine.h | 2 +- kernel/stop_machine.c | 84 ++++++++++++++++++++--------------------- 2 files changed, 42 insertions(+), 44 deletions(-)