From patchwork Fri Feb 22 00:29:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 10825021 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E151E6C2 for ; Fri, 22 Feb 2019 00:30:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CDCD5317EC for ; Fri, 22 Feb 2019 00:30:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BC8A931808; Fri, 22 Feb 2019 00:30:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 22560317EC for ; Fri, 22 Feb 2019 00:30:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726213AbfBVAaL (ORCPT ); Thu, 21 Feb 2019 19:30:11 -0500 Received: from conssluserg-04.nifty.com ([210.131.2.83]:51255 "EHLO conssluserg-04.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726215AbfBVAaL (ORCPT ); Thu, 21 Feb 2019 19:30:11 -0500 Received: from mail-ua1-f41.google.com (mail-ua1-f41.google.com [209.85.222.41]) (authenticated) by conssluserg-04.nifty.com with ESMTP id x1M0U3GE017144; Fri, 22 Feb 2019 09:30:04 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com x1M0U3GE017144 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1550795404; bh=LE4jsmg/pYaBDgl2h5YQItVZWFXOchrSMljt6gZO+4E=; h=From:Date:Subject:To:Cc:From; b=HbvqYacmEm3S4QPezvQIcOaeDbceza/VDnBmaQD3RXyJnIJItO4eQXnVJ1oR7SW8H mcHNvhfPTiIgGRgsDyIf1baG438ibRHv9pQzi/GEX+SGP179cK+rUl+P29Rf8z0X9P LKopY/WcpXS0ga3N/A+s+sAfUUqiC/9gW28854m1F1P1NN6d+rqANHHkFUv4cgbAeM /DcuBGiFDxIbmyGzjDV+lrKwkRmTDie/XKhIGVeUedWdNkeIhUzJTjDro9pCF2OvqC 9vlPuQ2JO5AFAXBbB3FL16LCmVzSLl4uEh1apLf08/osKB9FebltKBerNT4CtiYcfT /JQseiORfi8ew== X-Nifty-SrcIP: [209.85.222.41] Received: by mail-ua1-f41.google.com with SMTP id j3so465999uap.3; Thu, 21 Feb 2019 16:30:04 -0800 (PST) X-Gm-Message-State: AHQUAubH7PWsqEgfPPpFSI0miK+w7z4lNJcjJpBLE9TaRNSn3OcNhJLJ iJ4DBQlO/J1kFmBSWWXUkWzkkX/PwK6HByH82hI= X-Google-Smtp-Source: AHgI3IYho/yO2ZET2dyJJEy1Rb9y/80VQF9c6BuG/uqUHFoN4tyOjP+28TjL6C+iokeimpBZ/nsps8vgtCdb2guWb5U= X-Received: by 2002:ab0:c07:: with SMTP id a7mr810847uak.55.1550795403122; Thu, 21 Feb 2019 16:30:03 -0800 (PST) MIME-Version: 1.0 From: Masahiro Yamada Date: Fri, 22 Feb 2019 09:29:27 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: [GIT PULL] Kbuild fixes for v5.0(-rc8) To: Linus Torvalds Cc: Linux Kbuild mailing list , Linux Kernel Mailing List , masahiroy@kernel.org Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Linus, Please pull a little more Kbuild fixes. Thanks. The following changes since commit f17b5f06cb92ef2250513a1e154c47b78df07d40: Linux 5.0-rc4 (2019-01-27 15:18:05 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v5.0-2 for you to fetch changes up to 207a369e3c085799e7836221f64e7a7329985fb6: sh: fix build error for invisible CONFIG_BUILTIN_DTB_SOURCE (2019-02-13 23:29:42 +0900) ---------------------------------------------------------------- Kbuild fixes for v5.0 (2nd) - fix scripts/kallsyms.c to correctly check too long symbol names - fix sh build error for the combination of CONFIG_OF_EARLY_FLATTREE=y and CONFIG_USE_BUILTIN_DTB=n ---------------------------------------------------------------- Eugene Loh (1): kallsyms: Handle too long symbols in kallsyms.c Masahiro Yamada (1): sh: fix build error for invisible CONFIG_BUILTIN_DTB_SOURCE arch/sh/boot/dts/Makefile | 2 +- scripts/kallsyms.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)