Re: linux-next 20190611: objtool warning

2019-06-11 Thread Guenter Roeck
On 6/11/19 7:52 PM, Josh Poimboeuf wrote: On Tue, Jun 11, 2019 at 06:59:22PM -0700, Randy Dunlap wrote: Hi, New warning AFAIK: drivers/hwmon/smsc47m1.o: warning: objtool: fan_div_store()+0x11f: sibling call from callable instruction with modified stack frame I'm getting a different warning:

Re: linux-next 20190611: objtool warning

2019-06-11 Thread Randy Dunlap
On 6/11/19 7:52 PM, Josh Poimboeuf wrote: > On Tue, Jun 11, 2019 at 06:59:22PM -0700, Randy Dunlap wrote: >> Hi, >> >> New warning AFAIK: >> >> drivers/hwmon/smsc47m1.o: warning: objtool: fan_div_store()+0x11f: sibling >> call from callable instruction with modified stack frame > > I'm getting a

Re: linux-next 20190611: objtool warning

2019-06-11 Thread Josh Poimboeuf
On Tue, Jun 11, 2019 at 06:59:22PM -0700, Randy Dunlap wrote: > Hi, > > New warning AFAIK: > > drivers/hwmon/smsc47m1.o: warning: objtool: fan_div_store()+0x11f: sibling > call from callable instruction with modified stack frame I'm getting a different warning: drivers/hwmon/smsc47m1.o: warn

linux-next 20190611: objtool warning

2019-06-11 Thread Randy Dunlap
Hi, New warning AFAIK: drivers/hwmon/smsc47m1.o: warning: objtool: fan_div_store()+0x11f: sibling call from callable instruction with modified stack frame > gcc --version gcc (SUSE Linux) 7.4.1 20190424 [gcc-7-branch revision 270538] -- ~Randy