From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Ott Subject: Re: panic with 9facc33687 "bpf: reject any prog that failed read-only lock" Date: Sat, 23 Jun 2018 11:45:30 +0200 (CEST) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Alexei Starovoitov , Martin KaFai Lau , linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: Daniel Borkmann Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:36130 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751784AbeFWJpj (ORCPT ); Sat, 23 Jun 2018 05:45:39 -0400 Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w5N9i8cn111579 for ; Sat, 23 Jun 2018 05:45:38 -0400 Received: from e06smtp01.uk.ibm.com (e06smtp01.uk.ibm.com [195.75.94.97]) by mx0a-001b2d01.pphosted.com with ESMTP id 2jsf3s79n4-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 23 Jun 2018 05:45:38 -0400 Received: from localhost by e06smtp01.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 23 Jun 2018 10:45:36 +0100 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Sat, 23 Jun 2018, Daniel Borkmann wrote: > On 06/23/2018 11:23 AM, Sebastian Ott wrote: > > With commit 9facc33687 ("bpf: reject any prog that failed read-only lock") > > s390 panics: > > Sorry about that, this is fixed by: > > https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/?id=9262478220eac908ae6e168c3df2c453c87e2da3 That one helped. Thanks! Sebastian