From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Wed, 29 Jan 2020 11:27:05 +0100 Subject: [LTP] [PATCH 1/1] ioctl02.c: check for struct termio In-Reply-To: <20200129100126.GB21699@rei.lan> References: <20200128212725.22781-1-petr.vorel@gmail.com> <20200128213902.GA23927@dell5510> <20200129100126.GB21699@rei.lan> Message-ID: <20200129102705.GA16176@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi, > > Hm, am I wrong, and we should rewrite ioctl01.c and ioctl02.c to use struct > > termios? Or do we want to test with both new struct termios and legacy termio? > Just have a look at 'man ioctl_list' there are two sets of ioctls one > for termio and one for termios and as usuall we should ideally test both. Thanks for info. I had a look at man ioctl_tty, just wasn't sure whether it's worth to test the legacy one. Added as easyhack issue (I'll wait a bit before implementing it) https://github.com/linux-test-project/ltp/issues/637 Kind regards, Petr