From owner-freebsd-emulation@freebsd.org Tue Jun 30 08:29:03 2020 Return-Path: Delivered-To: freebsd-emulation@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 610E0362361 for ; Tue, 30 Jun 2020 08:29:03 +0000 (UTC) (envelope-from Alexander@leidinger.net) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 49wyFB72yQz45Jr for ; Tue, 30 Jun 2020 08:29:02 +0000 (UTC) (envelope-from Alexander@leidinger.net) Received: by mailman.nyi.freebsd.org (Postfix) id F1D76362273; Tue, 30 Jun 2020 08:29:02 +0000 (UTC) Delivered-To: emulation@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 F19F13624C4 for ; Tue, 30 Jun 2020 08:29:02 +0000 (UTC) (envelope-from Alexander@leidinger.net) Received: from mailgate.Leidinger.net (bastille.leidinger.net [89.238.82.207]) (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 49wyF94jTZz45PB; Tue, 30 Jun 2020 08:29:01 +0000 (UTC) (envelope-from Alexander@leidinger.net) Received: from outgoing.leidinger.net (p5b165188.dip0.t-ipconnect.de [91.22.81.136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256)) (Client did not present a certificate) by mailgate.Leidinger.net (Postfix) with ESMTPSA id A48E610ADA; Tue, 30 Jun 2020 10:28:52 +0200 (CEST) Received: from webmail.leidinger.net (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (Client did not present a certificate) by outgoing.leidinger.net (Postfix) with ESMTPS id 98FA635F6; Tue, 30 Jun 2020 10:28:34 +0200 (CEST) Date: Tue, 30 Jun 2020 10:28:34 +0200 Message-ID: <20200630102834.Horde.gx36pdJxf2UwP6pq0GMUAVL@webmail.leidinger.net> From: Alexander Leidinger To: trasz@freebsd.org Cc: emulation@freebsd.org Subject: Re: [Bug 230160] linuxulator doesn't implement madvise(MADV_DONTNEED) and any MADV_ flags with values >= 8 correctly References: In-Reply-To: Accept-Language: de,en Content-Type: multipart/signed; boundary="=_Hp_XWeW2KFViBCw7kjdVLzV"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 X-Rspamd-Queue-Id: 49wyF94jTZz45PB X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.63 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[leidinger.net:s=outgoing-alex]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.01)[-1.012]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[leidinger.net:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[leidinger.net,quarantine]; NEURAL_HAM_SHORT(-0.52)[-0.520]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:34240, ipnet:89.238.64.0/18, country:DE]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[91.22.81.136:received] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2020 08:29:03 -0000 This message is in MIME format and has been PGP signed. --=_Hp_XWeW2KFViBCw7kjdVLzV Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Quoting bugzilla-noreply@freebsd.org (from Thu, 25 Jun 2020 20:31:29 +0000)= : > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230160 > > --- Comment #12 from commit-hook@freebsd.org --- > A commit references this bug: > > Author: markj > Date: Thu Jun 25 20:30:31 UTC 2020 > New revision: 362631 > URL: https://svnweb.freebsd.org/changeset/base/362631 > > Log: > Implement an approximation of Linux MADV_DONTNEED semantics. Hi, I've updated from r360373 to r362771. When I now try to start some=20=20 Steam=20games I get a new error message: linux: pid 80394 (ThreadPoolSingl): possibly incorrect MADV_DONTNEED There are several different processes with this message. What needs to=20= =20 be=20done to determine the "possibily incorrect" part? Bye, Alexander. --=20 http://www.Leidinger.net=20Alexander@Leidinger.net: PGP 0x8F31830F9F2772BF http://www.FreeBSD.org netchild@FreeBSD.org : PGP 0x8F31830F9F2772BF --=_Hp_XWeW2KFViBCw7kjdVLzV Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJe+veyAAoJEBINsJsD+NiGVdoP/09ke7oJFDM1Aqz6NW1DX9ld xesmOJR9GucfK13w5rj38uqSGqtYlb3InYzuG6qiLkW7rYMjGR9mRSNvOwRMoMjL ybksGDHpM9b3krFwd+M1VUxXoKr6FfmpIIOh9UJGKdJz4OcxVlrWvaw9YArMu8cV 4GRQUHusEBYeuCG30bcAvf2g34LK1mpQtIWp7IE4bnSKdwoGIdSNAFqG/qHw4KcQ nC5yW0g3Lsx2xPYy23cH5RD12yQUCwc2sJWYo4h+Vbh041Sbe/NAVk9tNxMPIhkT jZOpdqQ2ERuSAmovF2c24zJy1euDj/S2UdHZMhCKmKFmmupEd4ihaxOSOefLJjOY 2RYfMnIaTzNwEpltgBaZNqvInv+cf2ThTcy8D12l0yPnagtJId4/F5hNfwLGDtIL R/W4rOi0xQ+OGfy7ohHqRSMFZWG71H7MRTs8TtEUMwtz2w/tMPjcYAet7YBBaWPd fXrCshEXQqzjrL2eWWLijN9itGr4tJBwKbJdAqy/lv396QA3yA+kI2SC1/j00LI2 Dy1GZsPpgbeionP2iDYban5RFdELB5ZeOKNVen1h9tcKGgRM49l8nqoSeB6PngCT 2O+l6+TxLllGeck2ZWl6RYeGP4V4oVktKx9ljY6kMO9ij0bSIhuc3+AKD9qvKdJh 6brIAAdIALvUa8b81jpH =MDzT -----END PGP SIGNATURE----- --=_Hp_XWeW2KFViBCw7kjdVLzV--