qla2xxx hba crashes with older 2310 cards

2007-04-20 Thread Robert Peterson
Hi, I've seen some chatter about the qla2xxx driver but not paid attention, so I'm sorry if this is a known issue. I've got an older qlogic hba, and recent drivers don't seem to play nice with it. I've got the latest firmware from qlogic's web site. I'm using a 2.6.21-rc6 kernel from Steve Whi

[PATCH 2.6.21-rc1] Extend print_symbol capability

2007-03-01 Thread Robert Peterson
e new function call in the GFS2 file system (which will be a separate patch). Signed-off-by: Robert Peterson <[EMAIL PROTECTED]> --- include/linux/kallsyms.h | 10 ++ kernel/kallsyms.c| 21 ++--- 2 files changed, 24 insertions(+), 7 deletions(-) diff --gi

Re: [PATCH 2.6.21-rc1] Extend print_symbol capability

2007-03-02 Thread Robert Peterson
Paulo Marques wrote: I don't like this name much :( We already have kallsyms_lookup and kallsyms_lookup_name. The name of this function should imply that it will print the formatted result into the buffer, not just lookup a symbol. Maybe "__sprint_symbol", and change the interface to "__spr

[PATCH 2.6.21-rc1] Extend print_symbol capability TRY #2

2007-03-05 Thread Robert Peterson
without the printk. This is useful for modules that want to dump symbols elsewhere, for example, to debugfs. I intend to use the new function call in the GFS2 file system (which will be a separate patch). Signed-off-by: Robert Peterson <[EMAIL PROTECTED]> --- include/linux/k

[PATCH 2.6.21-rc1] Extend print_symbol capability TRY #3

2007-03-06 Thread Robert Peterson
k. This patch extends the functionality of kallsyms.c so that the symbol lookup function may be used without the printk. This is useful for modules that want to dump symbols elsewhere, for example, to debugfs. I intend to use the new function call in the GFS2 file system (which will be a separate patch

Re: [PATCH 2.6.21-rc1] Extend print_symbol capability TRY #3

2007-03-07 Thread Robert Peterson
te patch. Feel free to send that out in another patch if you want. If you do, I'd be happy to test it, review it, and ACK it. Regards, Bob Peterson Amended patch (TRY #4) follows: Signed-off-by: Robert Peterson <[EMAIL PROTECTED]> --- include/linux/kallsyms.h | 13 -