Re: [PATCH] jsm driver - Linux-2.6.12.3

2005-07-25 Thread V. ANANDA KRISHNAN
Hi All, I would like to rescind the patch that was posted here on Jul 19, 2005 with the subject [PATCH] jsm driver - Linux-2.6.12.3, since I am submitting the patch against development kernel-2.6.13-rc3. The patch takes care of the major device number change. A full description of the change is

Subject: [PATCH] mm/mempolicy.c linux-2.6.12.3

2005-07-22 Thread John Blackwood
6b6b6b6b6b6b6b6b in its memory locations and we oops when we try to use this value as a pointer. When I put back the rb_erase() line, the above example test, and lots of others like it, start working again w/out oops-ing. I'm no rb tree expert, but it seems that we still need to have the rb_er

Re: [PATCH] jsm driver - Linux-2.6.12.3

2005-07-19 Thread V. ANANDA KRISHNAN
compiler warnings which displays the mixing > > of declarations and code > > With what gcc version and what CFLAGS? > > > (2) dynamic allocation of major device number > > instead of the static number 253 (3) the version update to reflect the > > changes in the pat

Re: [PATCH] jsm driver - Linux-2.6.12.3

2005-07-19 Thread Alexey Dobriyan
umber 253 (3) the version update to reflect the > changes in the patch. > --- linux-2.6.12.3.orig/drivers/serial/jsm/jsm_driver.c > +++ linux-2.6.12.3.new/drivers/serial/jsm/jsm_driver.c > + * CHANGE LOG: > + * Jul 18, 2005: Changed the major number changed to 0 to use the dynamic

[PATCH] jsm driver - Linux-2.6.12.3

2005-07-19 Thread V. ANANDA KRISHNAN
changes in the patch. Please CC me your comments. Thanks. Signed-off-by: V. Ananda Krishnan diff -Nuar linux-2.6.12.3.orig/drivers/serial/jsm/jsm_driver.c linux-2.6.12.3.new/drivers/serial/jsm/jsm_driver.c --- linux-2.6.12.3.orig/drivers/serial/jsm/jsm_driver.c 2005-07-19 15:16:20.0

Re: Linux 2.6.12.3

2005-07-16 Thread Adrian Bunk
On Fri, Jul 15, 2005 at 09:48:16PM -0700, Greg KH wrote: >... > Summary of changes from v2.6.12.2 to v2.6.12.3 > == >... > Ralf Baechle: > SMP fix for 6pack driver >... Will this patch [1] also be forward-ported to Linus' tree, or will 2.6.12.3 stay t

Re: Linux 2.6.12.3

2005-07-15 Thread Greg KH
diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 12 -EXTRAVERSION = .2 +EXTRAVERSION = .3 NAME=Woozy Numbat # *DOCUMENTATION* diff --git a/arch/ppc/kernel/time.c b/arch/ppc/kernel/time.c --- a/arch/ppc/kernel/time.c +++ b/ar

Linux 2.6.12.3

2005-07-15 Thread Greg KH
iver lossage in 2.6.12 Greg Kroah-Hartman: Linux 2.6.12.3 john stultz: ppc32: stop misusing ntps time_offset value KAMBAROV, ZAUR: coverity: tty_ldisc_ref return null check Kylene Jo Hall: tpm breaks 8139cp Michael Krufky: v4l cx88 hue offset fix Paolo 'Blaisorblade' Giarrus