From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Jason@zx2c4.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 402a4282 for ; Thu, 10 May 2018 17:46:41 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 8d89cbb7 for ; Thu, 10 May 2018 17:46:41 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id f66a5628 for ; Thu, 10 May 2018 17:48:36 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 2121012c (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Thu, 10 May 2018 17:48:35 +0000 (UTC) Received: by mail-ot0-f178.google.com with SMTP id y10-v6so3249060otg.10 for ; Thu, 10 May 2018 10:49:26 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: "Jason A. Donenfeld" Date: Thu, 10 May 2018 19:49:25 +0200 Message-ID: Subject: Re: wireguard-dkms and CentOS 7.5 To: Henry Snow Content-Type: text/plain; charset="UTF-8" Cc: "wireguard@lists.zx2c4.com" List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Henry, With preliminary tests, I'm unable to reproduce on a freshly installed and fully updated CentOS 7.5. Is it possible that perhaps your build directory wasn't clean in between the patch, and so it's a mis-compilation? Perhaps if you try to remove all objects (make clean), and try again, there'll be higher success? On my end I'll keep playing and seeing if I can crash it. Jason