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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 29 Dec 2008 13:42:08 +0100
From:	Alejandro Riveira Fernández 
	<alejandro.riveira@...il.com>
To:	Arkadiusz Miskiewicz <a.miskiewicz@...il.com>
Cc:	linux-kernel@...r.kernel.org, sfrench@...ba.org,
	linux-cifs-client@...ts.samba.org
Subject: Re: fs/cifs/cifsfs.c Compilation error latest git

El lun, 29-12-2008 a las 00:39 +0100, Arkadiusz Miskiewicz escribió:
> On Monday 29 of December 2008, Alejandro Riveira Fernández wrote:
> > $ git describe
> > v2.6.28-2929-g541ef5c
> 
> Something like:
> 
> diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
> index 974c8f0..79411d4 100644
> --- a/fs/cifs/cifsfs.c
> +++ b/fs/cifs/cifsfs.c
> @@ -361,8 +361,7 @@ cifs_show_options(struct seq_file *s, struct vfsmount *m)
>                                         switch (server->addr.sockAddr6.
>                                                 sin6_family) {
>                                         case AF_INET6:
> -                                               seq_printf(s, NIP6_FMT,
> -                                                          NIP6(server->addr.sockAddr6.sin6_addr));
> +                                               seq_printf(s, "%p6", &server->addr.sockAddr6.sin6_addr);
>                                                 break;
>                                         case AF_INET:
>                                                 seq_printf(s, NIPQUAD_FMT,
> 
> 

git am does not like this email on top of v2.6.28-2929-g541ef5c so
i did the change manually and it works thanks.

> 

Download attachment "signature.asc" of type "application/pgp-signature" (198 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ