Re: Linux 3.7.4

2013-01-24 Thread Greg KH
On Thu, Jan 24, 2013 at 03:37:28AM +0100, Sven Köhler wrote: > Am 24.01.2013 03:24, schrieb Greg KH: > > On Thu, Jan 24, 2013 at 03:06:29AM +0100, Sven Köhler wrote: > >> Hi, > >> > >> I had to revert this, because it resulted in > >> > >> LD init/built-in.o > >> arch/x86/built-in.o: In func

Re: linux-3.7.4: BUG: unable to handle kernel NULL pointer dereference at target_fabric_port_link

2013-01-24 Thread Kouichi ONO
Hi Paul, > On Thu, 2013-01-24 at 01:07 +0900, Kouichi ONO wrote: > > At target_fabric_port_link(), struct se_device *dev is used before set? > > It seems the (stable specific) patch in > http://article.gmane.org/gmane.linux.kernel.stable/40880 should fix > that. This patch fixed a problem. Than

Re: linux-3.7.4: BUG: unable to handle kernel NULL pointer dereference at target_fabric_port_link

2013-01-24 Thread Paul Bolle
On Thu, 2013-01-24 at 01:07 +0900, Kouichi ONO wrote: > At target_fabric_port_link(), struct se_device *dev is used before set? It seems the (stable specific) patch in http://article.gmane.org/gmane.linux.kernel.stable/40880 should fix that. Paul Bolle -- To unsubscribe from this list: send the

Re: Linux 3.7.4

2013-01-23 Thread Sven Köhler
Am 24.01.2013 03:24, schrieb Greg KH: > On Thu, Jan 24, 2013 at 03:06:29AM +0100, Sven Köhler wrote: >> Hi, >> >> I had to revert this, because it resulted in >> >> LD init/built-in.o >> arch/x86/built-in.o: In function `setup_arch': >> (.init.text+0x359e): undefined reference to `early_pci_

Re: Linux 3.7.4

2013-01-23 Thread Greg KH
On Thu, Jan 24, 2013 at 03:06:29AM +0100, Sven Köhler wrote: > Hi, > > I had to revert this, because it resulted in > > LD init/built-in.o > arch/x86/built-in.o: In function `setup_arch': > (.init.text+0x359e): undefined reference to `early_pci_allowed' > arch/x86/built-in.o: In function `

Re: Linux 3.7.4

2013-01-21 Thread Greg KH
diff --git a/Makefile b/Makefile index 51a9bda..f9196bc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 7 -SUBLEVEL = 3 +SUBLEVEL = 4 EXTRAVERSION = NAME = Terrified Chipmunk diff --git a/arch/arm64/include/asm/pgtable.h b/arch/arm64/include/asm/pgtable.h index