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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <51a4022c-e5a7-48c2-8c87-0e26a1b7b406@gmail.com>
Date: Sun, 7 Jul 2024 01:54:12 +0200
From: Mirsad Todorovac <mtodorovac69@...il.com>
To: linux-input@...r.kernel.org
Cc: Dmitry Torokhov <dmitry.torokhov@...il.com>,
 linux-kernel@...r.kernel.org, Felipe Balbi <me@...ipebalbi.com>,
 Peter De Schrijver <peter.de-schrijver@...ia.com>
Subject: [PROBLEM linux-next] drivers/input/misc/twl4030-pwrbutton.c:33:
 warning: expecting prototype for twl4030().

Hi,

This is the result of testing randconfig with KCONFIG_SEED=0xEE7AB52F in next-20240703 vanilla tree on
Ubuntu 22.04 LTS. GCC used is gcc (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0.

The particular warning is as follows:

drivers/input/misc/twl4030-pwrbutton.c:33: warning: expecting prototype for twl4030(). Prototype was for PWR_PWRON_IRQ() instead

The offending line was brought with the commit 68d8bf0436001.

 23 #include <linux/module.h>
 24 #include <linux/init.h>
 25 #include <linux/kernel.h>
 26 #include <linux/errno.h>
 27 #include <linux/input.h>
 28 #include <linux/interrupt.h>
 29 #include <linux/of.h>
 30 #include <linux/platform_device.h>
 31 #include <linux/mfd/twl.h>
 32 
 33 #define PWR_PWRON_IRQ (1 << 0)
 34 

This time I really cannot tell what is confusing the compiler (GCC 12.3.0).

As we know, warnings might be a sign that something is wrong which I cannot see, but you might.

Best regards,
Mirsad Todorovac

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ