From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Tue, 5 May 2020 15:55:31 +0200 Subject: [LTP] [PATCH v4 2/2] pty04: Add SLCAN ldisc and check for CVE-2020-11494 In-Reply-To: <20200505133523.GA27810@yuki.lan> References: <20200505101625.25020-1-rpalethorpe@suse.com> <20200505101625.25020-2-rpalethorpe@suse.com> <20200505133523.GA27810@yuki.lan> Message-ID: <20200505135531.GA30346@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Cyril, Richard, > Hi! > Both pushed, thanks. This test does not compile on kernel older than v4.2-rc1 (2015), because __pad, __res0 and __res1 are missing. They were added in a2f11835994e ("can.h: make padding given by gcc explicit"). This got propagated on CentOS 6. I'd be for dropping it after release (most of the problems are due old gcc 4), but v4.1 is still too new, so I'll send some autotools based fix for this. Kind regards, Petr