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:	Mon, 14 Apr 2008 13:02:41 -0700
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	sander@...-ginkel.eu
Cc:	Alan Cox <alan@...rguk.ukuu.org.uk>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ptmx: adding handshake support

On Mon, 14 Apr 2008 22:39:21 +0200 sander van ginkel wrote:

> Corrected the last issues

Not AFAICT.  There's no full changelog/description here...
and see below.


> Signed-off-by: Sander van Ginkel <sander@...-ginkel.eu>
> 
> ===================================================================
> 
> diff -pru linux-2.6.25-rc8.orig/drivers/char/pty.c 
> linux-2.6.25-rc8/drivers/char/pty.c
> --- linux-2.6.25-rc8.orig/drivers/char/pty.c    2008-04-01 
> 21:44:26.000000000 +0200
> +++ linux-2.6.25-rc8/drivers/char/pty.c    2008-04-14 23:01:56.000000000 
> +0200
> @@ -196,6 +196,7 @@ static void pty_flush_buffer(struct tty_
>  
>  static int pty_open(struct tty_struct *tty, struct file * filp)
>  {
> +    unsigned int    *mcrmsr;

Something converted tabs to spaces throughout the entire patch.


>      int    retval = -ENODEV;
>  
>      if (!tty || !tty->link)

---
~Randy
--
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