From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-cys01nam02on0122.outbound.protection.outlook.com ([104.47.37.122]:53990 "EHLO NAM02-CY1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751917AbeFESq0 (ORCPT ); Tue, 5 Jun 2018 14:46:26 -0400 From: Sasha Levin To: Harsh Shandilya CC: Greg KH , "stable@vger.kernel.org" Subject: Re: [GIT PULL] commits for Linux 3.18 Date: Tue, 5 Jun 2018 18:46:24 +0000 Message-ID: <20180605175818.GQ8514@sasha-vm> References: <4B43B1A8-318F-41FA-B3F9-124FA59F8DA5@prjkt.io> <20180605073051.GP8514@sasha-vm> <6D16B430-9129-416C-BC62-041024A8615F@prjkt.io> In-Reply-To: <6D16B430-9129-416C-BC62-041024A8615F@prjkt.io> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: <66AD5999B874154FBCEA01AF83851C0E@namprd21.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org List-ID: On Tue, Jun 05, 2018 at 02:39:33PM +0530, Harsh Shandilya wrote: >On 5 June 2018 1:00:54 PM IST, Sasha Levin = wrote: >>On Tue, Jun 05, 2018 at 12:12:10PM +0530, Harsh Shandilya wrote: >>>On 5 June 2018 9:30:44 AM IST, Sasha Levin >> wrote: >>>>-----BEGIN PGP SIGNED MESSAGE----- >>>>Hash: SHA512 >>>> >>>>Hi Greg, >>>> >>>>Pleae pull commits for Linux 3.18 . >>>> >>>>I've sent a review request for all commits over a week ago and all >>>>comments were addressed. >>>> >>>> >>>>Thanks, >>>>Sasha >>>> >>>>=3D=3D=3D=3D=3D >>>> >>>> >>>>The following changes since commit >>>>8eb1ef076bab4bd4975922a06bdffa3d40c4197c: >>>> >>>> Linux 3.18.111 (2018-05-30 07:47:45 +0200) >>>> >>>>are available in the Git repository at: >>>> >>>>git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git >>>>tags/for-greg-3.18-04062018 >>> >>>Vanilla arm64 build fails with >>> >>>../arch/arm64/kernel/ptrace.c:27:10: fatal error: linux/nospec.h: No >>such file or directory >>> #include >>> ^~~~~~~~~~~~~~~~ >>>compilation terminated. >>>make[2]: *** [../scripts/Makefile.build:257: >>arch/arm64/kernel/ptrace.o] Error 1 >>>make[1]: *** [/home/msfjarvis/oneplus3/Makefile:947: >>arch/arm64/kernel] Error 2 >>>make[1]: *** Waiting for unfinished jobs.... >>> >>>Caused by the backport of Upstream commit >>19791a7ca674fb3009bb068260e852a2f05b605c ("arm64: fix possible >>spectre-v1 in ptrace_hbp_get_event()"). >> >>Thanks Harsh. >> >>I don't understand why my built bot skipped this. > >On the last PR (or the one before?) there was also a compile time warning = introduced on all architectures using the net subsystem so clearly somethin= g's very wrong with the buildbot and fixing the issue should probably be pr= ioritised to avoid further incidents like this. Okay, two lessons learned on my end: 1. Pushing a branch/tag to git.kernel.org does not make it immediately available for pulling on a different host, so if I have a script that does something like this: git push -f sasha-stable my-stable-branch ssh buildbox git fetch sasha-stable then an updated "my-stable-branch" not appear immediately. There's some sort of a delay on git.kernel.org. 2. 'git fetch' might not necessarily update tags (I don't quite understand the logic), I should have used 'git fetch --tags' instead.=