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: <1199547382-29969-1-git-send-email-marcin.slusarz@gmail.com> Date: Sat, 5 Jan 2008 16:36:19 +0100 From: marcin.slusarz@...il.com To: LKML <linux-kernel@...r.kernel.org> Cc: Mark Fasheh <mark.fasheh@...cle.com>, OCFS2-devel <ocfs2-devel@....oracle.com>, Christoph Hellwig <hch@...radead.org>, kernel-janitors <kernel-janitors@...r.kernel.org>, Andrew Morton <akpm@...ux-foundation.org>, linux-ext4@...r.kernel.org, xfs-masters@....sgi.com, Marcin Slusarz <marcin.slusarz@...il.com> Subject: [PATCH 0/3] byteorder: introduce le32_add_cpu & friends to core Hi This patchset moves le*_add_cpu and be*_add_cpu functions from OCFS2 to core header (1st), converts ext3 filesystem to this API (2nd) and replaces XFS different named functions with new ones (3rd). There are many places where these functions will be useful. Just look at: grep -r 'cpu_to_[ble12346]*([ble12346]*_to_cpu.*[-+]' linux-src/ Patch for ext3 is an example how conversions will probably look like. ps: this patchset depends on http://lkml.org/lkml/2007/12/25/35 (which is in ocfs2 git tree, branches: trivial, ALL) Marcin Slusarz - To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists