2005-05-31 10:53:37

by Ashutosh Naik

[permalink] [raw]
Subject: [PATCH] fixes the warnings obtained with arm-elf-gcc 3.4

Sorry for the repeating mails

This patch fixes the warnings obtained with arm-elf-gcc 3.4.

Files Affected -

-fs/jffs2/read.c
-fs/jffs2/nodemgmt.c
-fs/jffs2/readinode.c
-fs/jffs2/write.c
-fs/jffs2/gc.c
-fs/jffs2/erase.c
-fs/nfs/nfs2xdr.c
-fs/nfs/nfs3xdr.c
-drivers/base/dmapool.c
-drivers/char/random.c
-drivers/serial/8250_early.c
-net/core/dev.c
-net/sunrpc/xprt.c
-net/sunrpc/svc.c
-net/sunrpv/svcsock.c

Signed-off-by: Ashutosh Naik <[email protected]>


Attachments:
(No filename) (465.00 B)
pat.txt (11.41 kB)
Download all attachments

2005-05-31 16:46:36

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] fixes the warnings obtained with arm-elf-gcc 3.4

On Tue, 31 May 2005 16:22:40 +0530 Ashutosh Naik wrote:

| Sorry for the repeating mails
|
| This patch fixes the warnings obtained with arm-elf-gcc 3.4.
|
| Files Affected -
|
| -fs/jffs2/read.c
| -fs/jffs2/nodemgmt.c
| -fs/jffs2/readinode.c
| -fs/jffs2/write.c
| -fs/jffs2/gc.c
| -fs/jffs2/erase.c
| -fs/nfs/nfs2xdr.c
| -fs/nfs/nfs3xdr.c
| -drivers/base/dmapool.c
| -drivers/char/random.c
| -drivers/serial/8250_early.c
| -net/core/dev.c
| -net/sunrpc/xprt.c
| -net/sunrpc/svc.c
| -net/sunrpv/svcsock.c
|
| Signed-off-by: Ashutosh Naik <[email protected]>

These patches seem to be against plain 2.6.11, is that right?

Hint: They don't apply cleanly to 2.6.12-rc5. You should send
patches that apply cleanly to the latest mainline kernel version,
which is currently 2.6.12-rc5, or even better, patches to
2.6.12-rc5-git5 (or linux-git-current).


Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
1 out of 1 hunk ignored -- saving rejects to file drivers/base/dmapool.c.rej
2 out of 2 hunks FAILED -- saving rejects to file drivers/char/random.c.rej
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
1 out of 1 hunk ignored -- saving rejects to file drivers/serial/8250_early.c.rej
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
3 out of 3 hunks ignored -- saving rejects to file fs/jffs2/gc.c.rej
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
2 out of 2 hunks ignored -- saving rejects to file fs/jffs2/nodemgmt.c.rej
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
1 out of 1 hunk ignored -- saving rejects to file fs/jffs2/read.c.rej
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
1 out of 1 hunk ignored -- saving rejects to file fs/jffs2/readinode.c.rej
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
1 out of 1 hunk ignored -- saving rejects to file fs/jffs2/write.c.rej
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
2 out of 2 hunks ignored -- saving rejects to file fs/nfs/nfs2xdr.c.rej
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
3 out of 3 hunks ignored -- saving rejects to file fs/nfs/nfs3xdr.c.rej
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
2 out of 2 hunks ignored -- saving rejects to file net/core/dev.c.rej
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
1 out of 1 hunk ignored -- saving rejects to file net/sunrpc/svc.c.rej
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
2 out of 2 hunks ignored -- saving rejects to file net/sunrpc/svcsock.c.rej
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
1 out of 1 hunk ignored -- saving rejects to file net/sunrpc/xprt.c.rej


---
~Randy