From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758501AbdLVKZO (ORCPT ); Fri, 22 Dec 2017 05:25:14 -0500 Received: from mail-pl0-f48.google.com ([209.85.160.48]:42707 "EHLO mail-pl0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756354AbdLVKZH (ORCPT ); Fri, 22 Dec 2017 05:25:07 -0500 X-Google-Smtp-Source: ACJfBovKUiEyLnpkop4Q/9xX5qdHslyKo1eEHujJT11jOp5/lktp5/DSm3gRXxhVW22phswCPRgWeMV9qpLRK5Gs0Es= MIME-Version: 1.0 In-Reply-To: <20171222100308.lllrvfhpvyhgc5yz@hirez.programming.kicks-ass.net> References: <001a113ef748cc1ee50560c7b718@google.com> <20171222081756.ur5uuh5wjri2ymyk@hirez.programming.kicks-ass.net> <20171222083615.dr7jpzjjc6ye3eut@hirez.programming.kicks-ass.net> <20171222085730.c4kkiohz3fkwsqnr@hirez.programming.kicks-ass.net> <20171222093045.cblxhzev5drgtj4s@hirez.programming.kicks-ass.net> <20171222100308.lllrvfhpvyhgc5yz@hirez.programming.kicks-ass.net> From: Dmitry Vyukov Date: Fri, 22 Dec 2017 11:24:45 +0100 Message-ID: Subject: Re: general protection fault in finish_task_switch To: Peter Zijlstra Cc: Linus Torvalds , syzbot , Ingo Molnar , Andrew Morton , Dave Jiang , Hugh Dickins , Jan Kara , Jerome Glisse , "Kirill A. Shutemov" , Linux Kernel Mailing List , linux-mm , tcharding , Michal Hocko , Minchan Kim , Ross Zwisler , syzkaller-bugs@googlegroups.com, Matthew Wilcox , Eric Biggers Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 22, 2017 at 11:03 AM, Peter Zijlstra wrote: >> >> You mean the messages themselves are translated? >> > >> > No, just the webapp thing, which is bad enough. The actual messages are >> > untouched. >> >> Then try to open dev console in chromium (for me it's shift+ctrl+c), >> reload the page, and then on the Network tab of dev console you can >> see all request headers your browser sends. For me I see: >> >> accept-language: en-US,en;q=0.9,ru;q=0.8 > > accept-language:en-US,en;q=0.9 > >> and the resulting page is in english. > > But I suspect you are in fact signed in and located in the US (your > email headers suggest you're in PST), right? > > I'm sure that if I request the page using an IP that geo-locates to the > US, I'd see the thing in English too. I am in Germany. Also tried to open it unsigned from incognito window, still english...