Re: [PATCH] Documentation/kernel-parameters: update KMG units

2015-12-27 Thread Jonathan Corbet
On Wed, 23 Dec 2015 18:38:16 -0600 Robert Elliott wrote: > Since commit e004f3c7780d ("lib/cmdline.c: add size unit t/p/e to > memparse") expanded memparse() to support T, P, and E units in addition > to K, M, and G, all the kernel parameters that use that function became > capable of more than [

[PATCH] Documentation/kernel-parameters: update KMG units

2015-12-23 Thread Robert Elliott
Since commit e004f3c7780d ("lib/cmdline.c: add size unit t/p/e to memparse") expanded memparse() to support T, P, and E units in addition to K, M, and G, all the kernel parameters that use that function became capable of more than [KMG] mentioned in kernel-parameters.txt. Expand the introduction t