Re: [PATCH 01/12] Compiler Attributes: add __flatten

2019-06-12 Thread Greg KH
On Mon, Jun 10, 2019 at 03:14:09PM -0400, Kent Overstreet wrote: > Signed-off-by: Kent Overstreet > --- > include/linux/compiler_attributes.h | 5 + > 1 file changed, 5 insertions(+) I know I reject patches with no changelog text at all. You shouldn't rely on other maintainers being more la

[PATCH 01/12] Compiler Attributes: add __flatten

2019-06-10 Thread Kent Overstreet
Signed-off-by: Kent Overstreet --- include/linux/compiler_attributes.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/linux/compiler_attributes.h b/include/linux/compiler_attributes.h index 6b318efd8a..48b2c6ae6f 100644 --- a/include/linux/compiler_attributes.h +++ b/include/li