Re: [PATCH] objtool: bump function name limit to 256 characters

2019-09-21 Thread Alexey Dobriyan
On Fri, Sep 20, 2019 at 02:40:35PM -0500, Josh Poimboeuf wrote: > On Fri, Sep 20, 2019 at 09:25:03PM +0300, Alexey Dobriyan wrote: > > Fix the following warning: > > > > net/core/devlink.o: warning: objtool: > > _ZL31devlink_nl_sb_tc_pool_bind_fillP7sk_buffP7devlinkP12devlink_portP10devlink_sbt20

Re: [PATCH] objtool: bump function name limit to 256 characters

2019-09-20 Thread Josh Poimboeuf
On Fri, Sep 20, 2019 at 09:25:03PM +0300, Alexey Dobriyan wrote: > Fix the following warning: > > net/core/devlink.o: warning: objtool: > _ZL31devlink_nl_sb_tc_pool_bind_fillP7sk_buffP7devlinkP12devlink_portP10devlink_sbt20devlink_sb_pool_type15devlink_commandjji.constprop.0.cold(): > parent fun

[PATCH] objtool: bump function name limit to 256 characters

2019-09-20 Thread Alexey Dobriyan
Fix the following warning: net/core/devlink.o: warning: objtool: _ZL31devlink_nl_sb_tc_pool_bind_fillP7sk_buffP7devlinkP12devlink_portP10devlink_sbt20devlink_sb_pool_type15devlink_commandjji.constprop.0.cold(): parent function name exceeds maximum length of 128 characters Signed-off-by: Alexey