From: Chan, S. (S. E. - SGI) <sam...@hp...> - 2024-03-13 19:44:05
|
________________________________ From: Bart Van Assche <bva...@ac...> Sent: Tuesday, March 12, 2024 03:42 PM To: Chan, Sam (Servers ERT - SGI) <sam...@hp...>; scs...@li... <scs...@li...> Subject: Re: [Scst-devel] panic in scst_rx_mgmt_fn() On 1/26/24 12:04, Chan, Sam (Servers ERT - SGI) wrote: [3966906.400285] WARNING: CPU: 1 PID: 30180 at /root/rpmbuild/BUILD/scst-master/srpt/src/ib_srpt.c:2249 srpt_unregister_ch+0x56/0x90 [ib_srpt] I can't find any warning statement near line 2249 in ib_srpt.c. What ib_srpt version are you using? Thanks, Bart. this is scst 3.6. it's not the latest; but it's what we test and qualify with our other products. that warning is from srpt_unregister_ch(), which seems to be only in new versions. 63 64 /* Name of this kernel module. */ 65 #define DRV_NAME "ib_srpt" 66 #define DRV_VERSION "3.6.0" "#" __stringify(OFED_FLAVOR) 67 #define DRV_RELDATE "29 December 2021" here's module information.... crash.bin> module ffffffffc0ed1120 struct module { state = MODULE_STATE_LIVE, list = { next = 0xffffffffc0266168, prev = 0xffffffffc08dfc48 }, name = "scst\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000", mkobj = { kobj = { name = 0xffff972565b86ae0 "scst", entry = { next = 0xffffffffc08dfc98, prev = 0xffffffffc02661b8 }, parent = 0xffff973c7fabf0d8, kset = 0xffff973c7fabf0c0, ktype = 0xffffffffb3a55ce0, { sd = 0xffff972fb7f1a2d0, __UNIQUE_ID_rh_kabi_hide7 = { sd = 0xffff972fb7f1a2d0 }, {<No data fields>} }, kref = { refcount = { counter = 0x3 } }, state_initialized = 0x1, state_in_sysfs = 0x1, state_add_uevent_sent = 0x1, state_remove_uevent_sent = 0x0, uevent_suppress = 0x0 }, mod = 0xffffffffc0ed1120 <__this_module>, drivers_dir = 0x0, mp = 0xffff973c05c3ce00 }, modinfo_attrs = 0xffff972fe6b64400, version = 0xffff972565b86ad0 "3.6.0", srcversion = 0xffff97258d79c800 "667459CEF9F0080A16011FE", holders_dir = 0xffff972fe2b168c0, syms = 0xffffffffc0eb6030 <__ksymtab___scst_get_resid>, crcs = 0xffffffffc0eb6b00 <__kcrctab___scst_get_resid>, num_syms = 0x5d, kp = 0xffffffffc0ece6d0 <__param_auto_cm_assignment>, num_kp = 0x6, num_gpl_syms = 0x50, gpl_syms = 0xffffffffc0eb6600 <__ksymtab___scst_check_local_events>, gpl_crcs = 0xffffffffc0eb6de8 <__kcrctab___scst_check_local_events>, sig_ok = 0x0, gpl_future_syms = 0x0, gpl_future_crcs = 0x0, num_gpl_future_syms = 0x0, num_exentries = 0x0, extable = 0x0, init = 0xffffffffc08a72e4 <init_scst>, module_init = 0x0, module_core = 0xffffffffc0e71000 <scst_ext_copy_get_cur_seg_data_len>, init_size = 0x0, core_size = 0x247929, init_text_size = 0x0, core_text_size = 0x45000, init_ro_size = 0x0, core_ro_size = 0x5e000, arch = {<No data fields>}, taints = 0x3000, num_bugs = 0x72, bug_list = { next = 0xffffffffc02662c0, prev = 0xffffffffc08dfda0 }, bug_table = 0xffffffffc0eca90c, symtab = 0xffffffffc109f000, core_symtab = 0xffffffffc109f000, num_symtab = 0x88a, core_num_syms = 0x88a, strtab = 0xffffffffc10abcf0 "", core_strtab = 0xffffffffc10abcf0 "", sect_attrs = 0xffff9730c1fbc000, notes_attrs = 0xffff9730b97c9f60, args = 0xffff972fe2b16940 "scst_threads", percpu = 0x0, percpu_size = 0x0, num_tracepoints = 0x0, tracepoints_ptrs = 0x0, jump_entries = 0x0, num_jump_entries = 0x0, num_trace_bprintk_fmt = 0x0, trace_bprintk_fmt_start = 0x0, trace_events = 0x0, num_trace_events = 0x0, num_ftrace_callsites = 0x373, ftrace_callsites = 0xffffffffc0eccb38, source_list = { next = 0xffff972fe4a05f00, prev = 0xffff972fe4a05500 }, target_list = { next = 0xffff972fe2b16910, prev = 0xffff972fe2b16910 }, waiter = 0xffff973c3ac8c200, exit = 0xffffffffc0eb5880 <exit_scst>, refptr = 0x2d1dc020eaa0 } |