lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f978ec9a-b103-40af-b116-6a9238197110@roeck-us.net>
Date: Sat, 3 May 2025 06:03:53 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, stable@...r.kernel.org
Cc: patches@...ts.linux.dev, linux-kernel@...r.kernel.org,
 torvalds@...ux-foundation.org, akpm@...ux-foundation.org, shuah@...nel.org,
 patches@...nelci.org, lkft-triage@...ts.linaro.org, pavel@...x.de,
 jonathanh@...dia.com, f.fainelli@...il.com, sudipm.mukherjee@...il.com,
 srw@...dewatkins.net, rwarsow@....de, conor@...nel.org,
 hargar@...rosoft.com, broonie@...nel.org
Subject: Re: [PATCH 6.1 000/157] 6.1.136-rc2 review

On 5/1/25 01:14, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.136 release.
> There are 157 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
> 
> Responses should be made by Sat, 03 May 2025 08:08:16 +0000.
> Anything received after that time might be too late.
> 

Building loongarch:defconfig ... failed
--------------
Error log:
arch/loongarch/mm/hugetlbpage.c: In function 'huge_pte_offset':
arch/loongarch/mm/hugetlbpage.c:50:25: error: implicit declaration of function 'pmdp_get'; did you mean 'ptep_get'? [-Werror=implicit-function-declaration]
    50 |         return pmd_none(pmdp_get(pmd)) ? NULL : (pte_t *) pmd;
       |                         ^~~~~~~~
       |                         ptep_get
arch/loongarch/mm/hugetlbpage.c:50:25: error: incompatible type for argument 1 of 'pmd_none'
    50 |         return pmd_none(pmdp_get(pmd)) ? NULL : (pte_t *) pmd;
       |                         ^~~~~~~~~~~~~
       |                         |
       |                         int
In file included from arch/loongarch/include/asm/uaccess.h:17,
                  from include/linux/uaccess.h:11,
                  from include/linux/sched/task.h:11,
                  from include/linux/sched/signal.h:9,
                  from include/linux/rcuwait.h:6,
                  from include/linux/percpu-rwsem.h:7,
                  from include/linux/fs.h:33,
                  from arch/loongarch/mm/hugetlbpage.c:6:
arch/loongarch/include/asm/pgtable.h:198:34: note: expected 'pmd_t' but argument is of type 'int'
   198 | static inline int pmd_none(pmd_t pmd)
       |                            ~~~~~~^~~
arch/loongarch/mm/hugetlbpage.c:51:1: error: control reaches end of non-void function [-Werror=return-type]

Guenter


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ