Re: Linux 4.19 in Debian FTBFS with "undefined reference to `strcmp'"

2018-12-20 Thread Finn Thain
On Thu, 20 Dec 2018, John Paul Adrian Glaubitz wrote: > Hi! > > On 12/20/18 12:16 AM, Finn Thain wrote: > > Andreas said the error happened when the new compiler expanded a > > __bultin_strcmp call to a strcmp call. > > https://lore.kernel.org/lkml/87in513wbt@igel.home/ > > > > The new

Re: [PATCH net-next] Amiga PCMCIA 100 MBit card support

2018-12-20 Thread David Miller
From: ALeX Kazik Date: Wed, 19 Dec 2018 23:24:32 +0100 > + bool "PCMCIA NE2000 100MBit support" > + default n > + depends on ARM_ETHERH=n && AX88796=n && HYDRA=n && MAC8390=n > + depends on MCF8390=n && NE2000=n && NE2K_PCI=n && PCMCIA_AXNET=n > + depends on PCMCIA_PCNET=n &&

Re: ensure dma_alloc_coherent always returns zeroed memory

2018-12-20 Thread h...@lst.de
Btw, can you try wit the very latests dma-mapping-for-next tree which has a new fix from Thierry Reding that might be related.

Re: [git pull] m68k fixes for 4.20

2018-12-20 Thread pr-tracker-bot
The pull request you sent on Thu, 20 Dec 2018 16:16:47 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git > tags/m68k-for-v4.20-tag2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/1d51b4b1d3f2db0d6d144175e31a84e472fbd99a Thank you! --

[git pull] m68k updates for 4.21

2018-12-20 Thread Geert Uytterhoeven
Hi Linus, The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v4.21-tag1 for you to fetch

Re: ensure dma_alloc_coherent always returns zeroed memory

2018-12-20 Thread h...@lst.de
On Thu, Dec 20, 2018 at 02:39:20PM +, Eugeniy Paltsev wrote: > > I would be really surprised if that is caused by the patch to add > > the zeroing. > Me too :) > > > Can you check which commit caused the issue by bisecting > > from a known good baseline? > > Yep. At least kernel build from

Re: ensure dma_alloc_coherent always returns zeroed memory

2018-12-20 Thread Eugeniy Paltsev
On Thu, 2018-12-20 at 15:34 +0100, h...@lst.de wrote: > On Thu, Dec 20, 2018 at 02:32:52PM +, Eugeniy Paltsev wrote: > > Hi Christoph, > > > > I test kernel from your 'dma-alloc-always-zero' branch, and as > > I can see we have DMA peripherals (like USB) broken. > > I would be really

Re: ensure dma_alloc_coherent always returns zeroed memory

2018-12-20 Thread h...@lst.de
On Thu, Dec 20, 2018 at 02:32:52PM +, Eugeniy Paltsev wrote: > Hi Christoph, > > I test kernel from your 'dma-alloc-always-zero' branch, and as > I can see we have DMA peripherals (like USB) broken. I would be really surprised if that is caused by the patch to add the zeroing. Can you check

Re: ensure dma_alloc_coherent always returns zeroed memory

2018-12-20 Thread Eugeniy Paltsev
Hi Christoph, I test kernel from your 'dma-alloc-always-zero' branch, and as I can see we have DMA peripherals (like USB) broken. There are the errors example I got during USB initializing: -->8 usb 1-1: device descriptor read/64, error

Re: Linux 4.19 in Debian FTBFS with "undefined reference to `strcmp'"

2018-12-20 Thread John Paul Adrian Glaubitz
Hi! On 12/20/18 12:16 AM, Finn Thain wrote: > Andreas said the error happened when the new compiler expanded a > __bultin_strcmp call to a strcmp call. > https://lore.kernel.org/lkml/87in513wbt@igel.home/ > > The new compiler seems to assume that a strcmp symbol exists in the final >