Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1522723ybv; Sun, 23 Feb 2020 08:42:31 -0800 (PST) X-Google-Smtp-Source: APXvYqykCZk4lCJVhUsbjMSHKXMBm7XqnuIbU7kuPYjgzF1oSt7j0iHgyPrcO7/Z1G2LfmGFB1sB X-Received: by 2002:aca:b187:: with SMTP id a129mr9845969oif.175.1582476151484; Sun, 23 Feb 2020 08:42:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582476151; cv=none; d=google.com; s=arc-20160816; b=Wwy/Dc+bziTjun/iiRO+QI6+ivGbbHz2i3Rz6rZ6p/4HUnDIaW4pChd/7odo/RKASl GzxhsMsjPS7A+V86tuSMvB+nA2Sa9XKzVLs046W4MFy8IPh8XvOdUVuOntPHjgLj9JnZ 9gLK7w/BtnoKgbsxb8svvSbExQRGLWATm9TeBb1mCTkU51u5noMahpXkVTNX63oAztoJ B0MnvYgLh3/uFK6GkAHL/3DETivxsII3AUOS21wvaSWX37KMD0BV1MPGzlTHd+7CiH/g e2lkTO1A1C9ggjay08A5a5Py6JJZQH9X2HWXBivJPzfoAa7DbgMNg3DkEFM1mttSF4Jx aXJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=OXG7StZU+uLbVOS3HBzMC6R3iw3GAvRZHxWYVxyo4wk=; b=0K335DaBBxKlQqY9/zPX2/uyLwyWzVPGvJ7Xdhr95HIJURRRJ3l2g9m7cE2V65JY3R wb8jNRKNs23HVfuH/NeZq7J/9uHUQKXTR589F8Fn9uEPLvqt4SuQpUG+t7aFusxBCDrs dymuTZ8+DG0/LzdAeE8sG4pwhXEkxlguR7eoC/NR5ESG1ONdtwEQDz2OWZ2ZGcVTYamU jbgLpg1uBW+bM42XrIjxQKW7eZ4hYtpxfTm0h/vh8uNYsIsBrCUNgNan9ZLeHhszDoHt b0DOsYj1bWhtRSoUXNynQt331IaGPwLRDRTttFP0C3Iy7P2tTqfJen/fJgiJ0UPzdpao juPA== 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 x186si3673383oig.209.2020.02.23.08.42.07; Sun, 23 Feb 2020 08:42:31 -0800 (PST) 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 S1726748AbgBWQkD (ORCPT + 99 others); Sun, 23 Feb 2020 11:40:03 -0500 Received: from sauhun.de ([88.99.104.3]:40724 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726208AbgBWQkD (ORCPT ); Sun, 23 Feb 2020 11:40:03 -0500 Received: from localhost (unknown [77.247.85.78]) by pokefinder.org (Postfix) with ESMTPSA id 429D52C01EF; Sun, 23 Feb 2020 17:40:00 +0100 (CET) Date: Sun, 23 Feb 2020 17:39:59 +0100 From: Wolfram Sang To: Guenter Roeck Cc: Martin Volf , Mika Westerberg , Jean Delvare , linux-i2c@vger.kernel.org, linux-hwmon@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [regression] nct6775 does not load in 5.4 and 5.5, bisected to b84398d6d7f90080 Message-ID: <20200223163959.GA1456@kunai> References: <1bdbac08-86f8-2a57-2b0d-8cd2beb2a1c0@roeck-us.net> <85356d1a-f90d-e94d-16eb-1071d4e94753@roeck-us.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Outch. This means that the code is broken. ACPIBASE is not configured, > or disabled, or the code reads from the wrong PCI configuration register. > What I don't understand is why this works with v5.3 kernels; the code > looks just as bad there for me. I must be missing something. Either case, > the only thing you can really do at this point is to blacklist the > iTCO_wdt driver. >=20 > Other than that, we can only hope that someone who understands above > code can provide a fix. Maybe Wolfram has an idea. I'd love to but I don't know much about ACPI and its resource handling. This is really Jean's realm, and and Jarkko, Andy, and Mika work with this driver, too. Let's hope they can provide feedback after the weekend. --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl5SqtsACgkQFA3kzBSg KbaEvRAAjoTnvLiO4/n9cpGcelbYKWFi7Udvn8c3r3i0QqIhqyl6O/720WkY4IMd TfpcUcOD73JH6VOTOk9+VJTvjcch9N4TmcCI1PuiHANjrV1shDhuiD9j9vhlXksn Tq8dXJfx45rPRLbtnyZEXgf8Wj8f7q9wXeCU4p+DuTVFB+Rn66xZvcPuYPCkjPAM bktSfWDFkyv8gwDV8HLbGSpatQqcP8ThyLjCIhGCJu5gthwrVUmIyBFWCScTUX1K QZYjmuT+3htEpg25bkIMMCbc8Oq7XFiqM0aJNQWTsC7huiEfim2Z0AW2eIjhqSh3 dUisQuzng/hbvNzhHiQDJyRj3YB8QdUyTMQeDEt0VzmBNbUtMz8hvoO3QHdBat34 byCH5Ic6qyRGi/RHwB3wiYSQcDPfuUzaeVUhQbQcuzYeG7qfce8JmMOdi5020DPu 99Tz+WzuL1AyefV/+y1frulXBo7oX2xK4R0ZNE/LmzzYN16GvelHXj33oIQ7l1j/ /W/SukcQXGBb06ZxNfFXnOAk7RQhPuk3+oh3QR62Fhffl7fJZmDpcTQZksszba56 QYBBnYoOdesVA58uLJxaicgICfzZ3x26rsLlPedfmsleD3W/pllR+17iZ49jhbuf MRTlJTRbY7VSYMzwLR2+0Z+ilWTDuZryTIeOH+mZEqcWrXUIgiQ= =Cndv -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q--