From 6e68f60b80764ad5f220148a47a24820dda9c4f7 Mon Sep 17 00:00:00 2001 From: Andrew Fasano Date: Wed, 16 Oct 2024 14:05:52 -0400 Subject: [PATCH 1/5] Bump 4.10 for gva_hc module and remount fix --- linux/4.10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/4.10 b/linux/4.10 index 51fae17..364d640 160000 --- a/linux/4.10 +++ b/linux/4.10 @@ -1 +1 @@ -Subproject commit 51fae1788325bc70bf006bbaf144b5e9b1081b6b +Subproject commit 364d6401a4a1eeec47f86eeef87e1b87cc14f67b From b749c942dacd2600c042a1fd2825d32f8cfca5ce Mon Sep 17 00:00:00 2001 From: Andrew Fasano Date: Mon, 21 Oct 2024 12:10:48 -0400 Subject: [PATCH 2/5] Bump 4.10: get fix for disabling gva_hc by default --- linux/4.10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/4.10 b/linux/4.10 index 364d640..d93cee5 160000 --- a/linux/4.10 +++ b/linux/4.10 @@ -1 +1 @@ -Subproject commit 364d6401a4a1eeec47f86eeef87e1b87cc14f67b +Subproject commit d93cee56f5a1dc4ebbd111dcc509655a3565405a From f919eb3fd96af95f7ed7d041436bbf747a76fd7a Mon Sep 17 00:00:00 2001 From: Ali Bobi Date: Wed, 23 Oct 2024 10:39:01 -0400 Subject: [PATCH 3/5] Bump 4.10: add sock_release hypercalls --- linux/4.10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/4.10 b/linux/4.10 index d93cee5..4bf368a 160000 --- a/linux/4.10 +++ b/linux/4.10 @@ -1 +1 @@ -Subproject commit d93cee56f5a1dc4ebbd111dcc509655a3565405a +Subproject commit 4bf368a13887eb43cbc07f788f31777eabf8167b From 617c3772e7239903458a3da32da4d4303252d3e4 Mon Sep 17 00:00:00 2001 From: Luke Craig Date: Sun, 3 Nov 2024 15:58:26 +0000 Subject: [PATCH 4/5] mips64el add to build (#34) --- .github/workflows/build.yml | 2 +- configs/4.10/mips64el | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c709ba..9a73e34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - target: [armel, arm64, mipsel, mipseb, mips64eb, x86_64] + target: [armel, arm64, mipsel, mipseb, mips64el, mips64eb, x86_64] version: ["4.10"] # XXX: quotes are necessary, otherwise 4.10 -> 4.1 steps: diff --git a/configs/4.10/mips64el b/configs/4.10/mips64el index f21023c..5e3cfec 100644 --- a/configs/4.10/mips64el +++ b/configs/4.10/mips64el @@ -2,3 +2,6 @@ CONFIG_CGROUP_HUGETLB=y CONFIG_CPU_LITTLE_ENDIAN=y +CONFIG_CFS_BANDWIDTH=y +CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_SYSCON=y \ No newline at end of file From 1778a30a979e8a996a2a758c696175bcdfdeed58 Mon Sep 17 00:00:00 2001 From: Benjamin Levy <153011444+be32826@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:02:10 -0500 Subject: [PATCH 5/5] Bump 4.10 kernel for argv envp hypercall fix (#35) --- linux/4.10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/4.10 b/linux/4.10 index 4bf368a..ad1fa3d 160000 --- a/linux/4.10 +++ b/linux/4.10 @@ -1 +1 @@ -Subproject commit 4bf368a13887eb43cbc07f788f31777eabf8167b +Subproject commit ad1fa3dec03af4d26f5356621553fa7a888a5973