search for: relocation_non

Displaying 2 results from an estimated 2 matches for "relocation_non".

Did you mean: relocation_none
2007 Apr 18
1
[PATCH] 2.6.21 - VMI logic error
...are no broken older kernels floating around that mandate having a = workaround for this or else breaking compatibility with these kernels. Thanks, Zach -------------- next part -------------- Fix logic error in VMI relocation processing. NOPs would always cause a BUG_ON to fire because the !=3D RELOCATION_NONE in the first if clause precluding the =3D=3D VMI_RELOCATION_NOP in the second clause. Make these direct equality tests and just warn for unsupported relocation types (which should never happen), falling back to native in that case. Thanks to Anthony Liguori for noting this! Signed-off-by: Zacha...
2007 Apr 18
1
[PATCH] 2.6.21 - VMI logic error
...are no broken older kernels floating around that mandate having a = workaround for this or else breaking compatibility with these kernels. Thanks, Zach -------------- next part -------------- Fix logic error in VMI relocation processing. NOPs would always cause a BUG_ON to fire because the !=3D RELOCATION_NONE in the first if clause precluding the =3D=3D VMI_RELOCATION_NOP in the second clause. Make these direct equality tests and just warn for unsupported relocation types (which should never happen), falling back to native in that case. Thanks to Anthony Liguori for noting this! Signed-off-by: Zacha...