Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751240AbdGOGiT (ORCPT ); Sat, 15 Jul 2017 02:38:19 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39408 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751083AbdGOGiR (ORCPT ); Sat, 15 Jul 2017 02:38:17 -0400 Date: Sat, 15 Jul 2017 08:38:11 +0200 From: Greg KH To: Channagoud Kadabi Cc: tglx@linuxtronix.de, rusty@rustcorp.com.au, tj@kernel.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] kernel: cpu: send CPU_UP_CANCELLED notification Message-ID: <20170715063811.GA10435@kroah.com> References: <1500069028-24269-1-git-send-email-ckadabi@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1500069028-24269-1-git-send-email-ckadabi@codeaurora.org> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 766 Lines: 21 On Fri, Jul 14, 2017 at 02:50:28PM -0700, Channagoud Kadabi wrote: > If any of the callbacks during cpu up fail undo_cpu_up calls the > teardown call backs to rollback states but does not send > CPU_UP_CANCELLED. As on 4.9 kernel some drivers still use the > notification mechanism for cpu hotplug we need to send > CPU_UP_CANCELLED notification so drivers can rollback whatever > they did during cpu up. > > Signed-off-by: Channagoud Kadabi > --- > kernel/cpu.c | 1 + > 1 file changed, 1 insertion(+) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.