Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp5140421imm; Tue, 21 Aug 2018 06:59:42 -0700 (PDT) X-Google-Smtp-Source: AA+uWPzf5f4nRBTz6lbMmxNq7syFdXdp91siNhKIj6NfCoKSe9uRZTKAy3cDlYJdj8oRZdBS0O9N X-Received: by 2002:a63:8a41:: with SMTP id y62-v6mr15958406pgd.278.1534859982484; Tue, 21 Aug 2018 06:59:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534859982; cv=none; d=google.com; s=arc-20160816; b=Jkg5dVgcAQa6CeXis5EhxFHAafUkjSZnjwEbuG/0pbwqW9A6WqmV0Db0JjouSilrEJ 5ZsLymD4HBahCTj/F/2AbMppTBKBPaPp+ZcaH7LF5Rw5CwT3FVoTSy39YqaA/rfZERJg UOTWkDhnIlTx1mXEB5aW+iSuvapexpg8t21Tk5ciR0QIjSjD+pfnItXdZKXxaQzkOYgk MhCG9CL2FAzZbr0v6f+p7ezpZloJMGqBCkI7U6b9VewwVb/vbyGi38+cgzpb5lY5PwFc jqdys22OzpgNOM2H9RLUbP0V11J8qt7aeWJNRpuJyEdomTAouDvsVHMWnO4HQv3iUG0+ SqvQ== 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=V3vK9pTUVSCPwUUvGiho9qhYwdYcxC7EMQJc+kZd7rk=; b=o2Dji+4BwP55P5bY1IpD5mxKHAUMfQoXmbxjRo0KXL3hvRpqnG4Ev4daDwTwopzBSU zn5kRZJhD01Ktkp5iShO4gggtYKG3t3+SlQW0OhFg8shKKZsHoHCa9eD8eY2YoTaz6n4 J/7V5oOKFt0/poSPRqcagy/nuNZJEh9w6i6FkodzynEezO+GiKU5yYUq5ahn+CuBylmn ak26HEQBZpf3ph2ZEWTDQhAxxG3df9o7L2YbiY8nDi4eHa2B5/DDJvKzXWgycB2OIIsZ X47lMH9OtwNKH8bEAennENF+mkitZ49hQBXlAAJ8ygYrvx/TpqdYFIw8ETzdj2st2itW Yacw== 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 7-v6si12646679pll.369.2018.08.21.06.59.15; Tue, 21 Aug 2018 06:59:42 -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 S1727565AbeHURR7 (ORCPT + 99 others); Tue, 21 Aug 2018 13:17:59 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:59676 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727415AbeHURR7 (ORCPT ); Tue, 21 Aug 2018 13:17:59 -0400 Received: from hsi-kbw-5-158-153-52.hsi19.kabel-badenwuerttemberg.de ([5.158.153.52] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1fs7AD-00024N-TK; Tue, 21 Aug 2018 15:57:42 +0200 Date: Tue, 21 Aug 2018 15:57:41 +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: multipart/mixed; boundary="8323329-1551648132-1534859861=:1535" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1551648132-1534859861=:1535 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT On Tue, 21 Aug 2018, Mukesh Ojha wrote: > Hi All, > > This is about one of field in struct cpuhp_step > > * @skip_onerr: Do not invoke the functions on error rollback >  *              Will go away once the notifiers are gone >         bool                    skip_onerr; > > Why this field was introduced, can anyone explain the history behind ? As i > don't see it being set from anywhere > > 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.... --8323329-1551648132-1534859861=:1535--