linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Howto use diff compatibly
@ 2004-01-08 19:36 Gene Heskett
  2004-01-08 19:46 ` Randy.Dunlap
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Gene Heskett @ 2004-01-08 19:36 UTC (permalink / raw)
  To: linux-kernel

Greetings;

Whats the general option syntax used with diff to generate the 
patchfiles I see posted here?

I have a small patch to drivers/block/floppy.c that seems to allow it 
to function with older 256 byte per sector formats that I'd like to 
submit.

-- 
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.22% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attornies please note, additions to this message
by Gene Heskett are:
Copyright 2003 by Maurice Eugene Heskett, all rights reserved.


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

* Re: Howto use diff compatibly
  2004-01-08 19:36 Howto use diff compatibly Gene Heskett
@ 2004-01-08 19:46 ` Randy.Dunlap
  2004-01-08 19:55 ` Måns Rullgård
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 11+ messages in thread
From: Randy.Dunlap @ 2004-01-08 19:46 UTC (permalink / raw)
  To: gene.heskett; +Cc: linux-kernel

On Thu, 8 Jan 2004 14:36:15 -0500 Gene Heskett <gene.heskett@verizon.net> wrote:

| Greetings;
| 
| Whats the general option syntax used with diff to generate the 
| patchfiles I see posted here?
| 
| I have a small patch to drivers/block/floppy.c that seems to allow it 
| to function with older 256 byte per sector formats that I'd like to 
| submit.

Please read Documentation/SubmittingPatches .

--
~Randy
MOTD:  Always include version info.

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

* Re: Howto use diff compatibly
  2004-01-08 19:36 Howto use diff compatibly Gene Heskett
  2004-01-08 19:46 ` Randy.Dunlap
@ 2004-01-08 19:55 ` Måns Rullgård
  2004-01-08 20:16 ` Gene Heskett
  2004-01-09  6:10 ` Jan-Benedict Glaw
  3 siblings, 0 replies; 11+ messages in thread
From: Måns Rullgård @ 2004-01-08 19:55 UTC (permalink / raw)
  To: linux-kernel

Gene Heskett <gene.heskett@verizon.net> writes:

> Greetings;
>
> Whats the general option syntax used with diff to generate the 
> patchfiles I see posted here?

Read Documentation/SubmittingPatches.

-- 
Måns Rullgård
mru@kth.se


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

* Re: Howto use diff compatibly
  2004-01-08 19:36 Howto use diff compatibly Gene Heskett
  2004-01-08 19:46 ` Randy.Dunlap
  2004-01-08 19:55 ` Måns Rullgård
@ 2004-01-08 20:16 ` Gene Heskett
  2004-01-08 22:02   ` Maciej Zenczykowski
  2004-01-09  6:10 ` Jan-Benedict Glaw
  3 siblings, 1 reply; 11+ messages in thread
From: Gene Heskett @ 2004-01-08 20:16 UTC (permalink / raw)
  To: linux-kernel

On Thursday 08 January 2004 14:36, Gene Heskett wrote:
>Greetings;
>
>Whats the general option syntax used with diff to generate the
>patchfiles I see posted here?
>
>I have a small patch to drivers/block/floppy.c that seems to allow
> it to function with older 256 byte per sector formats that I'd like
> to submit.

I have a better idea.  Who is the current maintainer for 
drivers/block/floppy.c?

-- 
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.22% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attornies please note, additions to this message
by Gene Heskett are:
Copyright 2003 by Maurice Eugene Heskett, all rights reserved.


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

* Re: Howto use diff compatibly
  2004-01-08 20:16 ` Gene Heskett
@ 2004-01-08 22:02   ` Maciej Zenczykowski
  2004-01-08 22:51     ` Samuel Flory
  2004-01-08 23:57     ` Gene Heskett
  0 siblings, 2 replies; 11+ messages in thread
From: Maciej Zenczykowski @ 2004-01-08 22:02 UTC (permalink / raw)
  To: Gene Heskett; +Cc: Linux Kernel Mailing List

> I have a better idea.  Who is the current maintainer for 
> drivers/block/floppy.c?

Check MAINTAINERS for floppy

linux 2.4.23:

IDE/ATAPI FLOPPY DRIVERS
P:      Paul Bristow
M:      Paul Bristow <paul@paulbristow.net>
W:      http://paulbristow.net/linux/idefloppy.html
L:      linux-kernel@vger.kernel.org
S:      Maintained

Cheers,
MaZe.



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

* Re: Howto use diff compatibly
  2004-01-08 22:02   ` Maciej Zenczykowski
@ 2004-01-08 22:51     ` Samuel Flory
  2004-01-08 23:17       ` Dave Jones
  2004-01-08 23:57     ` Gene Heskett
  1 sibling, 1 reply; 11+ messages in thread
From: Samuel Flory @ 2004-01-08 22:51 UTC (permalink / raw)
  To: Maciej Zenczykowski; +Cc: Gene Heskett, Linux Kernel Mailing List

Maciej Zenczykowski wrote:
>>I have a better idea.  Who is the current maintainer for 
>>drivers/block/floppy.c?
> 
> 
> Check MAINTAINERS for floppy
> 
> linux 2.4.23:
> 
> IDE/ATAPI FLOPPY DRIVERS
> P:      Paul Bristow
> M:      Paul Bristow <paul@paulbristow.net>
> W:      http://paulbristow.net/linux/idefloppy.html
> L:      linux-kernel@vger.kernel.org
> S:      Maintained
> 

   That would be the maintainer for drivers/ide/ide-floppy.c.  I don't 
think there is a maintainer for drivers/block/floppy.c.

-- 
Unless you can't avoid it never put a
serial number on any of your systems!!
(The Numberless Rule of Hardware Acquisition)
Sam Flory  <sflory@rackable.com>


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

* Re: Howto use diff compatibly
  2004-01-08 22:51     ` Samuel Flory
@ 2004-01-08 23:17       ` Dave Jones
  2004-01-09  0:13         ` Gene Heskett
  0 siblings, 1 reply; 11+ messages in thread
From: Dave Jones @ 2004-01-08 23:17 UTC (permalink / raw)
  To: Samuel Flory; +Cc: Maciej Zenczykowski, Gene Heskett, Linux Kernel Mailing List

On Thu, Jan 08, 2004 at 02:51:56PM -0800, Samuel Flory wrote:
 >   That would be the maintainer for drivers/ide/ide-floppy.c.  I don't 
 > think there is a maintainer for drivers/block/floppy.c.

floppy.c is one of those 'last person who touched it' hot-potatoes 8-)

		Dave


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

* Re: Howto use diff compatibly
  2004-01-08 22:02   ` Maciej Zenczykowski
  2004-01-08 22:51     ` Samuel Flory
@ 2004-01-08 23:57     ` Gene Heskett
  1 sibling, 0 replies; 11+ messages in thread
From: Gene Heskett @ 2004-01-08 23:57 UTC (permalink / raw)
  To: Maciej Zenczykowski; +Cc: Linux Kernel Mailing List

On Thursday 08 January 2004 17:02, Maciej Zenczykowski wrote:
>> I have a better idea.  Who is the current maintainer for
>> drivers/block/floppy.c?
>
>Check MAINTAINERS for floppy
>
>linux 2.4.23:
>
>IDE/ATAPI FLOPPY DRIVERS
>P:      Paul Bristow
>M:      Paul Bristow <paul@paulbristow.net>
>W:      http://paulbristow.net/linux/idefloppy.html
>L:      linux-kernel@vger.kernel.org ^^^^^^^^^
>S:      Maintained
>
>Cheers,
>MaZe.

Unforch, this appears to apply only to the ide-floppies, such as the 
ill-treated LS-120/240 stuffs.

I'm refering to the regular, get 'em for a 20 dollar bill at 
circuit-city 3.5 floppys, or the older 5.25" versions, definitely not 
the high-priced spread.

-- 
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.22% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attornies please note, additions to this message
by Gene Heskett are:
Copyright 2003 by Maurice Eugene Heskett, all rights reserved.


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

* Re: Howto use diff compatibly
  2004-01-08 23:17       ` Dave Jones
@ 2004-01-09  0:13         ` Gene Heskett
  2004-01-09  0:48           ` Jesper Juhl
  0 siblings, 1 reply; 11+ messages in thread
From: Gene Heskett @ 2004-01-09  0:13 UTC (permalink / raw)
  To: Dave Jones, Samuel Flory; +Cc: Maciej Zenczykowski, Linux Kernel Mailing List

On Thursday 08 January 2004 18:17, Dave Jones wrote:
>On Thu, Jan 08, 2004 at 02:51:56PM -0800, Samuel Flory wrote:
> >   That would be the maintainer for drivers/ide/ide-floppy.c.  I
> > don't think there is a maintainer for drivers/block/floppy.c.
>
>floppy.c is one of those 'last person who touched it' hot-potatoes
> 8-)
>
>		Dave

Humm, precisely what I was afraid of...  And I don't want to 'adopt' 
that puppy, not knowing near enough about it to be able to address 
every potential problem.

-- 
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.22% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attornies please note, additions to this message
by Gene Heskett are:
Copyright 2003 by Maurice Eugene Heskett, all rights reserved.


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

* Re: Howto use diff compatibly
  2004-01-09  0:13         ` Gene Heskett
@ 2004-01-09  0:48           ` Jesper Juhl
  0 siblings, 0 replies; 11+ messages in thread
From: Jesper Juhl @ 2004-01-09  0:48 UTC (permalink / raw)
  To: Gene Heskett
  Cc: Dave Jones, Samuel Flory, Maciej Zenczykowski, Linux Kernel Mailing List


On Thu, 8 Jan 2004, Gene Heskett wrote:

> On Thursday 08 January 2004 18:17, Dave Jones wrote:
> >On Thu, Jan 08, 2004 at 02:51:56PM -0800, Samuel Flory wrote:
> > >   That would be the maintainer for drivers/ide/ide-floppy.c.  I
> > > don't think there is a maintainer for drivers/block/floppy.c.
> >
> >floppy.c is one of those 'last person who touched it' hot-potatoes
> > 8-)
> >
> >		Dave
>
> Humm, precisely what I was afraid of...  And I don't want to 'adopt'
> that puppy, not knowing near enough about it to be able to address
> every potential problem.
>

Why don't you post the patch and see what reactions it generates? If
you've got some good code it would be a shame not to see it used.
On the other hand, if it turns out not to be good, then the easiest
way to find that out is for people to get a chance to look at it and
pull it apart...
Discussions of puppy 'adoptions' could come later ;)


-- Jesper Juhl


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

* Re: Howto use diff compatibly
  2004-01-08 19:36 Howto use diff compatibly Gene Heskett
                   ` (2 preceding siblings ...)
  2004-01-08 20:16 ` Gene Heskett
@ 2004-01-09  6:10 ` Jan-Benedict Glaw
  3 siblings, 0 replies; 11+ messages in thread
From: Jan-Benedict Glaw @ 2004-01-09  6:10 UTC (permalink / raw)
  To: linux-kernel

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

On Thu, 2004-01-08 14:36:15 -0500, Gene Heskett <gene.heskett@verizon.net>
wrote in message <200401081436.15006.gene.heskett@verizon.net>:
> Whats the general option syntax used with diff to generate the 
> patchfiles I see posted here?

$ diff -Nur linux-2.6.x-clean linux-2.6.x-floppy-fixed

MfG, JBG

-- 
   Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481
   "Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg
    fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!
   ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2004-01-09  6:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-08 19:36 Howto use diff compatibly Gene Heskett
2004-01-08 19:46 ` Randy.Dunlap
2004-01-08 19:55 ` Måns Rullgård
2004-01-08 20:16 ` Gene Heskett
2004-01-08 22:02   ` Maciej Zenczykowski
2004-01-08 22:51     ` Samuel Flory
2004-01-08 23:17       ` Dave Jones
2004-01-09  0:13         ` Gene Heskett
2004-01-09  0:48           ` Jesper Juhl
2004-01-08 23:57     ` Gene Heskett
2004-01-09  6:10 ` Jan-Benedict Glaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).