[LEDE-DEV] [PATCH] kernel: Enable fadvise on older kernels.

Rosen Penev rosenp at gmail.com
Sat Nov 11 16:50:39 PST 2017


Any chance of this being backported to LEDE stable?

On Sat, Nov 11, 2017 at 4:49 PM, Rosen Penev <rosenp at gmail.com> wrote:
> Backport of 56342ee2bcbf9bf8918a01045471c7bb7faa1596 for older kernels.
>
> Signed-off-by: Rosen Penev <rosenp at gmail.com>
> ---
>  target/linux/generic/config-3.18 | 2 +-
>  target/linux/generic/config-4.4  | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18
> index 1e3f0b5abe..4909fa0cde 100644
> --- a/target/linux/generic/config-3.18
> +++ b/target/linux/generic/config-3.18
> @@ -90,7 +90,7 @@ CONFIG_32BIT=y
>  # CONFIG_ADM6996_PHY is not set
>  # CONFIG_ADM8211 is not set
>  # CONFIG_ADT7316 is not set
> -# CONFIG_ADVISE_SYSCALLS is not set
> +CONFIG_ADVISE_SYSCALLS=y
>  # CONFIG_ADXRS450 is not set
>  CONFIG_AEABI=y
>  # CONFIG_AFFS_FS is not set
> diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4
> index 1c0af9597f..23ed22d4c3 100644
> --- a/target/linux/generic/config-4.4
> +++ b/target/linux/generic/config-4.4
> @@ -82,7 +82,7 @@ CONFIG_32BIT=y
>  # CONFIG_ADM6996_PHY is not set
>  # CONFIG_ADM8211 is not set
>  # CONFIG_ADT7316 is not set
> -# CONFIG_ADVISE_SYSCALLS is not set
> +CONFIG_ADVISE_SYSCALLS=y
>  # CONFIG_ADXRS450 is not set
>  CONFIG_AEABI=y
>  # CONFIG_AFFS_FS is not set
> --
> 2.13.6
>



More information about the Lede-dev mailing list