[PATCH] staging: axis-fifo: Add elaborate description in Kconfig

2019-04-13 Thread Moses Christopher
- The Xilinx AXI-Stream FIFO IP core driver description is elaborated. - References: Xilinx PG080 document, axis-fifo.txt Signed-off-by: Moses Christopher --- drivers/staging/axis-fifo/Kconfig | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/axis-fifo

Re: [PATCH] vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()

2019-04-13 Thread Sasha Levin
On Sat, Apr 13, 2019 at 02:19:52AM +, Michael Kelley wrote: From: Dexuan Cui Sent: Friday, April 12, 2019 4:35 PM With CONFIG_DEBUG_PREEMPT=y, the put_cpu_ptr() triggiers an underflow warning in preempt_count_sub(). Fixes: 37cdd991fac8 ("vmbus: put related per-cpu variable together") Cc: