linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: mainline build: 15 warnings 0 failures (mainline/v4.16-rc2-64-gaf3e79d)
       [not found] <5a8c6a34.8880a70a.2a9a1.afc7@mx.google.com>
@ 2018-02-21 12:42 ` Arnd Bergmann
  2018-02-21 14:42   ` Kishon Vijay Abraham I
  0 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2018-02-21 12:42 UTC (permalink / raw)
  To: Olof's autobuilder
  Cc: Olof Johansson, Kernel Build Reports Mailman List, linux-rdma,
	selvin.xavier, devesh.sharma, Somnath Kotur,
	sriharsha.basavapatna, Kishon Vijay Abraham I,
	Linux Kernel Mailing List

On Tue, Feb 20, 2018 at 7:34 PM, Olof's autobuilder <build@lixom.net> wrote:
> Here are the build results from automated periodic testing.
>
> The tree being built was mainline, found at:
>
> URL: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>
>
> Warnings:
>
>         arm64.allmodconfig:
> include/uapi/linux/byteorder/big_endian.h:31:52: warning: passing argument 1 of '__fswab64' makes integer from pointer without a cast [-Wint-conversion]

I sent two patches to the bnxt_re maintainers yesterday. I expect them
to get applied
soon, but haven't heard back yet.

> WARNING: modpost: missing MODULE_LICENSE() in drivers/phy/qualcomm/phy-qcom-ufs.o

Still waiting for Kishon to apply an older patch I sent for this.

>         arm.allmodconfig:
> /tmp/ccQBDjc9.s:18123: Warning: using r15 results in unpredictable behaviour
> /tmp/ccQBDjc9.s:18195: Warning: using r15 results in unpredictable behaviour

I have done multiple versions of a patch for this, none was
universally liked, but
we need to decide on one of them.

> include/linux/bitops.h:7:24: warning: left shift count >= width of type [-Wshift-count-overflow]
> include/linux/bitops.h:7:24: warning: left shift count >= width of type [-Wshift-count-overflow]
> include/linux/bitops.h:7:24: warning: left shift count >= width of type [-Wshift-count-overflow]
> drivers/infiniband/hw/bnxt_re/qplib_fp.c:333:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
> drivers/infiniband/hw/bnxt_re/qplib_fp.c:336:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
> include/uapi/linux/swab.h:127:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

Also bnxt_re, same as above

> drivers/infiniband/core/cq.c:78:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]

Sent a patch yesterday, my workaround was suboptimal, discussion about
a better fix
is ongoing.

>         arm.spear3xx_defconfig:
> net/core/filter.c:3382:6: warning: unused variable 'val' [-Wunused-variable]
>
>         arm.spear6xx_defconfig:
> net/core/filter.c:3382:6: warning: unused variable 'val' [-Wunused-variable]
>
>         arm.tct_hammer_defconfig:
> net/core/filter.c:3382:6: warning: unused variable 'val' [-Wunused-variable]

Sent two versions of a patch yesterday, the second version was applied and
should make it into mainline next week.

       Arnd

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mainline build: 15 warnings 0 failures (mainline/v4.16-rc2-64-gaf3e79d)
  2018-02-21 12:42 ` mainline build: 15 warnings 0 failures (mainline/v4.16-rc2-64-gaf3e79d) Arnd Bergmann
@ 2018-02-21 14:42   ` Kishon Vijay Abraham I
  2018-03-06 23:25     ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Kishon Vijay Abraham I @ 2018-02-21 14:42 UTC (permalink / raw)
  To: Arnd Bergmann, Olof's autobuilder
  Cc: Olof Johansson, Kernel Build Reports Mailman List, linux-rdma,
	selvin.xavier, devesh.sharma, Somnath Kotur,
	sriharsha.basavapatna, Linux Kernel Mailing List



On Wednesday 21 February 2018 06:12 PM, Arnd Bergmann wrote:
> On Tue, Feb 20, 2018 at 7:34 PM, Olof's autobuilder <build@lixom.net> wrote:
>> Here are the build results from automated periodic testing.
>>
>> The tree being built was mainline, found at:
>>
>> URL: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>>
>>
>> Warnings:
>>
>>         arm64.allmodconfig:
>> include/uapi/linux/byteorder/big_endian.h:31:52: warning: passing argument 1 of '__fswab64' makes integer from pointer without a cast [-Wint-conversion]
> 
> I sent two patches to the bnxt_re maintainers yesterday. I expect them
> to get applied
> soon, but haven't heard back yet.
> 
>> WARNING: modpost: missing MODULE_LICENSE() in drivers/phy/qualcomm/phy-qcom-ufs.o
> 
> Still waiting for Kishon to apply an older patch I sent for this.

I had merged it locally. Now pushed everything.

Thanks
Kishon

> 
>>         arm.allmodconfig:
>> /tmp/ccQBDjc9.s:18123: Warning: using r15 results in unpredictable behaviour
>> /tmp/ccQBDjc9.s:18195: Warning: using r15 results in unpredictable behaviour
> 
> I have done multiple versions of a patch for this, none was
> universally liked, but
> we need to decide on one of them.
> 
>> include/linux/bitops.h:7:24: warning: left shift count >= width of type [-Wshift-count-overflow]
>> include/linux/bitops.h:7:24: warning: left shift count >= width of type [-Wshift-count-overflow]
>> include/linux/bitops.h:7:24: warning: left shift count >= width of type [-Wshift-count-overflow]
>> drivers/infiniband/hw/bnxt_re/qplib_fp.c:333:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
>> drivers/infiniband/hw/bnxt_re/qplib_fp.c:336:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
>> include/uapi/linux/swab.h:127:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> 
> Also bnxt_re, same as above
> 
>> drivers/infiniband/core/cq.c:78:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> 
> Sent a patch yesterday, my workaround was suboptimal, discussion about
> a better fix
> is ongoing.
> 
>>         arm.spear3xx_defconfig:
>> net/core/filter.c:3382:6: warning: unused variable 'val' [-Wunused-variable]
>>
>>         arm.spear6xx_defconfig:
>> net/core/filter.c:3382:6: warning: unused variable 'val' [-Wunused-variable]
>>
>>         arm.tct_hammer_defconfig:
>> net/core/filter.c:3382:6: warning: unused variable 'val' [-Wunused-variable]
> 
> Sent two versions of a patch yesterday, the second version was applied and
> should make it into mainline next week.
> 
>        Arnd
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mainline build: 15 warnings 0 failures (mainline/v4.16-rc2-64-gaf3e79d)
  2018-02-21 14:42   ` Kishon Vijay Abraham I
@ 2018-03-06 23:25     ` Arnd Bergmann
  2018-03-07 11:02       ` Kishon Vijay Abraham I
  0 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2018-03-06 23:25 UTC (permalink / raw)
  To: Kishon Vijay Abraham I
  Cc: Olof's autobuilder, Olof Johansson,
	Kernel Build Reports Mailman List, linux-rdma, Selvin Xavier,
	Devesh Sharma, Somnath Kotur, Sriharsha Basavapatna,
	Linux Kernel Mailing List

On Wed, Feb 21, 2018 at 3:42 PM, Kishon Vijay Abraham I <kishon@ti.com> wrote:
>
>
> On Wednesday 21 February 2018 06:12 PM, Arnd Bergmann wrote:
>> On Tue, Feb 20, 2018 at 7:34 PM, Olof's autobuilder <build@lixom.net> wrote:
>>> Here are the build results from automated periodic testing.
>>>
>>> The tree being built was mainline, found at:
>>>
>>> URL: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>>>
>>>
>>> Warnings:
>>>
>>>         arm64.allmodconfig:
>>> include/uapi/linux/byteorder/big_endian.h:31:52: warning: passing argument 1 of '__fswab64' makes integer from pointer without a cast [-Wint-conversion]
>>
>> I sent two patches to the bnxt_re maintainers yesterday. I expect them
>> to get applied
>> soon, but haven't heard back yet.
>>
>>> WARNING: modpost: missing MODULE_LICENSE() in drivers/phy/qualcomm/phy-qcom-ufs.o
>>
>> Still waiting for Kishon to apply an older patch I sent for this.
>
> I had merged it locally. Now pushed everything.

Hi Kishon,

kernelci still reports it as one of the remaining warnings for v4.16-rc,
any chance you can send this as a bugfix for the current release?

       Arnd

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mainline build: 15 warnings 0 failures (mainline/v4.16-rc2-64-gaf3e79d)
  2018-03-06 23:25     ` Arnd Bergmann
@ 2018-03-07 11:02       ` Kishon Vijay Abraham I
  2018-03-07 12:34         ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Kishon Vijay Abraham I @ 2018-03-07 11:02 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Olof's autobuilder, Olof Johansson,
	Kernel Build Reports Mailman List, linux-rdma, Selvin Xavier,
	Devesh Sharma, Somnath Kotur, Sriharsha Basavapatna,
	Linux Kernel Mailing List

Hi Arnd,

On Wednesday 07 March 2018 04:55 AM, Arnd Bergmann wrote:
> On Wed, Feb 21, 2018 at 3:42 PM, Kishon Vijay Abraham I <kishon@ti.com> wrote:
>>
>>
>> On Wednesday 21 February 2018 06:12 PM, Arnd Bergmann wrote:
>>> On Tue, Feb 20, 2018 at 7:34 PM, Olof's autobuilder <build@lixom.net> wrote:
>>>> Here are the build results from automated periodic testing.
>>>>
>>>> The tree being built was mainline, found at:
>>>>
>>>> URL: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>>>>
>>>>
>>>> Warnings:
>>>>
>>>>         arm64.allmodconfig:
>>>> include/uapi/linux/byteorder/big_endian.h:31:52: warning: passing argument 1 of '__fswab64' makes integer from pointer without a cast [-Wint-conversion]
>>>
>>> I sent two patches to the bnxt_re maintainers yesterday. I expect them
>>> to get applied
>>> soon, but haven't heard back yet.
>>>
>>>> WARNING: modpost: missing MODULE_LICENSE() in drivers/phy/qualcomm/phy-qcom-ufs.o
>>>
>>> Still waiting for Kishon to apply an older patch I sent for this.
>>
>> I had merged it locally. Now pushed everything.
> 
> Hi Kishon,
> 
> kernelci still reports it as one of the remaining warnings for v4.16-rc,
> any chance you can send this as a bugfix for the current release?

I had queued this for next. Sure, I'll try to send this for current -rc.

Thanks
Kishon

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mainline build: 15 warnings 0 failures (mainline/v4.16-rc2-64-gaf3e79d)
  2018-03-07 11:02       ` Kishon Vijay Abraham I
@ 2018-03-07 12:34         ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2018-03-07 12:34 UTC (permalink / raw)
  To: Kishon Vijay Abraham I
  Cc: Olof's autobuilder, Olof Johansson,
	Kernel Build Reports Mailman List, linux-rdma, Selvin Xavier,
	Devesh Sharma, Somnath Kotur, Sriharsha Basavapatna,
	Linux Kernel Mailing List

On Wed, Mar 7, 2018 at 12:02 PM, Kishon Vijay Abraham I <kishon@ti.com> wrote:
> On Wednesday 07 March 2018 04:55 AM, Arnd Bergmann wrote:
>> On Wed, Feb 21, 2018 at 3:42 PM, Kishon Vijay Abraham I <kishon@ti.com> wrote:
>>> On Wednesday 21 February 2018 06:12 PM, Arnd Bergmann wrote:
>>>> On Tue, Feb 20, 2018 at 7:34 PM, Olof's autobuilder <build@lixom.net> wrote:
>>>>> WARNING: modpost: missing MODULE_LICENSE() in drivers/phy/qualcomm/phy-qcom-ufs.o
>>>>
>>>> Still waiting for Kishon to apply an older patch I sent for this.
>>>
>>> I had merged it locally. Now pushed everything.
>>
>> Hi Kishon,
>>
>> kernelci still reports it as one of the remaining warnings for v4.16-rc,
>> any chance you can send this as a bugfix for the current release?
>
> I had queued this for next. Sure, I'll try to send this for current -rc.

Thanks a lot! I got a confirmation on one of the other remaining issues,
so we're down to one or two patches for a clean 4.16 build now,
plus probably another three that we need to get a clean 'randconfig'
build on x86 and arm64.

       Arnd

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-03-07 12:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <5a8c6a34.8880a70a.2a9a1.afc7@mx.google.com>
2018-02-21 12:42 ` mainline build: 15 warnings 0 failures (mainline/v4.16-rc2-64-gaf3e79d) Arnd Bergmann
2018-02-21 14:42   ` Kishon Vijay Abraham I
2018-03-06 23:25     ` Arnd Bergmann
2018-03-07 11:02       ` Kishon Vijay Abraham I
2018-03-07 12:34         ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).