From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-180.mta0.migadu.com (out-180.mta0.migadu.com [91.218.175.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 78BEA13D8B1 for ; Tue, 23 Dec 2025 05:44:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.180 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766468688; cv=none; b=dX+QAnHT6DN3loXVJkAF7VaC/lOZ6G9zq2jPK/dMzpc2qleeq0HLIe2p5SykHCPEMLMAyoUVY1oypOK5yA1klwe7rAK1tuE5p44oeF/dv4Gn9sxn6QQo8D4TsFVuDH8GwhyTOsAQN1wBg7ftbJnHz9rDjWcaHuKsliKLy6CCqbw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766468688; c=relaxed/simple; bh=BoaTMFDJuZCU0GGcNUjZSkfY7jQZ3CSonKJAXs+IBRo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=bOmXfnS8kdGxeyOAWKqqUFg1LpQaI/+C8dF2/orZlhcpcl/4GVCCyYGXTR4cdLiY1r3iT9HQFYGdYJ/1L53fzX9OfYmvaoM8AEn1+Uli1jZJ9lQnL37/fk9NYtaVBG+mImFYeGcC1rULlanG7ujN8nuRTiEF/F3zgYdAQ3l3xDc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=TqA7CTW4; arc=none smtp.client-ip=91.218.175.180 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="TqA7CTW4" Message-ID: <24901de5-f7dc-4070-8745-df114ce1ff75@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1766468683; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mx6ScWRie2gcaLB9ZYodJYiBC5KUTrVq6ktVruhyAHw=; b=TqA7CTW4tMeHrANr9ExPe0aGT0fhQXdvMEBZi67LAydOQ2QO1d1hQojHCcDM8brq9fcRuo DMm123U40fq50EV/OhRsEj045auwrgXx79Ym2xSgzW4frzTMajoyqJ6/QseSmDkVKiqvxz tcPWZAeOn+YEq1DbKoXJvzzctk7ABMY= Date: Mon, 22 Dec 2025 21:44:36 -0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v3 1/1] RDMA/rxe: Avoid -Wflex-array-member-not-at-end warnings To: "Gustavo A. R. Silva" , zyjzyj2000@gmail.com, jgg@ziepe.ca, leon@kernel.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org Cc: "Gustavo A. R. Silva" References: <20251223044129.6232-1-yanjun.zhu@linux.dev> <4a8e3365-cb74-4531-99dc-9d2911045d4b@linux.dev> <1bf3f157-54b7-49ed-8dc2-6948dbcf670a@embeddedor.com> <7de9609c-afa2-4536-a65c-67e623885870@linux.dev> <77f7670a-db1f-41a2-afe8-58397e888118@embeddedor.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zhu Yanjun In-Reply-To: <77f7670a-db1f-41a2-afe8-58397e888118@embeddedor.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 在 2025/12/22 21:34, Gustavo A. R. Silva 写道: > >>>>>> V2->V3: Replace struct ib_sge with struct rxe_sge >>>>> >>>>> What are you doing? >>>> >>>> Because struct rxe_sge differs from struct ib_sge, I aligned it to >>>> use the same structure. >>> >>> Listen, this is not how things are done upstream. Read what I >>> previously commented: >>> >>>>> You're making a mess of this whole thing. Please, don't make changes >>>>> to my patches on your own. >>> >>> and please, learn how to properly submit patch series. >>> >>> Lastly, do the changes that you want/need to implement in your code, >>> and don't >>> submit my patch as part of those changes again. >> >> You can correct this patch by yourself. > > https://lore.kernel.org/linux-hardening/ad8987ae-b7fe-47af-a1d2-5055749011c0@embeddedor.com/ > You need to do some changes in your commit. Yanjun.Zhu -- Best Regards, Yanjun.Zhu