All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] Re: [PATCH 0/2][RESEND] acorn: clean up printk()'s in
@ 2005-01-21 12:05 Dave Gilbert (Home)
  2005-01-21 16:40 ` Ian Molton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Dave Gilbert (Home) @ 2005-01-21 12:05 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 608 bytes --]

James Nelson wrote:
> This series of patches makes the printk()'s in drivers/acorn behave a bit better.
> 
> Re-sending them after noticing I used KERN_WARN instead of KERN_WARNING.
> 
> Diffstat output:
>  fd1772.c |  142 +++++++++++++++++++++++++++++++--------------------------------
>  mfmhd.c  |  138 ++++++++++++++++++++++++++++---------------------------------
>  2 files changed, 136 insertions(+), 144 deletions(-)

Those files are ancient - I haven't done anything on them in yonks; the 
right person to ask about this is Ian Molton - current maintainer of the 
ARM26/Archimedes world cc'd).

Dave

[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [KJ] Re: [PATCH 0/2][RESEND] acorn: clean up printk()'s in
  2005-01-21 12:05 [KJ] Re: [PATCH 0/2][RESEND] acorn: clean up printk()'s in Dave Gilbert (Home)
@ 2005-01-21 16:40 ` Ian Molton
  2005-01-21 22:18 ` [KJ] Re: [PATCH 0/2][RESEND] acorn: clean up printk()'s Jim Nelson
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Ian Molton @ 2005-01-21 16:40 UTC (permalink / raw)
  To: kernel-janitors

Dave Gilbert (Home) wrote:
> James Nelson wrote:
> 
>> This series of patches makes the printk()'s in drivers/acorn behave a 
>> bit better.
>>
>> Re-sending them after noticing I used KERN_WARN instead of KERN_WARNING.
>>
>> Diffstat output:
>>  fd1772.c |  142 
>> +++++++++++++++++++++++++++++++--------------------------------
>>  mfmhd.c  |  138 
>> ++++++++++++++++++++++++++++---------------------------------
>>  2 files changed, 136 insertions(+), 144 deletions(-)
> 
> 
> Those files are ancient - I haven't done anything on them in yonks; the 
> right person to ask about this is Ian Molton - current maintainer of the 
> ARM26/Archimedes world cc'd).

Hi there.

Im not sure whats best here. those files *are* ancient, and likely 
differ somewhat from those in my current tree. I have done most of the 
restructuring of arm26 now, but its still not quite actually *working* 
yet. I have a whole diff full of driver updates and even some new 
drivers, but Im reluctant to submit them at this point for a number of 
reasons, not least of which is that they are often untested and some 
conflict with mainstream arm.

I guess we could either:

leave them alone
update them
delete them pending me re-inserting working versions at some later date
other
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [KJ] Re: [PATCH 0/2][RESEND] acorn: clean up printk()'s
  2005-01-21 12:05 [KJ] Re: [PATCH 0/2][RESEND] acorn: clean up printk()'s in Dave Gilbert (Home)
  2005-01-21 16:40 ` Ian Molton
@ 2005-01-21 22:18 ` Jim Nelson
  2005-01-21 22:58 ` Ian Molton
  2005-01-22 12:43 ` Dr. David Alan Gilbert
  3 siblings, 0 replies; 5+ messages in thread
From: Jim Nelson @ 2005-01-21 22:18 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 920 bytes --]

Dave Gilbert (Home) wrote:
> James Nelson wrote:
> 
>> This series of patches makes the printk()'s in drivers/acorn behave a 
>> bit better.
>>
>> Re-sending them after noticing I used KERN_WARN instead of KERN_WARNING.
>>
>> Diffstat output:
>>  fd1772.c |  142 
>> +++++++++++++++++++++++++++++++--------------------------------
>>  mfmhd.c  |  138 
>> ++++++++++++++++++++++++++++---------------------------------
>>  2 files changed, 136 insertions(+), 144 deletions(-)
> 
> 
> Those files are ancient - I haven't done anything on them in yonks; the 
> right person to ask about this is Ian Molton - current maintainer of the 
> ARM26/Archimedes world cc'd).
> 
> Dave
> 
> 

So the MAINTAINERS entry:

ARM MFM AND FLOPPY DRIVERS
P:	Dave Gilbert
M:	linux@treblig.org
S:	Maintained

should be changed to:

ARM MFM AND FLOPPY DRIVERS
P:	Ian Molton
M:	spyro@f2s.com
S:	Maintained

Or should the entry be deleted?

Jim


[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [KJ] Re: [PATCH 0/2][RESEND] acorn: clean up printk()'s
  2005-01-21 12:05 [KJ] Re: [PATCH 0/2][RESEND] acorn: clean up printk()'s in Dave Gilbert (Home)
  2005-01-21 16:40 ` Ian Molton
  2005-01-21 22:18 ` [KJ] Re: [PATCH 0/2][RESEND] acorn: clean up printk()'s Jim Nelson
@ 2005-01-21 22:58 ` Ian Molton
  2005-01-22 12:43 ` Dr. David Alan Gilbert
  3 siblings, 0 replies; 5+ messages in thread
From: Ian Molton @ 2005-01-21 22:58 UTC (permalink / raw)
  To: kernel-janitors

Jim Nelson wrote:

 > So the MAINTAINERS entry:
 >
 > ARM MFM AND FLOPPY DRIVERS
 > P:    Dave Gilbert
 > M:    linux@treblig.org
 > S:    Maintained
 >
 > should be changed to:
 >
 > ARM MFM AND FLOPPY DRIVERS
 > P:    Ian Molton
 > M:    spyro@f2s.com
 > S:    Maintained

Im happy for that if Daves OK with it.
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [KJ] Re: [PATCH 0/2][RESEND] acorn: clean up printk()'s
  2005-01-21 12:05 [KJ] Re: [PATCH 0/2][RESEND] acorn: clean up printk()'s in Dave Gilbert (Home)
                   ` (2 preceding siblings ...)
  2005-01-21 22:58 ` Ian Molton
@ 2005-01-22 12:43 ` Dr. David Alan Gilbert
  3 siblings, 0 replies; 5+ messages in thread
From: Dr. David Alan Gilbert @ 2005-01-22 12:43 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

* Ian Molton (spyro@f2s.com) wrote:
> Jim Nelson wrote:
> 
> > So the MAINTAINERS entry:
> >
> > ARM MFM AND FLOPPY DRIVERS
> > P:    Dave Gilbert
> > M:    linux@treblig.org
> > S:    Maintained
> >
> > should be changed to:
> >
> > ARM MFM AND FLOPPY DRIVERS
> > P:    Ian Molton
> > M:    spyro@f2s.com
> > S:    Maintained
> 
> Im happy for that if Daves OK with it.

Yep - change it; it is really just whoever maintains ARM26.

Dave
 -----Open up your eyes, open up your mind, open up your code -------   
/ Dr. David Alan Gilbert    | Running GNU/Linux on Alpha,68K| Happy  \ 
\ gro.gilbert @ treblig.org | MIPS,x86,ARM,SPARC,PPC & HPPA | In Hex /
 \ _________________________|_____ http://www.treblig.org   |_______/

[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-01-22 12:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-21 12:05 [KJ] Re: [PATCH 0/2][RESEND] acorn: clean up printk()'s in Dave Gilbert (Home)
2005-01-21 16:40 ` Ian Molton
2005-01-21 22:18 ` [KJ] Re: [PATCH 0/2][RESEND] acorn: clean up printk()'s Jim Nelson
2005-01-21 22:58 ` Ian Molton
2005-01-22 12:43 ` Dr. David Alan Gilbert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.