commit:     b869adbaa6ff70dba9720861a2a5073ded4466cb
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon May  5 11:32:13 2025 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon May  5 11:32:13 2025 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b869adba

Linux patch 6.1.137

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 0000_README              |  4 ++++
 1136_linux-6.1.137.patch | 26 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/0000_README b/0000_README
index ab46b164..a97e9af3 100644
--- a/0000_README
+++ b/0000_README
@@ -591,6 +591,10 @@ Patch:  1135_linux-6.1.136.patch
 From:   https://www.kernel.org
 Desc:   Linux 6.1.136
 
+Patch:  1136_linux-6.1.137.patch
+From:   https://www.kernel.org
+Desc:   Linux 6.1.137
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1136_linux-6.1.137.patch b/1136_linux-6.1.137.patch
new file mode 100644
index 00000000..b0c001b0
--- /dev/null
+++ b/1136_linux-6.1.137.patch
@@ -0,0 +1,26 @@
+diff --git a/Makefile b/Makefile
+index 2a22ff32509d66..d1994bf77e8f3a 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 6
+ PATCHLEVEL = 1
+-SUBLEVEL = 136
++SUBLEVEL = 137
+ EXTRAVERSION =
+ NAME = Curry Ramen
+ 
+diff --git a/arch/loongarch/mm/hugetlbpage.c b/arch/loongarch/mm/hugetlbpage.c
+index cf3b8785a92130..70b4a51885c24b 100644
+--- a/arch/loongarch/mm/hugetlbpage.c
++++ b/arch/loongarch/mm/hugetlbpage.c
+@@ -47,7 +47,7 @@ pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long 
addr,
+                               pmd = pmd_offset(pud, addr);
+               }
+       }
+-      return pmd_none(pmdp_get(pmd)) ? NULL : (pte_t *) pmd;
++      return pmd_none(*pmd) ? NULL : (pte_t *) pmd;
+ }
+ 
+ /*

Reply via email to