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: <20231231112127.GC3813474@rocinante> Date: Sun, 31 Dec 2023 20:21:27 +0900 From: Krzysztof WilczyĆski <kw@...ux.com> To: Christophe JAILLET <christophe.jaillet@...adoo.fr> Cc: Nirmal Patel <nirmal.patel@...ux.intel.com>, Jonathan Derrick <jonathan.derrick@...ux.dev>, Lorenzo Pieralisi <lpieralisi@...nel.org>, Rob Herring <robh@...nel.org>, Bjorn Helgaas <bhelgaas@...gle.com>, linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org, linux-pci@...r.kernel.org Subject: Re: [PATCH] PCI: vmd: Remove usage of the deprecated ida_simple_xx() API Hello, > > ida_alloc() and ida_free() should be preferred to the deprecated > > ida_simple_get() and ida_simple_remove(). > > > > This is less verbose. > > Applied to controller/vmd, thank you! > > [1/1] PCI: vmd: Remove usage of the deprecated ida_simple_xx() API > https://git.kernel.org/pci/pci/c/991801bc4722 Given two other similar changes: - https://lore.kernel.org/linux-pci/cc01721cec2d416d7bdf47086943b17ef44b7286.1702966181.git.christophe.jaillet@wanadoo.fr - https://lore.kernel.org/linux-pci/47a30441242c4d5f0e00555cbddd7783350ff1b2.1702966523.git.christophe.jaillet@wanadoo.fr I moved this particular change to the same branch as the above so that these are collected together within a single branch. And, as such: Applied to remove-old-api, thank you! [1/1] PCI: vmd: Remove usage of the deprecated ida_simple_*() API https://git.kernel.org/pci/pci/c/0eccea7150e3 Krzysztof
Powered by blists - more mailing lists