Received: by 10.192.165.148 with SMTP id m20csp3728170imm; Mon, 7 May 2018 18:23:20 -0700 (PDT) X-Google-Smtp-Source: AB8JxZqNG4QMF3JuAhJrVMtZ/B0sD2RydgkcLqKN0+sI6eFL7mTqVl+mPACe/O90+UYXs2mTaUPQ X-Received: by 2002:a17:902:20cb:: with SMTP id v11-v6mr38616607plg.82.1525742599969; Mon, 07 May 2018 18:23:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525742599; cv=none; d=google.com; s=arc-20160816; b=ZbvmD2IXG0O6SMxQI72p64hHMYwJfQfbkugPQIJ3c4hdZPbyyc1S6e0U89803oIacH U0RdhxfeXgdoK88Gwp425bgZV+nKjK52vWs/lMwDZQ2xERv1bCCu7Dwb1flA82WVg3FV c1ipkg8AF9TC2UQquN8yRaG4lc4q/PpnHFkA/qAG/xw6VIqZxEq0bkYqPbjEQTwz9/Pu hhpw/ZNPTdWHZ4A6vJWimfPYhvHdjOwlSSslJw0l+9/ZvjJrANGZvrekaNhX/tPdmnhX Aun60t38rCj8ZbAMK4FTJQSBZJWLdRxO4n7UKW3Mq1eopOcrp3UoX44BliZQ2ZOp7E+p qj+w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:references :in-reply-to:subject:cc:date:to:from:arc-authentication-results; bh=RgsYkIVt+10TibzePPCIU+PDrb0dndJEe0/TAquL0uE=; b=YcOkPVqItNFG9lDJvL97y164Bk2Ifg+PFHdyl1lz0CLgFF9UHAA7OvwW1xB4cLJ+gi RfpFWqXsfcWyhdW/C76X6YUs20X8eU8gJXf52bWZuqs00W6CWoRM9KMKbkDwWVzyPChP BHVdqKcw88WUg4Tm48F/M1UweoetmwLucZ6ahTij1KnaqhdyzufJefRARtK35Lwi4PCR KhFrtDXWJyaOLfTpgDDV7gdp560rB1LgwWgPB2KsKWi+njhwhOvVN+RS2PG8Ig0Ga+rr XNoTP81lfsF+BdZOcUNpKVcy+jLy44lfHPiYQOxyT/bk4x2al7sPoW4hbPIIla791Bnm E94w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p10si23388763pfn.65.2018.05.07.18.23.05; Mon, 07 May 2018 18:23:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753763AbeEHBWq (ORCPT + 99 others); Mon, 7 May 2018 21:22:46 -0400 Received: from mx2.suse.de ([195.135.220.15]:56339 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753457AbeEHBWp (ORCPT ); Mon, 7 May 2018 21:22:45 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 57937AEE8; Tue, 8 May 2018 01:22:44 +0000 (UTC) From: NeilBrown To: James Hogan Date: Tue, 08 May 2018 11:22:36 +1000 Cc: Ralf Baechle , Paul Burton , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] MIPS: c-r4k: fix data corruption related to cache coherence. In-Reply-To: <20180507201655.GA27369@jamesdev> References: <87sh7klyhc.fsf@notabene.neil.brown.name> <20180425214650.GA25917@saruman> <87h8nzlzf1.fsf@notabene.neil.brown.name> <20180425220834.GC25917@saruman> <87vacdlf8d.fsf@notabene.neil.brown.name> <87lgcwcvj2.fsf@notabene.neil.brown.name> <20180507201655.GA27369@jamesdev> Message-ID: <87o9hraqlf.fsf@notabene.neil.brown.name> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, May 07 2018, James Hogan wrote: > On Mon, May 07, 2018 at 07:40:49AM +1000, NeilBrown wrote: >>=20 >> Hi James, >> this hasn't appear in linux-next yet, or in any branch >> of >> git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips.git >>=20 >> Should I expect it to? > > Sorry Neil, I haven't applied it yet. I'm planning to get a few fixes > sorted this week, at which point it would land in the mips-fixes branch > at the above repo. Cool, thanks. I just wanted to be sure it hadn't got lost somehow. Thanks, NeilBrown --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEG8Yp69OQ2HB7X0l6Oeye3VZigbkFAlrw+90ACgkQOeye3VZi gbl7ihAAvDWYQORJ2Fp279rRBBxckcbj1lJmXon2JszAqmitMmvRTKg38KD2xWYK GwTWxZXsH+xe/6sp1by6W8K6Pt0jTJMAS4SUS/khKGYm7pHaNAC9dnHDhtizjMRo FIQ1uBhmp7ik1O3x3nYdMzJYADFKlhOif96CIua2ix7jO17WpLkFPe/aq9h/0kqb 9C3M7WJX5X3FVZC5y0JEkuEsfIQVlPu+C+NEKo+4jmHbYu1cySGye43aTGasGrGY JzHchQq06enVh/KZj24UvmDtTs+T43JDOL8OvXoLafALhxvlc+BgAUqqXz84Y8na XxPAY4LIYIIe/WRnecucM1Vh8JCt9RLhpcyTuzekDgBNN8xLi0uVLLz+m9Ap++3h 2V1mWhusXUCpNOye5T31g3L6miH3G9zwKh87rlLK0g3Ypmso76Igg6qHGMqxHkQB RxRmSVYbWKKJ/rKJA6nMtccIMo+EW6UE6cxdtUIBDLb/P1s8PqkC93UOLaFr2/0F 0DM94U8NlBXWRzqSS4NN5jZEypkU9qwTC2wR5QNkgkJtVsH8ATh5MN+7Lkp6SfOn M811uwkCtC+0VxTUyShk5e4c3ae9dnRs2We/Q3MRPnpCCusnJpqfwpk3ci8iIfCh xMhZ33FugAQTbnM9r5xZePxHxXqHhcYbe8Y2NkKznscrsYS0Nk8= =rIhl -----END PGP SIGNATURE----- --=-=-=--