freebsd-dev/sys
Konstantin Belousov 2f304845e2 Do not allocate struct statfs on kernel stack.
Right now size of the structure is 472 bytes on amd64, which is
already large and stack allocations are indesirable.  With the ino64
work, MNAMELEN is increased to 1024, which will make it impossible to have
struct statfs on the stack.

Extracted from:	ino64 work by gleb
Discussed with:	mckusick
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2017-01-05 17:19:26 +00:00
..
amd64 amd64: add atomic_fcmpset 2017-01-03 21:00:24 +00:00
arm Include e6000sw driver in ARMADA38X configuration 2017-01-05 17:10:52 +00:00
arm64
boot Correct CESA node in armada-38x.dtsi 2017-01-05 17:14:56 +00:00
bsm
cam Fix bootverbose affecting code logic in r294558. 2017-01-05 16:30:13 +00:00
cddl Revert r309619 "ifndef atomic_cas_* in cddl code" 2017-01-03 21:02:30 +00:00
compat Do not allocate struct statfs on kernel stack. 2017-01-05 17:19:26 +00:00
conf Include e6000sw driver in ARMADA38X configuration 2017-01-05 17:10:52 +00:00
contrib Merge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4c25a6d8, mostly 2016-12-30 18:23:58 +00:00
crypto
ddb
dev Improve ports handling in e6000sw driver 2017-01-05 17:08:10 +00:00
fs Do not allocate struct statfs on kernel stack. 2017-01-05 17:19:26 +00:00
gdb
geom
gnu
i386 Do not allocate struct statfs on kernel stack. 2017-01-05 17:19:26 +00:00
isa
kern Do not allocate struct statfs on kernel stack. 2017-01-05 17:19:26 +00:00
kgssapi
libkern
mips Use db_printsym() to display function names in stack traces. 2017-01-05 00:59:53 +00:00
modules cxgbe(4): Update T4, T5 and T6 firmwares to 1.16.26.0. Changelog for 2017-01-03 22:05:07 +00:00
net [net80211] add VHT media types in the media layer. 2017-01-05 04:49:23 +00:00
net80211 [net80211] correct VHT ieee80211com state bits. 2017-01-05 05:03:11 +00:00
netgraph
netinet Followup to mtod removal in main stack (r311225). Continued removal 2017-01-04 04:00:28 +00:00
netinet6
netipsec
netnatm
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
powerpc Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name) 2017-01-04 20:26:42 +00:00
riscv
rpc
security
sparc64
sys Do not allocate struct statfs on kernel stack. 2017-01-05 17:19:26 +00:00
teken
tests
tools
ufs
vm Remove a redundant use of min(). 2017-01-05 03:13:45 +00:00
x86
xdr
xen
Makefile