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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 955FDC35242 for ; Sat, 8 Feb 2020 17:21:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6D7B4206CC for ; Sat, 8 Feb 2020 17:21:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="UiRADyJ6" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727499AbgBHRVQ (ORCPT ); Sat, 8 Feb 2020 12:21:16 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:43308 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727341AbgBHRVQ (ORCPT ); Sat, 8 Feb 2020 12:21:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description; bh=J99Upll074MQVeixJh9KFvWioIMP6AXg06/BCnnHnZI=; b=UiRADyJ6RElNnN+X3lCYnd0zSz RLGeXtFCH6vsYrYGfb/PnP2eo3Das2U0fylKc6EWjjjqv/tg61PKU+E9L2qrGfifjsZmYBTRxF7cY n1ir59zNmdEKIE8Z+iw0hDdNrjk3WjDZEBsZI3IGbDG7xfPtSm1YGYcneYSU5bx+AQk1jq/m1ldoD a0E2WFJVybsiq82f00XtJ/DDHEX/A4XBaTDGeIi18dmqrw8+93elZo+/ClpIKyNy8p2mfJrGAy+Yd 4nWt7/DlImjAnESM0r7ulgkfJ8nv9q5BmXo9JkvbnflDYqvNppQpCm4i6Vs/W9+aGwp8hak+IeutT l7Gve/MQ==; Received: from [2601:1c0:6280:3f0::19c2] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1j0Tn3-0003hs-86; Sat, 08 Feb 2020 17:21:09 +0000 Subject: Re: da9062_wdt.c:undefined reference to `i2c_smbus_write_byte_data' To: Guenter Roeck , kbuild test robot , Marco Felsch Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Wim Van Sebroeck , Stefan Lengfeld , Adam Thomson References: <202002082121.pOScaga1%lkp@intel.com> <14439325-fa91-9090-6dab-d63ce540aae7@infradead.org> <184bc727-2cb5-a3c2-38ee-83da8dbd0396@roeck-us.net> From: Randy Dunlap Message-ID: <9ff9f4ae-84e8-e660-fa53-c94cd303e42c@infradead.org> Date: Sat, 8 Feb 2020 09:21:07 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <184bc727-2cb5-a3c2-38ee-83da8dbd0396@roeck-us.net> Content-Type: text/plain; charset=windows-1252 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 On 2/8/20 8:38 AM, Guenter Roeck wrote: > On 2/8/20 8:06 AM, Randy Dunlap wrote: >> On 2/8/20 5:14 AM, kbuild test robot wrote: >>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master >>> head:   f757165705e92db62f85a1ad287e9251d1f2cd82 >>> commit: 057b52b4b3d58f4ee5944171da50f77b00a1bb0d watchdog: da9062: make restart handler atomic safe >>> date:   12 days ago >>> config: i386-randconfig-b001-20200208 (attached as .config) >>> compiler: gcc-7 (Debian 7.5.0-3) 7.5.0 >>> reproduce: >>>          git checkout 057b52b4b3d58f4ee5944171da50f77b00a1bb0d >>>          # save the attached .config to linux build tree >>>          make ARCH=i386 >>> >>> If you fix the issue, kindly add following tag >>> Reported-by: kbuild test robot >>> >>> All errors (new ones prefixed by >>): >>> >>>     ld: drivers/watchdog/da9062_wdt.o: in function `da9062_wdt_restart': >>>>> da9062_wdt.c:(.text+0x1c): undefined reference to `i2c_smbus_write_byte_data' >>> >>> --- >>> 0-DAY CI Kernel Test Service, Intel Corporation >>> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org >> >> >> Also reported here: >> https://lore.kernel.org/lkml/ac797eb0-9b0a-d2d3-3a40-3fbd0a8b5ee0@infradead.org/ >> > > Yes, I know, and 0-day reported it earlier as well. Unfortunately > neither resulted in a fix. I submitted one last night; see > https://patchwork.kernel.org/patch/11371651/. Acked-by: Randy Dunlap # build-tested Thanks. -- ~Randy