1f08c3bdfSopenharmony_ciThe crasher module tests kdump in following scenarios. 2f08c3bdfSopenharmony_ci * ACS: invoke dump using sysrq C. 3f08c3bdfSopenharmony_ci * ACP: invoke dump using panic [ panic test 0 ]. 4f08c3bdfSopenharmony_ci * ACB: invoke dump using BUG [ panic test 1 ]. 5f08c3bdfSopenharmony_ci * ACE: invoke dump using panic_on_oops [ panic test 2 ]. 6f08c3bdfSopenharmony_ci * ACL: invoke dump in a hang situation. 7f08c3bdfSopenharmony_ci 8f08c3bdfSopenharmony_ciThe LKDTM (Linux Kernel Dump Test Module) module consists of following tests, 9f08c3bdfSopenharmony_ci * KPIDB: bug in do_irq 10f08c3bdfSopenharmony_ci * KPIDE: exception in do_irq 11f08c3bdfSopenharmony_ci * KPIDL: hang in do_irq 12f08c3bdfSopenharmony_ci * KPIDP: panic in do_irq 13f08c3bdfSopenharmony_ci * KPIDO: overflow in do_irq 14f08c3bdfSopenharmony_ci * KPIEB: bug in handle_IRQ_event 15f08c3bdfSopenharmony_ci * KPIEE: exception in handle_IRQ_event 16f08c3bdfSopenharmony_ci * KPIEL: hang in handle_IRQ_event 17f08c3bdfSopenharmony_ci * KPIEP: panic in handle_IRQ_event 18f08c3bdfSopenharmony_ci * KPIEO: overflow in handle_IRQ_event 19f08c3bdfSopenharmony_ci * KPTEB: bug in tasklet_action 20f08c3bdfSopenharmony_ci * KPTEE: exception in tasklet_action 21f08c3bdfSopenharmony_ci * KPTEL: hang in tasklet_action 22f08c3bdfSopenharmony_ci * KPTEP: panic in tasklet_action 23f08c3bdfSopenharmony_ci * KPTEO: overflow in tasklet_action 24f08c3bdfSopenharmony_ci * KPBB : bug in ll_rw_block 25f08c3bdfSopenharmony_ci * KPBE : exception in ll_rw_block 26f08c3bdfSopenharmony_ci * KPBL : hang in ll_rw_block 27f08c3bdfSopenharmony_ci * KPBP : panic in ll_rw_block 28f08c3bdfSopenharmony_ci * KPBO : overflow in ll_rw_block 29f08c3bdfSopenharmony_ci * KPMSB: bug in shrink_inactive_list 30f08c3bdfSopenharmony_ci * KPMSE: exception in shrink_inactive_list 31f08c3bdfSopenharmony_ci * KPMSL: hang in shrink_inactive_list 32f08c3bdfSopenharmony_ci * KPMSP: panic in shrink_inactive_list 33f08c3bdfSopenharmony_ci * KPMSO: overflow in shrink_inactive_list 34f08c3bdfSopenharmony_ci * KPTB : bug in hr_timer_start 35f08c3bdfSopenharmony_ci * KPTE : exception in hr_timer_start 36f08c3bdfSopenharmony_ci * KPTL : hang in hr_timer_start 37f08c3bdfSopenharmony_ci * KPTP : panic in hr_timer_start 38f08c3bdfSopenharmony_ci * KPTO : overflow in hr_timer_start 39f08c3bdfSopenharmony_ci * KPSB : bug in scsi_dispatch_cmd 40f08c3bdfSopenharmony_ci * KPSE : exception in scsi_dispatch_cmd 41f08c3bdfSopenharmony_ci * KPSL : hang in scsi_dispatch_cmd 42f08c3bdfSopenharmony_ci * KPSP : panic in scsi_dispatch_cmd 43f08c3bdfSopenharmony_ci * KPSO : overflow in scsi_dispatch_cmd 44f08c3bdfSopenharmony_ci * KPIB : bug in ide_core_cp 45f08c3bdfSopenharmony_ci * KPIE : exception in ide_core_cp 46f08c3bdfSopenharmony_ci * KPIL : hang in ide_core_cp 47f08c3bdfSopenharmony_ci * KPIP : panic in ide_core_cp 48f08c3bdfSopenharmony_ci * KPIO : overflow in ide_core_cp 49f08c3bdfSopenharmony_ci 50f08c3bdfSopenharmony_ciExtra tests include dump on different destinations, 51f08c3bdfSopenharmony_ci * KLEXT: dump on an EXT3 partition 52f08c3bdfSopenharmony_ci * KLLBL: dump on an EXT3 partition with a LABEL 53f08c3bdfSopenharmony_ci * KLUID: dump on an EXT3 partition with a partition UID. 54f08c3bdfSopenharmony_ci * KLRAW: dump on a RAW partition. 55f08c3bdfSopenharmony_ci * KNSCP: dump on network. 56f08c3bdfSopenharmony_ci * KNNFS: dump on a mounted NFS filesystem. 57f08c3bdfSopenharmony_ci * KDENB: kdump propagate 58