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: <87tui8ub87.wl-maz@kernel.org> Date: Sat, 25 Sep 2021 12:48:56 +0100 From: Marc Zyngier <maz@...nel.org> To: Florian Fainelli <f.fainelli@...il.com> Cc: linux-kernel@...r.kernel.org, Russell King <linux@...linux.org.uk>, Ray Jui <rjui@...adcom.com>, Scott Branden <sbranden@...adcom.com>, bcm-kernel-feedback-list@...adcom.com (maintainer:BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITE...), Catalin Marinas <catalin.marinas@....com>, Will Deacon <will@...nel.org>, Yoshinori Sato <ysato@...rs.sourceforge.jp>, Rich Felker <dalias@...c.org>, Thomas Gleixner <tglx@...utronix.de>, Rob Herring <robh+dt@...nel.org>, Frank Rowand <frowand.list@...il.com>, Ard Biesheuvel <ardb@...nel.org>, Mike Rapoport <rppt@...nel.org>, Linus Walleij <linus.walleij@...aro.org>, Andrew Morton <akpm@...ux-foundation.org>, Geert Uytterhoeven <geert+renesas@...der.be>, Arnd Bergmann <arnd@...db.de>, Guenter Roeck <linux@...ck-us.net>, Kefeng Wang <wangkefeng.wang@...wei.com>, Mark Rutland <mark.rutland@....com>, Andrey Konovalov <andreyknvl@...il.com>, Anshuman Khandual <anshuman.khandual@....com>, Valentin Schneider <valentin.schneider@....com>, Ingo Molnar <mingo@...nel.org>, Peter Zijlstra <peterz@...radead.org>, linux-arm-kernel@...ts.infradead.org (moderated list:ARM PORT), linux-sh@...r.kernel.org (open list:SUPERH), linux-mips@...r.kernel.org (open list:BROADCOM BMIPS MIPS ARCHITECTURE), devicetree@...r.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE) Subject: Re: [PATCH 03/11] genirq: Export irq_set_affinity_locked() On Fri, 24 Sep 2021 18:05:38 +0100, Florian Fainelli <f.fainelli@...il.com> wrote: > > irq-bcm7038-l1 uses that symbol and we want to make it a loadable module > in subsequent changes. > > Signed-off-by: Florian Fainelli <f.fainelli@...il.com> > --- > kernel/irq/manage.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c > index 7405e384e5ed..e0c573e5d249 100644 > --- a/kernel/irq/manage.c > +++ b/kernel/irq/manage.c > @@ -369,6 +369,7 @@ int irq_set_affinity_locked(struct irq_data *data, const struct cpumask *mask, > > return ret; > } > +EXPORT_SYMBOL_GPL(irq_set_affinity_locked); > > /** > * irq_update_affinity_desc - Update affinity management for an interrupt This doesn't seem right. This driver seem to try and move interrupts on its own when the CPU goes down. Why can't it rely on the normal CPU hotplug infrastructure to do so like all the other drivers (bar some Cavium driver that does the same thing)? I'd rather you take this opportunity to move these drivers into the 21st century, so that we can kill irq_cpu_offline() and co altogether. Thanks, M. -- Without deviation from the norm, progress is not possible.
Powered by blists - more mailing lists