Re: objdiff usage

2015-12-02 Thread bojan prtvar
On Wed, Dec 2, 2015 at 11:39 AM, Bogicevic Sasa wrote: > Well, when I pull staging tree and go to drivers/pci/hotplug I get c and > h files. Am I supposed to first compile the kernel make changes and > compile again to be anle to compare ? Something like that. Take a look to the script itself,

Re: objdiff usage

2015-12-02 Thread bojan prtvar
> What about the case where you dont have object files to compare ? > For example driver/pci/hotplug in my case ? How do you prove that your > changes didn't brake something ? What do you mean by no object files in driver/pci/hotplug ? Is your HOTPLUG_PCI defined? Bojan

Re: objdiff usage

2015-12-02 Thread bojan prtvar
Hi Sasa, On Wed, Dec 2, 2015 at 9:56 AM, Bogicevic Sasa wrote: > Hi all, > I am looking for a guidance on ./scripts/objdiff usage, cant seem to > find a goot example of the scenario where you for example make a bunch of > changes (code style issues) in one folder and need to check if that│changes

Re: where struct pci_device_id is defined ?

2015-10-27 Thread bojan prtvar
On Tue, Oct 27, 2015 at 8:46 AM, Ramon Fried wrote: > > Hi. > > I'm trying to find the definition of "struct pci_device_id" , but I only get > forward declarations. > > I tried grepping the entire tree, and nothing matches. > > Am I missing something ? > > Thanks. > > Ramon Hi, http://lxr.free-

Re: Download Linus's latest git tree

2014-05-26 Thread bojan prtvar
On Mon, May 26, 2014 at 7:50 PM, Anurudh Tiwari wrote: > Hi, > > I want to download the latest kernel version using git. Trying > following command > > git clone > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git > > it takes very long time and tries to download whole repos

Re: Cannot use USB device after compiling new kernel.

2014-04-09 Thread bojan prtvar
On Wed, Apr 9, 2014 at 1:10 PM, Ivan Riabtsov wrote: > 2014-04-09 14:48 GMT+04:00, HABI S RAVI : >> I am using 3.14.0 kernel version. >> >> I compiled using localmodconfig. >> >> I am using Ubuntu in my Lenovo U410 Ultrabook. I can use USB mouse, >> keyboard, pendrives with the distro kernel 3.11.

Re: unable to send mail to Linux-Fsdevel

2013-10-08 Thread bojan prtvar
On Tue, Oct 8, 2013 at 6:10 PM, Saket Sinha wrote: > > Hi, > > I am facing an issue with sending my mail to Linux-Fsdevel > mailing list() Moreover i'm recieving all > mails from the list but can't seem to send them TO the list. I get the > following error- > > > Delivery to the following recip

Re: how to determine whether in irq context

2011-12-28 Thread bojan prtvar
On Wed, Dec 28, 2011 at 10:20 AM, loody wrote: > Dear all: > i remember there is a marco for us to determine whether we are located > in irq context. > I forget what it is. > Would anyone know what it is? > > > -- > Thanks for your help Hi, This is copy/paste from : /* * Are we doing bottom