summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2011-04-28 21:55:52 +0200
committerEric Paris <eparis@redhat.com>2011-04-28 21:56:07 +0200
commit150cdf6ec0ede8d9f102f1817212447727dcf08c (patch)
tree4044554d4a6824c3ca9a13cad911019b21b8e9d2 /init
parentflex_array: flex_array_prealloc takes a number of elements, not an end (diff)
downloadlinux-150cdf6ec0ede8d9f102f1817212447727dcf08c.tar.xz
linux-150cdf6ec0ede8d9f102f1817212447727dcf08c.zip
flex_arrays: allow zero length flex arrays
Just like kmalloc will allow one to allocate a 0 length segment of memory flex arrays should do the same thing. It should bomb if you try to use something, but it should at least allow the allocation. This is needed because when SELinux switched to using flex_arrays in 2.6.38 the inability to allocate a 0 length array resulted in SELinux policy load returning -ENOSPC when previously it worked. Based-on-patch-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Eric Paris <eparis@redhat.com> Tested-by: Chris Richards <gizmo@giz-works.com> Cc: stable@kernel.org [2.6.38+]
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions