Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1456073
| From | David Rientjes <rientjes@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] slub: Drop bogus inline for fixup_red_left() |
| Date | 2016-08-04 01:50 +0200 |
| Message-ID | <s2e5c-U8-25@gated-at.bofh.it> (permalink) |
| References | <s2b7k-7uo-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Wed, 3 Aug 2016, Geert Uytterhoeven wrote:
> With m68k-linux-gnu-gcc-4.1:
>
> include/linux/slub_def.h:126: warning: ‘fixup_red_left’ declared inline after being called
> include/linux/slub_def.h:126: warning: previous declaration of ‘fixup_red_left’ was here
>
> Commit c146a2b98eb5898e ("mm, kasan: account for object redzone in
> SLUB's nearest_obj()") made fixup_red_left() global, but forgot to
> remove the inline keyword.
>
> Fixes: c146a2b98eb5898e ("mm, kasan: account for object redzone in SLUB's nearest_obj()")
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: David Rientjes <rientjes@google.com>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] slub: Drop bogus inline for fixup_red_left() Geert Uytterhoeven <geert@linux-m68k.org> - 2016-08-03 22:40 +0200 Re: [PATCH] slub: Drop bogus inline for fixup_red_left() David Rientjes <rientjes@google.com> - 2016-08-04 01:50 +0200
csiph-web