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: <20231026162438.5b063044@bootlin.com> Date: Thu, 26 Oct 2023 16:24:38 +0200 From: Herve Codina <herve.codina@...tlin.com> To: Rob Herring <robh@...nel.org> Cc: Frank Rowand <frowand.list@...il.com>, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH 2/2] of: address: Consolidate bus .map() functions Hi Rob, On Thu, 26 Oct 2023 08:53:59 -0500 Rob Herring <robh@...nel.org> wrote: > The bus .map() functions vary only by checking the flag cells values > and skipping over any flag cells to read the addresses. Otherwise they > all do the same reading 'ranges' address and size and returning the > address's offset if it is within the 'ranges' entry. > > Refactor all the .map() functions to pass in the flag cell size so that > each bus can check the bus specific flags and then call a common > function to do everything else. > > Signed-off-by: Rob Herring <robh@...nel.org> Acked-by: Herve Codina <herve.codina@...tlin.com> Best regards, Hervé
Powered by blists - more mailing lists