Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp785210ybh; Tue, 21 Jul 2020 07:55:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx4M61XqKjlShDaVa0uXumi3A4832Eqx/4ZMrlx34G3Iqbn+TtNGAupLG0bL2cYzSUT/PhC X-Received: by 2002:a50:ee84:: with SMTP id f4mr25341163edr.183.1595343348192; Tue, 21 Jul 2020 07:55:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595343348; cv=none; d=google.com; s=arc-20160816; b=D73Ijv7OpEKd6DRZR5CzB4+GwTkR8bTRUAPuUVi2j6WaD+6O7vXbZqamUuIIn+AzK1 fer2NiQasEn1ZFplECWhs6az+jCtraIcQbJt/5eWr5P7HEgziL1kpONf4nMRqQf1vq3S 1Hvey8Blq6+eLFRWwBe2r2+94N4YanssG5rWCmPyPdilxz7x/odTmcSaD8MN/lskIN59 wmSu31PRKc+gf76WTx8knijndE1A/Qqr7Ix+JWTxCoyBId8nRJ8gGcbDKWCmWheJiqxX OqkH/HQ7WgpvTg7TduwOoSKJbCetIyDBCRbfC28ygEhNm7cCOIU4ijKJkoLxEUjh4+bN tDJQ== 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:mime-version:user-agent:date:message-id:subject :from:cc:to; bh=enfWSUAg84smjbScr7nAUR1WIwzMha1lZd0V55m+tjA=; b=fCB812jUkLijZScxy8qX5t4AN2PEnOpnVeR1vBK3zdnNCbDlQaGoIvopmEZEHZcuz4 b8992P9RjHfsM+8kh37j4IqsaYkMsXvluKSif+Odk3T45UQWqa30bnv8fn46GXbQDh8m QHCOIstgfwzR/U3jy8f1Zuu/wgM3tuKxyrON+NZEg5Tk/Lb2oGjavk06qFuqr6f+ioEH nnU+8TNwq4l+/8y+DAjqG48Ca8MmNuFfsg4ajGVQmU+pXWxWa8rywseByeJw2ki+Edqh gqwmoIfjGjTJCqSCwjS5Rgdc7iidIiwF7GpS5usjodHOdV4mhj5jq+W2ANQR8wAI12Wj QAsQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x18si12416044ejb.418.2020.07.21.07.55.25; Tue, 21 Jul 2020 07:55:48 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728755AbgGUOzP (ORCPT + 99 others); Tue, 21 Jul 2020 10:55:15 -0400 Received: from mx3.molgen.mpg.de ([141.14.17.11]:43891 "EHLO mx1.molgen.mpg.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726710AbgGUOzP (ORCPT ); Tue, 21 Jul 2020 10:55:15 -0400 Received: from [141.14.220.45] (g45.guest.molgen.mpg.de [141.14.220.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: pmenzel) by mx.molgen.mpg.de (Postfix) with ESMTPSA id 932DF20646091; Tue, 21 Jul 2020 16:55:12 +0200 (CEST) To: Kees Cook , Andrew Morton Cc: LKML , amd-gfx@lists.freedesktop.org, Duncan <1i5t5.duncan@cox.net>, Anthony Ruhier , Vinicius , Thorsten Leemhuis From: Paul Menzel Subject: [Regression] hangs caused by commit 3202fa62fb (slub: relocate freelist pointer to middle of object) Message-ID: <15cbac6d-1f96-2ba9-cb54-08af6682f56d@molgen.mpg.de> Date: Tue, 21 Jul 2020 16:55:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear Kees, dear Andrew, No idea, if you are aware of it yet, but three people verified that commit 3202fa62fb (slub: relocate freelist pointer to middle of object) causes a regression on AMD hardware [1]. It’d be great, if you took a look, and advised if this commit (and follow-ups) should be reverted, until the issue is analyzed. Kind regards, Paul [1]: https://bugzilla.kernel.org/show_bug.cgi?id=207383 "[Regression] 5.7 amdgpu/polaris11 gpf: amdgpu_atomic_commit_tail"