Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp4208398imm; Sat, 25 Aug 2018 11:29:18 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbJISCLm4/WKXkf8SxiibLY8Q9v+pWwH1ZoYDRUx124ghIRXtiQES4mpOPZfxAoTbqX5o6S X-Received: by 2002:a62:b4f:: with SMTP id t76-v6mr7059764pfi.36.1535221758565; Sat, 25 Aug 2018 11:29:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535221758; cv=none; d=google.com; s=arc-20160816; b=niI1Z99UZWP5eZe21r7Cio1oP4MdCZKc68kBd3/DW2dEB78fV0CoKiCt8tqZ6TbhpG LUM+zZJzg/50KKZyPqxg/TVY4oBIztSL4YOv/Ib3w5Uv37yWt/lFDNnenRJWj5sxyDWv yD8XjTzFSzwW0JHIB2N7Qn+uZHos6+7HtFMluUyJlOwRM6GmySxXSgh6B1Jyb6tm6dcs WDv1K3uwUXDPlKR53bO0Pi6aO6K/I1mVcns19Mm6O7LumdVqjphnbILOOeNa/3YQ3hXs NPI4tuLNRhbrDPNGzRXVqf2R2Qe6JHfY26AJCyNDFdKUh2zLasYdLoyrJXzv2Q3DWwZu 5wsA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=hC/gemaA+WfogBY1CILaLZWMIZs+V+stlRl+mOMa/WQ=; b=YQ+pmZoxkvI6JjNtWOwie/NXm3/xLSrjOBm0MBhMKh4zlVoaSC0OgVosDTGLQ+0nci sYer/+tdM5OLeyyECmMHXGTULXp3DQzitp8M7zgBfjRzczQ0CHO4jEVjaZUEh7MzargH oGy4FU0VubGC+AbuDkPyQJ8Sb/YdZHZrCcF+tT1JbACieNAxMhAnr4zUkGDNv68shKqq KQk80+FCg+11da4DmYh9zEHHaJkNwnNfFO1SxCc9OOErvpO2BiGanOhoEHSKT5m/79vZ zWU6nE3mbweigWYPfTfCKdf3Ob1U1BZHgt+O0wZ73uDF1YrplZSY81Et1AeLaHEQ2wDE 4s/A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g70-v6si10570688pfe.4.2018.08.25.11.29.02; Sat, 25 Aug 2018 11:29:18 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726969AbeHYWHp (ORCPT + 99 others); Sat, 25 Aug 2018 18:07:45 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:41291 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726854AbeHYWHp (ORCPT ); Sat, 25 Aug 2018 18:07:45 -0400 Received: from p4fea45ac.dip0.t-ipconnect.de ([79.234.69.172] helo=[192.168.0.145]) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1ftdHz-0002Id-8j; Sat, 25 Aug 2018 20:27:59 +0200 Date: Sat, 25 Aug 2018 20:27:58 +0200 (CEST) From: Thomas Gleixner To: Mukesh Ojha cc: lkml Subject: Re: Query on skip_onerr field in struct cpuhp_step In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 21 Aug 2018, Mukesh Ojha wrote: > On 8/21/2018 7:27 PM, Thomas Gleixner wrote: > > > If it is specifically was dependent on notifiers, did we missed to remove > > > it as the notifiers are gone or the usecase still there? > > As the comment says.... > > Thanks for your reply > Sorry, for further question but i did not get the comment ..did you mean, we > can remove this from the structure as notifier are not their now. ? Yes, that's why the comment for that member says: Remove after conversion. > Also if you are aware with the history, can you tell , why would i want to > avoid a call in undo_cpu_up path? Because the notifiers worked completely differently. Go back in the git history where the initial conversion from notifiers to the state machine happened. Thanks, tglx