Re: [PATCH v2] sched: fix integer handling issue

2022-02-24 Thread Thomas Monjalon
23/02/2022 19:13, Morten Brørup: > > From: Megha Ajmera [mailto:megha.ajm...@intel.com] > > Sent: Wednesday, 23 February 2022 18.37 > > > > Masking of core mask was incorrect. Instead of using 1U for shifting, > > it > > should be using 1LU as the result is assigned to uint64. > > > > CID 375859:

RE: [PATCH v2] sched: fix integer handling issue

2022-02-23 Thread Morten Brørup
> From: Megha Ajmera [mailto:megha.ajm...@intel.com] > Sent: Wednesday, 23 February 2022 18.37 > > Masking of core mask was incorrect. Instead of using 1U for shifting, > it > should be using 1LU as the result is assigned to uint64. > > CID 375859: Potentially overflowing expression "1U << app_ma