From owner-svn-src-all@freebsd.org Fri Apr 27 04:49:33 2018 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 1D4FDFC05BD; Fri, 27 Apr 2018 04:49:33 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 496DF6A0E9; Fri, 27 Apr 2018 04:49:31 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 95422bd1; Fri, 27 Apr 2018 06:49:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=1t4qRWJbszdqdTxIdICE7jYjsIw=; b=ahVf6RjqchtfFfMQ/prb2/0xnr6V nGFH/4Xw3+3Aiox2l/DpQl05YxBh6z38A7iZ/GWEYsEtOVsw7rHs5foAcy2sTY0Y QqgvlcVKeSQ3OmEw7PcflPmXz9/2oVPT8kKwyo5h/bitKHEajC01IfKcgSLHFX57 +XxWxbAuxOSRT5s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=ANdjRoa5ek55/dZX0xxQvnsDXDk9uSL6YriiWYnrNtE9EY/c3vQnbd1L adoJVQ5jRW6zcShRnIGc8chRSdNpzdNDS2xBqkmlgNz8TqHoLP2RYXKS6zTATBJd 5n+0preAIij4pTEKrSL5mzaTt62T927KFoKDOOoyJ36+q/esjX4= Received: from skull.home.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 14c27a2d TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 27 Apr 2018 06:49:23 +0200 (CEST) Date: Fri, 27 Apr 2018 06:49:22 +0200 From: Emmanuel Vadot To: Marcin Wojtas Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r333035 - head/sys/arm/conf Message-Id: <20180427064922.4a4a1746c799d4bd0b686556@bidouilliste.com> In-Reply-To: <201804261923.w3QJNchI057529@repo.freebsd.org> References: <201804261923.w3QJNchI057529@repo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 27 Apr 2018 04:49:33 -0000 Hi Marcin, On Thu, 26 Apr 2018 19:23:38 +0000 (UTC) Marcin Wojtas wrote: > Author: mw > Date: Thu Apr 26 19:23:37 2018 > New Revision: 333035 > URL: https://svnweb.freebsd.org/changeset/base/333035 > > Log: > Add Marvell ArmadaXP and Armada38X to GENERIC config > > Include source files and drivers for Marvell ArmadaXP and Armada38X > in GENERIC kernel config. > > Submitted by: Michal Mazur > Rafal Kozik > Obtained from: Semihalf > Sponsored by: Stormshield > Differential Revision: https://reviews.freebsd.org/D14747 > > Modified: > head/sys/arm/conf/GENERIC This break GENERIC when running on !marvell. The code in sys/arm/mv/mv_common.c tries to read a register in a memory region that doesn't exist in !marvell (in soc_id). Could you revert this commit please. Thanks, -- Emmanuel Vadot