linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Zwane Mwaikambo <zwane@arm.linux.org.uk>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>, netdev@oss.sgi.com
Subject: Re: [PATCH][2.6] e100_phy.c uses free'd .text after init
Date: Sun, 30 Nov 2003 14:08:24 -0500	[thread overview]
Message-ID: <3FCA4028.7050201@pobox.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0311290033120.1674@montezuma.fsmlabs.com>

Zwane Mwaikambo wrote:
> diff -u -p -B -r1.1.1.1 e100_phy.c
> --- linux-2.6.0-test11/drivers/net/e100/e100_phy.c	28 Nov 2003 18:03:05 -0000	1.1.1.1
> +++ linux-2.6.0-test11/drivers/net/e100/e100_phy.c	29 Nov 2003 05:39:53 -0000
> @@ -132,7 +132,7 @@ e100_mdi_read(struct e100_private *bdp,
>  	}
>  }
> 
> -static unsigned char __devinit
> +static unsigned char
>  e100_phy_valid(struct e100_private *bdp, unsigned int phy_address)
>  {
>  	u16 ctrl_reg, stat_reg;
> @@ -150,7 +150,7 @@ e100_phy_valid(struct e100_private *bdp,
>  	return true;
>  }
> 
> -static void __devinit
> +static void
>  e100_phy_address_detect(struct e100_private *bdp)
>  {
>  	unsigned int addr;


I should probably move that patch from net-drivers-2.5-exp to mainline, 
it sounds like...

	Jeff




      parent reply	other threads:[~2003-11-30 19:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-29  6:48 [PATCH][2.6] e100_phy.c uses free'd .text after init Zwane Mwaikambo
2003-11-29 22:35 ` Anton Blanchard
2003-11-30 19:08 ` Jeff Garzik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FCA4028.7050201@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@oss.sgi.com \
    --cc=zwane@arm.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).