svn commit: r243929 - projects/bpfjit
Robert Watson
rwatson at FreeBSD.org
Thu Dec 6 09:05:28 UTC 2012
On Thu, 6 Dec 2012, Jung-uk Kim wrote:
> Author: jkim
> Date: Thu Dec 6 00:49:59 2012
> New Revision: 243929
> URL: http://svnweb.freebsd.org/changeset/base/243929
>
> Log:
> Add an UPDATING entry for the BPF_JITTER deprecation.
Will it actually be necessary to change the kernel option name -- my
impression was that the previous JIT (and possibly the new JIT) are actually
entirely transparent to userspace applications -- they keep submitting BPF
filters per normal...? In which case, perhaps there's no need to change the
option name, as that would introduce an upgrade hurdle. Or is there
sufficient difference that we want users to bump into it in order to
understand that there has been an implementation change?
Robert
>
> Modified:
> projects/bpfjit/UPDATING
>
> Modified: projects/bpfjit/UPDATING
> ==============================================================================
> --- projects/bpfjit/UPDATING Thu Dec 6 00:48:21 2012 (r243928)
> +++ projects/bpfjit/UPDATING Thu Dec 6 00:49:59 2012 (r243929)
> @@ -26,6 +26,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
> disable the most expensive debugging functionality run
> "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
>
> +XXXXXXXX:
> + The BPF_JITTER kernel option has been removed. Its functionality
> + is now replaced by BPFJIT option and the GENERIC kernels on all
> + supported architectures (i.e., amd64, i386, pc98, and powerpc)
> + include the new option.
> +
> 20121201:
> With the addition of auditdistd(8), a new auditdistd user is now
> depended on during installworld. "mergemaster -p" can be used to add
>
More information about the svn-src-projects
mailing list