Received: by 10.223.176.5 with SMTP id f5csp3385700wra; Mon, 29 Jan 2018 12:26:11 -0800 (PST) X-Google-Smtp-Source: AH8x226SdcyZ1vOc1b6k1H9Ar4Lso794FpOjVFyfWgRda1Cv8q0vawXcONn1bFfz+orOUZEWNgvw X-Received: by 2002:a17:902:b413:: with SMTP id x19-v6mr385647plr.420.1517257571311; Mon, 29 Jan 2018 12:26:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517257571; cv=none; d=google.com; s=arc-20160816; b=C9PGHtOjFK0D/0I1kvx1Y/NCQwnlQWZJW3O/ZfJkr0b5/AKkpBdMKgNlVZONOOigo4 A1HU/AXxJ0Ww+5u+vbFa5DsINI6HgzrU196DjHUpNWDJD6ghNZ5wb58mnPGEgpjxUyGl ghUA4hW4nUX6F+xx8hYx+KWDBJWwGL+hAoOr3dCQ8DWfNjk3NfX+Jz/BnWhPwdJPwvTk DXx4q7dqpuTRwAi+BiWWIr/HaQlymAfgaE6iaEOAFe8FCZvc4zrD7PRkaob66TnQl3Lm cjZrqjMSDtGj+LOjARnEUi3wLZqImyC019Oc4N6Zvp/TFh8vDgv2w3XnqRNEf+phcpNv kzOQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=lgZtQzPjSLTAEl9+lLO3rz03ElM9dyk8mxRo1J7OYtw=; b=TX/YxiteLYja6pCzDEjdsQxhkrPeQJi+wef0nhQDVEqIns6MmWS6v8pvWoeILbSkm0 iYOmr3qQ/lZLdSe0JRvsKwP0edTTbx1x1ddwlr7jwEzX2OoASpY7R6VJDrav/2YvApw+ eMCVtv93l5M5ADKzg2Bbu+6Z76+irvotg5art0jue6os2v3PX5+buN32wSo2TUX/BFv9 /3N0oUQjcfZkNz6nLhjuAlUHAI5H9s9zyGRTe7aCmA+/kZ4iKgTzOKm2+UK9SwZl8/e2 bJ9vzwRi7yOdcAVm5bFWzQzjPp4U8IvmCyMAFoN10wX1CKLCBHYf2g+uT7CC7wk49+dK 2BWw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a12si430853pgq.440.2018.01.29.12.25.56; Mon, 29 Jan 2018 12:26:11 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754625AbeA2UZd (ORCPT + 99 others); Mon, 29 Jan 2018 15:25:33 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:45058 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754590AbeA2UQi (ORCPT ); Mon, 29 Jan 2018 15:16:38 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 6A9F94048; Mon, 29 Jan 2018 17:36:07 +0000 (UTC) Date: Mon, 29 Jan 2018 18:36:06 +0100 From: Greg KH To: Daniel Borkmann Cc: David Woodhouse , Alexei Starovoitov , davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com, "stable@vger.kernel.org" , "dave.hansen@linux.intel.com" Subject: Re: [PATCH v3 bpf] bpf: introduce BPF_JIT_ALWAYS_ON config Message-ID: <20180129173606.GA22840@kroah.com> References: <20180109180429.1115005-1-ast@kernel.org> <606bf504-a39f-288d-11cd-56888ecbc165@iogearbox.net> <1516788431.13558.109.camel@infradead.org> <20180128144504.GB19937@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 29, 2018 at 04:36:35PM +0100, Daniel Borkmann wrote: > On 01/29/2018 12:40 AM, Daniel Borkmann wrote: > > On 01/28/2018 03:45 PM, Greg KH wrote: > >> On Wed, Jan 24, 2018 at 11:10:50AM +0100, Daniel Borkmann wrote: > >>> On 01/24/2018 11:07 AM, David Woodhouse wrote: > >>>> On Tue, 2018-01-09 at 22:39 +0100, Daniel Borkmann wrote: > >>>>> On 01/09/2018 07:04 PM, Alexei Starovoitov wrote: > [...] > >>>>> Applied to bpf tree, thanks Alexei! > >>>> > >>>> For stable too? > >>> > >>> Yes, this will go into stable as well; batch of backports will come Thurs/Fri. > >> > >> Any word on these? Worse case, a simple list of git commit ids to > >> backport is all I need. > > > > Sorry for the delay! There are various conflicts all over the place, so I had > > to backport manually. I just flushed out tested 4.14 batch, I'll see to get 4.9 > > out hopefully tonight as well, and the rest for 4.4 on Mon. > > While 4.14 and 4.9 BPF backports are tested and out since yesterday, and I > saw Greg queued them up (thanks!), it looks like plain 4.4.113 doesn't even > boot on my machine. While I can shortly see the kernel log, my screen turns > black shortly thereafter and nothing reacts anymore. No such problems with > 4.9 and 4.14 stables seen. (using x86_64, i7-6600U) Is this a known issue? Not that I know of, sorry. Odd graphics issue perhaps? If you have some test programs I can run, I can look into doing the backports, I still have a laptop around here that runs 4.4 :) There's always a virtual machine as well, have you tried that? thanks, greg k-h