From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-177.mta1.migadu.com (out-177.mta1.migadu.com [95.215.58.177]) (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 3C53A1EBA1C for ; Tue, 7 Jan 2025 12:17:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.177 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736252233; cv=none; b=PwQwkZBOtOuy31Vu0AEUP6j+b4hZEZnNADD7zOnH/RVPkNwX1wpfufiSJ52sxNqcF+UbsOStCP04ReTXWsdqWN7TK5P7HT/ZWB4gn4oxDyFeAmE0NZefqOTOSbQV9h0LHAsYdmxX3BISg2Ji689VFFJu7GyyUoGFgHz3JmxjzlA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736252233; c=relaxed/simple; bh=JDrWL1KBx56btSuNtEyLNSgRio81P+DWxdh86jbfrX8=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=H9M5ZaTCbEnO5c1MVxET++EscZ8ZePNZpvX8SoChcFgL83QMej7ADRNgFJlOdKW3Hdry2XpEE2u3ItE3FwL3659E/u64ZEi+8GaKo99jHjcUORwdYnEcFIgNrH8MQHAWH5qGFtQKvIf+D6aMRwYBrNBkMWpxhvUGAigyHqVZWaI= 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=YDXTTLX5; arc=none smtp.client-ip=95.215.58.177 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="YDXTTLX5" Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1736252228; 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=d9nLKw/TBKhv6igKvwiN3bHxEHFcUwZGkyor1G6qVPQ=; b=YDXTTLX5n+bg56cnV6XC6B3Qy+MwlzuWxdI0TDZbEEps9qJYCi0/RQJManwVaIEsNEv0qL yaoLipH1tJQJmzYOKJSzDHBMcuuTWbv4GTkuYy8FtZ5C8sVBtV0lrBhBaZ3j5XKaiCJClP AlrDosNRlS8miATbYh9YsPDRTLyMcsE= Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: Re: [PATCH] powerpc: Transliterate author name and remove FIXME X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum In-Reply-To: Date: Tue, 7 Jan 2025 13:16:54 +0100 Cc: Michael Ellerman , Nicholas Piggin , Naveen N Rao , Madhavan Srinivasan , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Message-Id: <774CD605-AE6F-4D37-AB50-B9676858CDFA@linux.dev> References: <20241110162139.5179-2-thorsten.blum@linux.dev> <87v7wuy3p5.fsf@mpe.ellerman.id.au> <55B1EE24-BEC9-4A8D-84B0-ED32FCC070A5@linux.dev> <87v7weodqn.fsf@mpe.ellerman.id.au> To: Christophe Leroy X-Migadu-Flow: FLOW_OUT On 23. Nov 2024, at 11:19, Christophe Leroy wrote: > Isn't our file just a copy of the one from binutils ? Shouldn't we = adjust it based on commit = https://github.com/bminor/binutils-gdb/commit/2ce18a16268a ? It looks like it's a copy and the name is spelled the same as in my = patch: "Mimi Phuong-Thao Vo" What's missing to get this merged? Thanks, Thorsten=