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-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3fb97b53-2bbd-41fb-b0fe-96c0dd514f17@infradead.org>
Date: Tue, 29 Jul 2025 02:01:06 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
 Linux Next Mailing List <linux-next@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
 linux-bluetooth@...r.kernel.org,
 Chandrashekar Devegowda <chandrashekar.devegowda@...el.com>,
 Kiran K <kiran.k@...el.com>,
 Luiz Augusto von Dentz <luiz.von.dentz@...el.com>,
 Arnd Bergmann <arnd@...db.de>
Subject: Re: linux-next: Tree for Jul 29 (drivers/bluetooth/btintel_pcie.c)



On 7/28/25 10:35 PM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20250728:
> 

on x86_64, when
# CONFIG_PM is not set

In file included from ../include/linux/kernel.h:36,
                 from ../drivers/bluetooth/btintel_pcie.c:9:
../drivers/bluetooth/btintel_pcie.c:2677:36: error: ‘btintel_pcie_pm_ops’ undeclared here (not in a function); did you mean ‘btintel_pcie_in_op’?
 2677 |         .driver.pm = pm_sleep_ptr(&btintel_pcie_pm_ops),
      |                                    ^~~~~~~~~~~~~~~~~~~
../include/linux/util_macros.h:136:44: note: in definition of macro ‘PTR_IF’
  136 | #define PTR_IF(cond, ptr)       ((cond) ? (ptr) : NULL)
      |                                            ^~~
../drivers/bluetooth/btintel_pcie.c:2677:22: note: in expansion of macro ‘pm_sleep_ptr’
 2677 |         .driver.pm = pm_sleep_ptr(&btintel_pcie_pm_ops),
      |                      ^~~~~~~~~~~~



-- 
~Randy


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ