From owner-freebsd-current@freebsd.org Wed Nov 21 09:22:31 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74C501130744 for ; Wed, 21 Nov 2018 09:22:31 +0000 (UTC) (envelope-from matias@pizarro.net) Received: from mail.docbase.net (mail.docbase.net [188.40.142.13]) (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 B342776732 for ; Wed, 21 Nov 2018 09:22:30 +0000 (UTC) (envelope-from matias@pizarro.net) Received: from mail.docbase.net (unknown [10.0.1.10]) by mail.docbase.net (Postfix) with ESMTP id 7425B7F66E for ; Wed, 21 Nov 2018 10:22:29 +0100 (CET) Authentication-Results: mail.docbase.net (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=pizarro.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pizarro.net; h= content-transfer-encoding:user-agent:message-id:subject:subject :to:from:from:date:date:content-type:content-type:mime-version; s=dkim; t=1542792147; x=1543656148; bh=fGSCA2r/E4z8fqqzBpjCtC2j IW7xHYw/Xeiz1v8kf88=; b=GCY3r6yORptAyXWWaGDk7NdhDP/CR9VrwSXd4mfg k88IOFMwVyitNl/2wDR+CFYczrwrCgThLP6KZwdw1X51QPT4erjdkbReBbKLg3r1 agZXyzx6wI3EYJ9G+OFPHTSJITKKoRpYDvBI3RMiOHBufGnGCL/HzofROrlpv159 k+U= X-Virus-Scanned: amavisd-new at mail.docbase.net Received: from mail.docbase.net ([10.0.1.10]) by mail.docbase.net (mail.docbase.net [10.0.1.10]) (amavisd-new, port 10026) with ESMTP id PIldpYpVEagl for ; Wed, 21 Nov 2018 10:22:27 +0100 (CET) Received: from mail.docbase.net (unknown [10.0.1.10]) by mail.docbase.net (Postfix) with ESMTPSA id 8527A7F65F; Wed, 21 Nov 2018 10:22:27 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Date: Wed, 21 Nov 2018 10:22:27 +0100 From: matias@pizarro.net To: tijl@freebsd.org, freebsd-current@freebsd.org Subject: 13.0-CURRENT: Linux syscall inotify_init regression? Message-ID: <21eed091d01a216a4fb2ff85c5199e31@pizarro.net> X-Sender: matias@pizarro.net User-Agent: Roundcube Webmail Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: B342776732 X-Spamd-Result: default: False [-4.34 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[pizarro.net]; XM_UA_NO_VERSION(0.01)[]; IP_SCORE(-1.34)[ipnet: 188.40.0.0/16(-3.84), asn: 24940(-2.86), country: DE(-0.01)]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_DN_NONE(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mail01.docbase.net]; DKIM_TRACE(0.00)[pizarro.net:+]; FROM_NO_DN(0.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.993,0]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[pizarro.net,none]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24940, ipnet:188.40.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2018 09:22:31 -0000 Hi Tijl and all, Thanks for r340631 and r340674. I am currently running r340703 and I=20 thought this might be of interest to you: I get the following error when=20 trying to run Sublime Text 3 on X: kernel: linux: pid 104 (io_worker): syscall inotify_init not implemented I understand there should be a stub in place, even though the inotify=20 syscall is not supported, shouldn't there be? $ uname -a FreeBSD lenovo01.xxxxx.xxx 13.0-CURRENT FreeBSD 13.0-CURRENT=20 r340703+73a91fe29c4(svn_head) GENERIC-NODEBUG amd64 Best regards, -- Mat=C3=ADas