OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-112-g489cfb5
Gerrit Code Review
gerrit@openafs.org
Thu, 21 Oct 2021 12:32:50 -0400
The following commit has been merged in the master branch:
commit 489cfb587a87ab53817ad0b4eccd65d9f7b332e2
Author: Cheyenne Wills <cwills@sinenomine.net>
Date: Wed Jul 7 11:08:10 2021 -0600
Remove kdump
Remove the obsolete kdump debugging tool from the tree. Remove and
clean up the preprocessor tests associated with KDUMP, KDUMP_RX_LOCK and
KDUMP_KERNEL. Clean up the autoconf and Makefiles to remove kdump and
the associated autoconf and Makefile vars XLIBELFA and XLIBKVM.
The kdump utility has not been well maintained; for some platforms it
fails to build (e.g. Solaris 11). For Linux, the makefile does not
even try to compile the kdump source but instead creates the kdump file
via touch.
The intended functionality of kdump has been replaced by various kernel
debugging tools, such as dtrace or systemtap.
Change-Id: I23fd82f2b96ba58d1b431af76fdf0afe7d7274b9
Reviewed-on: https://gerrit.openafs.org/14623
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/afs/afs.h | 5 -
src/afs/afs_cell.c | 9 +-
src/afs/lock.h | 2 +-
src/cf/osconf.m4 | 8 -
src/config/Makefile.config.in | 2 -
src/config/param.linux26.h | 4 +-
src/config/param.sparc_linux26.h | 4 +-
src/libafs/MakefileProto.IRIX.in | 2 -
.../HP-UX/psf-1.2.10-transarc-paths-11.00 | 3 -
.../HP-UX/psf-1.2.10-transarc-paths-11.11 | 3 -
.../HP-UX/psf-1.2.10-transarc-paths-11.22 | 3 -
src/packaging/RedHat/openafs.spec.in | 1 -
src/rx/rx.c | 8 -
src/rx/rx.h | 495 ++-
src/rx/rx_call.h | 38 +-
src/rx/rx_conn.h | 10 -
src/rx/rx_lwp.h | 5 -
src/rx/rx_peer.h | 5 -
src/rx/rx_server.h | 8 -
src/venus/.gitignore | 3 -
src/venus/Makefile.in | 210 +-
src/venus/kdump.c | 4249 --------------------
src/venus/kdump.sh.hp_ux11 | 16 -
src/venus/kdump.sh.linux | 13 -
src/venus/kdump.sh.sgi_ipnos | 14 -
src/venus/kdump.sh.solaris7 | 27 -
26 files changed, 260 insertions(+), 4887 deletions(-)
--
OpenAFS Master Repository