Magellan Linux

Contents of /trunk/kernel26-alx/patches-2.6.20-r6/0106-2.6.20.6-all-fixes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1175 - (show annotations) (download)
Thu Oct 14 12:15:46 2010 UTC (13 years, 6 months ago) by niro
File size: 818 byte(s)
-2.6.20-alx-r6 new magellan 0.5.2 kernel
1 diff --git a/crypto/scatterwalk.c b/crypto/scatterwalk.c
2 index a664231..0f76175 100644
3 --- a/crypto/scatterwalk.c
4 +++ b/crypto/scatterwalk.c
5 @@ -91,7 +91,7 @@ void scatterwalk_copychunks(void *buf, struct scatter_walk *walk,
6 memcpy_dir(buf, vaddr, len_this_page, out);
7 scatterwalk_unmap(vaddr, out);
8
9 - scatterwalk_advance(walk, nbytes);
10 + scatterwalk_advance(walk, len_this_page);
11
12 if (nbytes == len_this_page)
13 break;
14 diff --git a/include/asm-um/common.lds.S b/include/asm-um/common.lds.S
15 index b16222b..f5de80c 100644
16 --- a/include/asm-um/common.lds.S
17 +++ b/include/asm-um/common.lds.S
18 @@ -15,7 +15,7 @@
19 PROVIDE (_unprotected_end = .);
20
21 . = ALIGN(4096);
22 - .note : { *(note.*) }
23 + .note : { *(.note.*) }
24 __start___ex_table = .;
25 __ex_table : { *(__ex_table) }
26 __stop___ex_table = .;