[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YcNltr7TxsAe+fzP@kernel.org>
Date: Wed, 22 Dec 2021 19:51:50 +0200
From: Mike Rapoport <rppt@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Jackie Liu <liu.yun@...ux.dev>,
Mike Rapoport <rppt@...nel.org>,
Mike Rapoport <rppt@...ux.ibm.com>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] memblock: fix memblock_phys_alloc() section mismatch error
Hi Linus,
The following changes since commit 2585cf9dfaaddf00b069673f27bb3f8530e2039c:
Linux 5.16-rc5 (2021-12-12 14:53:01 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock fixes-2021-12-22
for you to fetch changes up to d7f55471db2719629f773c2d6b5742a69595bfd3:
memblock: fix memblock_phys_alloc() section mismatch error (2021-12-22 19:35:29 +0200)
----------------------------------------------------------------
memblock: fix memblock_phys_alloc() section mismatch error
There are section mismatch errors when compiler refuses to inline one-line
wrapper memblock_phys_alloc(). Make memblock_phys_alloc() __always_inline
to avoid these mismatch issues.
----------------------------------------------------------------
Jackie Liu (1):
memblock: fix memblock_phys_alloc() section mismatch error
include/linux/memblock.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Sincerely yours,
Mike.
Powered by blists - more mailing lists