From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org Subject: + um-fix-strrchr-problems.patch added to -mm tree Date: Mon, 29 Aug 2011 14:35:48 -0700 Message-ID: <201108292135.p7TLZmC6030285@imap1.linux-foundation.org> Reply-To: linux-kernel@vger.kernel.org Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:51471 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755180Ab1H2VgY (ORCPT ); Mon, 29 Aug 2011 17:36:24 -0400 Sender: mm-commits-owner@vger.kernel.org List-Id: mm-commits@vger.kernel.org To: mm-commits@vger.kernel.org Cc: viro@ftp.linux.org.uk, richard@nod.at, viro@zeniv.linux.org.uk The patch titled um: fix strrchr problems has been added to the -mm tree. Its filename is um-fix-strrchr-problems.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: um: fix strrchr problems From: Al Viro Several years old patch, originally by jdike, I think... Signed-off-by: Al Viro Signed-off-by: Richard Weinberger Signed-off-by: Andrew Morton --- arch/um/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/um/Makefile~um-fix-strrchr-problems arch/um/Makefile --- a/arch/um/Makefile~um-fix-strrchr-problems +++ a/arch/um/Makefile @@ -41,7 +41,7 @@ KBUILD_CPPFLAGS += -I$(srctree)/$(ARCH_D KBUILD_CFLAGS += $(CFLAGS) $(CFLAGS-y) -D__arch_um__ -DSUBARCH=\"$(SUBARCH)\" \ $(ARCH_INCLUDE) $(MODE_INCLUDE) -Dvmap=kernel_vmap \ -Din6addr_loopback=kernel_in6addr_loopback \ - -Din6addr_any=kernel_in6addr_any + -Din6addr_any=kernel_in6addr_any -Dstrrchr=kernel_strrchr KBUILD_AFLAGS += $(ARCH_INCLUDE) _ Patches currently in -mm which might be from viro@ftp.linux.org.uk are um-fix-oopsable-race-in-line_close.patch um-winch_interrupt-can-happen-inside-of-free_winch.patch um-fix-free_winch-mess.patch um-ptrace_etfpxregs-had-been-wired-on-the-wrong-subarch.patch um-fix-strrchr-problems.patch um-clean-arch_ptrace-up-a-bit.patch slab-leaks3-default-y.patch