* Re: linux-next: Tree for Aug 26 (drbg)
[not found] <20140826173452.7cc5445c@canb.auug.org.au>
@ 2014-08-26 19:03 ` Randy Dunlap
2014-08-26 20:19 ` Stephan Mueller
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2014-08-26 19:03 UTC (permalink / raw)
To: Stephen Rothwell, linux-next; +Cc: LKML, linux-crypto, Stephan Mueller
On 08/26/14 00:34, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20140825:
>
> The net tree gained a build failure for which I reverted a commit.
>
> The mfd tree still had its build failure so I used the version from
> next-20140822.
>
on i386:
../include/crypto/drbg.h:157:2: warning: left shift count >= width of type [enabled by default]
../include/crypto/drbg.h:163:2: warning: left shift count >= width of type [enabled by default]
I guess that someone has already seen this but I haven't noticed any reports
of it.
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: Tree for Aug 26 (drbg)
2014-08-26 19:03 ` linux-next: Tree for Aug 26 (drbg) Randy Dunlap
@ 2014-08-26 20:19 ` Stephan Mueller
2014-08-26 21:07 ` Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Stephan Mueller @ 2014-08-26 20:19 UTC (permalink / raw)
To: Randy Dunlap; +Cc: Stephen Rothwell, linux-next, LKML, linux-crypto
Am Dienstag, 26. August 2014, 12:03:31 schrieb Randy Dunlap:
Hi Randy,
> On 08/26/14 00:34, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20140825:
> >
> > The net tree gained a build failure for which I reverted a commit.
> >
> > The mfd tree still had its build failure so I used the version from
> > next-20140822.
>
> on i386:
>
> ../include/crypto/drbg.h:157:2: warning: left shift count >= width of type
> [enabled by default] ../include/crypto/drbg.h:163:2: warning: left shift
> count >= width of type [enabled by default]
>
> I guess that someone has already seen this but I haven't noticed any reports
> of it.
Thank you for reporting the issue. The patch and fix is provided with [1]. Did
you test with this patch?
[1]
https://git.kernel.org/cgit/linux/kernel/git/herbert/cryptodev-2.6.git/commit/?id=b9347aff91ce4789619168539f08202d8d6a1177
--
Ciao
Stephan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: Tree for Aug 26 (drbg)
2014-08-26 20:19 ` Stephan Mueller
@ 2014-08-26 21:07 ` Randy Dunlap
2014-08-27 16:36 ` Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2014-08-26 21:07 UTC (permalink / raw)
To: Stephan Mueller; +Cc: Stephen Rothwell, linux-next, LKML, linux-crypto
On 08/26/14 13:19, Stephan Mueller wrote:
> Am Dienstag, 26. August 2014, 12:03:31 schrieb Randy Dunlap:
>
> Hi Randy,
>
>> On 08/26/14 00:34, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> Changes since 20140825:
>>>
>>> The net tree gained a build failure for which I reverted a commit.
>>>
>>> The mfd tree still had its build failure so I used the version from
>>> next-20140822.
>>
>> on i386:
>>
>> ../include/crypto/drbg.h:157:2: warning: left shift count >= width of type
>> [enabled by default] ../include/crypto/drbg.h:163:2: warning: left shift
>> count >= width of type [enabled by default]
>>
>> I guess that someone has already seen this but I haven't noticed any reports
>> of it.
>
> Thank you for reporting the issue. The patch and fix is provided with [1]. Did
> you test with this patch?
>
> [1]
> https://git.kernel.org/cgit/linux/kernel/git/herbert/cryptodev-2.6.git/commit/?id=b9347aff91ce4789619168539f08202d8d6a1177
>
I tested whatever is in linux-next of 20140826.
I'll check that commit later, got to run errands now.
Thanks.
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: Tree for Aug 26 (drbg)
2014-08-26 21:07 ` Randy Dunlap
@ 2014-08-27 16:36 ` Randy Dunlap
0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2014-08-27 16:36 UTC (permalink / raw)
To: Stephan Mueller; +Cc: Stephen Rothwell, linux-next, LKML, linux-crypto
On 08/26/14 14:07, Randy Dunlap wrote:
> On 08/26/14 13:19, Stephan Mueller wrote:
>> Am Dienstag, 26. August 2014, 12:03:31 schrieb Randy Dunlap:
>>
>> Hi Randy,
>>
>>> On 08/26/14 00:34, Stephen Rothwell wrote:
>>>> Hi all,
>>>>
>>>> Changes since 20140825:
>>>>
>>>> The net tree gained a build failure for which I reverted a commit.
>>>>
>>>> The mfd tree still had its build failure so I used the version from
>>>> next-20140822.
>>>
>>> on i386:
>>>
>>> ../include/crypto/drbg.h:157:2: warning: left shift count >= width of type
>>> [enabled by default] ../include/crypto/drbg.h:163:2: warning: left shift
>>> count >= width of type [enabled by default]
>>>
>>> I guess that someone has already seen this but I haven't noticed any reports
>>> of it.
>>
>> Thank you for reporting the issue. The patch and fix is provided with [1]. Did
>> you test with this patch?
>>
>> [1]
>> https://git.kernel.org/cgit/linux/kernel/git/herbert/cryptodev-2.6.git/commit/?id=b9347aff91ce4789619168539f08202d8d6a1177
>>
>
> I tested whatever is in linux-next of 20140826.
>
> I'll check that commit later, got to run errands now.
Yes, that works. Thanks.
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-08-27 16:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20140826173452.7cc5445c@canb.auug.org.au>
2014-08-26 19:03 ` linux-next: Tree for Aug 26 (drbg) Randy Dunlap
2014-08-26 20:19 ` Stephan Mueller
2014-08-26 21:07 ` Randy Dunlap
2014-08-27 16:36 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox