From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: ARC-Seal: i=1; a=rsa-sha256; t=1521101045; cv=none; d=google.com; s=arc-20160816; b=rPOr2TK0YnuqBOzhQHUcubuKGGyOrqUQUU7I5V1ZQ3EY91L+rGMRKaKN9AeCws7Gh0 vAS+euSqoHsyRSYsw8T1Zs9Nv+B5RcTtl7UQjER37I4L2RBrnk2excXDrw+Pfb+1dIqO SI7hNbm5dOFpmsHRIGBTefO2sIb3QyYzE828AiRzyQxhAbJJVR/jPOUX1Nb+yOnRYHrq dIKdbdC1lmgzgr7ZTy3UnpM/p1H9AdWxEAeCqMqldylYWHI4fgQx3rv60N6oTGM8S9xT bDEG/hEttBIycO+v2CnPbLzyRaqw0HIOeqPjpv3Aex2JAIYDUD6VpQA9XfjzVXqlYmq9 ZH6w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=cc:to:subject:message-id:date:from:references:in-reply-to:sender :mime-version:dkim-signature:arc-authentication-results; bh=yCw36mdZungrJO7C0NyYFRbIv/19kkLti6Ob7KL/5Ak=; b=zctzVF0UHAD6Ucp0Xn5xvC1EyVuyWNUmdLNABy/PxAzo3V0vxg6BppJbsX4P+dp2pv 9LWYlr66qceHSweLrINlE8tpIelzIV4QSxsKQleRm94Kfc1V8jtZs64B7YYHeVKsaNhS l5OnwTX3ABiNkAJvw/gZ5hL1Foa4vcmUMvZ95aF6lq/3AKHGbdYhBr8vabYdPb5GAP3v IHXM6W4PACB9RRLOtln4g7ehxfi8jFBUwA78TB2pfm8S3bS6d1Vv+LsoJXGWzhYaS09d cwxp7SdBDXJueZTxQzEwoX4r+LymkIOHJ3dQmY1uAKxgldH11QaXf/vUNHpB4/DGxXKW GMWw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@gmail.com header.s=20161025 header.b=kYJNoC0q; spf=pass (google.com: domain of arndbergmann@gmail.com designates 209.85.220.65 as permitted sender) smtp.mailfrom=arndbergmann@gmail.com Authentication-Results: mx.google.com; dkim=pass header.i=@gmail.com header.s=20161025 header.b=kYJNoC0q; spf=pass (google.com: domain of arndbergmann@gmail.com designates 209.85.220.65 as permitted sender) smtp.mailfrom=arndbergmann@gmail.com X-Google-Smtp-Source: AG47ELu2KsG5YAS8v1axJ+bea6sWBzMOC1G3sgAnbtr6TXZSsx4LVt+HAC+0zPUXzJU6b9xl5mDxGVhRf0QILPVcfDI= MIME-Version: 1.0 Sender: arndbergmann@gmail.com In-Reply-To: References: <20180312175307.11032-3-deepa.kernel@gmail.com> <201803132313.a4R8Y434%fengguang.wu@intel.com> From: Arnd Bergmann Date: Thu, 15 Mar 2018 09:04:04 +0100 X-Google-Sender-Auth: Map4-y8FQdzdO88VOrGUpjWD7R4 Message-ID: Subject: Re: [Y2038] [PATCH v4 02/10] include: Move compat_timespec/ timeval to compat_time.h To: Deepa Dinamani Cc: kbuild test robot , Mark Rutland , "open list:RALINK MIPS ARCHITECTURE" , Peter Zijlstra , Benjamin Herrenschmidt , Heiko Carstens , Paul Mackerras , "H. Peter Anvin" , sparclinux , devel@driverdev.osuosl.org, linux-s390 , y2038 Mailman List , Michael Ellerman , Helge Deller , "the arch/x86 maintainers" , sebott@linux.vnet.ibm.com, "James E.J. Bottomley" , Christian Borntraeger , Ingo Molnar , oprofile-list@lists.sf.net, Catalin Marinas , Peter Oberparleiter , Robert Richter , Chris Metcalf , Will Deacon , Arnaldo Carvalho de Melo , Julian Wiedmann , John Stultz , Steven Rostedt , Thomas Gleixner , gerald.schaefer@de.ibm.com, Parisc List , Greg KH , cohuck@redhat.com, Linux Kernel Mailing List , Ralf Baechle , "David S. Miller" , Jan Hoeppner , kbuild-all@01.org, Stefan Haberland , Martin Schwidefsky , linuxppc-dev , Ursula Braun Content-Type: text/plain; charset="UTF-8" X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: =?utf-8?q?1594755365436215619?= X-GMAIL-MSGID: =?utf-8?q?1594990049971799070?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: On Thu, Mar 15, 2018 at 3:51 AM, Deepa Dinamani wrote: > On Wed, Mar 14, 2018 at 1:52 PM, Arnd Bergmann wrote: >> On Wed, Mar 14, 2018 at 4:50 AM, Deepa Dinamani wrote: >>> The file arch/arm64/kernel/process.c needs asm/compat.h also to be >>> included directly since this is included conditionally from >>> include/compat.h. This does seem to be typical of arm64 as I was not >>> completely able to get rid of asm/compat.h includes for arm64 in this >>> series. My plan is to have separate patches to get rid of asm/compat.h >>> includes for the architectures that are not straight forward to keep >>> this series simple. >>> I will fix this and update the series. >>> >> >> I ran across the same thing in two more files during randconfig testing on >> arm64 now, adding this fixup on top for the moment, but maybe there >> is a better way: > > I was looking at how Al tested his uaccess patches: > https://www.spinics.net/lists/linux-fsdevel/msg108752.html > > He seems to be running the kbuild bot tests on his own git. > Is it possible to verify it this way on the 2038 tree? Or, I could > host a tree also. The kbuild bot should generally pick up any branch on git.kernel.org, and the patches sent to the mailing list. It tests a lot of things configurations, but I tend to find some things that it doesn't find by doing lots of randconfig builds on fewer target architectures (I only build arm, arm64 and x86 regularly). I remember that there was some discussion about a method to get the bot to test other branches (besides asking Fengguang to add it manually), but I don't remember what came out of that. Arnd