The patch titled compat_ioctl: add compat handler for TIOCGSID ioctl has been added to the -mm tree. Its filename is compat_ioctl-add-compat-handler-for-tiocgsid-ioctl.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: compat_ioctl: add compat handler for TIOCGSID ioctl From: Andreas Schwab <schwab@xxxxxxxxxxxxxx> This is used by tcgetsid(3). Signed-off-by: Andreas Schwab <schwab@xxxxxxxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Cc: Arnd Bergmann <arnd@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/compat_ioctl.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/compat_ioctl.c~compat_ioctl-add-compat-handler-for-tiocgsid-ioctl fs/compat_ioctl.c --- a/fs/compat_ioctl.c~compat_ioctl-add-compat-handler-for-tiocgsid-ioctl +++ a/fs/compat_ioctl.c @@ -936,6 +936,7 @@ COMPATIBLE_IOCTL(TCSETSF) COMPATIBLE_IOCTL(TIOCLINUX) COMPATIBLE_IOCTL(TIOCSBRK) COMPATIBLE_IOCTL(TIOCCBRK) +COMPATIBLE_IOCTL(TIOCGSID) COMPATIBLE_IOCTL(TIOCGICOUNT) /* Little t */ COMPATIBLE_IOCTL(TIOCGETD) _ Patches currently in -mm which might be from schwab@xxxxxxxxxxxxxx are compat_ioctl-add-compat-handler-for-tiocgsid-ioctl.patch vfs-o_-bit-numbers-uniqueness-check.patch add-generic-sys_old_select.patch add-generic-sys_old_select-fix.patch add-generic-sys_old_mmap.patch add-generic-sys_ipc-wrapper.patch add-generic-sys_ipc-wrapper-fix.patch improve-sys_personality-for-compat-architectures.patch improve-sys_newuname-for-compat-architectures.patch add-generic-sys_olduname.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html