[lng-odp] [Bug 2828] CID 174662: Bad sizeof() in odp_schedule_sp.c

2017-02-09 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2828 Mike Holmes changed: What|Removed |Added CC||mike.hol...@linaro.org

[lng-odp] [Bug 2828] CID 174662: Bad sizeof() in odp_schedule_sp.c

2017-01-19 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2828 --- Comment #5 from Yi He --- Hi, Petri Since the algorithm is: 1 << total bits - leading zero bits(x - 1) __builtin_clz's parameter is (unsigned int), so the total bit number need to be calculated as 4 * sizeof(unsigned int)

[lng-odp] [Bug 2828] CID 174662: Bad sizeof() in odp_schedule_sp.c

2017-01-19 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2828 Petri Savolainen changed: What|Removed |Added CC|

[lng-odp] [Bug 2828] CID 174662: Bad sizeof() in odp_schedule_sp.c

2017-01-18 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2828 Yi He changed: What|Removed |Added Status|CONFIRMED |IN_PROGRESS --- Comment #3 from Yi

[lng-odp] [Bug 2828] CID 174662: Bad sizeof() in odp_schedule_sp.c

2017-01-18 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2828 Yi He changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[lng-odp] [Bug 2828] CID 174662: Bad sizeof() in odp_schedule_sp.c

2017-01-18 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2828 --- Comment #1 from Bill Fischofer --- Also appears here: 350static inline void add_tail(sched_cmd_t *cmd) 351{ 352prio_queue_t *prio_queue; 353int group= cmd->s.group; 354int prio =