From owner-svn-src-all@freebsd.org Mon Oct 26 21:17:12 2020 Return-Path: Delivered-To: svn-src-all@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 7BC3244EC65; Mon, 26 Oct 2020 21:17:12 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CKnj31k5dz3W7S; Mon, 26 Oct 2020 21:17:10 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.110.112]) by smarthost1.greenhost.nl with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1kX9rY-0004e7-5W; Mon, 26 Oct 2020 22:17:08 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=klop.ws; s=mail; h=In-Reply-To:Message-ID:From:Content-Transfer-Encoding:MIME-Version: Date:References:Subject:To:Content-Type:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=B/Dlk/xrWuxZhnpsZt4COesOKPFEC1S3B+o6lpZVRCo=; b=uhHW86/a3nWKvn/o6cOuU3xWK1 UzSu6w5dvThYCDzKmCARljKwgT8PQD136tuP0HQPwEn+pvRpcIkcqm294AI2UPJe3c1NkvYaFSewA 9fnKpB9qLFytYyZcdXiw5Na80EyMyYCykUm35ug2TxRhH7BgbqwiC/By2+bCSChGJNjE=; Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, "Mateusz Guzik" Subject: Re: svn commit: r367066 - head/sys/compat/linux References: <202010261803.09QI3psK037740@repo.freebsd.org> Date: Mon, 26 Oct 2020 22:17:07 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <202010261803.09QI3psK037740@repo.freebsd.org> User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.4 X-Spam-Status: No, score=-0.4 required=5.0 tests=ALL_TRUSTED, BAYES_50, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF autolearn=disabled version=3.4.2 X-Scan-Signature: f0eed3f1d89bc5fb772880ef8d54351a X-Rspamd-Queue-Id: 4CKnj31k5dz3W7S X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=mail header.b=uhHW86/a; dmarc=none; spf=pass (mx1.freebsd.org: domain of ronald-lists@klop.ws designates 195.190.28.88 as permitted sender) smtp.mailfrom=ronald-lists@klop.ws X-Spamd-Result: default: False [-2.48 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[klop.ws:s=mail]; NEURAL_HAM_MEDIUM(-1.01)[-1.006]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+ip4:195.190.28.64/27]; DMARC_NA(0.00)[klop.ws]; RWL_MAILSPIKE_GOOD(0.00)[195.190.28.88:from]; NEURAL_HAM_LONG(-0.99)[-0.993]; DKIM_TRACE(0.00)[klop.ws:+]; NEURAL_HAM_SHORT(-0.48)[-0.476]; RCVD_IN_DNSWL_NONE(0.00)[195.190.28.88:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:47172, ipnet:195.190.28.0/24, country:NL]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[svn-src-all,svn-src-head] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 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: Mon, 26 Oct 2020 21:17:12 -0000 On Mon, 26 Oct 2020 19:03:51 +0100, Mateusz Guzik wrote: > Author: mjg > Date: Mon Oct 26 18:03:50 2020 > New Revision: 367066 > URL: https://svnweb.freebsd.org/changeset/base/367066 > > Log: > linux: silence renameat2 flags warning > Hogs the console while building the Linux kernel in a Ubuntu Focal jail. Is ratelimiting possible here? Ronald. > Modified: > head/sys/compat/linux/linux_file.c > > Modified: head/sys/compat/linux/linux_file.c > ============================================================================== > --- head/sys/compat/linux/linux_file.c Mon Oct 26 18:02:52 2020 (r367065) > +++ head/sys/compat/linux/linux_file.c Mon Oct 26 18:03:50 2020 (r367066) > @@ -816,8 +816,16 @@ linux_renameat2(struct thread *td, struct > linux_rename > args->flags & (LINUX_RENAME_NOREPLACE | > LINUX_RENAME_WHITEOUT)) > return (EINVAL); > +#if 0 > + /* > + * This spams the console on Ubuntu Focal. > + * > + * What's needed here is a general mechanism to let users know > + * about missing features without hogging the system. > + */ > linux_msg(td, "renameat2 unsupported flags 0x%x", > args->flags); > +#endif > return (EINVAL); > } > _______________________________________________ > svn-src-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"