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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 24 Nov 2021 11:39:59 +0100 From: Petr Vorel <pvorel@...e.cz> To: Gabriel Krisman Bertazi <krisman@...labora.com>, kernel@...labora.com, Khazhismel Kumykov <khazhy@...gle.com>, Matthew Bobrowski <repnop@...gle.com>, Jan Kara <jack@...e.com>, Ext4 <linux-ext4@...r.kernel.org>, LTP List <ltp@...ts.linux.it> Subject: Re: [LTP] [PATCH v4 0/9] Test the new fanotify FAN_FS_ERROR event Hi all, <snip> > > Hi Amir, > > I have pushed v4 to : > > https://gitlab.collabora.com/krisman/ltp.git -b fan-fs-error_v4 > FYI I've rebased it on my fix 3b2ea2e00 ("configure.ac: Add struct > fanotify_event_info_pidfd check") > https://github.com/linux-test-project/ltp.git -b gertazi/fanotify21.v4.fixes FYI I removed branch from official LTP repository and put it to my fork https://github.com/pevik/ltp.git -b fan-fs-error_v4.fixes Kind regards, Petr > diff to krisman/fan-fs-error_v4: > diff --git configure.ac configure.ac > index a9dc25249..d25183368 100644 > --- configure.ac > +++ configure.ac > @@ -160,8 +160,8 @@ AC_CHECK_MEMBERS([struct utsname.domainname],,,[ > AC_CHECK_TYPES([enum kcmp_type],,,[#include <linux/kcmp.h>]) > AC_CHECK_TYPES([struct acct_v3],,,[#include <sys/acct.h>]) > AC_CHECK_TYPES([struct af_alg_iv, struct sockaddr_alg],,,[# include <linux/if_alg.h>]) > -AC_CHECK_TYPES([struct fanotify_event_info_fid, struct fanotify_event_info_header, > - struct fanotify_event_info_error],[],[],[#include <sys/fanotify.h>]) > +AC_CHECK_TYPES([struct fanotify_event_info_fid, struct fanotify_event_info_error, > + struct fanotify_event_info_header, struct fanotify_event_info_pidfd],,,[#include <sys/fanotify.h>]) > AC_CHECK_TYPES([struct file_dedupe_range],,,[#include <linux/fs.h>]) > AC_CHECK_TYPES([struct file_handle],,,[ > Kind regards, > Petr
Powered by blists - more mailing lists