From nobody Wed Mar 08 20:24:08 2023 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PX3gg4fnqz3wqWN; Wed, 8 Mar 2023 20:24:15 +0000 (UTC) (envelope-from j@uriah.heep.sax.de) Received: from uriah.heep.sax.de (uriah.heep.sax.de [IPv6:2a01:170:1047::9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4PX3gg24KJz46BZ; Wed, 8 Mar 2023 20:24:15 +0000 (UTC) (envelope-from j@uriah.heep.sax.de) Authentication-Results: mx1.freebsd.org; none Received: by uriah.heep.sax.de (Postfix, from userid 107) id 965FE4994; Wed, 8 Mar 2023 21:24:08 +0100 (CET) Date: Wed, 8 Mar 2023 21:24:08 +0100 From: Joerg Wunsch To: Kyle Evans Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 175a584e501e - main - usb: dwc3: add Message-ID: Reply-To: Joerg Wunsch References: <202303082001.328K1iMn005869@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Phone: +49-351-2012 669 X-GPG-Fingerprint-1: 5E84 F980 C3CA FD4B B584 1070 F48C A81B 69A8 5873 X-GPG-Fingerprint-2: 5662 8323 218C 669F F578 705C 7E9E ADC3 030D 34EB X-Rspamd-Queue-Id: 4PX3gg24KJz46BZ X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:8820, ipnet:2a01:170:1000::/36, country:DE] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N As Kyle Evans wrote: > > Commit 5e54bb1ea9e90 added USB_BUS_LOCK/USB_BUS_UNLOCK. They, in > > consequence, require mutexes so is needed. > > Whoops, thanks! You're welcome. I'm just trying to compile a current kernel on a RockPi 4 (arm64), and it broke. While the reason for this one was rather obvious, the second breakage though is more of a mystery to me: sys/dev/dpaa2/dpaa2_mc.c fails to compile since LA_UNLOCKED is undefined. This is aliased to MA_NOTOWNED in . Sure, I can get it to compile by adding to that file, but I don't see why it could ever compile at all. OTOH, wouldn't it make sense that itself included ? -- cheers, Joerg .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)