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:	Fri, 2 Nov 2007 12:51:09 +0000
From:	Alan Cox <alan@...rguk.ukuu.org.uk>
To:	David Miller <davem@...emloft.net>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [IRDA] IRNET: Fix build when TCGETS2 is defined.

> > Nothing anywhere in the kernel but the core ioctl code should be
> > processing TCGET/TCSET calls.
> > 
> > Just delete them. It will return -ENOIOCTLCMD and the core tty layer will
> > process them.
> 
> Ok.

One set of patches in testing.

For the irda non-tty device its almost impossible to hack up a sane
solution except to delete the junk. pppd has supported "notty" for some
years so there is no excuse for that still being present.

The ones with actual ttys can be done cleanly so I've

- split n_tty_ioctl
- used the split to create tty_mode_ioctl() which an ldisc can use for
generic mode handling
- extracted the flush method so it can be used more cleanly by ppp etc

Patches to follow shortly for review

Alan
-
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