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] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 13 Mar 2013 20:05:42 +0000
From:	Al Viro <viro@...IV.linux.org.uk>
To:	Sedat Dilek <sedat.dilek@...il.com>
Cc:	Miklos Szeredi <miklos@...redi.hu>, linux-fsdevel@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] overlayfs: Print info into the logs when loaded

On Wed, Mar 13, 2013 at 08:47:14PM +0100, Sedat Dilek wrote:
> 
> Signed-off-by: Sedat Dilek <sedat.dilek@...il.com>
> ---
>  fs/overlayfs/super.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c
> index 482c26f..e30141f 100644
> --- a/fs/overlayfs/super.c
> +++ b/fs/overlayfs/super.c
> @@ -674,6 +674,8 @@ MODULE_ALIAS_FS("overlayfs");
>  
>  static int __init ovl_init(void)
>  {
> +	printk(KERN_INFO "overlayfs: loaded\n");
> +

Could we please create a new maillist for that kind of stuff?  It's seriously
overdue, IMO.  linux-bikeshedding@...r.kernel.org, if davem doesn't mind
touching that...
--
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