Provide Neuron kmods#407
Conversation
87e0d2e to
3d44809
Compare
|
^ Force pushes fixes the following:
|
89fb0e1 to
9dd6af2
Compare
|
^ The force push above addresses the following:
|
130fa05 to
e539103
Compare
d4fc253 to
bed6da6
Compare
…package Signed-off-by: Piyush Jena <jepiyush@amazon.com>
|
rebased, removed commit for RPM v4 package verification, merged -inf1 packages with the main kmod-neuron packages |
| @@ -0,0 +1,183 @@ | |||
| %global kmajor 6.18 | |||
There was a problem hiding this comment.
this doesn't have any _cross_arch checks - which functionally is fine, since we'll only pull this into kernel packages on x86 with these changes, but for builds, we will now be doing this work for both aarch64 and x86_64
There was a problem hiding this comment.
Good catch! Let me think if there is a good to not do it. Put the entire thing inside if block?
There was a problem hiding this comment.
If it builds (which it does) leave it be. Doesn't hurt to build it, and even better if Neuron supports Graviton eventually.
4b2086d to
07eb2ed
Compare
Signed-off-by: Piyush Jena <jepiyush@amazon.com>
Signed-off-by: Piyush Jena <jepiyush@amazon.com>
Signed-off-by: Piyush Jena <jepiyush@amazon.com>
Signed-off-by: Piyush Jena <jepiyush@amazon.com>
|
Use this diff to compare the final set of changes: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/compare/4b2086da0b169864c5a90711fe3762d6903d0ac5..432140c49ebb97b70ab3650886d0be77fc896a42 |
| @@ -0,0 +1,183 @@ | |||
| %global kmajor 6.18 | |||
There was a problem hiding this comment.
If it builds (which it does) leave it be. Doesn't hurt to build it, and even better if Neuron supports Graviton eventually.
|
Final round of tests:
|
|
inf1 instance |
Description of changes:
This series of changes provides the neuron driver as a standalone kmod package. We are doing this to ensure that the kernel module compilation does not accidentally interfere with or modify the existing kernel build artifacts.
Testing done:
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.