From 012c639d904cf60a221b8b16833c02eed9b2514e Mon Sep 17 00:00:00 2001 From: Marios Pomonis Date: Thu, 3 Apr 2025 04:33:01 -0700 Subject: sys/linux: update and remove obsolete consts This commit removes CRYPTO_ALG_TYPE_COMPRESS from socket_alg.txt since it was recently removed from the kernel source tree (fce8b8d crypto: remove obsolete 'comp' compression API). It also updates a number of other consts that make extract detected. --- sys/linux/dev_kvm.txt.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/dev_kvm.txt.const') diff --git a/sys/linux/dev_kvm.txt.const b/sys/linux/dev_kvm.txt.const index 33980e8c7..aa53a22b2 100644 --- a/sys/linux/dev_kvm.txt.const +++ b/sys/linux/dev_kvm.txt.const @@ -171,7 +171,7 @@ KVM_IRQ_ROUTING_MSI = 2 KVM_IRQ_ROUTING_S390_ADAPTER = 3 KVM_IRQ_ROUTING_XEN_EVTCHN = 5 KVM_KVMCLOCK_CTRL = 44717, mips64le:ppc64le:536915629 -KVM_MAX_IRQ_ROUTES = 4096, 386:amd64:mips64le:ppc64le:??? +KVM_MAX_IRQ_ROUTES = 4096, mips64le:ppc64le:??? KVM_MEMORY_ATTRIBUTE_PRIVATE = 8 KVM_MEM_GUEST_MEMFD = 4 KVM_MEM_LOG_DIRTY_PAGES = 1 -- cgit mrf-deployment