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: <lkjvxcz09835mnsdfv0983q4m1234m@havoc.gtf.org> Date: Sun, 21 Oct 2007 03:52:07 -0400 (EDT) From: Jeff Garzik <jeff@...zik.org> To: LKML <linux-kernel@...r.kernel.org> Subject: [PATCH 0/17] various irq handler cleanups This series continues the work of running through irq handlers that use their 'irq' argument -- almost always for trivial (or even wrong) reasons. In many cases, this work eliminates some pointless code in the fastpath, and/or otherwise makes interrupt handling [ever so] slightly more efficient and clean. As usual, this work is being committed to the 'irq-cleanups' branch of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6.git which encompasses the following changes (includes some previously posted, and not re-posted in this series): older cleanups: [PARPORT] Consolidate code copies into a single generic irq handler [PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interru [PARPORT] Remove unused 'irq' argument from parport irq functions [BLUETOOTH] Eliminate checks for impossible conditions in irq handler Eliminate pointless casts from void* in a few driver irq handlers. [SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriate [NETDRVR] lib82596, netxen: delete pointless tests from irq handler [SCSI] aha152x: delete pointless test in irq handler [ATM, CHAR, TOUCHSCREEN] remove needless use of irq handler first arg new cleanups: [IRQ ARG CLEANUP] more driver cleanups drivers/char/ip2: split out irq core logic into separate function drivers/char/ip2: separate polling and irq-driven work entry points char/pcmcia/synclink_cs: trim trailing whitespace drivers/char/pcmcia/synclink_cs.c: irq handler cleanups drivers/char/riscom8: irq handler cleanups drivers/char/{rio,specialix,sx}: irq handler cleanups arch/x86/kernel/vm86_32.c: irq handler cleanup drivers/char/{synclink,tpm}: irq handler cleanups drivers/input/serio/i8042.c: irq handler clean isdn/act2000: fix major bug. clean irq handler. isdn/sc: irq handler clean [netdrvr] driver irq handler cleanups pcmcia/i82365: irq handler cleanups serial, rtc/ds1374: irq handler cleanups [SCSI] driver irq handler cleanups RTC interrupt handling cleanups - 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