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
| ||
|
Message-ID: <3d087d6b-2ab5-4113-99aa-4dd6b9d88b22@redhat.com> Date: Fri, 22 Dec 2023 15:10:45 +0100 From: Hans de Goede <hdegoede@...hat.com> To: Stephen Rothwell <sfr@...b.auug.org.au>, Mark Gross <markgross@...nel.org> Cc: Rajvi Jingar <rajvi.jingar@...ux.intel.com>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Linux Next Mailing List <linux-next@...r.kernel.org> Subject: Re: linux-next: build warnings after merge of the drivers-x86 tree Hi All, On 12/22/23 03:54, Stephen Rothwell wrote: > Hi all, > > After merging the drivers-x86 tree, today's linux-next build (x86_64 > allmodconfig) produced these warnings: > > drivers/platform/x86/intel/pmc/arl.c:680:6: warning: no previous prototype for 'arl_d3_fixup' [-Wmissing-prototypes] > 680 | void arl_d3_fixup(void) > | ^~~~~~~~~~~~ > drivers/platform/x86/intel/pmc/arl.c:685:5: warning: no previous prototype for 'arl_resume' [-Wmissing-prototypes] > 685 | int arl_resume(struct pmc_dev *pmcdev) > | ^~~~~~~~~~ > drivers/platform/x86/intel/pmc/lnl.c:503:6: warning: no previous prototype for 'lnl_d3_fixup' [-Wmissing-prototypes] > 503 | void lnl_d3_fixup(void) > | ^~~~~~~~~~~~ > drivers/platform/x86/intel/pmc/lnl.c:509:5: warning: no previous prototype for 'lnl_resume' [-Wmissing-prototypes] > 509 | int lnl_resume(struct pmc_dev *pmcdev) > | ^~~~~~~~~~ > > Introduced by commits > > f34dcf397286 ("platform/x86/intel/pmc: Add Arrow Lake S support to intel_pmc_core driver") > 119652b855e6 ("platform/x86/intel/pmc: Add Lunar Lake M support to intel_pmc_core driver") Ravji, can you please submit some fixes for these ? Please split out the fixes into one per file, then I'll squash them into the original commits. Stephen, thank you for reporting these. Regards, Hans
Powered by blists - more mailing lists