From nobody Wed Jan 05 21:06:16 2022 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 4B33E1920E33; Wed, 5 Jan 2022 21:06:55 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JThqy6wY1z51fv; Wed, 5 Jan 2022 21:06:54 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f43.google.com with SMTP id y70so683480iof.2; Wed, 05 Jan 2022 13:06:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CuhahbfHlOUpwbS4P3OojoOre99lyog6i2RZqhndNk8=; b=4o5ml3sktv3ZtcdWSybzQ8Jn4gFMLmR7bCv6zJgfT5Sm66Nfs/9AL8MAk3IYrWYE+Q gimOVt4CoaW80g5hmewfBvpjCRcLtMkyOF93zb9d40RgyuwdxrvajYV4gVe2LIfpt8qb NJFUYe1zbDSxj1mwWvNca7vNuwqprZ+W9HJ92kdFLNpaKo+tpSkB8HP15NLchyjzer4J mlhFMRJURQYPrjbNDD4kDWyh3eD8URkjauHVenk4qRo4YnWctEjJJaNHMXY7W+cuqBI+ ZrJIWA0IesGRfSt+ESOIS3iDneMx8K+uhINIK1Eq2g1lW9BYBVAEzNOf++jaeGVDcGh2 yWMw== X-Gm-Message-State: AOAM532S/3HEJA4X6RndStAPpGIy7YAnz+If9DPfp3QNJlpsTQQGb47V 2ZizRYroKEyK74Jt3mPJYU/o3/X10bNIA/4xUJY= X-Google-Smtp-Source: ABdhPJzrbWA6a7Y/zNkHYjrxclfisClQ7gG0xJuqMP9p0Kl1RuCyZHeQ8MTq1kGlU31jmHO7CQOyhNrWb2Xqy+SMXfI= X-Received: by 2002:a5e:a705:: with SMTP id b5mr1134217iod.142.1641416807981; Wed, 05 Jan 2022 13:06:47 -0800 (PST) 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 References: <202112312157.1BVLvLhd040939@gitrepo.freebsd.org> In-Reply-To: From: Ed Maste Date: Wed, 5 Jan 2022 16:06:16 -0500 Message-ID: Subject: Re: git: 5a73a6c178f6 - main - Add lio back to NOTES To: Warner Losh Cc: Mateusz Guzik , Warner Losh , src-committers , "" , dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4JThqy6wY1z51fv X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Wed, 5 Jan 2022 at 15:47, Warner Losh wrote: > > NOIP kernels were already broken when I made this commit. I'll take a look now that emaste committed fixes for those... I think w/o INET should have built as of my a6668e31aa3c commit. I also tried building without both INET and INET6. A number of drivers have checksum offload support that calls in_pseudo() (or similar) without #ifdef guards, and in_pseduo isn't available in that case. After hacking those cases I was able to build without INET and INET6. Affected drivers: age alc ale bxe fxp jme msk sge sk