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: <20231016101551.7308-1-kkartik@nvidia.com> Date: Mon, 16 Oct 2023 15:45:51 +0530 From: Kartik <kkartik@...dia.com> To: <christophe.jaillet@...adoo.fr> CC: <akpm@...ux-foundation.org>, <andy@...nel.org>, <arnd@...db.de>, <frank.li@...o.com>, <jonathanh@...dia.com>, <keescook@...omium.org>, <kkartik@...dia.com>, <linus.walleij@...aro.org>, <linux-hardening@...r.kernel.org>, <linux-kernel@...r.kernel.org>, <linux-mm@...ck.org>, <linux-tegra@...r.kernel.org>, <pdeschrijver@...dia.com>, <petlozup@...dia.com>, <pshete@...dia.com>, <robh@...nel.org>, <stefank@...dia.com>, <thierry.reding@...il.com>, <ulf.hansson@...aro.org> Subject: Re: [PATCH v5 4/8] soc/tegra: fuse: Add tegra_acpi_init_apbmisc() On Mon, 2023-10-16 at 07:41 +0200, Christophe JAILLET wrote: > > + /* > > + * Get required memory resources. > > + * > > + * resources[0]: apbmisc. > > + * resources[1]: straps. > > + */ > > + resource_list_for_each_entry_safe(rentry, tmp, &resource_list) { > > Nit: Is the 'safe' version really needed here? > > CJ No, it seems like the safe version is not required. We do not expect any modifications to resource_list here. I've updated this in v6. Thanks and Regards, Kartik
Powered by blists - more mailing lists