Go to file
Philipp Rudo b9fd7a4076 kdumpctl: merge check_current_{kdump,fadump}_status
Both functions are almost identical. The only differences are (1) the
sysfs node the status is read from and (2) the fact the fadump version
doesn't verify if the file it's trying to read actually exists. Thus
merge the two functions and get rid of the check_current_status wrapper.

While at it rename the function to is_kernel_loaded which explains
better what the function does.

Finally, after moving FADUMP_REGISTER_SYS_NODE shellcheck can no longer
access the definition and starts complaining about it not being quoted.
Thus quote all uses of FADUMP_REGISTER_SYS_NODE.

Signed-off-by: Philipp Rudo <prudo@redhat.com>
Reviewed-by: Coiby Xu <coxu@redhat.com>
2023-01-30 17:37:23 +08:00
spec unit tests: adapt check_config to gen-kdump-conf.sh 2022-11-25 17:27:14 +08:00
tests tests: use .nmconnection to set up test network 2022-11-09 14:07:29 +08:00
.editorconfig dracut-early-kdump: explicitly use bash 2023-01-30 17:37:23 +08:00
.gitignore
.shellspec
60-fadump.install fadump: add a kernel install hook to clean up fadump initramfs 2022-12-07 09:42:29 +08:00
60-kdump.install
92-crashkernel.install Prefix reset-crashkernel-{for-installed_kernel,after-update} with underscore 2022-10-20 13:54:10 +08:00
98-kexec.rules
98-kexec.rules.ppc64
crashkernel-howto.txt remind the users to run zipl after calling grubby on s390x 2022-08-03 11:09:55 +08:00
dracut-early-kdump-module-setup.sh
dracut-early-kdump.sh kdumpctl: merge check_current_{kdump,fadump}_status 2023-01-30 17:37:23 +08:00
dracut-fadump-init-fadump.sh
dracut-fadump-module-setup.sh
dracut-kdump-capture.service
dracut-kdump-emergency.service
dracut-kdump-emergency.target
dracut-kdump.sh Wait for the network to be truly ready before dumping vmcore 2022-11-23 06:39:27 +08:00
dracut-module-setup.sh dracut-module-setup.sh: also install the driver of physical NIC for 2022-12-20 14:04:49 +08:00
dracut-monitor_dd_progress
early-kdump-howto.txt
fadump-howto.txt update fadump-howto 2022-04-24 09:35:05 +08:00
gen-kdump-conf.sh kdump.conf: use a simple generator script to maintain 2022-11-25 17:16:09 +08:00
gen-kdump-sysconfig.sh sysconfig: use a simple generator script to maintain 2022-08-16 14:35:35 +08:00
kdump-dep-generator.sh
kdump-in-cluster-environment.txt
kdump-lib-initramfs.sh Address the cases where a NIC has a different name in kdump kernel 2022-11-23 06:39:27 +08:00
kdump-lib.sh kdumpctl: merge check_current_{kdump,fadump}_status 2023-01-30 17:37:23 +08:00
kdump-logger.sh
kdump-migrate-action.sh
kdump-restart.sh
kdump-udev-throttler
kdump.conf.5
kdump.service
kdumpctl kdumpctl: merge check_current_{kdump,fadump}_status 2023-01-30 17:37:23 +08:00
kdumpctl.8 add man documentation for kdumpctl get-default-crashkernel 2022-04-24 09:35:05 +08:00
kexec-kdump-howto.txt update kexec-kdump-howto 2022-04-24 09:35:05 +08:00
kexec-tools-2.0.23-s390_handle_R_390_PLT32DBL_reloc_entries_in_machine_apply_elf_rel_.patch
kexec-tools-2.0.26-makedumpfile-Fix-wrong-exclusion-of-slab-pages-on-Linux-6.2.patch makedumpfile: Fix wrong exclusion of slab pages on Linux 6.2-rc1 2023-01-30 17:37:23 +08:00
kexec-tools.spec makedumpfile: Fix wrong exclusion of slab pages on Linux 6.2-rc1 2023-01-30 17:37:23 +08:00
live-image-kdump-howto.txt
mkdumprd Reduce kdump memory consumption by only installing needed NIC drivers 2022-11-23 06:39:27 +08:00
mkdumprd.8
mkfadumprd fadump: use 'zstd' as the default compression method 2022-12-07 09:42:29 +08:00
README
sources Release 2.0.26-1 2022-12-22 12:55:14 +08:00
zanata-notes.txt

Adding a patch to kexec-tools
=============================
There is a mailing list kexec@lists.fedoraproject.org where all the dicussion
related to fedora kexec-tools happen. All the patches are posted there for
inclusion and committed to kexec-tools after review.

So if you want your patches to be included in fedora kexec-tools package,
post these to kexec@lists.fedoraproject.org.

One can subscribe to list and browse through archives here.

https://admin.fedoraproject.org/mailman/listinfo/kexec