Linux 3.12.9

2014-01-25 Thread Greg KH
ork: Allow CLONE_PARENT after setns(CLONE_NEWPID) Geert Uytterhoeven (1): mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUAL Greg Kroah-Hartman (1): Linux 3.12.9 H Hartley Sweeten (2): staging: comedi: addi_apci_1032: fix subdevice type/flags bug staging: comedi: a

Re: Linux 3.12.9

2014-01-25 Thread Greg KH
diff --git a/Makefile b/Makefile index 5d0ec13bb77d..4ee77eaa7b1f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 12 -SUBLEVEL = 8 +SUBLEVEL = 9 EXTRAVERSION = NAME = One Giant Leap for Frogkind diff --git a/arch/arm/kernel/devtree.c b/arch/arm/kernel/devtree.c i