From owner-svn-src-head@freebsd.org Sat Mar 10 03:31:12 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3E8DF44E1F; Sat, 10 Mar 2018 03:31:12 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f196.google.com (mail-io0-f196.google.com [209.85.223.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E43E7F3E7; Sat, 10 Mar 2018 03:31:12 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f196.google.com with SMTP id m22so5649226iob.12; Fri, 09 Mar 2018 19:31:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=W0mzS5/37Y9UlVlPRzWhMapLja1jQxNPkIBhXHrvudw=; b=UBDkgrrkMKbVEXd8Dk+ycanxzY6GyKwLQ0vaEMQE3GxSmnt3uaVy75aLxaq84pQqpc esV9T3JUgirnFP+1dPbF+0eSUProJlc0gxU2ZbnucyGca8jX9ZTq01pOqvwE0W2euz44 pnLljlDWhMRkeOxnGtV1/gh6Bmj2AVunGxba7YUianiq7YE/c9PEnmbkCP5jVp+baJO6 XS6leshzH+tK4/+I2N2MjinSgC+lTq5rsMteDKcpEEtHBr0CNr31tKUAXXbZhWJ9zUOc WRRTeOrrrnz0AwGETCDRDvK1q9pjVhtYBcrGT+KshhIZwDQ9WFlgFpjrzQG/X1AVsJHr buKA== X-Gm-Message-State: AElRT7EAm1BEDGkqwb2v1MjsFku8aBRG0L/0RslJGg61XoSeb8cBd3ss Z4RxV1NkcjAgE8ekNkxfspXMs8AO X-Google-Smtp-Source: AG47ELtFpmoFIepBiBrIi8v9aRDHqtstjcJROT9d/QzBua8iIUUmiaoZsDXez0Qhp5mFyg+ZpL7L0w== X-Received: by 10.107.9.138 with SMTP id 10mr739904ioj.257.1520652334990; Fri, 09 Mar 2018 19:25:34 -0800 (PST) Received: from mail-it0-f45.google.com (mail-it0-f45.google.com. [209.85.214.45]) by smtp.gmail.com with ESMTPSA id z84sm98592itf.21.2018.03.09.19.25.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Mar 2018 19:25:34 -0800 (PST) Received: by mail-it0-f45.google.com with SMTP id k79-v6so5214970ita.2; Fri, 09 Mar 2018 19:25:34 -0800 (PST) X-Received: by 10.36.161.2 with SMTP id y2mr236165ite.53.1520652334416; Fri, 09 Mar 2018 19:25:34 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.30.149 with HTTP; Fri, 9 Mar 2018 19:25:33 -0800 (PST) In-Reply-To: References: <201803080947.w289lArk031151@repo.freebsd.org> From: Conrad Meyer Date: Fri, 9 Mar 2018 19:25:33 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r330644 - in head/sys/dev/mlx5: . mlx5_core To: Alan Somers Cc: Hans Petter Selasky , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2018 03:31:13 -0000 Hi Alan, I think I fixed it in r330714, if you want to update to that revision. Best, Conrad On Fri, Mar 9, 2018 at 7:14 PM, Alan Somers wrote: > On Thu, Mar 8, 2018 at 2:47 AM, Hans Petter Selasky > wrote: >> >> Author: hselasky >> Date: Thu Mar 8 09:47:09 2018 >> New Revision: 330644 >> URL: https://svnweb.freebsd.org/changeset/base/330644 >> >> Log: >> Updates for PCI and health monitor recovery in mlx5core. >> This patch accumulates the following Linux commits: >> >> mlx5_health.c >> - 78ccb25861d76a8fc5c678d762180e6918834200 >> mlx5_core: Fix wrong name in struct >> - 171bb2c560f45c0427ca3776a4c8f4e26e559400 >> mlx5_core: Update health syndromes >> - 0144a95e2ad53a40c62148f44fb0c1f9d2a0d1e9 >> mlx5_core: Use accessor functions to read from device memory >> - ac6ea6e81a80172612e0c9ef93720f371b198918 >> mlx5_core: Use private health thread for each device >> - fd76ee4da55abb21babfc69310d321b9cb9a32e0 >> mlx5_core: Fix internal error detection conditions >> - 2241007b3d783cbdbaa78c30bdb1994278b6f9b9 >> mlx5: Clear health sick bit when starting health poll >> - 712bfef60912d91033cb25739f7444d5b8d8c59f >> mlx5: Fix version printout in case of health issue >> - 89d44f0a6c732db23b219be708e2fe1e03ee4842 >> mlx5_core: Add pci error handlers to mlx5_core driver >> >> mlx5_cmd.c >> - be87544de8df2b1eb34bcb5e32691287d96f9ec4 >> mlx5_core: Fix async commands return code >> - a31208b1e11df334d443ec8cace7636150bb8ce2 >> mlx5_core: New init and exit flow for mlx5_core >> - 020446e01eebc9dbe7eda038e570ab9c7ab13586 >> mlx5_core: Prepare cmd interface to system errors handling >> - 89d44f0a6c732db23b219be708e2fe1e03ee4842 >> mlx5_core: Add pci error handlers to mlx5_core driver >> - 0d834442cc247c7b3f3bd6019512ae03e96dd99a >> mlx5: Fix teardown errors that happen in pci error handler >> >> mlx5_main.c >> - 5fc7197d3a256d9c5de3134870304b24892a4908 >> mlx5: Add pci shutdown callback >> >> Submitted by: Matthew Finlay >> MFC after: 1 week >> Sponsored by: Mellanox Technologies >> >> Modified: >> > > It looks like this commit broke the build with GCC6. Could you please take > a look? > > https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc/4790/ >