From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 4CB191DF25C for ; Sat, 18 Jul 2026 23:23:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784417011; cv=none; b=Ec0o8pvBfwQp2naOZSYP/n1/S1MZphnPY5YsUzAShjAqdU8h6SUCyb7V+ySpCR5pf0ImiVufCLS5/yMACtnQ9G85ifIurrejH+TKfh/v7x7wroapvnGc/2veqm9NxLMbnK8ESjoxwBc5TKEZfs25z4bhbQ44wTWCgv6Eo5FnaGU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784417011; c=relaxed/simple; bh=QijFPL/h/pKelfeLecV9vyrQHQjvrd0pYKx5db3de7o=; h=Message-ID:Date:MIME-Version:From:To:Cc:Subject:Content-Type; b=oQs0u8KT+MpsRliP/4ZfZ80qI3WJYz4/9kI2zItHQg9wuaXAGQBTvnVvOlWDabki6ICxic6M6yUzE4E3X1+oNNVXepD3nhYSF72cm7OeJq2S80k4LZwnIcMn77zgpKnGxpjrLvWJP3cJWp3WgxZFo4q9m6y+HD0oJ3rK5/WtX68= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Yv3Yg9Sg; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Yv3Yg9Sg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2EFB1F000E9; Sat, 18 Jul 2026 23:23:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784417009; bh=ECn14Gd5wtUISkSnwPGxpal1zMH2YEFrH7VSvN+JsQ0=; h=Date:From:To:Cc:Subject; b=Yv3Yg9SgHFihzdyDpaFaYVL5lDKDCLZePPwmWNYokc5e+Jyp/wUlu48yjuWE3hU82 2zojVzQAtDnGQbckYeGyCAg09O2+i7zywRwlL0RfCg1w+ORJt7m1xY7oaRiRCtyrbZ vOlISf4zY0NWhjc1KpJIavR2oTmbvaRkVaxkkZ3PyXWr+jkVB9ITnR6LQ6p3YhvHtP QpT/2F4J3iT2MDWr1XegFIcswgCxC+C3j4gctdG60Vr7zJDyS/6V5VRtvOr1vWy1m/ A+o/pWUMTgRuxbL39HtrlcJeNG1QXKEFhefXhjWqvQ0KM9TTOor72mZBD5r6Vci6n4 hFxwsgalnEPPQ== Message-ID: Date: Sat, 18 Jul 2026 16:23:28 -0700 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: Vineet Gupta Content-Language: en-US To: Linus Torvalds Cc: lkml , arcml , Krzysztof Kozlowski , Pengpeng Hou Subject: [GIT PULL] ARC fixes for 7.2-rc4 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi Linus, Some fixes for ARC. Thx -Vineet --------------> The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda:   Linux 7.2-rc2 (2026-07-05 14:44:06 -1000) are available in the Git repository at:   git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-7.2-fixes for you to fetch changes up to 76f38ad1b39cf0321f7ecb7ea37b46f61a0f3d75:   ARC: configs: Drop redundant I2C_DESIGNWARE_PLATFORM (2026-07-10 15:26:11 -0700) ---------------------------------------------------------------- ARC fixes for 7.2  - Miscc fixes and config updates ---------------------------------------------------------------- Krzysztof Kozlowski (1):       ARC: configs: Drop redundant I2C_DESIGNWARE_PLATFORM Pengpeng Hou (1):       arc: validate DT CPU map strings before parsing them  arch/arc/configs/axs101_defconfig     | 1 -  arch/arc/configs/axs103_defconfig     | 1 -  arch/arc/configs/axs103_smp_defconfig | 1 -  arch/arc/configs/tb10x_defconfig      | 1 -  arch/arc/kernel/smp.c                 | 6 ++++--  5 files changed, 4 insertions(+), 6 deletions(-)