forked from products/PackageHub
Compare commits
4 Commits
remove-rmt
...
maintenanc
| Author | SHA256 | Date | |
|---|---|---|---|
| 3324d45f45 | |||
|
|
f528a0f52a | ||
|
|
f3c5c2bccf | ||
|
|
f82b6807a3 |
@@ -149,6 +149,8 @@ packagesets:
|
||||
- kernel-livepatch-6_12_0-160000_5-rt
|
||||
- kernel-livepatch-6_12_0-160000_6-default
|
||||
- kernel-livepatch-6_12_0-160000_6-rt
|
||||
- kernel-livepatch-6_12_0-160000_7-default
|
||||
- kernel-livepatch-6_12_0-160000_7-rt
|
||||
- kernel-rt-livepatch
|
||||
- kernel-rt-livepatch-devel
|
||||
- krb5-mini
|
||||
@@ -1922,6 +1924,27 @@ packagesets:
|
||||
- java-21-openjdk-javadoc
|
||||
- java-21-openjdk-jmods
|
||||
- java-21-openjdk-src
|
||||
- java-22-openjdk
|
||||
- java-22-openjdk-demo
|
||||
- java-22-openjdk-devel
|
||||
- java-22-openjdk-headless
|
||||
- java-22-openjdk-javadoc
|
||||
- java-22-openjdk-jmods
|
||||
- java-22-openjdk-src
|
||||
- java-23-openjdk
|
||||
- java-23-openjdk-demo
|
||||
- java-23-openjdk-devel
|
||||
- java-23-openjdk-headless
|
||||
- java-23-openjdk-javadoc
|
||||
- java-23-openjdk-jmods
|
||||
- java-23-openjdk-src
|
||||
- java-24-openjdk
|
||||
- java-24-openjdk-demo
|
||||
- java-24-openjdk-devel
|
||||
- java-24-openjdk-headless
|
||||
- java-24-openjdk-javadoc
|
||||
- java-24-openjdk-jmods
|
||||
- java-24-openjdk-src
|
||||
- java-cup
|
||||
- java-cup-manual
|
||||
- javacc
|
||||
@@ -7932,6 +7955,8 @@ packagesets:
|
||||
- kernel-kvmsmall
|
||||
- kernel-kvmsmall-devel
|
||||
- kernel-livepatch-6_12_0-160000_5-default
|
||||
- kernel-livepatch-6_12_0-160000_6-default
|
||||
- kernel-livepatch-6_12_0-160000_7-default
|
||||
- libLLVMSPIRVLib19
|
||||
- libatopology2
|
||||
- libdpdk-25
|
||||
@@ -8043,6 +8068,8 @@ packagesets:
|
||||
- grub2-s390x-emu
|
||||
- kernel-default-livepatch
|
||||
- kernel-livepatch-6_12_0-160000_5-default
|
||||
- kernel-livepatch-6_12_0-160000_6-default
|
||||
- kernel-livepatch-6_12_0-160000_7-default
|
||||
- kernel-zfcpdump
|
||||
- kiwi-settings
|
||||
- libHBAAPI2
|
||||
@@ -8182,6 +8209,8 @@ packagesets:
|
||||
- kernel-kvmsmall-devel
|
||||
- kernel-kvmsmall-vdso
|
||||
- kernel-livepatch-6_12_0-160000_5-default
|
||||
- kernel-livepatch-6_12_0-160000_6-default
|
||||
- kernel-livepatch-6_12_0-160000_7-default
|
||||
- kiwi-pxeboot
|
||||
- kubevirt-virtctl
|
||||
- libFLAC++10-x86-64-v3
|
||||
|
||||
43
patchinfo.20251203090149653113.187004354831441/_patchinfo
Normal file
43
patchinfo.20251203090149653113.187004354831441/_patchinfo
Normal file
@@ -0,0 +1,43 @@
|
||||
<patchinfo>
|
||||
<packager>michals</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>recommended</category>
|
||||
<summary>Recommended update for virtme</summary>
|
||||
<description>This update for virtme fixes the following issues:
|
||||
|
||||
Changes in virtme:
|
||||
|
||||
Update to 1.39:
|
||||
|
||||
* The most noticeable change in this release is the new Model Context
|
||||
Protocol (MCP) server. This feature lets you connect with AI
|
||||
assistants such as Claude, Cursor, etc., and use natural human
|
||||
language to automate kernel development tasks.
|
||||
In this way, AI agents can automatically configure kernels, apply
|
||||
patches from lore.kernel.org, and run commands within recompiled
|
||||
kernels. You can even have the AI agent perform bug bisection for
|
||||
you and run specific commands/scripts inside each recompiled
|
||||
version to determine whether the kernel is good or bad.
|
||||
* An additional feature is vCPU pinning (using the --pin CPU_LIST option),
|
||||
which enables binding virtual CPUs to particular physical host CPUs.
|
||||
This ensures more consistent performance testing within the vng guest
|
||||
environment.
|
||||
* The release also adds support for memoryless NUMA nodes,
|
||||
enablingusers to specify size=0 with the --numa argument to create
|
||||
NUMA nodes without memory. This capability can be useful for simulating
|
||||
heterogeneous architectures, where devices like GPUs are represented
|
||||
as memoryless NUMA nodes to model their CPU locality relationships.
|
||||
* Last, but not least, there's a new --shell BINARY option which lets
|
||||
users choose a different shell to use within the vng session, rather
|
||||
than using their system's default shell and a new --empty-password
|
||||
option that creates empty passwords in the vng guest, instead of
|
||||
blocking login for other users, enabling easier debugging and SSH
|
||||
access during testing.
|
||||
* Updated Python versions in CI (dropped EOL 3.8 and 3.9)
|
||||
* Various bug fixes in virtme-init
|
||||
* Enhanced documentation and README updates
|
||||
* Improved error handling and validation
|
||||
</description>
|
||||
<package>virtme</package>
|
||||
<seperate_build_arch/>
|
||||
</patchinfo>
|
||||
2
virtme
2
virtme
Submodule virtme updated: 547b3766fe...b4dd61c394
Reference in New Issue
Block a user