From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754732AbaHNJyg (ORCPT ); Thu, 14 Aug 2014 05:54:36 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54169 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754619AbaHNJyd (ORCPT ); Thu, 14 Aug 2014 05:54:33 -0400 Date: Thu, 14 Aug 2014 11:54:31 +0200 Message-ID: From: Takashi Iwai To: Chris Mason Cc: Josef Bacik , , Subject: Re: [PATCH] Btrfs: Fix memory corruption by ulist_add_merge() on 32bit arch In-Reply-To: <53EA513F.3080804@fb.com> References: <1406537824-2376-1-git-send-email-tiwai@suse.de> <53D64D40.80606@fb.com> <53D9015A.90001@fb.com> <53D911DE.7000806@fb.com> <53D916DB.9020901@fb.com> <53D924A8.2050008@fb.com> <53EA513F.3080804@fb.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Tue, 12 Aug 2014 13:39:11 -0400, Chris Mason wrote: > > > > On 08/06/2014 11:14 AM, Takashi Iwai wrote: > >>> > >>> I meant that I don't care how you do it, if you want to do it the simple way > >>> first and then send the cleanup later thats fine by me. Thanks, > >> > >> Ah, misunderstood. Then please disregard my v2 patches and take just > >> v1 patch. It's even good for 3.16, if possible. > >> > >> I'll send the cleanup patch on top of that. > > > > Ping. I don't want to play a bot, but slowly wondering what's going > > on... > > Sorry for the delay Takashi. This patch is a ';' away from compiling. > I've fixed it up here and I'm running tests, but I wanted to double > check this was the latest version. Yes, the first version (posted on July 28) is the right patch. (Sorry for the missing ";", I thought I did build test on both architectures.) thanks, Takashi