On 9+, the kernel objects and panics if make_dev is called on a device name that already exists; coupled with the latest commits to GENERIC that makes sound compiled in by default leaves a stock system vulnerable to panics if oss is installed and started. The patch replaces the panic with a warning and aborts the load. http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-December/012629.html
Responsible Changed From-To: freebsd-ports-bugs->jkim Over to maintainer (via the GNATS Auto Assign Tool)
Oops... somehow regenerated patch had wrong pathnames! New patch (that works :) Chris http://www.bayofrum.net/~crees/patches/oss-dont-clobber-dev.diff
jkim 2012-01-31 21:03:22 UTC FreeBSD ports repository Modified files: audio/oss Makefile audio/oss/files patch-kernel-OS-FreeBSD-os_freebsd.c Log: - Do not allow loading osscore when sound(4) is loaded. [1] - Make portlint little happier. PR: ports/164567 [1] Submitted by: crees (initial version) [1] Revision Changes Path 1.45 +3 -2 ports/audio/oss/Makefile 1.11 +42 -3 ports/audio/oss/files/patch-kernel-OS-FreeBSD-os_freebsd.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed A slightly different version was committed. Thanks!