From owner-freebsd-stable@FreeBSD.ORG Wed Oct 15 21:07:23 2008 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCAC31065695 for ; Wed, 15 Oct 2008 21:07:23 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 8889A8FC1E for ; Wed, 15 Oct 2008 21:07:23 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 860E5191A2B; Wed, 15 Oct 2008 23:07:20 +0200 (CEST) Received: from saturn.kn-bremen.de (noident@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id m9FL2s7S016244 for ; Wed, 15 Oct 2008 23:02:54 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id m9FL2sta016243 for freebsd-stable@FreeBSD.org; Wed, 15 Oct 2008 23:02:54 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Wed, 15 Oct 2008 23:02:54 +0200 To: freebsd-stable@FreeBSD.org Message-ID: <20081015210254.GA15750@saturn.kn-bremen.de> Mail-Followup-To: freebsd-stable@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: linprocfs patch for RELENG_6_4 (to make flash9 work), please test! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2008 21:07:23 -0000 Hi! I've updated the patch I've tested on 6.3 for 6.4 (only offsets differ), if anyone can test it I can file a PR so it hopefully :) can be committed: http://people.freebsd.org/~nox/linprocfs-6.4.patch (same patch for 6.3: http://people.freebsd.org/~nox/linprocfs-6.3.patch ) The original posting with the patch for RELENG_7 that I used is here: http://lists.freebsd.org/pipermail/freebsd-emulation/2008-October/005331.html You probably want the updated libflashsupport.so from in there too, its at http://lists.freebsd.org/pipermail/freebsd-emulation/attachments/20081001/3194e994/libflashsupport.so - as mentioned there you want to copy it to /compat/linux/usr/lib after installing the flash9 and nspluginwrapper ports. Oh and you still need to comment out the IGNORE line in the flash9 port's Makefile too. There's also a cpuset/*affinity patch for RELENG_7 posted here, http://docs.freebsd.org/cgi/mid.cgi?20081002071321.GA61530 6 doesn't have this code, so if the 6.4 linprocfs patch doesn't work for you on an SMP box please also test with SMP disabled. (Tho if you have SMP you probably should be running 7 anyway. :) Thanx, Juergen PS: don't forget to mount linprocfs to /compat/linux/proc after updating it :)