svn commit: r267961 - in head/sys: amd64/acpica amd64/amd64 amd64/pci amd64/vmm arm/arm arm/freescale/imx arm/xscale/ixp425 cam cam/ata cam/ctl cam/scsi cddl/compat/opensolaris/kern cddl/contrib/op...
Hans Petter Selasky
hps at selasky.org
Mon Jun 30 16:44:39 UTC 2014
On 06/30/14 17:43, John Baldwin wrote:
> On Saturday, June 28, 2014 10:59:03 am Hans Petter Selasky wrote:
>> FYI:
>>
>> Possibly the sysctl patches will not get MFCed, and be a FreeBSD-11 and
>> onwards only feature, even though the commit message states MFC after xxx.
>
> I suspect that that is probably for the best. Also, it would have been better
> to split out the other changes (like fixing mismatched tunables, etc.) into a
> separate commit from the CTLFLAG_TUN change. That makes reviewing them
> easier, and it also means you could more easily MFC just those fixes without
> pulling in the larger change.
>
Hi,
Right.
BTW:
powerpc64 is failing due to my changes. I looks like a GCC issue, that
it does not allow "static" and "extern" entries to reside in the same
section. A simple way to solve this is by using a double pointer, so
that the type of the exported section data is always "static" declared.
Then GCC won't complain any more.
Any comments about how to resolve this?
--HPS
More information about the svn-src-head
mailing list