From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 3/6] powerpc: rtc: provide rtc_class_ops directly Date: Tue, 01 Mar 2016 21:31:09 +0100 Message-ID: <43764978.ST0U01oqaW@wuerfel> References: <201603020228.jios50eU%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: kbuild test robot , Alessandro Zummo , linux-parisc@vger.kernel.org, rtc-linux@googlegroups.com, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Kyle McMartin , linux-m68k@lists.linux-m68k.org, Alexandre Belloni , kbuild-all@01.org, Paul Mackerras , linux-arm-kernel@lists.infradead.org To: linuxppc-dev@lists.ozlabs.org Return-path: In-Reply-To: <201603020228.jios50eU%fengguang.wu@intel.com> List-ID: List-Id: linux-parisc.vger.kernel.org On Wednesday 02 March 2016 02:37:14 kbuild test robot wrote: > [auto build test ERROR on abelloni/rtc-next] > [also build test ERROR on v4.5-rc6 next-20160301] > [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] > > url: https://github.com/0day-ci/linux/commits/Arnd-Bergmann/rtc-generic-follow-up-for-COMPILE_TEST/20160302-011032 > base: https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git rtc-next > config: powerpc-allnoconfig (attached as .config) > 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 > # save the attached .config to linux build tree > make.cross ARCH=powerpc > > All errors (new ones prefixed by >>): > > arch/powerpc/kernel/built-in.o: In function `rtc_generic_get_time': > >> time.c:(.text+0x4c58): undefined reference to `rtc_valid_tm' > I fixed up the powerpc and parisc patches now, will resend them after getting some feedback on the overall approach. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de (mout.kundenserver.de. [212.227.126.187]) by gmr-mx.google.com with ESMTPS id e130si41032wme.2.2016.03.01.12.31.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Mar 2016 12:31:22 -0800 (PST) From: Arnd Bergmann To: linuxppc-dev@lists.ozlabs.org Cc: kbuild test robot , Alessandro Zummo , linux-parisc@vger.kernel.org, rtc-linux@googlegroups.com, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Kyle McMartin , linux-m68k@lists.linux-m68k.org, Alexandre Belloni , kbuild-all@01.org, Paul Mackerras , linux-arm-kernel@lists.infradead.org Subject: [rtc-linux] Re: [PATCH 3/6] powerpc: rtc: provide rtc_class_ops directly Date: Tue, 01 Mar 2016 21:31:09 +0100 Message-ID: <43764978.ST0U01oqaW@wuerfel> In-Reply-To: <201603020228.jios50eU%fengguang.wu@intel.com> References: <201603020228.jios50eU%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On Wednesday 02 March 2016 02:37:14 kbuild test robot wrote: > [auto build test ERROR on abelloni/rtc-next] > [also build test ERROR on v4.5-rc6 next-20160301] > [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] > > url: https://github.com/0day-ci/linux/commits/Arnd-Bergmann/rtc-generic-follow-up-for-COMPILE_TEST/20160302-011032 > base: https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git rtc-next > config: powerpc-allnoconfig (attached as .config) > 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 > # save the attached .config to linux build tree > make.cross ARCH=powerpc > > All errors (new ones prefixed by >>): > > arch/powerpc/kernel/built-in.o: In function `rtc_generic_get_time': > >> time.c:(.text+0x4c58): undefined reference to `rtc_valid_tm' > I fixed up the powerpc and parisc patches now, will resend them after getting some feedback on the overall approach. Arnd -- -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Date: Tue, 01 Mar 2016 20:31:09 +0000 Subject: Re: [PATCH 3/6] powerpc: rtc: provide rtc_class_ops directly Message-Id: <43764978.ST0U01oqaW@wuerfel> List-Id: References: <201603020228.jios50eU%fengguang.wu@intel.com> In-Reply-To: <201603020228.jios50eU%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Wednesday 02 March 2016 02:37:14 kbuild test robot wrote: > [auto build test ERROR on abelloni/rtc-next] > [also build test ERROR on v4.5-rc6 next-20160301] > [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] > > url: https://github.com/0day-ci/linux/commits/Arnd-Bergmann/rtc-generic-follow-up-for-COMPILE_TEST/20160302-011032 > base: https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git rtc-next > config: powerpc-allnoconfig (attached as .config) > 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 > # save the attached .config to linux build tree > make.cross ARCH=powerpc > > All errors (new ones prefixed by >>): > > arch/powerpc/kernel/built-in.o: In function `rtc_generic_get_time': > >> time.c:(.text+0x4c58): undefined reference to `rtc_valid_tm' > I fixed up the powerpc and parisc patches now, will resend them after getting some feedback on the overall approach. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 01 Mar 2016 21:31:09 +0100 Subject: [PATCH 3/6] powerpc: rtc: provide rtc_class_ops directly In-Reply-To: <201603020228.jios50eU%fengguang.wu@intel.com> References: <201603020228.jios50eU%fengguang.wu@intel.com> Message-ID: <43764978.ST0U01oqaW@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 02 March 2016 02:37:14 kbuild test robot wrote: > [auto build test ERROR on abelloni/rtc-next] > [also build test ERROR on v4.5-rc6 next-20160301] > [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] > > url: https://github.com/0day-ci/linux/commits/Arnd-Bergmann/rtc-generic-follow-up-for-COMPILE_TEST/20160302-011032 > base: https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git rtc-next > config: powerpc-allnoconfig (attached as .config) > 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 > # save the attached .config to linux build tree > make.cross ARCH=powerpc > > All errors (new ones prefixed by >>): > > arch/powerpc/kernel/built-in.o: In function `rtc_generic_get_time': > >> time.c:(.text+0x4c58): undefined reference to `rtc_valid_tm' > I fixed up the powerpc and parisc patches now, will resend them after getting some feedback on the overall approach. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753441AbcCAUcA (ORCPT ); Tue, 1 Mar 2016 15:32:00 -0500 Received: from mout.kundenserver.de ([212.227.126.187]:50923 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752004AbcCAUb6 (ORCPT ); Tue, 1 Mar 2016 15:31:58 -0500 From: Arnd Bergmann To: linuxppc-dev@lists.ozlabs.org Cc: kbuild test robot , Alessandro Zummo , linux-parisc@vger.kernel.org, rtc-linux@googlegroups.com, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Kyle McMartin , linux-m68k@vger.kernel.org, Alexandre Belloni , kbuild-all@01.org, Paul Mackerras , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/6] powerpc: rtc: provide rtc_class_ops directly Date: Tue, 01 Mar 2016 21:31:09 +0100 Message-ID: <43764978.ST0U01oqaW@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <201603020228.jios50eU%fengguang.wu@intel.com> References: <201603020228.jios50eU%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:8gd9BDrKT9fcCeCCRrvYxOHmsRrzzjRFb07Dv7Cpg26Wi6G3Yo1 TAkZl4dU48+FFiFp0tzh0VY/6qlpAum1uzBhTJQyBwvuBNUktph+V3HVHui5YOyf2whU5X3 h258Mm3FbKo8sY6V5+QQ4l/oBSsx5EBtECLfJFy3i1hoq8oV8votyO9iVpV/n3naVYTbKtL tlCMVopERHdnnPmyMmoaQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:Iiu3GrV53Ug=:Rv/h6xT3DvsBlSkCnED+Pe aWpfHXp2d2ow6y9OkAhqYWVhIDwzvRA6yLD6K8OyLstn9uAafZD/bQQce33158tRWGbmIm2EN FZhPAXpuLM8s8jTJPn9X7T8iso+UGGzK1WSDTSMnSeELssku2dpbIWBF6Lx5rKORThZKZh/kJ uaXVRXag5JS50nUHcmVTyX/oe4iERhhswwvzED7TToqRi8OAfXY87JDigEkt325b1OTGtSX99 I8qbP73vRbIO4PEeeI1hldJnj/dZ6/BE66WsIA8tn1Nu775w4364lh0kaSHXsHNlMaTACwTMV zhxVMsFiFod+XmItnzuAoy8uFsXme1uquLa20V7zbpstPhvYrgWLRrAAy/Tcwk+khhmPY+P3b p+/EXvM5xnjnsq1CWsz1tY7VDRu1JcC9FUMWPRlW/kOnbYp9xvEuBPWFRhwAUYckEolFzkc9Z m+Gge8IyjKtTJwaygr9rn2RmTbRL5GSJnQrEOg1lVGEk1woTIfWuXTLkj9uJEHlmePL8m9tAU Ufrff24SLmrNhTX0/peBMTcQu/StMYzy0yu3YfK3kiNLRK0TRiSh/m64JnVLd+78mglVth67A mzRUfCpogqyC1ezqc2PzZB+c+8LTBza1zA5GpzXlynbP3y/9xqfM0WmfC+l7y/AsKaLMKnga7 ldoKzpt6a74cAySt3fWg33LEob0MseGKtkieBlUbDPF3C1b9ZRHfFwaJuaku62XqoKEQ7hwwL +pZFr+RaLWvOV3V7 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 02 March 2016 02:37:14 kbuild test robot wrote: > [auto build test ERROR on abelloni/rtc-next] > [also build test ERROR on v4.5-rc6 next-20160301] > [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] > > url: https://github.com/0day-ci/linux/commits/Arnd-Bergmann/rtc-generic-follow-up-for-COMPILE_TEST/20160302-011032 > base: https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git rtc-next > config: powerpc-allnoconfig (attached as .config) > 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 > # save the attached .config to linux build tree > make.cross ARCH=powerpc > > All errors (new ones prefixed by >>): > > arch/powerpc/kernel/built-in.o: In function `rtc_generic_get_time': > >> time.c:(.text+0x4c58): undefined reference to `rtc_valid_tm' > I fixed up the powerpc and parisc patches now, will resend them after getting some feedback on the overall approach. Arnd