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=-15.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,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 369DBFA372C for ; Fri, 8 Nov 2019 15:05:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 07F3A222C5 for ; Fri, 8 Nov 2019 15:05:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573225550; bh=0hKvS/0IH6XejevnnsZApZYvBIdYssIAT0f+aTciCPA=; h=Date:From:To:Cc:Subject:List-ID:From; b=x4Ts5+1jhxiN8DUVbY6bg//hiLfWGYAgWAANp7UFKTAb/FcR9jp3NIqvUl6T3T9UW 4WU6oYDwH15BdTob+al/VcXS93PLG6pgiXBmJP7nvYK7VP5SJJeWAUbt8Lx1NofZ/V zduHJAIVisDfbwvTIHIqWD9fakp9uK0o43VlPtRk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726650AbfKHPFs (ORCPT ); Fri, 8 Nov 2019 10:05:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:33542 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726036AbfKHPFs (ORCPT ); Fri, 8 Nov 2019 10:05:48 -0500 Received: from linux-8ccs (x2f7fce5.dyn.telefonica.de [2.247.252.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7E38921D7F; Fri, 8 Nov 2019 15:05:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573225547; bh=0hKvS/0IH6XejevnnsZApZYvBIdYssIAT0f+aTciCPA=; h=Date:From:To:Cc:Subject:From; b=mXDWiL8FZMhOxSjObWdccOPmLFP5WeSSao+tg+HlaiGFasi1ivPVxIHoiJJLjt97j RQHaCLxEzM5nVkhR3HtAfGICxv3kZr5Ov/sqlsyUTyLcjcdQVGzYSTOmWE47c+KYty NzLL+iE4icDVGvirEyh2cfy1QbGBgkiV5EnLE51s= Date: Fri, 8 Nov 2019 16:05:41 +0100 From: Jessica Yu To: Linus Torvalds Cc: Matthias Maennich , linux-kernel@vger.kernel.org Subject: [GIT PULL] Modules fix for v5.4-rc7 Message-ID: <20191108150541.GA27264@linux-8ccs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline X-OS: Linux linux-8ccs 4.12.14-lp150.12.61-default x86_64 User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull this modules fix for v5.4-rc7. Details are in the signed tag as usual. Thanks! Jessica --- The following changes since commit a99d8080aaf358d5d23581244e5da23b35e340b9: Linux 5.4-rc6 (2019-11-03 14:07:26 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v5.4-rc7 for you to fetch changes up to 57baec7b1b0459ef885e816d8c28a9d9a62bb8de: scripts/nsdeps: make sure to pass all module source files to spatch (2019-11-05 14:08:29 +0100) ---------------------------------------------------------------- Modules fixes for v5.4-rc7 - Fix `make nsdeps` for modules composed of multiple source files. Since $mod_source_files is not in quotes in the call to generate_deps_for_ns(), not all the source files for a module were being passed to spatch. Signed-off-by: Jessica Yu ---------------------------------------------------------------- Jessica Yu (1): scripts/nsdeps: make sure to pass all module source files to spatch scripts/nsdeps | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)