Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common: fix support of OS_DIMM_CFLAG #5943

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

grom72
Copy link
Contributor

@grom72 grom72 commented Nov 27, 2023

#if NDCTL_ENABLED that is used in the source code expects that NDCTL_ENABLED is defined all the time with either 0 or non-0 value.

This change is Reviewable

@grom72 grom72 added sprint goal This pull request is part of the ongoing sprint no changelog Add to skip the changelog check on your pull request labels Nov 27, 2023
@grom72 grom72 added this to the 2.0.1 milestone Nov 27, 2023
@grom72 grom72 added the obsolete-src Obsolete source code label Nov 27, 2023
@grom72 grom72 modified the milestones: 2.0.1, 2.0.2 Nov 28, 2023
@grom72 grom72 removed the sprint goal This pull request is part of the ongoing sprint label Nov 28, 2023
Copy link
Contributor

@osalyk osalyk left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @janekmi)

@grom72 grom72 modified the milestones: 2.1.0, 2.1.1 Mar 27, 2024
@janekmi janekmi modified the milestones: 2.1.1, 2.1.0 Mar 27, 2024
@grom72 grom72 modified the milestones: 2.1.0, 2.x Mar 28, 2024
`#if NDCTL_ENABLED` that is used in the source code expects
that `NDCTL_ENABLED` is defined all the time with either *0*
or *non-0* value.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
@grom72 grom72 added the sprint goal This pull request is part of the ongoing sprint label Apr 2, 2024
Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.12%. Comparing base (635924d) to head (0255347).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5943      +/-   ##
==========================================
- Coverage   70.12%   70.12%   -0.01%     
==========================================
  Files         133      133              
  Lines       19568    19568              
  Branches     3261     3261              
==========================================
- Hits        13723    13722       -1     
- Misses       5845     5846       +1     

Copy link
Contributor

@osalyk osalyk left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @janekmi)

@janekmi janekmi modified the milestones: 2.x, 2.1.0 Apr 3, 2024
Copy link
Contributor

@janekmi janekmi left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @grom72)

@janekmi janekmi merged commit 6d5e095 into pmem:master Apr 3, 2024
9 checks passed
@grom72 grom72 deleted the obsolete-OS_DIMM_CFLAG branch May 15, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Add to skip the changelog check on your pull request obsolete-src Obsolete source code sprint goal This pull request is part of the ongoing sprint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants