[klibc] [mips] fix path of linker script

Sam Ravnborg sam at ravnborg.org
Sun Jan 8 12:47:39 PST 2006


On Sun, Jan 08, 2006 at 03:36:48PM -0500, Jeff Bailey wrote:
> Le dimanche 08 janvier 2006 ?? 12:18 -0800, H. Peter Anvin a ??crit :
> > H. Peter Anvin wrote:
> > > 
> > > It would certainly be appreciated, especially since I'm really trying to 
> > > make forward progress on the in-kernel version on klibc.
> > > 
> > 
> > N.B. Don't worry about it for this one patch, but for future patches, 
> > making them "git-am"-compatible is a very nice thing.
> 
> For those of us still just downloading snapshots and hacking on them,
> what does that mean beyond "diff -u" and a description of what the fix
> does?

Not much more.
But please read:
http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt

It is written with the linux kernel in mind - but the same rules apply
for klibc as well.
With respect to git-am then one more constrint exists.

You shall write your changlog like this:

This change bla bla
- why the patch is needed
- what is fixes
- maybe how it is done

Signed-off-by: name <mail>
---
Below the tree dashes you can comment on the weather, include a diffstat
and the like. Everything after '---' will not be included in the
changelog.

The Signed-off-by: line is maybe not strictly required for klibc - hpa
is the one with the final say here.

	Sam



More information about the klibc mailing list