From d255b40e2dcce2ec085931bdbd19520bca9136ec Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sun, 8 Feb 2026 12:41:58 -0500 Subject: [PATCH] MAINTAINERS, CODEOWNERS: Add myself for vt(4) review --- .github/CODEOWNERS | 1 + MAINTAINERS | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f928a489642d..e49d90a5dc76 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -101,6 +101,7 @@ /sys/dev/pci @bsdimp @bsdjhb /sys/dev/superio/ @stephane-rochoy-stormshield /sys/dev/veriexec/ @stephane-rochoy-stormshield +/sys/dev/vt/ @emaste /sys/fs/autofs/ @trasz /sys/fs/fuse/ @asomers /sys/fs/procfs/ @dag-erling diff --git a/MAINTAINERS b/MAINTAINERS index b33f0f9a9d78..0f0edc1e5a63 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -106,6 +106,7 @@ sys/dev/ixgbe #intel_networking Pre-commit phabricator review requested. sys/dev/ixl #intel_networking Pre-commit phabricator review requested. sys/dev/ice #intel_networking Pre-commit phabricator review requested. sys/dev/xen royger Pre-commit review recommended. +sys/dev/vt emaste sys/netinet/ip_carp.c glebius Pre-commit review recommended. sys/netpfil/pf kp,glebius Pre-commit review recommended. sys/x86/xen royger Pre-commit review recommended.