From owner-svn-src-all@freebsd.org Tue Feb 5 22:45:28 2019 Return-Path: Delivered-To: svn-src-all@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 2675914D2E15; Tue, 5 Feb 2019 22:45:28 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it1-f179.google.com (mail-it1-f179.google.com [209.85.166.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E0156DE98; Tue, 5 Feb 2019 22:45:27 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it1-f179.google.com with SMTP id z7so1793362iti.0; Tue, 05 Feb 2019 14:45:27 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Ykbl72MbcwWlBWpzWcgQmjiNZnKduViFuR3vTkmO7SU=; b=lRKZUL2c1KRLONEHdhK25rWIqmFJKij8vdrKpuNWGqCWxU3bkZExch3oA/ssnz+jPM 9bYvGd0URejZXOZM8HEvYFcZ+NRHjCrWAmQI0HGMSGmp/eMXp9NYV40E3pJH5jXMwma2 RzewyWP0QO9jX2wyf+ip11moa0Csq5iVqK1q33XdwnjXHHQkMxd1VpFssKviAnHg/7Wr 9emIc7RfXiiaruN6wVcYsdhz9QPE6+N67dS+nKupWoPhN+7PaI0Ot0QYszuuLXixLD3U fr5xlB5P5QBmKxO0IW12puo17EpdlhXAyLtLbYBsOwmPbYUb76+5T6Gd6o2j4OG+tje0 RNcg== X-Gm-Message-State: AHQUAubT5N+CHbLd2bGz3aYgunDhPwfI2Za8eW1yHaI7HMamqf3EbJkF poqMwnDlLtJAjw2R7sz6zjIc1ct1arCBWXIa/ZjLg98B X-Google-Smtp-Source: AHgI3IZxOxjcClasbv3mTgmT3kEf+Y5Vi42uLHtJrMdbgcmaS5aHhGkSFMyh2xVk3QUWNrO7pPwBCC8Bfw5roJlsyjw= X-Received: by 2002:a02:a607:: with SMTP id c7mr3190285jam.118.1549406719400; Tue, 05 Feb 2019 14:45:19 -0800 (PST) MIME-Version: 1.0 References: <201812302308.wBUN87oG084339@repo.freebsd.org> In-Reply-To: <201812302308.wBUN87oG084339@repo.freebsd.org> From: Ed Maste Date: Tue, 5 Feb 2019 17:45:06 -0500 Message-ID: Subject: Re: svn commit: r342634 - in head/sys: arm/broadcom/bcm2835 arm/nvidia arm/ti dev/sdhci To: Marius Strobl Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 3E0156DE98 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.166.179 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [-5.90 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[freebsd.org]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; IP_SCORE(-2.92)[ip: (-8.81), ipnet: 209.85.128.0/17(-3.77), asn: 15169(-1.95), country: US(-0.07)]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; RCVD_IN_DNSWL_NONE(0.00)[179.166.85.209.list.dnswl.org : 127.0.5.0]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2019 22:45:28 -0000 On Sun, 30 Dec 2018 at 18:08, Marius Strobl wrote: > > Author: marius > Date: Sun Dec 30 23:08:06 2018 > New Revision: 342634 > URL: https://svnweb.freebsd.org/changeset/base/342634 > > Log: > o Don't allocate resources for SDMA in sdhci(4) if the controller or the ... It seems this change introduced a panic on boot on the Jetson TK1 platform, see PR 235542. Can you please take a look at the PR and suggest next steps for debugging?