[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191108150541.GA27264@linux-8ccs>
Date: Fri, 8 Nov 2019 16:05:41 +0100
From: Jessica Yu <jeyu@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Matthias Maennich <maennich@...gle.com>,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] Modules fix for v5.4-rc7
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 <jeyu@...nel.org>
----------------------------------------------------------------
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(-)
Powered by blists - more mailing lists