From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934457AbcJXHo7 (ORCPT ); Mon, 24 Oct 2016 03:44:59 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:2918 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932954AbcJXHo5 (ORCPT ); Mon, 24 Oct 2016 03:44:57 -0400 Subject: Re: ERROR: "bad_dma_ops" [drivers/tty/serial/stm32-usart.ko] undefined! References: <201610231743.Eq20tBqY%fengguang.wu@intel.com> CC: kbuild test robot , , , Gerald Baeza To: Greg Kroah-Hartman , Geert Uytterhoeven From: Alexandre Torgue Message-ID: <0093da0a-e1a2-da72-9827-a9a7200ba500@st.com> Date: Mon, 24 Oct 2016 09:44:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <201610231743.Eq20tBqY%fengguang.wu@intel.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.48.0.2] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-10-23_18:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, On 10/23/2016 11:54 AM, kbuild test robot wrote: > Hi Alexandre, > > First bad commit (maybe != root cause): > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > head: 0c2b6dc4fd4fa13796b319aae969a009f03222c6 > commit: 3489187204eb75e5635d8836babfd0a18be613f4 serial: stm32: adding dma support > date: 4 weeks ago > config: m32r-allmodconfig (attached as .config) > compiler: m32r-linux-gcc (GCC) 6.2.0 > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 3489187204eb75e5635d8836babfd0a18be613f4 > # save the attached .config to linux build tree > make.cross ARCH=m32r > > All errors (new ones prefixed by >>): > > ERROR: "bad_dma_ops" [sound/soc/bcm/snd-soc-cygnus.ko] undefined! > ERROR: "bad_dma_ops" [sound/core/snd-pcm.ko] undefined! > ERROR: "dma_common_mmap" [sound/core/snd-pcm.ko] undefined! >>> ERROR: "bad_dma_ops" [drivers/tty/serial/stm32-usart.ko] undefined! > This issue will be fixed by patch: "[PATCH] serial: SERIAL_STM32 should depend on HAS_DMA" sent by Geert Uytterhoeven. Regards Alex