From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA905C3F6B0 for ; Tue, 23 Aug 2022 16:47:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245328AbiHWQrE (ORCPT ); Tue, 23 Aug 2022 12:47:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343682AbiHWQqG (ORCPT ); Tue, 23 Aug 2022 12:46:06 -0400 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5778FDFD9 for ; Tue, 23 Aug 2022 07:29:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661264984; x=1692800984; h=date:from:to:subject:message-id:references:mime-version: in-reply-to; bh=VV+b3XLzau1FNiNSfQnFHXaCpd6SJslWZ6s18OEZ9hY=; b=DiIPlEzntHKCTnS0I+gooIAixSt/sJkgq3YgtQeTC9mgfVvz30omyKV0 47ZCA1jIZTJdXgWQC0TOWwS43WQpq8W3qASwjczaLEt4E+lmgNxe0XTbL 0aKAC+9hta3f8Pb6fBZI5jDq9qEbJtrXKJgfO8tzdFn1EgiEtohX4C1ad 7LdlFicw+hmCqRqk0Uk47RVDvKnkYdNLGbKwdDj1JCiNw0O7D/lkbajx6 fD6EubXnkutY8we2a1782/l10ondNxElaull0vvOfxnr0sHrTMCSUhy+G GnwfgaRSJOvD26MxVVqNcJHeQYh0S8wj8HyAaxHq1xTNKBssBoHzJi51M A==; X-IronPort-AV: E=McAfee;i="6500,9779,10448"; a="319747450" X-IronPort-AV: E=Sophos;i="5.93,257,1654585200"; d="scan'208";a="319747450" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2022 07:29:43 -0700 X-IronPort-AV: E=Sophos;i="5.93,257,1654585200"; d="scan'208";a="586011068" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2022 07:29:42 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oQUuR-002TYQ-3A; Tue, 23 Aug 2022 17:29:39 +0300 Date: Tue, 23 Aug 2022 17:29:39 +0300 From: Andy Shevchenko To: Wolfram Sang , Josef Johansson , linux-i2c@vger.kernel.org Subject: Re: [PATCH v3 1/1] i2c: scmi: Replace open coded device_get_match_data() Message-ID: References: <20220708120958.74034-1-andriy.shevchenkolinux!intel!com> <4d2d5b04-0b6c-1cb1-a63f-dc06dfe1b5da@oderland.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On Tue, Aug 16, 2022 at 12:18:03PM +0200, Wolfram Sang wrote: > Hi, > > > I tried build Linux 6.0 and run under Xen 4.14.5. I got a kernel null pointer dereferenced while booting. Reverting this commit allowed the system to boot. > > Thank you for the report and the provided information. I will give Andy > a bit of time to come up with a fix. If a fix is not easily possible, > this will get reverted for rc2. Haven't seen in the thread information about revert done, hence if nobody respond in this way, I will look into this starting from tomorrow (sorry, was on a sick leave). -- With Best Regards, Andy Shevchenko