Re[2]:[RESEND PATCH] module: Fix kallsyms to show the last symbol properly

2012-10-24 Thread Masaki Kimura
Hi Rusty, Thank you for your review of my patch and improvement for it. >So I prefer the following fix: I also prefer your way of fix from readability point of view. I tested your patch and confirmed that it works fine. Best Regards, Masaki -- To unsubscribe from this list: send the line "unsub

Re: [RESEND PATCH] module: Fix kallsyms to show the last symbol properly

2012-10-24 Thread Rusty Russell
Masaki Kimura writes: > This patch fixes a bug that the last symbol in the .symtab section of > kernel modules is not displayed with /proc/kallsyms. This happens > because the first symbol is processed twice before and inside the loop > without incrementing "src". Hi Misaki! Sorry I drop

[RESEND PATCH] module: Fix kallsyms to show the last symbol properly

2012-10-23 Thread Masaki Kimura
This patch fixes a bug that the last symbol in the .symtab section of kernel modules is not displayed with /proc/kallsyms. This happens because the first symbol is processed twice before and inside the loop without incrementing "src". This bug exists since the following commit was introduced. m