From 14406d08684c6f9d65a5860fc103e8940de49a70 Mon Sep 17 00:00:00 2001 From: thiagoftsm Date: Thu, 1 Sep 2022 01:23:36 +0000 Subject: [PATCH] Update kernels (#315) --- .github/workflows/build.yml | 8 ++++---- .github/workflows/release.yml | 8 ++++---- kernel-patches/{4.14.265 => 4.14.291}/.gitkeep | 0 kernel-patches/{5.10.109 => 5.10.139}/.gitkeep | 0 kernel-patches/{5.15.27 => 5.15.63}/.gitkeep | 0 kernel-patches/{5.4.188 => 5.4.210}/.gitkeep | 0 6 files changed, 8 insertions(+), 8 deletions(-) rename kernel-patches/{4.14.265 => 4.14.291}/.gitkeep (100%) rename kernel-patches/{5.10.109 => 5.10.139}/.gitkeep (100%) rename kernel-patches/{5.15.27 => 5.15.63}/.gitkeep (100%) rename kernel-patches/{5.4.188 => 5.4.210}/.gitkeep (100%) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29ecbb75..3859d7a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,14 +13,14 @@ jobs: matrix: kernel_version: - '5.16.18' - - '5.15.27' + - '5.15.63' - '5.14.0' - '5.11.19' - - '5.10.109' - - '5.4.188' + - '5.10.139' + - '5.4.210' - '4.16.18' - '4.18.0' - - '4.14.265' + - '4.14.291' - '3.10.0' libc: - static diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45a49f93..8e632da6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,14 +15,14 @@ jobs: matrix: kernel_version: - '5.16.18' - - '5.15.27' + - '5.15.63' - '5.14.0' - '5.11.19' - - '5.10.109' - - '5.4.188' + - '5.10.139' + - '5.4.210' - '4.16.18' - '4.18.0' - - '4.14.265' + - '4.14.291' - '3.10.0' libc: - static diff --git a/kernel-patches/4.14.265/.gitkeep b/kernel-patches/4.14.291/.gitkeep similarity index 100% rename from kernel-patches/4.14.265/.gitkeep rename to kernel-patches/4.14.291/.gitkeep diff --git a/kernel-patches/5.10.109/.gitkeep b/kernel-patches/5.10.139/.gitkeep similarity index 100% rename from kernel-patches/5.10.109/.gitkeep rename to kernel-patches/5.10.139/.gitkeep diff --git a/kernel-patches/5.15.27/.gitkeep b/kernel-patches/5.15.63/.gitkeep similarity index 100% rename from kernel-patches/5.15.27/.gitkeep rename to kernel-patches/5.15.63/.gitkeep diff --git a/kernel-patches/5.4.188/.gitkeep b/kernel-patches/5.4.210/.gitkeep similarity index 100% rename from kernel-patches/5.4.188/.gitkeep rename to kernel-patches/5.4.210/.gitkeep