From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753222AbcC1EyP (ORCPT ); Mon, 28 Mar 2016 00:54:15 -0400 Received: from e23smtp05.au.ibm.com ([202.81.31.147]:48887 "EHLO e23smtp05.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751512AbcC1EyE (ORCPT ); Mon, 28 Mar 2016 00:54:04 -0400 X-IBM-Helo: d23dlp01.au.ibm.com X-IBM-MailFrom: kamalesh@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org;live-patching@vger.kernel.org Date: Mon, 28 Mar 2016 10:22:51 +0530 From: Kamalesh Babulal To: Balbir Singh Cc: Michael Ellerman , linuxppc-dev@ozlabs.org, Torsten Duwe , "linux-kernel@vger.kernel.org" , Steven Rostedt , Petr Mladek , Jessica Yu , Jiri Kosina , live-patching@vger.kernel.org, Miroslav Benes Subject: Re: [PATCH HACK 1/6] livepatch-test: Add more cases Message-ID: <20160328045249.GA12521@linux.vnet.ibm.com> Reply-To: Kamalesh Babulal References: <1458817445-5855-1-git-send-email-mpe@ellerman.id.au> <20160324163734.GA7493@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16032804-0017-0000-0000-0000040544B5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Balbir Singh [2016-03-26 18:11:22]: > On Fri, Mar 25, 2016 at 3:37 AM, Kamalesh Babulal > wrote: > > * Michael Ellerman [2016-03-24 22:04:00]: > > > >> Not for merging. > >> > > > > Hi Michael, > > > > Loading the livepatch sample module, trigger following warning > > > > The #if IS_MODULE(CONFIG_SCSI) code is buggy, you probably have > CONFIG_SCSI=y, make it M or you can fix the code yourself. I had the > same issue while testing > > BTW, the tests worked fine with the changes proposed by Michael. > Thanks, It helped. I was able to load the sample livepatch module with proposed changes. Thanks, Kamalesh.