lkml.org 
[lkml]   [2022]   [Apr]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 5.15 327/913] lib: uninline simple_strntoull() as well
    On Tue, Apr 05, 2022 at 09:23:09AM +0200, Greg Kroah-Hartman wrote:
    > From: Alexey Dobriyan <adobriyan@gmail.com>
    >
    > [ Upstream commit 839b395eb9c13ae56ea5fc3ca9802734a72293f0 ]
    >
    > Codegen become bloated again after simple_strntoull() introduction
    >
    > add/remove: 0/0 grow/shrink: 0/4 up/down: 0/-224 (-224)

    > -static unsigned long long simple_strntoull(const char *startp, size_t max_chars,
    > - char **endp, unsigned int base)
    > +static noinline unsigned long long simple_strntoull(const char *startp, size_t max_chars, char **endp, unsigned int base)

    This patch doesn't fix any bugs, why it is selected?

    \
     
     \ /
      Last update: 2022-09-17 16:21    [W:2.330 / U:0.844 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site