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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 68810C2B9F4 for ; Mon, 28 Jun 2021 08:44:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 473E861C2F for ; Mon, 28 Jun 2021 08:44:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232214AbhF1Iqp (ORCPT ); Mon, 28 Jun 2021 04:46:45 -0400 Received: from mail-ua1-f45.google.com ([209.85.222.45]:40798 "EHLO mail-ua1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230294AbhF1Iqo (ORCPT ); Mon, 28 Jun 2021 04:46:44 -0400 Received: by mail-ua1-f45.google.com with SMTP id r9so6684663ual.7; Mon, 28 Jun 2021 01:44:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gnjjBiBTzk19PQgZ7pULK/I0EN+YsN+LEBoRJwvHTvs=; b=YYkw5a6fIgpOxUTZLT9Gka+FmxOeTf9TNQgJt5hLF7mBZOmGL+p1BpLVGZnV0rlCIz eA8dGuqBi6YAUepTlIJhOxW2I56XTR+AKfamFMiJSiXuUIfI360u1DI+b48JG0O+YvGr SzHCYNawxKJEBVRFtTe3+LlHObMuB/EqZnGs+CwYMoPwAJPrYAMFPhuw0xycntmH8fzW e4gpjVWBwIzf7MVPbTUG5a6azsbsroTcYUOFLMOGZMThx5HRcCxLFieNl5IqZdkhwgWr IVVoVnyJl7CFkhEXzW8erH9Y/TEbLBwAc7oAI1rmNjINqxnaJeHmaZlMTClAHLao0qE2 shCA== X-Gm-Message-State: AOAM532xCS3aPSokrw3gOXOlnKEkaDwX7rOfS42k8akMMAykjUWidCnL 6kh0gxoWPy6YJ1pZdLVzpZCL+qAyDBMI3dNW/a2qnSbzNaw= X-Google-Smtp-Source: ABdhPJxXD07jNGgGLX3ccOdFX8wtDfXF9xgIoJ7q/cK73I9P3YZMQj1Vr1NuKJCUpUjx5Es7/uu/8fWrb/Noxqg1Gc4= X-Received: by 2002:ab0:484b:: with SMTP id c11mr19775050uad.100.1624869858377; Mon, 28 Jun 2021 01:44:18 -0700 (PDT) MIME-Version: 1.0 References: <20210627220544.8757-1-rdunlap@infradead.org> <20210627220544.8757-2-rdunlap@infradead.org> In-Reply-To: <20210627220544.8757-2-rdunlap@infradead.org> From: Geert Uytterhoeven Date: Mon, 28 Jun 2021 10:44:07 +0200 Message-ID: Subject: Re: [PATCH 1/3 v2] sh: fix kconfig unmet dependency warning for FRAME_POINTER To: Randy Dunlap Cc: Linux Kernel Mailing List , Yoshinori Sato , Rich Felker , Linux-sh list , John Paul Adrian Glaubitz , Geert Uytterhoeven , Matt Fleming , Matt Fleming Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org On Mon, Jun 28, 2021 at 12:05 AM Randy Dunlap wrote: > FRAME_POINTER depends on DEBUG_KERNEL so DWARF_UNWINDER should > depend on DEBUG_KERNEL before selecting FRAME_POINTER. > > WARNING: unmet direct dependencies detected for FRAME_POINTER > Depends on [n]: DEBUG_KERNEL [=n] && (M68K || UML || SUPERH [=y]) || ARCH_WANT_FRAME_POINTERS [=n] > Selected by [y]: > - DWARF_UNWINDER [=y] > > Fixes: bd353861c735 ("sh: dwarf unwinder support.") > Signed-off-by: Randy Dunlap Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds