From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-173.mta1.migadu.com (out-173.mta1.migadu.com [95.215.58.173]) (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 E170033EAF3 for ; Thu, 26 Mar 2026 17:46:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774547193; cv=none; b=qgCVlv4wS7Dm/Yvav8e4Fr+EEA4ghfg6cOm81bOfxx5kT3SiCp8Aqa+hFMW0xEHrdaQ6qDfZoejxR3VsPEP6HWZq2LYojLcTS5DeC6FzlWm+LXwFuyT1nYAIyyAR7SDPe5L3YUaa1MYF5IcEPTeP6ln4VJqH6dX/hCBIlBJkkfw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774547193; c=relaxed/simple; bh=U2Rk1go9BVcJuJ2EEhHc1TGH3yM1ERqWLgCMnpQumYg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=ES6XcohP6NjC46RhaZUpxtslbLNRcaobe0NJoNbG7gdOnRkpaQBtCU9LxDaR56qYA8bOQwlT+zIu51tXeeFUn1lHjxZiZnaY0QLVgAlSHATB6k/r38xDxExcF50MKzyLgr1XpwNqw2ogQHsv7TncsI/+O/VV4DNPL1TO8ptZ8S8= 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=C4BS8Uyq; arc=none smtp.client-ip=95.215.58.173 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="C4BS8Uyq" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1774547186; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=IDT4pyIhCwz8AX4AEf5QuLYdDUNg/3ZyvF/XHwUhyjw=; b=C4BS8UyqMjKT5a3W1vu9ZrMFRDPXnleIQTHjI58434eGtLPBn347tRxENpBAHqWava/0do K9sPIIVtFatI1ZdpRqCo96SkYmGbpVj3TkupWQrR2sxFjb6K+b+j0iNbZJosnR6ZELHa/6 kfD/TcWSeU0XE5/Ads5rbo34s07G3U4= From: luka.gejak@linux.dev To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org Cc: horms@kernel.org, fmaurer@redhat.com, liuhangbin@gmail.com, linux-kernel@vger.kernel.org, luka.gejak@linux.dev Subject: [PATCH net-next v2 0/2] net: hsr: subsystem cleanups and modernization Date: Thu, 26 Mar 2026 18:45:58 +0100 Message-ID: <20260326174600.136232-1-luka.gejak@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT From: Luka Gejak Changes in v2: - dropped trivial cleanup-only patches per netdev clean-up policy - added AI attribution for cover-letter/commit-message wording only - dropped fallthrough/BIT conversion patches per review This series contains two focused HSR cleanups with practical benefit. It constifies protocol operation tables and replaces a hardcoded function name with __func__ to keep diagnostics correct across refactoring. Assisted-by: Copilot:gpt-5.3-codex (cover-letter/commit-message wording only) Luka Gejak (2): net: hsr: constify hsr_ops and prp_ops protocol operation structures net: hsr: use __func__ instead of hardcoded function name net/hsr/hsr_device.c | 4 ++-- net/hsr/hsr_forward.c | 2 +- net/hsr/hsr_main.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) -- 2.53.0