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>] [day] [month] [year] [list]
Date:	Tue, 10 Oct 2006 18:56:57 +0200 (CEST)
From:	Jiri Kosina <jikos@...os.cz>
To:	Jeff Garzik <jeff@...zik.org>
cc:	linux-kernel@...r.kernel.org
Subject: [PATCH] drivers/net/irda/donauboe.c broken in current git tree

Hi Jeff,

your commit c31f28e778ab299a5035ea2bda64f245b8915d7c (which currently is 
in mainline) broke drivers/net/irda/donauboe.c, as it removes 
toshoboe_invalid_dev(), but this is called from toshoboe_interrupt() 
(your patch removed reference to it only from toshoboe_probeinterrupt().

I guess the fix below is appropriate .. ?

Signed-off-by: Jiri Kosina <jikos@...os.cz>

diff --git a/drivers/net/irda/donauboe.c b/drivers/net/irda/donauboe.c
index 636d063..14cc217 100644
--- a/drivers/net/irda/donauboe.c
+++ b/drivers/net/irda/donauboe.c
@@ -1158,9 +1158,6 @@ toshoboe_interrupt (int irq, void *dev_i
   __u8 irqstat;
   struct sk_buff *skb = NULL;
 
-  if (self == NULL && toshoboe_invalid_dev(irq))
-    return IRQ_NONE;
-
   irqstat = INB (OBOE_ISR);
 
 /* was it us */

-- 
Jiri Kosina
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ