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:	Tue, 14 Jul 2015 12:12:43 +0000
From:	"Chen, Yu C" <yu.c.chen@...el.com>
To:	"Wu, Fengguang" <fengguang.wu@...el.com>
CC:	"kbuild-all@...org" <kbuild-all@...org>,
	"Rafael J. Wysocki" <rjw@...ysocki.net>,
	"Lee, Chun-Yi" <joeyli.kernel@...il.com>,
	"linux-pm@...r.kernel.org" <linux-pm@...r.kernel.org>,
	Pavel Machek <pavel@....cz>,
	"Brown, Len" <len.brown@...el.com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH pm] PM / hibernate: swsusp_page_is_valid() can be static

> -----Original Message-----
> From: Wu, Fengguang
> Sent: Tuesday, July 14, 2015 4:24 PM
> To: Chen, Yu C
> Cc: kbuild-all@...org; Rafael J. Wysocki; Lee, Chun-Yi; linux-
> pm@...r.kernel.org; Pavel Machek; Brown, Len; linux-
> kernel@...r.kernel.org
> Subject: [PATCH pm] PM / hibernate: swsusp_page_is_valid() can be static
> 
> 
> Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
> ---
>  snapshot.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c index
> ebbb995..0e4112f4 100644
> --- a/kernel/power/snapshot.c
> +++ b/kernel/power/snapshot.c
> @@ -925,7 +925,7 @@ static void swsusp_unset_page_forbidden(struct
> page *page)
>  		memory_bm_clear_bit(forbidden_pages_map,
> page_to_pfn(page));  }
> 
> -int swsusp_page_is_valid(struct page *page)
> +static int swsusp_page_is_valid(struct page *page)
>  {
>  	return valid_pages_map ?
>  		memory_bm_test_bit(valid_pages_map,
> page_to_pfn(page)) : 0;
OK, thanks Fengguang



Best Regards,
Yu
--
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