The patch titled fs/compat.c: fix 'if (a |= b )' typo has been removed from the -mm tree. Its filename is fs-compatc-fix-if-a-=-b-typo.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Mentioned by Mark Armbrust somewhere on Usenet. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Cc: Ulrich Drepper <drepper@xxxxxxxxxx> Cc: <stable@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/compat.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/compat.c~fs-compatc-fix-if-a-=-b-typo fs/compat.c --- devel/fs/compat.c~fs-compatc-fix-if-a-=-b-typo 2006-05-15 09:43:28.000000000 -0700 +++ devel-akpm/fs/compat.c 2006-05-15 09:43:28.000000000 -0700 @@ -1913,7 +1913,7 @@ asmlinkage long compat_sys_ppoll(struct } if (sigmask) { - if (sigsetsize |= sizeof(compat_sigset_t)) + if (sigsetsize != sizeof(compat_sigset_t)) return -EINVAL; if (copy_from_user(&ss32, sigmask, sizeof(ss32))) return -EFAULT; _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch git-acpi.patch cifs-endian-fix.patch git-mtd.patch e1000-endian-fixes.patch x86-dont-trigger-full-rebuild-via-config_mtrr.patch dont-trigger-full-rebuild-via-config_x86_mce.patch remove-config_parport_arc-drivers-parport-parport_arcc.patch two-additions-to-linux-documentation-ioctl-numbertxt.patch more-bug_on-conversion.patch reiser4.patch reiser4-gfp_t-annotations.patch documentation-ioctl-messtxt-start-tree-wide-ioctl-registry.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