From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-x22f.google.com (mail-lf0-x22f.google.com [IPv6:2a00:1450:4010:c07::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 8767A3B2A4 for ; Thu, 4 Jan 2018 09:49:25 -0500 (EST) Received: by mail-lf0-x22f.google.com with SMTP id c19so2019711lfg.3 for ; Thu, 04 Jan 2018 06:49:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=35wN0nSvQzL1aXtkX3b+NbjSA63d1kc3Yqrh/vxMpao=; b=JLjGLWjxGwCwgri2hobEzm+/EDpmMG22G0eX0ZrC0U8unSWoXrwOdq5wkhLvFxvcqO caDAB1uRHRKG86xUEzJAvEQq8W6hUE8mNXg0cKqSql1t3SEiT7RqEnIL523But9FLbFq yJSadsV2NwrQH0SEhkiay6s1U+cDzGLzeAtvgrBT7puSbJCZVqBq8yHnyNUvDMABLhHq 5UsWsKZDFdmuhSzGBsFhmMFAoTDu2tH3V/NvJrdFYbusPQy4aPGLI1BZtfDThRbjStSR 5T9QUlinox/CJroPSwWCvn1wYw3diGw0QaNDQKW6i94kAyHHXrqL20LIdmyISXcJN/ZU jQAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=35wN0nSvQzL1aXtkX3b+NbjSA63d1kc3Yqrh/vxMpao=; b=gQw28hHRrVZzdimKLKPeIBpxDw7IiEH0EeYfwMp8Wsm5Cak43rTzDvAUjNxjAPVsc4 jkOGTq34TJ22VkYrtQsrTj1+H9fq0hNKedVPJRe/v+3lwlPL/qdUQeVRg1RCtJ7FCB7n IvRSU+cfDa1oo6VlTYl7kzPBOAaynwqd31NwzuQjYKFBOjpFr3KXtwYgg8qIDhGSM11i f3kK45AoT5s34ECB2lnu3Z6qWWvfQogxhrIq89jGwL/Yq7Jlu2BER/WtfL/WAG5zRKdy eHzmKOPIefbNusSp9rtwEpJi1BLZ6tV6K0wcDMYN9KrMyQd7NDQ0TV4CVU4ZT0wc7hX/ CBfQ== X-Gm-Message-State: AKGB3mIUDK+b8j872dedp0G/XWUP0wYZNDELpHNExiPtZXMgRbqttRQQ Dg++xx1DH4CV29B5ZcLhPaQ= X-Google-Smtp-Source: ACJfBoupoT9f1b8MQKrn+UB+Mw2M/1417oE/h6Sm7GW/2hPNC764NZ1gkXqEEpUb5m+CwIENSdwbkw== X-Received: by 10.46.1.18 with SMTP id 18mr2894359ljb.51.1515077364353; Thu, 04 Jan 2018 06:49:24 -0800 (PST) Received: from [192.168.239.216] (mobile-access-bceee7-52.dhcp.inet.fi. [188.238.231.52]) by smtp.gmail.com with ESMTPSA id x10sm653443lje.47.2018.01.04.06.49.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Jan 2018 06:49:23 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) From: Jonathan Morton In-Reply-To: Date: Thu, 4 Jan 2018 16:49:21 +0200 Cc: cerowrt-devel@lists.bufferbloat.net Content-Transfer-Encoding: quoted-printable Message-Id: References: <2D7460E1-C724-4DAE-86CA-2D48AB2DAFE5@gmail.com> To: Dave Taht X-Mailer: Apple Mail (2.3445.5.20) Subject: Re: [Cerowrt-devel] KASLR: Do we have to worry about other arches than x86? X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jan 2018 14:49:25 -0000 > On 4 Jan, 2018, at 3:59 pm, Dave Taht wrote: >=20 > Alan cox has been doing a good job of finding the good stuff. Power > and the IBM z-series are also affected. Conversely, the ARM-1176, Cortex-A7 and Cortex-A53 cores used by various = iterations of the Raspberry Pi are not affected. These are all in-order = execution CPUs with short pipelines, and I think they're representative = of what you'd want in CPE. - Jonathan Morton