On Wed, Apr 25, 2018 at 10:56:46AM +0100, Anatoly Burakov wrote: > Coverity reports these lines as having no effect. Technically, we do > want for those lines to have no effect, however they would've likely > been optimized out. Add volatile qualifiers to ensure the code has > effects. > > Coverity issue: 272608 > > Fixes: 582bed1e1d1d ("mem: support mapping hugepages at runtime") > Cc: anatoly.bura...@intel.com > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- Re: [dpdk-dev] [PATCH v3 3/9] mem: fix potential dou... Bruce Richardson
- Re: [dpdk-dev] [PATCH v3 3/9] mem: fix potential... Burakov, Anatoly
- [dpdk-dev] [PATCH v3 6/9] mem: fix comparing pointer to v... Anatoly Burakov
- Re: [dpdk-dev] [PATCH v3 6/9] mem: fix comparing poi... Bruce Richardson
- [dpdk-dev] [PATCH v3 4/9] mem: fix potential resource lea... Anatoly Burakov
- Re: [dpdk-dev] [PATCH v3 4/9] mem: fix potential res... Bruce Richardson
- Re: [dpdk-dev] [PATCH v3 4/9] mem: fix potential... Burakov, Anatoly
- Re: [dpdk-dev] [PATCH v3 4/9] mem: fix potential... Burakov, Anatoly
- Re: [dpdk-dev] [PATCH v3 4/9] mem: fix poten... Bruce Richardson
- [dpdk-dev] [PATCH v3 8/9] mem: fix statement having no ef... Anatoly Burakov
- Re: [dpdk-dev] [PATCH v3 8/9] mem: fix statement hav... Bruce Richardson
- [dpdk-dev] [PATCH v3 9/9] mem: fix possible use-after-fre... Anatoly Burakov
- Re: [dpdk-dev] [PATCH v3 9/9] mem: fix possible use-... Bruce Richardson
- [dpdk-dev] [PATCH v4 0/9] Coverity fixes for EAL memory Anatoly Burakov
- [dpdk-dev] [PATCH v4 1/9] mem: use strlcpy instead o... Anatoly Burakov
- [dpdk-dev] [PATCH v4 3/9] mem: fix potential double ... Anatoly Burakov
- Re: [dpdk-dev] [PATCH v4 3/9] mem: fix potential... Bruce Richardson
- [dpdk-dev] [PATCH v4 5/9] mem: fix potential resourc... Anatoly Burakov
- [dpdk-dev] [PATCH v4 2/9] mem: fix resource leak Anatoly Burakov
- [dpdk-dev] [PATCH v4 4/9] mem: fix potential resourc... Anatoly Burakov
- [dpdk-dev] [PATCH v4 6/9] mem: fix comparing pointer... Anatoly Burakov