From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932384AbdLVKD1 (ORCPT ); Fri, 22 Dec 2017 05:03:27 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:40115 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757436AbdLVKDW (ORCPT ); Fri, 22 Dec 2017 05:03:22 -0500 Date: Fri, 22 Dec 2017 11:03:08 +0100 From: Peter Zijlstra To: Dmitry Vyukov 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 Subject: Re: general protection fault in finish_task_switch Message-ID: <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 22, 2017 at 10:48:28AM +0100, Dmitry Vyukov wrote: > On Fri, Dec 22, 2017 at 10:30 AM, Peter Zijlstra wrote: > > On Fri, Dec 22, 2017 at 10:08:00AM +0100, Dmitry Vyukov 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.