From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754718AbbB0POt (ORCPT ); Fri, 27 Feb 2015 10:14:49 -0500 Received: from mail-pd0-f179.google.com ([209.85.192.179]:45210 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752612AbbB0POr (ORCPT ); Fri, 27 Feb 2015 10:14:47 -0500 Date: Fri, 27 Feb 2015 20:44:34 +0530 From: Sudip Mukherjee To: Greg KH , Gleb Natapov , Paolo Bonzini , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Nick Krause Cc: linux-fbdev@vger.kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Build warning for unused function in the file,sm7xxfb.c Message-ID: <20150227151434.GA2485@sudip-PC> References: <54EE9B46.3090103@gmail.com> <20150226042731.GA3609@sudip-PC> <20150226043341.GA8294@kroah.com> <20150226051400.GA4178@sudip-PC> <20150226164800.GB4609@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150226164800.GB4609@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 26, 2015 at 08:48:00AM -0800, Greg KH wrote: > On Thu, Feb 26, 2015 at 10:44:00AM +0530, Sudip Mukherjee wrote: > > On Wed, Feb 25, 2015 at 08:33:41PM -0800, Greg KH wrote: > > > On Thu, Feb 26, 2015 at 09:57:31AM +0530, Sudip Mukherjee wrote: > > > > > > I suggest updating your personal blacklist as well, it makes things > > > easier. > > yes, better. and i was just seeing some of his patches, mostly all are removing of FIXME comments. > > > > but i got confused with bab5bb398273bb37547a185f7b344b37c700d0b9 > > he has removed a call to function kvm_make_request() and introduced a new function kvm_set_pending_timer() which is just calling kvm_make_request(). and the commit message just says "Adds a function kvm_vcpu_set_pending_timer instead of calling kvm_make_request in lapic.c." , i am just unable to understand why this change? > > I don't understand the change either, I suggest asking the kvmm > developer who accepted it. Hi Paolo, We have a small confusion about commit bab5bb398273bb37547a185f7b344b37c700d0b9. It looks like the patch removed a call to function kvm_make_request() and introduced a new function kvm_set_pending_timer() which is just calling kvm_make_request() again. and the commit message just says "Adds a function kvm_vcpu_set_pending_timer instead of calling kvm_make_request in lapic.c.". regards sudip > > thanks, > > greg k-h