Re: [PATCH v1] clk: tegra: emc: Avoid out-of-bounds bug

2018-07-08 Thread Stephen Boyd
Quoting Dmitry Osipenko (2018-06-05 05:12:32) > Apparently there was an attempt to avoid out-of-bounds accesses when there > is only one memory timing available, but there is a typo in the code that > neglects that attempt. > > Signed-off-by: Dmitry Osipenko > --- Applied to clk-next

Re: [PATCH v1] clk: tegra: emc: Avoid out-of-bounds bug

2018-07-08 Thread Stephen Boyd
Quoting Dmitry Osipenko (2018-06-05 05:12:32) > Apparently there was an attempt to avoid out-of-bounds accesses when there > is only one memory timing available, but there is a typo in the code that > neglects that attempt. > > Signed-off-by: Dmitry Osipenko > --- Applied to clk-next

Re: [PATCH v1] clk: tegra: emc: Avoid out-of-bounds bug

2018-06-12 Thread Dmitry Osipenko
On Tuesday, 12 June 2018 10:46:03 MSK Stephen Boyd wrote: > Quoting Dmitry Osipenko (2018-06-05 05:12:32) > > > Apparently there was an attempt to avoid out-of-bounds accesses when there > > is only one memory timing available, but there is a typo in the code that > > neglects that attempt. > >

Re: [PATCH v1] clk: tegra: emc: Avoid out-of-bounds bug

2018-06-12 Thread Dmitry Osipenko
On Tuesday, 12 June 2018 10:46:03 MSK Stephen Boyd wrote: > Quoting Dmitry Osipenko (2018-06-05 05:12:32) > > > Apparently there was an attempt to avoid out-of-bounds accesses when there > > is only one memory timing available, but there is a typo in the code that > > neglects that attempt. > >

Re: [PATCH v1] clk: tegra: emc: Avoid out-of-bounds bug

2018-06-12 Thread Stephen Boyd
Quoting Dmitry Osipenko (2018-06-05 05:12:32) > Apparently there was an attempt to avoid out-of-bounds accesses when there > is only one memory timing available, but there is a typo in the code that > neglects that attempt. > > Signed-off-by: Dmitry Osipenko Fixes: tag?

Re: [PATCH v1] clk: tegra: emc: Avoid out-of-bounds bug

2018-06-12 Thread Stephen Boyd
Quoting Dmitry Osipenko (2018-06-05 05:12:32) > Apparently there was an attempt to avoid out-of-bounds accesses when there > is only one memory timing available, but there is a typo in the code that > neglects that attempt. > > Signed-off-by: Dmitry Osipenko Fixes: tag?

[PATCH v1] clk: tegra: emc: Avoid out-of-bounds bug

2018-06-05 Thread Dmitry Osipenko
Apparently there was an attempt to avoid out-of-bounds accesses when there is only one memory timing available, but there is a typo in the code that neglects that attempt. Signed-off-by: Dmitry Osipenko --- drivers/clk/tegra/clk-emc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH v1] clk: tegra: emc: Avoid out-of-bounds bug

2018-06-05 Thread Dmitry Osipenko
Apparently there was an attempt to avoid out-of-bounds accesses when there is only one memory timing available, but there is a typo in the code that neglects that attempt. Signed-off-by: Dmitry Osipenko --- drivers/clk/tegra/clk-emc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff