Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4143542imm; Mon, 20 Aug 2018 10:32:07 -0700 (PDT) X-Google-Smtp-Source: AA+uWPwPoHzGohBW6a/XJPHlGN4EDMWfnCQkcIaPd8RTolu48DYMBvLWdY11zxv1+PNOSFmBUGkh X-Received: by 2002:a17:902:59cf:: with SMTP id d15-v6mr9802039plj.184.1534786327772; Mon, 20 Aug 2018 10:32:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534786327; cv=none; d=google.com; s=arc-20160816; b=xd1SK7wrKei3ZfPUxwxTcFyoHZia/v65eg36lTXohbrtVl/lzsw+eL70Lj5fSKZyaz 0csKfo/0IV/O3BU/XMNUBv0+c42Zk34zIg+iHxNshfXeII3CO4hB8rEr6kSDFv/OE0Hw O/9vC1Sg/awJCIY4wwiVOshmUVnPQy7Q2TjOZCQ7O/LrGli9SQJJzbqiUP6mWNZ1I+R2 5jtWMH1MBoV/WtOT2t5RSZ4EliZGngljGA3pD32LK9l+PecKKPUXpnY7PhMXnMufZcdx BLltIamgtWb6rrl+Cj1efgxaV7pwYCNZB8sy6KidsugYYCFtkpMkcMMVUK/bEaxSQNGD 6I3Q== 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=EH5PRdWT/jDsKLRSkapAg/MLDngupYlHF+QE1IxzSRE=; b=Jmi3Ukas/h9jiSIkAegyoDBvC8i84SJQ7g3pNN6I7xDi1y0Tt7DRifF8PokQZ0ldoM HFinrJuUaUTqhGQYfOT4J2UgdappFkN6VQFt3BfPNPegWIqonZpjb1LRw445NEMgyddW ZQwATCFYQC1A/NrLTv/o9DuSm7hoMtrLrwD/UMsiNa5qJfYUYQvU0zYhScuBcpa/61Ee 8VbjazZ+W9GNdb1HLsuTTPkVjjRAfxgv2p0zdvxUOwKizf2cTKJj4rICI/cVTU+8Chcn yEuQoXpiTkt5VIQXrsnhJwmg+Dze1ZUuuQ1/zqH3pCx5r17stCRYTFM2b+qgP0hxA2BP XT0w== 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 3-v6si10291257plc.282.2018.08.20.10.31.52; Mon, 20 Aug 2018 10:32:07 -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 S1727277AbeHTUex (ORCPT + 99 others); Mon, 20 Aug 2018 16:34:53 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52124 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726768AbeHTUex (ORCPT ); Mon, 20 Aug 2018 16:34:53 -0400 Received: from localhost (5355525A.cm-6-6b.dynamic.ziggo.nl [83.85.82.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id C6DD389C; Mon, 20 Aug 2018 17:18:23 +0000 (UTC) Date: Mon, 20 Aug 2018 19:18:21 +0200 From: Greg KH To: He Zhe Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, pombredanne@nexb.com, kstewart@linuxfoundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] x86: corruption-check: Passing memory_corruption_check to command line causes panic Message-ID: <20180820171821.GB18965@kroah.com> References: <1534260823-87917-1-git-send-email-zhe.he@windriver.com> <129aaffb-7f8d-cf84-cf2d-8e95e303908a@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <129aaffb-7f8d-cf84-cf2d-8e95e303908a@windriver.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 20, 2018 at 04:56:22PM +0800, He Zhe wrote: > Could you please provide your input? Thanks. It is the middle of the merge window, we can not do anything with new patches. This is a trivial cleanup fix, nothing that is really important at the moment it will be reviewed in time, please give us a chance. thanks, greg k-h