Re: [PATCH v2] watchdog: dw_wdt: fix overflow issue in dw_wdt_top_in_seconds

2017-08-16 Thread kbuild test robot
Hi Huibin, [auto build test ERROR on linus/master] [also build test ERROR on v4.13-rc5 next-20170816] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] watchdog: dw_wdt: fix overflow issue in dw_wdt_top_in_seconds

2017-08-16 Thread kbuild test robot
Hi Huibin, [auto build test ERROR on linus/master] [also build test ERROR on v4.13-rc5 next-20170816] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] watchdog: dw_wdt: fix overflow issue in dw_wdt_top_in_seconds

2017-08-16 Thread kbuild test robot
Hi Huibin, [auto build test ERROR on linus/master] [also build test ERROR on v4.13-rc5 next-20170816] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] watchdog: dw_wdt: fix overflow issue in dw_wdt_top_in_seconds

2017-08-16 Thread kbuild test robot
Hi Huibin, [auto build test ERROR on linus/master] [also build test ERROR on v4.13-rc5 next-20170816] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] watchdog: dw_wdt: fix overflow issue in dw_wdt_top_in_seconds

2017-08-14 Thread Guenter Roeck
On 08/14/2017 07:45 PM, Huibin Hong wrote: If top is 15, (1 << (16 + top)) may be negative. Signed-off-by: Huibin Hong --- Changes in v2: - Rebase mainline Linux 4.13-rc5 drivers/watchdog/dw_wdt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

Re: [PATCH v2] watchdog: dw_wdt: fix overflow issue in dw_wdt_top_in_seconds

2017-08-14 Thread Guenter Roeck
On 08/14/2017 07:45 PM, Huibin Hong wrote: If top is 15, (1 << (16 + top)) may be negative. Signed-off-by: Huibin Hong --- Changes in v2: - Rebase mainline Linux 4.13-rc5 drivers/watchdog/dw_wdt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[PATCH v2] watchdog: dw_wdt: fix overflow issue in dw_wdt_top_in_seconds

2017-08-14 Thread Huibin Hong
If top is 15, (1 << (16 + top)) may be negative. Signed-off-by: Huibin Hong --- Changes in v2: - Rebase mainline Linux 4.13-rc5 drivers/watchdog/dw_wdt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/watchdog/dw_wdt.c

[PATCH v2] watchdog: dw_wdt: fix overflow issue in dw_wdt_top_in_seconds

2017-08-14 Thread Huibin Hong
If top is 15, (1 << (16 + top)) may be negative. Signed-off-by: Huibin Hong --- Changes in v2: - Rebase mainline Linux 4.13-rc5 drivers/watchdog/dw_wdt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/watchdog/dw_wdt.c b/drivers/watchdog/dw_wdt.c index