Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp7185999ybi; Mon, 8 Jul 2019 16:27:00 -0700 (PDT) X-Google-Smtp-Source: APXvYqxJgxjvxbj9xZy+Hdk+Cv/HAWNXIITTQ5uBB+vy5sspCaZ6oSB+vgcCFnWKJ+E9Q/Y2TKVo X-Received: by 2002:a63:3481:: with SMTP id b123mr26764381pga.358.1562628420117; Mon, 08 Jul 2019 16:27:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562628420; cv=none; d=google.com; s=arc-20160816; b=w9hpwx+zolyfz24OFJCOTX6uCiweA718QaDm5+Debu25LK768M3YsGEV1UFsWiiVTv P2yWx3YkYhg65t9kjj8YbFMNow6Q1Va5x+F+rnzqzDyIE1MboiF9qylzpM1yP1tYc1v4 Sey3rUQlY6AhDd67Cl4FXplwRkKDeZ+oy3re4fXgNP81grfUfVZhcVnDfm0cR5z2nCb4 T64Khc14SN1cAwrT+Tv6FckquwrJN4ys2uhv6/tTaM8OE5EXr765LGLwbNFpHffOQlg2 q8Qdbs75H33ifag4NNAKiCAqgSGR/IOt0PZfzvv3ownZOxz9edw6Bld8+ZOhMp1u6KgO CDVw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=UVImEJbcIvZS9i/LKRyVxrDgStj0iIqIo7JxXZOafoY=; b=vVak8XVes+IRcUrkZs63drDjnqyYP+30WlHVpaHaWM/pN8L0BfV9R9YpnSnZPm2pi6 h5XNAjxNu4ur0nfTNQKzpxmpR/YWqTx/4hdMlUZJavzbG0ELLoYiPfJ+yj9oD4rY47bw 1R1nO5MLtVfcNTRUlT80jh+nbx41Yw0sNQi03GHloEDa77OCWpdlWNFrotOrUMqAWjNu nzH6gvfTHDjC1THBQmggOFhuml/Mc8N3jNBKpkUcoCBZBNpMg1cZit+CfRvbMovZhQ7a xEb89PaWAw1bhR4mU6tp5kUhPBDhEKG02vJh7DoCywYDkAHl143wGUv4HL1ZIToqj2dy 1fQQ== 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 x3si18182390plv.26.2019.07.08.16.26.45; Mon, 08 Jul 2019 16:27:00 -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 S2405119AbfGHUxM (ORCPT + 99 others); Mon, 8 Jul 2019 16:53:12 -0400 Received: from mx2.cyber.ee ([193.40.6.72]:47343 "EHLO mx2.cyber.ee" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732038AbfGHUxM (ORCPT ); Mon, 8 Jul 2019 16:53:12 -0400 Subject: Re: [bisected] "mm/vmalloc: Add flag for freeing of special permsissions" corrupts memory on ia64 To: "Edgecombe, Rick P" , "mingo@kernel.org" , "linux-kernel@vger.kernel.org" , "peterz@infradead.org" , "linux-ia64@lists.kernel.org" Cc: "namit@vmware.com" , "Hansen, Dave" References: <096ddb2cfbe83309396c48e75648889cae68e672.camel@intel.com> From: Meelis Roos Message-ID: Date: Mon, 8 Jul 2019 23:53:07 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <096ddb2cfbe83309396c48e75648889cae68e672.camel@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: et-EE Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > I am out of the office and don't have access to this hardware either. I > will try to find someone at Intel that does to speed this up. In the > meantime I can send you a logging patch to do some sanity checks if you > are able to run it. I am also cut off from testing anything - it seems the air conditioning unit in my test site has failked for good now and the earliest I can test anything is next week. > I think I found your earlier mail, and it said 5.2-rc1 did not show the > problem. I guess this wasn't the case after further testing, but 5.1 > continued to be problem free? Yes, 5.2-rc1 was problematic in retesting, and 5.1 was OK. I also started suspecting binutils upgrade meanwhile - I upgraded binutils to 2.31.1-p5 in Gentoo right after booting into 5.1, but the bisection results were finally consistent so I did not look into binutils versions further. gcc has not changed for me recently. -- Meelis Roos