Skip to content

[marvell-teralynx] Add Trixie support#43

Merged
saiarcot895 merged 3 commits intosaiarcot895:trixiefrom
pavannaregundi:trixie
Oct 20, 2025
Merged

[marvell-teralynx] Add Trixie support#43
saiarcot895 merged 3 commits intosaiarcot895:trixiefrom
pavannaregundi:trixie

Conversation

@pavannaregundi
Copy link

Why I did it

Add trixie compilation support for marvell-teralynx platform

How I did it

Changes involve,

  • Debian packaging changes
  • Driver compilation changes for 6.12 kernel.
  • Platform submodule update which include support for trixie.

How to verify it

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106

Description for the changelog

A picture of a cute animal (not mandatory but encouraged)

Naveen-Rampuram and others added 3 commits October 17, 2025 17:31
Signed-off-by: Naveen Rampuram <nrampuram@marvell.com>
Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
Comment on lines +440 to +441
strncpy(info->type, "jc42", I2C_NAME_SIZE - 1);
info->type[I2C_NAME_SIZE - 1] = '\0'; // Ensure null-termination
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use strscpy instead, that appears to be preferred within the kernel.

@saiarcot895
Copy link
Owner

Merging this for now, in preparation of rebase

@saiarcot895 saiarcot895 merged this pull request into saiarcot895:trixie Oct 20, 2025
saiarcot895 pushed a commit that referenced this pull request Oct 21, 2025
* Add Trixie support

Signed-off-by: Naveen Rampuram <nrampuram@marvell.com>

* Update submodule sonic-platform-marvell-teralynx

Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>

* Update submodule mrvl-teralynx

Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>

---------

Signed-off-by: Naveen Rampuram <nrampuram@marvell.com>
Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
Co-authored-by: Naveen Rampuram <nrampuram@marvell.com>
saiarcot895 pushed a commit that referenced this pull request Nov 4, 2025
* Add Trixie support

Signed-off-by: Naveen Rampuram <nrampuram@marvell.com>

* Update submodule sonic-platform-marvell-teralynx

Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>

* Update submodule mrvl-teralynx

Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>

---------

Signed-off-by: Naveen Rampuram <nrampuram@marvell.com>
Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
Co-authored-by: Naveen Rampuram <nrampuram@marvell.com>
saiarcot895 pushed a commit that referenced this pull request Nov 17, 2025
* Add Trixie support

Signed-off-by: Naveen Rampuram <nrampuram@marvell.com>

* Update submodule sonic-platform-marvell-teralynx

Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>

* Update submodule mrvl-teralynx

Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>

---------

Signed-off-by: Naveen Rampuram <nrampuram@marvell.com>
Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
Co-authored-by: Naveen Rampuram <nrampuram@marvell.com>
saiarcot895 pushed a commit that referenced this pull request Nov 23, 2025
* Add Trixie support

Signed-off-by: Naveen Rampuram <nrampuram@marvell.com>

* Update submodule sonic-platform-marvell-teralynx

Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>

* Update submodule mrvl-teralynx

Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>

---------

Signed-off-by: Naveen Rampuram <nrampuram@marvell.com>
Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
Co-authored-by: Naveen Rampuram <nrampuram@marvell.com>
saiarcot895 pushed a commit that referenced this pull request Nov 26, 2025
* Add Trixie support

Signed-off-by: Naveen Rampuram <nrampuram@marvell.com>

* Update submodule sonic-platform-marvell-teralynx

Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>

* Update submodule mrvl-teralynx

Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>

---------

Signed-off-by: Naveen Rampuram <nrampuram@marvell.com>
Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
Co-authored-by: Naveen Rampuram <nrampuram@marvell.com>
saiarcot895 pushed a commit that referenced this pull request Nov 30, 2025
* Add Trixie support

Signed-off-by: Naveen Rampuram <nrampuram@marvell.com>

* Update submodule sonic-platform-marvell-teralynx

Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>

* Update submodule mrvl-teralynx

Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>

---------

Signed-off-by: Naveen Rampuram <nrampuram@marvell.com>
Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
Co-authored-by: Naveen Rampuram <nrampuram@marvell.com>
saiarcot895 pushed a commit that referenced this pull request Feb 23, 2026
…tically (sonic-net#23388)

#### Why I did it
src/sonic-dash-api
```
* 78a3884 - (HEAD -> master, origin/master, origin/HEAD) Undeprecate action_type, change field type to ActionType (#43) (10 hours ago) [Lawrence Lee]
```
#### How I did it
#### How to verify it
#### Description for the changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants