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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 29 Aug 2011 23:38:39 +0200
From:	Richard Weinberger <richard@....at>
To:	Andrew Morton <akpm@...ux-foundation.org>
CC:	linux-kernel@...r.kernel.org,
	user-mode-linux-devel@...ts.sourceforge.net,
	Al Viro <viro@....linux.org.uk>,
	Al Viro <viro@...iv.linux.org.uk>
Subject: Re: [PATCH 8/9] um: fix strrchr problems

Am 29.08.2011 23:27, schrieb Andrew Morton:
>
>> Subject: [PATCH 8/9] um: fix strrchr problems
>
> What are the problems?
>
> On Mon, 29 Aug 2011 18:13:38 +0200
> Richard Weinberger<richard@....at>  wrote:
>
>> From: Al Viro<viro@....linux.org.uk>
>>
>> Several years old patch, originally by jdike, I think...
>>
>> Signed-off-by: Al Viro<viro@...iv.linux.org.uk>
>> Signed-off-by: Richard Weinberger<richard@....at>
>> ---
>>   arch/um/Makefile |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/um/Makefile b/arch/um/Makefile
>> index fab8121..c0f712c 100644
>> --- a/arch/um/Makefile
>> +++ b/arch/um/Makefile
>> @@ -41,7 +41,7 @@ KBUILD_CPPFLAGS += -I$(srctree)/$(ARCH_DIR)/sys-$(SUBARCH)
>>   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)
>
> z:/usr/src/linux-3.1-rc4>  grep -r kernel_strrchr .
> z:/usr/src/linux-3.1-rc4>
>
> ok, I give up.  How does this work?

*grrr*, you can drop this patch.
To my excuse, I've dropped it already from my queue but after pulling a 
second time from Al's git branch it made it again into my queue and I 
forgot about it, sorry!

Thanks,
//richard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ