Re: [PATCH] KVM: PPC: Book3S HV: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-12-15 Thread Frank Lee
ping...

Re: [PATCH] kernel/dma/direct: Do not include SME mask in the DMA supported check

2018-12-15 Thread Christoph Hellwig
The mail seems to be so oddly encoded so that git-am fails on it. Can you resend as plain text?

Re: [PATCH] gpio: max7301: fix driver for use with CONFIG_VMAP_STACK

2018-12-15 Thread Linus Walleij
On Fri, Dec 7, 2018 at 2:07 PM Christophe Leroy wrote: > spi_read() and spi_write() require DMA-safe memory. When > CONFIG_VMAP_STACK is selected, those functions cannot be used > with buffers on stack. > > This patch replaces calls to spi_read() and spi_write() by > spi_write_then_read() which d