Re: [PATCH] module: Use binary search in lookup_symbol()

2011-05-17 Thread Alessio Igor Bogani
Dear Mr. Behme, 2011/5/17 Dirk Behme dirk.be...@googlemail.com: [...] With the version above we should get a warning kernel/module.c: In function 'lookup_symbol': kernel/module.c:1809: warning: unused variable 'ks' Sorry It's my fault. I'll provide a right version in few hours. Ciao,

[PATCH] module: Use binary search in lookup_symbol()

2011-05-17 Thread Alessio Igor Bogani
This work was supported by a hardware donation from the CE Linux Forum. Signed-off-by: Alessio Igor Bogani abog...@kernel.org --- kernel/module.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/kernel/module.c b/kernel/module.c index 1e2b657..795bdc7 100644 ---

Re: [PATCH] module: Use binary search in lookup_symbol()

2011-05-17 Thread Greg KH
On Tue, May 17, 2011 at 10:56:03PM +0200, Alessio Igor Bogani wrote: This work was supported by a hardware donation from the CE Linux Forum. Signed-off-by: Alessio Igor Bogani abog...@kernel.org --- That's nice, but _why_ do this change? What does it buy us? Please explain why you make a