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: <CAB_-8bLk-HVWB6Mmt=rjDguou1kbGQ9c7o5nQxV3zAg+Txf7GQ@mail.gmail.com> Date: Thu, 18 Dec 2014 21:07:46 +0000 From: "Rogelio M. Serrano Jr." <rogelios664@...il.com> To: linux-kernel@...r.kernel.org, PaX Team <pageexec@...email.hu> Subject: atomic_inc and spin_lock_irq whats the difference between: atomic_inc(&port->count); and spin_lock_irq(&port->lock); ++port->count; spin_unlock_irq(&port->lock); -- 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/