From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965593AbdLVJIf (ORCPT ); Fri, 22 Dec 2017 04:08:35 -0500 Received: from mail-pl0-f51.google.com ([209.85.160.51]:44548 "EHLO mail-pl0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965575AbdLVJIW (ORCPT ); Fri, 22 Dec 2017 04:08:22 -0500 X-Google-Smtp-Source: ACJfBov8gbtjr5hEpPCWRQHHsvky0rX7bBmIwSvF664dw6udAmBjxHA49Z9AU+0/VQRRyA90lu35PKVl6zt0so/UL04= MIME-Version: 1.0 In-Reply-To: <20171222085730.c4kkiohz3fkwsqnr@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> From: Dmitry Vyukov Date: Fri, 22 Dec 2017 10:08:00 +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 9:57 AM, Peter Zijlstra wrote: >> >> I think this is another manifestation of "KASAN: use-after-free Read >> >> in __schedule": >> >> https://groups.google.com/forum/#!msg/syzkaller-bugs/-8JZhr4W8AY/FpPFh8EqAQAJ >> >> +Eric already mailed a fix for it (indeed new bug in kvm code). >> > >> > FWIW, these google links keep translating everything to my local >> > language, is there any way to tell google to not do stupid stuff like >> > that and give me English like computers ought to speak? >> >> >> The group has "Group's primary language: English" in settings. I guess >> that's either your Google account settings (if you are signed in), or >> browser settings. >> For chrome there is an option in setting for preferred languages, >> browsers are supposed to send that in requests. For google account >> check https://myaccount.google.com/intro there is "Languages" section. > > I do not use (nor want to) a google account to sign in. Chromium has > English set as the preferred language (I typically don't install weird > localisation things and language packs in any case; 7bit ASCII FTW). > > I have also done the google.com/ncr thing, which got rid of google.com > defaulting to google.nl, but groups.google.com keeps insisting on > translating the 'app' to Dutch. Seeing both Dutch and English (the > actual messages) at the same time completely screws my brain. > > I'd file a bug against groups.google.com for not respecting the /ncr > thing, but I suspect you'd require a google account for that :-( You mean the messages themselves are translated? That's weird. Seems that Google Translate somehow kicks in. There is a "Offer to translate pages that aren't in a language you read" setting in chromium, but I guess if you have only English in languages it should not matter... I am out of ideas. Just in case, all syzbot reports are on LKML as well.