Skip to content

Commit 932a4a8

Browse files
authored
Merge pull request #1224 from c-po/kernel-update-6.18
T9010: Update Linux Kernel to 6.18.36 and re-fresh Intel OOT driver versions
2 parents 67f7e54 + 8e245f0 commit 932a4a8

4 files changed

Lines changed: 8 additions & 45 deletions

File tree

data/defaults.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vyos_mirror = "https://packages.vyos.net/repositories/rolling"
1414
vyos_branch = "rolling"
1515
release_train = "rolling"
1616

17-
kernel_version = "6.18.34"
17+
kernel_version = "6.18.36"
1818
kernel_flavor = "vyos"
1919
bootloaders = "syslinux,grub-efi"
2020

scripts/package-build/linux-kernel/build-intel-nic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ fpm --input-type dir --output-type deb --name vyos-intel-${DRIVER_NAME} \
7878
--license "GPL2" -C ${DEBIAN_DIR} --after-install ${DEBIAN_POSTINST}
7979

8080
# cleanup
81-
rm -rf ${DEBIAN_DIR}
81+
rm -rf -- "${DEBIAN_DIR}" "${DEBIAN_POSTINST}"

scripts/package-build/linux-kernel/package.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,37 +36,37 @@ build_cmd = "build_intel_qat"
3636

3737
[[packages]]
3838
name = "igb"
39-
commit_id = "v5.19.10"
39+
commit_id = "v5.20.28"
4040
scm_url = "https://github.com/intel/ethernet-linux-igb"
4141
build_cmd = "build_intel_nic"
4242

4343
[[packages]]
4444
name = "ixgbe"
45-
commit_id = "v6.3.6"
45+
commit_id = "v6.4.4"
4646
scm_url = "https://github.com/intel/ethernet-linux-ixgbe"
4747
build_cmd = "build_intel_nic"
4848

4949
[[packages]]
5050
name = "ixgbevf"
51-
commit_id = "v5.2.2"
51+
commit_id = "v5.3.36"
5252
scm_url = "http://github.com/intel/ethernet-linux-ixgbevf"
5353
build_cmd = "build_intel_nic"
5454

5555
[[packages]]
5656
name = "i40e"
57-
commit_id = "v2.28.16"
57+
commit_id = "v2.30.18"
5858
scm_url = "http://github.com/intel/ethernet-linux-i40e"
5959
build_cmd = "build_intel_nic"
6060

6161
[[packages]]
6262
name = "ice"
63-
commit_id = "v2.5.4"
63+
commit_id = "v2.6.6"
6464
scm_url = "http://github.com/intel/ethernet-linux-ice"
6565
build_cmd = "build_intel_nic"
6666

6767
[[packages]]
6868
name = "iavf"
69-
commit_id = "v4.13.20"
69+
commit_id = "v4.13.35"
7070
scm_url = "http://github.com/intel/ethernet-linux-iavf"
7171
build_cmd = "build_intel_nic"
7272

scripts/package-build/linux-kernel/patches/i40e/0004-i40e_client-use-ida_alloc-ida_free.patch

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)