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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 8AF0BC33CB6 for ; Thu, 23 Jan 2020 08:03:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5E5FB24684 for ; Thu, 23 Jan 2020 08:03:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579766597; bh=W+B5E/F5JFplL6UXkuYJVtwhzk5JKp5PLXL6ULLfCCg=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=akcgsUiqkyDxzAihUhHH/H+P0j5FHXmuVH58Mgupi1IBC5gM6m2sW6D5QEvSXlp/+ CZ0TtH1DMVM3ujMb99LChVqUHA+IIqDuncgyV7EHH4x5L/fdBuEuJD6esKQdySyHsE VJt8NES/fushK8RvJP9G1+w3+Y2ZjDWF4JQKD4s8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726227AbgAWIDQ (ORCPT ); Thu, 23 Jan 2020 03:03:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:35956 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725955AbgAWIDQ (ORCPT ); Thu, 23 Jan 2020 03:03:16 -0500 Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com [209.85.167.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6FE6724673; Thu, 23 Jan 2020 08:03:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579766595; bh=W+B5E/F5JFplL6UXkuYJVtwhzk5JKp5PLXL6ULLfCCg=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=2PJ9PWIB3yJlywSFA2gUtF3om6H0peRQkjqYOJFOWi/xoPcb9b1t6xSUa/Fw9r7eQ Qwxcvmt9dfxjgwLVQeVuyHbE4BKaPegtpKY+lV/nWGOLLBhKMv1IRzaE5C7u2KGJ0Y JZCXQfzSWzmxMI+ekiuCoHi9zWov0uHGN2DAekLw= Received: by mail-lf1-f46.google.com with SMTP id r14so1607763lfm.5; Thu, 23 Jan 2020 00:03:15 -0800 (PST) X-Gm-Message-State: APjAAAWs4p+NqG39vRwWtqt7JQP4HzmcUpBiPsmdcvsm0pe8qkyBFTbg 9NTjl1L9pXfdOkkPyZUhMd0M6p3vW8YbAIFXPTA= X-Google-Smtp-Source: APXvYqwjlReg5RfranzuZw4WJT9YEaeunN45Pk1Qpm/E3VosJWD8TxfwfusW93pL08k/Y3081mRrnYJ4QtT/+91WyRs= X-Received: by 2002:ac2:485c:: with SMTP id 28mr3947023lfy.118.1579766593592; Thu, 23 Jan 2020 00:03:13 -0800 (PST) MIME-Version: 1.0 References: <20200123172101.2f31947c@canb.auug.org.au> In-Reply-To: From: Krzysztof Kozlowski Date: Thu, 23 Jan 2020 09:03:02 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: linux-next: Tree for Jan 23 (PHY_EXYNOS5250_SATA in drivers/phy/samsung/Kconfig) To: Randy Dunlap Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , Arnd Bergmann , Kishon Vijay Abraham I , Wolfram Sang , Geert Uytterhoeven Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 23 Jan 2020 at 08:00, Randy Dunlap wrote: > > On 1/22/20 10:21 PM, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20200122: > > > > Is linux-next missing some of the COMPILE_TEST fixes? I am still seeing > this warning (that I reported on Jan. 9-2020 and that Arnd has sent a > possible patch for): > > > on i386 or x86_64: > > WARNING: unmet direct dependencies detected for I2C_S3C2410 > Depends on [n]: I2C [=y] && HAS_IOMEM [=y] && HAVE_S3C2410_I2C [=n] > Selected by [y]: > - PHY_EXYNOS5250_SATA [=y] && (SOC_EXYNOS5250 || COMPILE_TEST [=y]) && HAS_IOMEM [=y] && OF [=y] Hi Randy, The fix was posted quite some time ago - next to the patches (unfortunately) introducing the issue. I posted v2, after review, on 7th of January: https://lore.kernel.org/linux-arm-kernel/1578384779-15487-1-git-send-email-krzk@kernel.org/T/#t Maybe I missed someone on Cc there? Best regards, Krzysztof