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] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkdZuo-GX+3xjpbLZsDUddEBbKVpfReH=+Ce=470bQ55BgA@mail.gmail.com>
Date: Wed, 8 Jan 2025 22:58:01 +0100
From: Linus Walleij <linus.walleij@...aro.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Daniel Golle <daniel@...rotopia.org>, Frank Wunderlich <frank-w@...lic-files.de>, 
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, 
	Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: build failure after merge of the pinctrl tree

On Wed, Jan 8, 2025 at 10:47 PM Stephen Rothwell <sfr@...b.auug.org.au> wrote:
> On Mon, 6 Jan 2025 16:46:30 +1100 Stephen Rothwell <sfr@...b.auug.org.au> wrote:
> >
> > After merging the pinctrl tree, today's linux-next build (x86_64
> > allmodconfig) failed like this:
> >
> > drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_set_pd':
> > drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:606:13: error: unused variable 'err' [-Werror=unused-variable]
> >   606 |         int err, pd;
> >       |             ^~~
> > drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: At top level:
> > drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:602:12: error: 'mtk_pinconf_bias_set_pd' defined but not used [-Werror=unused-function]
> >   602 | static int mtk_pinconf_bias_set_pd(struct mtk_pinctrl *hw,
> >       |            ^~~~~~~~~~~~~~~~~~~~~~~
> > cc1: all warnings being treated as errors
> >
> > Caused by commit
> >
> >   1673d720b7e2 ("pinctrl: mediatek: add support for MTK_PULL_PD_TYPE")
> >
> > I have used the pinctrl tree from next-20241220 for today.
>
> I am still seeing these errors.

Sorry for not attending to it earlier.

I fixed this up by just adding a patch deleting the unused
mtk_pinconf_bias_set_pd() function. That should do it.

Thanks Stephen!

Yours,
Linus Walleij

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ