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

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

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

2007-03-07 Thread Robert Peterson
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 - kernel/kallsyms.c| 17 +++

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

2007-03-07 Thread Robert Peterson
. 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 - kernel/kallsyms.c| 17 - 2 files changed, 24

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

2007-03-06 Thread Robert Peterson
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). Signed-off-by: Robert

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

2007-03-06 Thread Robert Peterson
-off-by: Robert Peterson [EMAIL PROTECTED] --- include/linux/kallsyms.h | 12 +++- kernel/kallsyms.c| 17 - 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/include/linux/kallsyms.h b/include/linux/kallsyms.h index 1cebcbc..5356133 100644 --- a/include

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

2007-03-05 Thread Robert Peterson
ntk. 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/kallsyms.h | 10 +++

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

2007-03-05 Thread Robert Peterson
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/kallsyms.h | 10 ++ kernel/kallsyms.c| 21

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

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

[PATCH 2.6.21-rc1] Extend print_symbol capability

2007-03-01 Thread Robert Peterson
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 --git a/i

[PATCH 2.6.21-rc1] Extend print_symbol capability

2007-03-01 Thread Robert Peterson
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 --git a/include