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: <20140907.161543.2206530539028176158.davem@davemloft.net> Date: Sun, 07 Sep 2014 16:15:43 -0700 (PDT) From: David Miller <davem@...emloft.net> To: dborkman@...hat.com Cc: ast@...mgrid.com, netdev@...r.kernel.org, edumazet@...gle.com, heiko.carstens@...ibm.com, schwidefsky@...ibm.com Subject: Re: [PATCH net-next 1/3] net: bpf: consolidate JIT binary allocator From: Daniel Borkmann <dborkman@...hat.com> Date: Sat, 6 Sep 2014 11:42:45 +0200 > While reviewing the code, I think on s390, the alignment masking > seems not to be correct in it's current form, that is, we make sure > the first instruction starts at an even address as stated by commit > aa2d2c73c21f but masks the start with '& -2' while 2 byte-alignment > should rather be '& ~1'. Both -2 and ~1 are the same value. -- To unsubscribe from this list: send the line "unsubscribe netdev" 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