From owner-dev-commits-src-main@freebsd.org Sat Jan 9 11:12:46 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B36F64D12CF; Sat, 9 Jan 2021 11:12:46 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (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 4DCcl23kvRz4qJL; Sat, 9 Jan 2021 11:12:46 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id E717326035B; Sat, 9 Jan 2021 12:12:43 +0100 (CET) Subject: Re: git: 1ffa5c63f449 - main - Copy HID over USB support files to new sys/dev/hid directory To: Vladimir Kondratyev , Mateusz Guzik , Vladimir Kondratyev Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org References: <202101072320.107NKp3k063340@gitrepo.freebsd.org> From: Hans Petter Selasky Message-ID: <45e704e6-154f-45e6-3169-d97af67f34fb@selasky.org> Date: Sat, 9 Jan 2021 12:12:35 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DCcl23kvRz4qJL X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2021 11:12:46 -0000 On 1/9/21 12:10 PM, Vladimir Kondratyev wrote: > On 09.01.2021 04:43, Mateusz Guzik wrote: >> I don't know which commit is ultimately responsible from the series, >> but LINT kernels fail to build in tinderbox. For example LINT-NOINET6: >> >> ld: error: undefined symbol: hid_report_size_max >>>>> referenced by uaudio.c >>>>> uaudio.o:(uaudio_attach) >>>>> referenced by ugold.c >>>>> ugold.o:(ugold_attach) >>>>> referenced by atp.c >>>>> atp.o:(atp_attach) >>>>> referenced 7 more times >> ld: error: undefined symbol: hid_locate > > I'll fix it soon: https://reviews.freebsd.org/D28060 > > Sorry for breakage. I made a temporary fix, so no rush: https://cgit.freebsd.org/src/commit/?id=a898ee51c41d57805da6b969ee019a39f348c4e4 --HPS