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]
Date:   Fri, 21 Oct 2016 01:27:59 -0700
From:   tip-bot for Sudip Mukherjee <tipbot@...or.com>
To:     linux-tip-commits@...r.kernel.org
Cc:     lee.jones@...aro.org, tglx@...utronix.de,
        sudip.mukherjee@...ethink.co.uk, sudipm.mukherjee@...il.com,
        linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
        tony@...mide.com, m.niestroj@...nn-global.com,
        grygorii.strashko@...com
Subject: [tip:irq/urgent] kernel/irq: Export irq_set_parent()

Commit-ID:  3118dac501bc0317de099db81618d589503351e1
Gitweb:     http://git.kernel.org/tip/3118dac501bc0317de099db81618d589503351e1
Author:     Sudip Mukherjee <sudipm.mukherjee@...il.com>
AuthorDate: Thu, 6 Oct 2016 23:06:43 +0530
Committer:  Thomas Gleixner <tglx@...utronix.de>
CommitDate: Fri, 21 Oct 2016 10:21:38 +0200

kernel/irq: Export irq_set_parent()

The TPS65217 driver grew interrupt support which uses
irq_set_parent(). While it's not yet clear why this is used in the first
place, building the driver as a module fails with:

 ERROR: ".irq_set_parent" [drivers/mfd/tps65217.ko] undefined!

The correctness of the driver change is still investigated, but for now
it's less trouble to export irq_set_parent() than dealing with the build
wreckage.

[ tglx: Rewrote changelog and made the export GPL ]

Fixes: 6556bdacf646 ("mfd: tps65217: Add support for IRQs")
Signed-off-by: Sudip Mukherjee <sudip.mukherjee@...ethink.co.uk>
Cc: Sudip Mukherjee <sudipm.mukherjee@...il.com>
Cc: Marcin Niestroj <m.niestroj@...nn-global.com>
Cc: Grygorii Strashko <grygorii.strashko@...com>
Cc: Tony Lindgren <tony@...mide.com>
Cc: Lee Jones <lee.jones@...aro.org>
Link: http://lkml.kernel.org/r/1475775403-27207-1-git-send-email-sudipm.mukherjee@gmail.com
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>

---
 kernel/irq/manage.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index 0c5f1a5..9c4d304 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -721,6 +721,7 @@ int irq_set_parent(int irq, int parent_irq)
 	irq_put_desc_unlock(desc, flags);
 	return 0;
 }
+EXPORT_SYMBOL_GPL(irq_set_parent);
 #endif
 
 /*

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ