./sysutils/xenkernel418, Xen 4.18.x Kernel

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20241221, Package name: xenkernel418-20241221, Maintainer: bouyer

Xen is a hypervisor which supports running multiple guest operating
systems on a single machine. Guest OSes (also called "domains")
can be either paravirtualised (i.e. make hypercalls in order to
access hardware), run in HVM (Hardware Virtualisation Mode) where
they will be presented with virtual devices, or a combination where
they use hypercalls to access hardware but manage memory themselves.
At boot, the xen kernel is loaded along with the guest kernel for
the first domain (called domain0). domain0 has privileges to access
the physical hardware (PCI and ISA devices), administrate other
domains and provide virtual devices (disks and network) to other
domains.

This package contains the 4.18 Xen kernel itself. PCI passthrough is
not supported. PAE is mandatory; on i386 one must use XEN3PAE_DOM[0U].


Master sites:


Version history: (Expand)


CVS history: (Expand)


   2024-12-21 17:01:48 by Manuel Bouyer | Files touched by this commit (6) | Package updated
Log message:
Update xenkernel418, xentools418 and xenstoretools to 20241221, pointing
to the Xen 4.18.4 release. It includes all security patches up to XSA 464
(XSA 465 is a linux kernel issue and XSA 466 is documentation update).
Changes are:
- Prefer ACPI reboot over UEFI ResetSystem() run time service call.
- various bug fixes, including security fixes up to XSA464 (included)
   2024-09-27 14:47:09 by Emmanuel Dreyfus | Files touched by this commit (2)
Log message:
Remove patch committed by mistake
   2024-09-27 14:45:49 by Emmanuel Dreyfus | Files touched by this commit (4)
Log message:
Fix XSA-462 / CVE-2024-45817 by patch from upstream
   2024-09-10 14:40:15 by Manuel Bouyer | Files touched by this commit (7)
Log message:
Update xenkernel418 and xentools418 to 20240909. This brings in Xen 4.18.3

pkgsrc CHANGES:
set O_CLOEXEC (if requested) and remove O_NONBLOCK on /dev/xenevt
set O_CLOEXEC on /kern/xen/privcmd
(both from the freebsd-specific code)

Main changes since 20231116 (Xen 4.18.0):
Fix various bugs, especially in these areas:
- interrupt setup
- error paths

better support for some of the newer CPUs
some performances improvement

Fixes XSA-447, XSA-449, XSA-450, XSA-451, XSA-452, XSA-453, XSA-454, XSA-455,
      XSA-456, XSA-458, XSA-460, XSA-461
   2023-11-21 12:38:26 by Manuel Bouyer | Files touched by this commit (12)
Log message:
Add xenkernel418 version 20231116
Unlike previous Xen packages, the xentools418 and xenkernel418 will point
to a specific commit of the stable branch (instead of release tags),
the package version being the date of the commit. Hopefully this will make
tracking security fixes easier.

From DESCR:
Xen is a hypervisor which supports running multiple guest operating
systems on a single machine. Guest OSes (also called "domains")
can be either paravirtualised (i.e. make hypercalls in order to
access hardware), run in HVM (Hardware Virtualisation Mode) where
they will be presented with virtual devices, or a combination where
they use hypercalls to access hardware but manage memory themselves.
At boot, the xen kernel is loaded along with the guest kernel for
the first domain (called domain0). domain0 has privileges to access
the physical hardware (PCI and ISA devices), administrate other
domains and provide virtual devices (disks and network) to other
domains.

This package contains the 4.18 Xen kernel itself.  PCI passthrough is
not supported.  PAE is mandatory; on i386 one must use XEN3PAE_DOM[0U].