mbox series

[0/5] Update doc and fix some issues about kdump

Message ID 1643370145-26831-1-git-send-email-yangtiezhu@loongson.cn (mailing list archive)
Headers show
Series Update doc and fix some issues about kdump | expand

Message

Tiezhu Yang Jan. 28, 2022, 11:42 a.m. UTC
Tiezhu Yang (5):
  docs: kdump: update description about sysfs file system support
  docs: kdump: add scp sample to write out the dump file
  kcsan: unset panic_on_warn before calling panic()
  sched: unset panic_on_warn before calling panic()
  kfence: unset panic_on_warn before calling panic()

 Documentation/admin-guide/kdump/kdump.rst | 10 +++++++---
 kernel/kcsan/report.c                     | 10 +++++++++-
 kernel/sched/core.c                       | 11 ++++++++++-
 mm/kfence/report.c                        | 10 +++++++++-
 4 files changed, 35 insertions(+), 6 deletions(-)