public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Nicolas Saenz Julienne <nsaenzjulienne@suse•de>
To: Masahiro Yamada <yamada.masahiro@socionext•com>,
	 linux-arm-kernel@lists•infradead.org,
	Russell King <rmk+kernel@armlinux•org.uk>
Cc: Kate Stewart <kstewart@linuxfoundation•org>,
	Arnd Bergmann <arnd@arndb•de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation•org>,
	Vincent Whitchurch <vincent.whitchurch@axis•com>,
	Nick Desaulniers <ndesaulniers@google•com>,
	Russell King <linux@armlinux•org.uk>,
	Stefan Agner <stefan@agner•ch>,
	linux-kernel@vger•kernel.org,
	Linus Torvalds <torvalds@linux-foundation•org>,
	Julien Thierry <julien.thierry.kdev@gmail•com>,
	Olof Johansson <olof@lixom•net>,
	Thomas Gleixner <tglx@linutronix•de>,
	Enrico Weigelt <info@metux•net>,
	Allison Randal <allison@lohutok•net>
Subject: Re: [PATCH v2] ARM: add __always_inline to functions called from __get_user_check()
Date: Tue, 01 Oct 2019 11:03:40 +0200	[thread overview]
Message-ID: <196a63271591fbe0bc1fdd5a1a01a25caf5178d0.camel@suse.de> (raw)
In-Reply-To: <20191001083701.27207-1-yamada.masahiro@socionext.com>


[-- Attachment #1.1: Type: text/plain, Size: 1704 bytes --]

On Tue, 2019-10-01 at 17:37 +0900, Masahiro Yamada wrote:
> KernelCI reports that bcm2835_defconfig is no longer booting since
> commit ac7c3e4ff401 ("compiler: enable CONFIG_OPTIMIZE_INLINING
> forcibly") (https://lkml.org/lkml/2019/9/26/825).
> 
> I also received a regression report from Nicolas Saenz Julienne
> (https://lkml.org/lkml/2019/9/27/263).
> 
> This problem has cropped up on bcm2835_defconfig because it enables
> CONFIG_CC_OPTIMIZE_FOR_SIZE. The compiler tends to prefer not inlining
> functions with -Os. I was able to reproduce it with other boards and
> defconfig files by manually enabling CONFIG_CC_OPTIMIZE_FOR_SIZE.
> 
> The __get_user_check() specifically uses r0, r1, r2 registers.
> So, uaccess_save_and_enable() and uaccess_restore() must be inlined.
> Otherwise, those register assignments would be entirely dropped,
> according to my analysis of the disassembly.
> 
> Prior to commit 9012d011660e ("compiler: allow all arches to enable
> CONFIG_OPTIMIZE_INLINING"), the 'inline' marker was always enough for
> inlining functions, except on x86.
> 
> Since that commit, all architectures can enable CONFIG_OPTIMIZE_INLINING.
> So, __always_inline is now the only guaranteed way of forcible inlining.
> 
> I also added __always_inline to 4 functions in the call-graph from the
> __get_user_check() macro.
> 
> Fixes: 9012d011660e ("compiler: allow all arches to enable
> CONFIG_OPTIMIZE_INLINING")
> Reported-by: "kernelci.org bot" <bot@kernelci•org>
> Reported-by: Nicolas Saenz Julienne <nsaenzjulienne@suse•de>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext•com>

Tested-by: Nicolas Saenz Julienne <nsaenzjulienne@suse•de>


[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-10-01  9:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-01  8:37 [PATCH v2] ARM: add __always_inline to functions called from __get_user_check() Masahiro Yamada
2019-10-01  9:03 ` Nicolas Saenz Julienne [this message]
2019-10-01 17:03 ` Nick Desaulniers
2019-10-02  8:24   ` Russell King - ARM Linux admin
2019-10-02 10:45     ` Masahiro Yamada
2019-10-02 13:01   ` Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=196a63271591fbe0bc1fdd5a1a01a25caf5178d0.camel@suse.de \
    --to=nsaenzjulienne@suse$(echo .)de \
    --cc=allison@lohutok$(echo .)net \
    --cc=arnd@arndb$(echo .)de \
    --cc=gregkh@linuxfoundation$(echo .)org \
    --cc=info@metux$(echo .)net \
    --cc=julien.thierry.kdev@gmail$(echo .)com \
    --cc=kstewart@linuxfoundation$(echo .)org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux@armlinux$(echo .)org.uk \
    --cc=ndesaulniers@google$(echo .)com \
    --cc=olof@lixom$(echo .)net \
    --cc=rmk+kernel@armlinux$(echo .)org.uk \
    --cc=stefan@agner$(echo .)ch \
    --cc=tglx@linutronix$(echo .)de \
    --cc=torvalds@linux-foundation$(echo .)org \
    --cc=vincent.whitchurch@axis$(echo .)com \
    --cc=yamada.masahiro@socionext$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox