lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 30 Mar 2011 09:56:34 +0900
From:	Minchan Kim <minchan.kim@...il.com>
To:	Tetsuo Handa <penguin-kernel@...ove.sakura.ne.jp>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2.6.39-rc1] Remove duplicated inline keyword in include/linux/memcontrol.h

It is fixed by Eric Dumazet and on mmotm now.
Thanks for the report, Tetsuo. :)

2011/3/30 Tetsuo Handa <penguin-kernel@...ove.sakura.ne.jp>:
> In file included from include/linux/swap.h:8,
>                 from include/linux/suspend.h:4,
>                 from arch/x86/kernel/asm-offsets.c:12:
> include/linux/memcontrol.h:220: error: duplicate `inline'
> make[1]: *** [arch/x86/kernel/asm-offsets.s] Error 1
> make: *** [prepare0] Error 2
>
> Signed-off-by: Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>
> ---
>  include/linux/memcontrol.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-2.6.39-rc1.orig/include/linux/memcontrol.h
> +++ linux-2.6.39-rc1/include/linux/memcontrol.h
> @@ -216,7 +216,7 @@ static inline void mem_cgroup_del_lru_li
>        return ;
>  }
>
> -static inline inline void mem_cgroup_rotate_reclaimable_page(struct page *page)
> +static inline void mem_cgroup_rotate_reclaimable_page(struct page *page)
>  {
>        return ;
>  }
>



-- 
Kind regards,
Minchan Kim
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ