diff --git a/general/genlib/genlib.xml b/general/genlib/genlib.xml
index a6d21ade44..b18ebbde16 100644
--- a/general/genlib/genlib.xml
+++ b/general/genlib/genlib.xml
@@ -124,6 +124,7 @@
+
diff --git a/general/genlib/libunwind.xml b/general/genlib/libunwind.xml
new file mode 100644
index 0000000000..525a549cd4
--- /dev/null
+++ b/general/genlib/libunwind.xml
@@ -0,0 +1,146 @@
+
+
+ %general-entities;
+
+
+
+
+
+
+
+]>
+
+
+
+
+ libunwind-&libunwind-version;
+
+
+ libunwind
+
+
+
+ Introduction to libunwind
+
+
+ The libunwind package contains a portable and
+ efficient C programming interface (API) to determine the call-chain of a
+ program. The API additionally provides the means to manipulate the
+ preserved (callee-saved) state of each call-frame and to resume execution
+ at any point in the call-chain (non-local goto). The API supports both
+ local (same-process) and remote (across-process) operation.
+
+
+ &lfs111_checked;
+
+ Package Information
+
+
+
+ Download (HTTP):
+
+
+
+
+ Download (FTP):
+
+
+
+
+ Download MD5 sum: &libunwind-md5sum;
+
+
+
+
+ Download size: &libunwind-size;
+
+
+
+
+ Estimated disk space required: &libunwind-buildsize;
+
+
+
+
+ Estimated build time: &libunwind-time;
+
+
+
+
+ libunwind Dependencies
+
+ Optional
+
+ (for latex2man)
+
+
+ User Notes:
+
+
+
+
+
+ Installation of libunwind
+
+
+ Install libunwind by running the following
+ commands:
+
+
+./configure --prefix=/usr --disable-static &&
+make
+
+
+ To test the results, issue: make check. Two
+ tests, run-coredump-unwind and run-coredump-unwind-mdi are known
+ to fail.
+
+
+
+ Now, as the root user:
+
+
+make install
+
+
+
+
+
+ Command Explanations
+
+
+
+
+
+
+ Contents
+
+
+ Installed Programs
+ Installed Libraries
+ Installed Directories
+
+
+
+ None
+
+
+ libunwind.so,
+ libunwind-coredump.so,
+ libunwind-generic.so,
+ libunwind-ptrace.so,
+ libunwind-setjmp.so, and
+ libunwind-x86_64.so
+
+
+ None
+
+
+
+
+
+
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 7a702be4cd..3a403e275b 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -44,6 +44,9 @@
March 24th, 2022
+
+ [bdubbs] - Add libunwind-1.6.2 in suport of sysprof-3.44.0.
+
[bdubbs] - Add libadwaita-1.1.0 in suport of GNOME-42. Fixes
#16271.
diff --git a/packages.ent b/packages.ent
index 3a944669a8..711252dd35 100644
--- a/packages.ent
+++ b/packages.ent
@@ -171,6 +171,7 @@
+