Re: [PATCH] mm, page_alloc: skip ->watermark_boost for atomic order-0 allocations-fix

2020-10-19 Thread Ralph Siemsen
Andrew Morton Acked-by: Vlastimil Babka Cc: Vinayak Menon Cc: Mel Gorman Link: http://lkml.kernel.org/r/1589882284-21010-1-git-send-email-chara...@codeaurora.org Signed-off-by: Linus Torvalds Signed-off-by: Ralph Siemsen --- mm/page_alloc.c | 25 + 1 file change

Re: [PATCH 4.19 182/267] spi: dw: Return any value retrieved from the dma_transfer callback

2020-06-29 Thread Ralph Siemsen
On Mon, Jun 29, 2020 at 10:26:06AM -0400, Sasha Levin wrote: diff --git a/drivers/spi/spi-dw-mmio.c b/drivers/spi/spi-dw-mmio.c index c563c2815093..99641c485288 100644 --- a/drivers/spi/spi-dw-mmio.c +++ b/drivers/spi/spi-dw-mmio.c @@ -358,7 +358,7 @@ static int mmio_spi_dma_transfer(struct dw_sp

Re: [PATCH 4.19 182/267] spi: dw: Return any value retrieved from the dma_transfer callback

2020-06-27 Thread Ralph Siemsen
Hi Sasha, On Fri, Jun 26, 2020 at 04:07:10PM -0400, Sasha Levin wrote: On Fri, Jun 26, 2020 at 11:18:00AM -0400, Ralph Siemsen wrote: So the following patch is needed as well, at least in 4.9 and 4.19, I did not check/test other versions. Mainline does not need this, since the code seems to

Re: [PATCH 4.19 182/267] spi: dw: Return any value retrieved from the dma_transfer callback

2020-06-26 Thread Ralph Siemsen
Hi Serge, Pavel, Greg, On Mon, Jun 22, 2020 at 11:51:21PM +0300, Serge Semin wrote: Hello Pavel On Fri, Jun 19, 2020 at 11:07:19PM +0200, Pavel Machek wrote: Mainline patch simply changes return value, but code is different in v4.19, and poll_transfer will now be avoided when dws->dma_mapped.

[PATCH] out-of-tree builds: preserve ARCH and CROSS_COMPILE settings

2005-02-07 Thread Ralph Siemsen
Otherwise behaviour is exactly as it was before. Since the contents of "builddir" are specific to ARCH and CROSS_COMPILER I see no reason why the values should not become fixed in "builddir". Signed-off-by: Ralph Siemsen <[EMAIL PROTECTED]> diff -u mkmakefile --- li