Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752670AbbDBOTp (ORCPT ); Thu, 2 Apr 2015 10:19:45 -0400 Received: from mail-ig0-f172.google.com ([209.85.213.172]:36094 "EHLO mail-ig0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752091AbbDBOTm (ORCPT ); Thu, 2 Apr 2015 10:19:42 -0400 Message-ID: <551D4FFB.9000209@android.com> Date: Thu, 02 Apr 2015 07:19:39 -0700 From: Mark Salyzyn User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Wang Long , keescook@chromium.org, tony@atomide.com, ccross@android.com, tony.luck@intel.com CC: linux-kernel@vger.kernel.org, peifeiyue@huawei.com, morgan.wang@huawei.com, anton.vorontsov@linaro.org, marco.stornelli@gmail.com Subject: Re: [PATCH v2] ramoops: make it possible to change mem_type param. References: <1427765592-119343-1-git-send-email-long.wanglong@huawei.com> In-Reply-To: <1427765592-119343-1-git-send-email-long.wanglong@huawei.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 589 Lines: 14 On 03/30/2015 06:33 PM, Wang Long wrote: > dummy_data->mem_size = mem_size; > dummy_data->mem_address = mem_address; > - dummy_data->mem_type = 0; > + dummy_data->mem_type = mem_type; > dummy_data->record_size = record_size; > dummy_data->console_size = ramoops_console_size; > dummy_data->ftrace_size = ramoops_ftrace_size; Ack -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/