diff for duplicates of <20100101012852.GC16887@Pogoplug> diff --git a/a/1.txt b/N1/1.txt index 9b0ab16..a678c0b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,22 +1,3 @@ See the attachement. Jun --------------- next part -------------- -This patch fixes a cosmetic error in printk. Text segment and data/bss -segment are allocated from two different areas. It is not meaningful to -give the diff between them in the error reporting messages. - -Signed-off-by: Jun Sun <jsun@junsun.net> ---- - -diff -Nru linux-2.6.32.2/fs/binfmt_flat.c.orig linux-2.6.32.2/fs/binfmt_flat.c ---- linux-2.6.32.2/fs/binfmt_flat.c.orig 2009-12-18 14:27:07.000000000 -0800 -+++ linux-2.6.32.2/fs/binfmt_flat.c 2009-12-26 08:22:43.000000000 -0800 -@@ -355,7 +355,7 @@ - - if (!flat_reloc_valid(r, start_brk - start_data + text_len)) { - printk("BINFMT_FLAT: reloc outside program 0x%x (0 - 0x%x/0x%x)", -- (int) r,(int)(start_brk-start_code),(int)text_len); -+ (int) r,(int)(start_brk-start_data+text_len),(int)text_len); - goto failed; - } diff --git a/N1/2.hdr b/N1/2.hdr new file mode 100644 index 0000000..e43ce54 --- /dev/null +++ b/N1/2.hdr @@ -0,0 +1,2 @@ +Content-Type: text/plain; charset=us-ascii +Content-Disposition: attachment; filename="091231-flat-invalid-reloc-symbol-output.patch" diff --git a/N1/2.txt b/N1/2.txt new file mode 100644 index 0000000..268fe46 --- /dev/null +++ b/N1/2.txt @@ -0,0 +1,18 @@ +This patch fixes a cosmetic error in printk. Text segment and data/bss +segment are allocated from two different areas. It is not meaningful to +give the diff between them in the error reporting messages. + +Signed-off-by: Jun Sun <jsun@junsun.net> +--- + +diff -Nru linux-2.6.32.2/fs/binfmt_flat.c.orig linux-2.6.32.2/fs/binfmt_flat.c +--- linux-2.6.32.2/fs/binfmt_flat.c.orig 2009-12-18 14:27:07.000000000 -0800 ++++ linux-2.6.32.2/fs/binfmt_flat.c 2009-12-26 08:22:43.000000000 -0800 +@@ -355,7 +355,7 @@ + + if (!flat_reloc_valid(r, start_brk - start_data + text_len)) { + printk("BINFMT_FLAT: reloc outside program 0x%x (0 - 0x%x/0x%x)", +- (int) r,(int)(start_brk-start_code),(int)text_len); ++ (int) r,(int)(start_brk-start_data+text_len),(int)text_len); + goto failed; + } diff --git a/a/content_digest b/N1/content_digest index 53caa78..340338b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,17 @@ - "From\0jsun@junsun.net (Jun Sun)\0" + "From\0Jun Sun <jsun@junsun.net>\0" "Subject\0[PATCH] error message when FLAT reloc symbol is invalid, v2\0" "Date\0Thu, 31 Dec 2009 17:28:52 -0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" - "\00:1\0" + "To\0linux-arm-kernel@lists.infradead.org" + linux-kernel@vger.kernel.org + " uclinux-dev@uclinux.org\0" + "\01:1\0" "b\0" "See the attachement.\n" "\n" - "Jun\n" - "-------------- next part --------------\n" + Jun + "\01:2\0" + "fn\0091231-flat-invalid-reloc-symbol-output.patch\0" + "b\0" "This patch fixes a cosmetic error in printk. Text segment and data/bss\n" "segment are allocated from two different areas. It is not meaningful to\n" "give the diff between them in the error reporting messages.\n" @@ -27,4 +31,4 @@ " \t\tgoto failed;\n" " \t}" -94b92ba2897a3de5b15f17bf815e7dab71ca8d75be679a777ecea3477fa7de69 +4e319549ec0fb22a6dea459babf086784157340e976c85855cd07a7149eb45e3
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.