[Mellanox]Passing the installed kernel headers during SDK compilation#95
Closed
dgsudharsan wants to merge 1 commit intomasterfrom
Closed
[Mellanox]Passing the installed kernel headers during SDK compilation#95dgsudharsan wants to merge 1 commit intomasterfrom
dgsudharsan wants to merge 1 commit intomasterfrom
Conversation
vivekrnv
approved these changes
May 23, 2024
dgsudharsan
pushed a commit
that referenced
this pull request
Apr 30, 2025
…e latest HEAD automatically (sonic-net#22435) #### Why I did it src/wpasupplicant/sonic-wpa-supplicant ``` * a23caf9c0 - (HEAD -> master, origin/master, origin/HEAD) [ci] Fix pipeline issue. (#95) (15 hours ago) [Liu Shilong] ``` #### How I did it #### How to verify it #### Description for the changelog
dgsudharsan
pushed a commit
that referenced
this pull request
Jul 1, 2025
…est HEAD automatically (sonic-net#1282) #### Why I did it src/sonic-platform-common ``` * 775f13f - (HEAD -> 202412, origin/202412) [xcvrd] Trim trailing white space in fields of TRANSCEIVER_INFO table (#95) (9 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
dgsudharsan
pushed a commit
that referenced
this pull request
Aug 20, 2025
…ically (sonic-net#23573) #### Why I did it src/sonic-dash-ha ``` * eb7c17f - (HEAD -> master, origin/master, origin/HEAD) Set ha_set_id in DASH_HA_SCOPE_TABLE (#95) (9 hours ago) [yue-fred-gao] ``` #### How I did it #### How to verify it #### Description for the changelog
dgsudharsan
pushed a commit
that referenced
this pull request
Dec 16, 2025
…tomatically (sonic-net#1610) #### Why I did it src/sonic-gnmi ``` * 0222d5f - (HEAD -> 202412, origin/202412) Merge pull request #101 from Azure/202412-dev (2 hours ago) [Zain Budhwani] * ec20f64 - (origin/202412-dev) Support Show Interface tranceiver lpmode (#92) (17 hours ago) [yiliu4] * c9b5498 - "Make interface as arg instead of option for `show interface alias` and `show interface flap` (#100) (24 hours ago) [axin] * e9f0e29 - Add show interfaces portchannel /ecn (#77) (27 hours ago) [jiayuj2021] * 126f6fe - Add implementation for 'show ipv6 prefix-list' (#84) (34 hours ago) [nanali-msft] * 9977ae6 - Remove non-common functions from show_common.go (#98) (34 hours ago) [gnemuw] * d76043c - Add option SONIC_CLI_IFACE_MODE to support naming mode environment variable refresh in gnmi (#88) (2 days ago) [axin] * 37692e9 - Replacing the `queue-type` option with subcommands for `show queue watermark` (#89) (2 days ago) [mramezani95] * 3f4bd4b - Fix srv6 stats (#95) (2 days ago) [Changrong Wu] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why I did it
Passing the last installed kernel headers during SDK compilation. Without this the SDK does uname -r which gives the kernel version of the host machine in the slave docker. But these kernel headers are not installed in the slave docker leading to compilation failure.
Work item tracking
How I did it
Passing the kernel version in debuild step.
How to verify it
Running compilation.
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)