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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CA+G9fYsptR8VoPA0TBV0qeCy7TX2EHyD4v-EMsVbomeS5yVSLg@mail.gmail.com>
Date: Wed, 10 Jul 2024 11:53:26 +0530
From: Naresh Kamboju <naresh.kamboju@...aro.org>
To: open list <linux-kernel@...r.kernel.org>, linux-mips@...r.kernel.org, 
	lkft-triage@...ts.linaro.org
Cc: Thomas Gleixner <tglx@...utronix.de>, Serge Semin <Sergey.Semin@...kalelectronics.ru>, 
	Serge Semin <fancer.lancer@...il.com>, Daniel Lezcano <daniel.lezcano@...aro.org>
Subject: mips-gic-timer.c:180:11: error: call to undeclared function 'read_gic_redir_counter'

The arch mips builds failed on Linux next-20240709 tag due to below
build warnings / errors [1] with clang-18 and gcc-12 / gcc-8.

This is started from Linux next-20240709.
  GOOD: next-20240703
  BAD: next-20240709

Build details,
-------
kernel: 6.10.0-rc7
git_repo: https://gitlab.com/Linaro/lkft/mirrors/next/linux-next
git_ref: master
git_sha: 82d01fe6ee52086035b201cfa1410a3b04384257
git_describe: next-20240709
Test details: https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20240709

Regressions (compared to build next-20240703)
------------------------------------------------------------------------

mips:
  build:
    * clang-18-allnoconfig
    * clang-nightly-defconfig
    * gcc-8-allnoconfig
    * gcc-12-malta_defconfig
    * clang-18-tinyconfig
    * gcc-12-defconfig
    * clang-nightly-allnoconfig
    * gcc-12-tinyconfig
    * gcc-8-malta_defconfig
    * gcc-12-allnoconfig
    * clang-18-defconfig
    * gcc-8-tinyconfig
    * clang-nightly-tinyconfig
    * gcc-8-defconfig

Reported-by: Linux Kernel Functional Testing <lkft@...aro.org>

Build warnings / errors [2]:
---------
drivers/clocksource/mips-gic-timer.c:180:11: error: call to undeclared
function 'read_gic_redir_counter'; ISO C99 and later do not support
implicit function declarations [-Wimplicit-function-declaration]
  180 |                 count = read_gic_redir_counter();
      |                         ^
drivers/clocksource/mips-gic-timer.c:184:7: error: call to undeclared
function 'read_gic_redir_counter_32h'; ISO C99 and later do not
support implicit function declarations
[-Wimplicit-function-declaration]
  184 |         hi = read_gic_redir_counter_32h();
      |              ^

Links:
----
[1] https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20240709/testrun/24543079/suite/build/test/clang-18-defconfig/log
[2] https://storage.tuxsuite.com/public/linaro/lkft/builds/2j0Ox1y8pT9eOUt60DNHQZjFjD1/

--
Linaro LKFT
https://lkft.linaro.org

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ