2003-08-21 04:35:08

by Gerardo Exequiel Pozzi

[permalink] [raw]
Subject: [PATCH] 2/10 2.4.22-rc2 fix __FUNCTION__ warnings drivers/hotplug

cpqphp.h | 6 ++--
cpqphp_core.c | 30 +++++++++++------------
cpqphp_ctrl.c | 68 ++++++++++++++++++++++++++---------------------------
cpqphp_nvram.c | 2 -
cpqphp_pci.c | 12 ++++-----
pci_hotplug_core.c | 2 -
pci_hotplug_util.c | 2 -
7 files changed, 61 insertions(+), 61 deletions(-)

http://www.vmlinuz.com.ar/slackware/patch/kernel/drivers.hotplug.patch
http://www.vmlinuz.com.ar/slackware/patch/kernel/drivers.hotplug.patch.asc

chau,
djgera


--
Gerardo Exequiel Pozzi ( djgera )
http://www.vmlinuz.com.ar http://www.djgera.com.ar
KeyID: 0x1B8C330D
Key fingerprint = 0CAA D5D4 CD85 4434 A219 76ED 39AB 221B 1B8C 330D


2003-08-22 05:41:43

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH] 2/10 2.4.22-rc2 fix __FUNCTION__ warnings drivers/hotplug

On Thu, Aug 21, 2003 at 01:29:32AM -0300, Gerardo Exequiel Pozzi wrote:
> cpqphp.h | 6 ++--
> cpqphp_core.c | 30 +++++++++++------------
> cpqphp_ctrl.c | 68 ++++++++++++++++++++++++++---------------------------
> cpqphp_nvram.c | 2 -
> cpqphp_pci.c | 12 ++++-----
> pci_hotplug_core.c | 2 -
> pci_hotplug_util.c | 2 -
> 7 files changed, 61 insertions(+), 61 deletions(-)
>
> http://www.vmlinuz.com.ar/slackware/patch/kernel/drivers.hotplug.patch
> http://www.vmlinuz.com.ar/slackware/patch/kernel/drivers.hotplug.patch.asc

$ wget http://www.vmlinuz.com.ar/slackware/patch/kernel/drivers.hotplug.patch
--22:18:07-- http://www.vmlinuz.com.ar/slackware/patch/kernel/drivers.hotplug.patch
=> `drivers.hotplug.patch'
Resolving http://www.vmlinuz.com.ar... done.
Connecting to http://www.vmlinuz.com.ar[65.200.24.183]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
22:18:36 ERROR 404: Not Found.



Please send send patches inline in email messages to the maintainers of
the code that you are modifying, like Documentation/SubmittingPatches
says to.

thanks,

greg k-h

2003-08-22 06:10:59

by Gerardo Exequiel Pozzi

[permalink] [raw]
Subject: Re: [PATCH] 2/10 2.4.22-rc2 fix __FUNCTION__ warnings drivers/hotplug

On Thu, 21 Aug 2003 22:20:00 -0700, Greg KH wrote:
>On Thu, Aug 21, 2003 at 01:29:32AM -0300, Gerardo Exequiel Pozzi wrote:
>> cpqphp.h | 6 ++--
>> cpqphp_core.c | 30 +++++++++++------------
>> cpqphp_ctrl.c | 68 ++++++++++++++++++++++++++---------------------------
>> cpqphp_nvram.c | 2 -
>> cpqphp_pci.c | 12 ++++-----
>> pci_hotplug_core.c | 2 -
>> pci_hotplug_util.c | 2 -
>> 7 files changed, 61 insertions(+), 61 deletions(-)
>>
>> http://www.vmlinuz.com.ar/slackware/patch/kernel/drivers.hotplug.patch
>> http://www.vmlinuz.com.ar/slackware/patch/kernel/drivers.hotplug.patch.asc
>
>$ wget http://www.vmlinuz.com.ar/slackware/patch/kernel/drivers.hotplug.patch
>--22:18:07-- http://www.vmlinuz.com.ar/slackware/patch/kernel/drivers.hotplug.patch
> => `drivers.hotplug.patch'
>Resolving http://www.vmlinuz.com.ar... done.
>Connecting to http://www.vmlinuz.com.ar[65.200.24.183]:80... connected.
>HTTP request sent, awaiting response... 404 Not Found
>22:18:36 ERROR 404: Not Found.

That strange the IP is 200.32.4.71 and not 65.200.24.183 (similar in your mail headers).

dns problem ?


>
>
>
>Please send send patches inline in email messages to the maintainers of
>the code that you are modifying, like Documentation/SubmittingPatches
>says to.


OK, sorry :(, in few minutes resending all the patches inline,
CC to the respective mantainers, and split in three parts one that is 90kb.


>
>thanks,
>
>greg k-h
>-


Take Care,
djgera


--
Gerardo Exequiel Pozzi ( djgera )
http://www.vmlinuz.com.ar http://www.djgera.com.ar
KeyID: 0x1B8C330D
Key fingerprint = 0CAA D5D4 CD85 4434 A219 76ED 39AB 221B 1B8C 330D

2003-08-22 06:37:24

by Willy Tarreau

[permalink] [raw]
Subject: Re: [PATCH] 2/10 2.4.22-rc2 fix __FUNCTION__ warnings drivers/hotplug

On Fri, Aug 22, 2003 at 03:10:12AM -0300, Gerardo Exequiel Pozzi wrote:
> >Resolving http://www.vmlinuz.com.ar... done.
> >Connecting to http://www.vmlinuz.com.ar[65.200.24.183]:80... connected.
> >HTTP request sent, awaiting response... 404 Not Found
> >22:18:36 ERROR 404: Not Found.
>
> That strange the IP is 200.32.4.71 and not 65.200.24.183 (similar in your mail headers).
>
> dns problem ?

this address took ages to resolve here. Since 65.200.24.183 is "mail.kroah.com",
I suspect, that Greg's DNS timed out and returned something it new for an
unknown reason. So Greg was looking for your file on his server :-)

This reminds me of the old joke of creating warez.<your_domain> which points to
127.0.0.1, then you advertise for it in newsgroups and have people reply
"I already have them all" :-)

Cheers,
Willy