Received: by 10.223.185.116 with SMTP id b49csp3709919wrg; Tue, 6 Mar 2018 03:47:41 -0800 (PST) X-Google-Smtp-Source: AG47ELs8rBAkAcKj+7/kDm8UA4jF0R+nrvaZQUPpA1RfF2wP/G4QvsTcVGXxe0sqjidTjQcIDsvV X-Received: by 2002:a17:902:718c:: with SMTP id b12-v6mr8644129pll.121.1520336861418; Tue, 06 Mar 2018 03:47:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520336861; cv=none; d=google.com; s=arc-20160816; b=eJivVVCtNnLwL12zFsUOYQJJytjNCTSc5yKLGKpoK4ujzzsG97Mu0KG3BGj3HQlEvF oDdbuL+m9PZnDtIqYeA9+3hb3nRS+WlQUKL570jchhO1hdnDjaP4IRcoLa07njL4aIDC MhGwutFPQMBDTA+9LqjY7Y44fMBwEvyI7Kn3WuVw2gLno5l+ag7l9hOHJL5Bk0XSBIIq iw4LdgZTOoHY9Fl2ChX5q9y+d40CPxSmYBQ1zrrEWqIebblG4g92SLfYu2UShPat8vPA cCYmEFRXV9DYRvzwK4sdBdkBmiskqy+sRduvwzv5NZvEWT20Qc+Lv6S1LyQdus/q4QWY VKxw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=3KCARl3ha2bKvifMwpYHDynqmGOmJqcQKJe5MegKDbU=; b=NA3P1bP2y7TetedIrcp6gIyG+czJMHUaiNw91zaq+zaPF7b4btIyWd0y4Lg8HdwSMc Ewyf+uZgOUrCfOUwQwynUad7DtEGHWxXal43SDhfkMjOr1FqqWyh34lmRRJUH2uIiYf6 LMMgodeIIPVxWsFgOhKc/asLR2lIhja0fA7vf+G3wprQ2YwvkWjVowiUCzpi7TeXwLZb XoFfvdyLR7YmWsb6Ib8mqt1D5edmv4FUK5s1mYQAFYT8RoA0MdZ5Ga5bfCuVyL26J3PP z+wyLHpnpyCuJ06CQI/SgnaKvvWvAWN7KFCfi0a2KIVfR9JfBK85VL5+QFPfHUmBqQ/H BnAg== 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 m6si9719579pgu.633.2018.03.06.03.47.27; Tue, 06 Mar 2018 03:47:41 -0800 (PST) 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 S1753484AbeCFLqK (ORCPT + 99 others); Tue, 6 Mar 2018 06:46:10 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:60164 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750838AbeCFLqJ (ORCPT ); Tue, 6 Mar 2018 06:46:09 -0500 Received: from localhost (unknown [185.236.200.248]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id D960F1116; Tue, 6 Mar 2018 11:46:08 +0000 (UTC) Date: Tue, 6 Mar 2018 03:46:12 -0800 From: Greg Kroah-Hartman To: Borislav Petkov Cc: Seunghun Han , Tony Luck , linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V3] x86: mce: fix kernel panic when check_interval is changed Message-ID: <20180306114612.GA16784@kroah.com> References: <20180302202706.9434-1-kkamagui@gmail.com> <20180306104320.GB11535@pd.tnic> <20180306105748.GA31087@kroah.com> <20180306110207.GC11535@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180306110207.GC11535@pd.tnic> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 06, 2018 at 12:02:08PM +0100, Borislav Petkov wrote: > On Tue, Mar 06, 2018 at 02:57:48AM -0800, Greg Kroah-Hartman wrote: > > It would have been nice to add a cc:stable for this, but I'll try to > > watch it and when it hits Linus's tree I'll queue it up there. > > I can still add it - it is the top patch and I haven't sent it yet. > > /me goes and adds it. > > Voila! > > :-) Wonderful, thanks for doing that.