Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp6921693ybn; Mon, 30 Sep 2019 06:03:19 -0700 (PDT) X-Google-Smtp-Source: APXvYqybQ+QSmVQ1Cek9zpEDt4w9fJw57Bjg5TObm8STSFemQD8ATfRTZ7fHj9ATfvBXVp7lMWsA X-Received: by 2002:a50:b6c8:: with SMTP id f8mr19639433ede.33.1569848599546; Mon, 30 Sep 2019 06:03:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569848599; cv=none; d=google.com; s=arc-20160816; b=A9tn7Bn1XhyHJ7AtxM4LJDWpePe+K8cYduZDRZYXSBSbyYVAtyJhAD7PBOfsq1Q6Xx hbL5fEIChbyiUI6wIQaCi2OaCYajY6e+26seFo8t3mWxfzXze7wfDvWNE0PjfUb7PPYU jv7WVxzn3as70gpiK3uCd2fR9Hn8NtEPv88eKtiHZ3JOGam/6hw39M/8ljNK6VDsi6Vz ElxmDSBIi3nZGrtkLbxY/2HuWMNgVooxhAS/l98+oOL/sqO5p8DZ1ZAu7QoUd+eesJ9Q hED8FhDuuRC7IvZtciZxKKRx4ATqqJnYpmzl9xe2P3i6qoR/4V3hKCdDYhqB6YUffdGO 0sEA== 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:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=TSKe89+e9TNkR1BuqpbuxQ1/UA6+68xyJ7+Uqiz6SLY=; b=NwHonLwyM1AVc25NnsOc85DMofpyjnrnmZKfES1OplVoyTiHL5lPTlKDWlIYQJeFPv Gj0QB2is2bBjiu14Sc6+pwIM3wwxkOYhnbp6EUVwdOoiIoUqxUQ0M8T2YIBmJJtCLOH9 57cKjL0jchBahNQPxK1DwbaiCKLONQNiWUfCrW/7Xob0heP6EtwrG88pGxBCF/0H7fm0 b6SphQFacwrXJU7lgumDXPgjb97U4QGTrRkdP6M4+bmK+JPbZZLUhKmwG51wmgyshASF u+1fiIVpBNlAqaaumz/hMiyXMggB2MNzy/Xd060vDxuS7PhXP9iejZBjjqRkF/Tlsi6S 7lFw== 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 z16si7130210edb.420.2019.09.30.06.02.53; Mon, 30 Sep 2019 06:03:19 -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 S1730964AbfI3NCJ (ORCPT + 99 others); Mon, 30 Sep 2019 09:02:09 -0400 Received: from mx2.suse.de ([195.135.220.15]:40406 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730830AbfI3NCJ (ORCPT ); Mon, 30 Sep 2019 09:02:09 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 2FBC8AF2B; Mon, 30 Sep 2019 13:02:08 +0000 (UTC) Message-ID: <1569847603.2639.0.camel@suse.com> Subject: Re: 4f5368b5541a902f6596558b05f5c21a9770dd32 causes regression From: Oliver Neukum To: Daniel Vetter Cc: Stefan Dirsch , Thomas Zimmermann , Linux Kernel Mailing List Date: Mon, 30 Sep 2019 14:46:43 +0200 In-Reply-To: References: <1569439345.3084.5.camel@suse.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.6 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, den 25.09.2019, 21:48 +0200 schrieb Daniel Vetter: > which undoes any side-effect of the patch you're pointing at. I am > rather surprised though that this results in a hard-lookup for you, > did you confirm the bisect by reverting that commit on top of latest > upstream? Hi, yes, a straight revert fixes the issue. Regards Oliver