- Notifications
You must be signed in to change notification settings - Fork37
Comparing changes
Open a pull request
base repository:bottlerocket-os/bottlerocket-kernel-kit
Uh oh!
There was an error while loading.Please reload this page.
base:v4.2.0
head repository:bottlerocket-os/bottlerocket-kernel-kit
Uh oh!
There was an error while loading.Please reload this page.
compare:v4.3.0
- 18commits
- 42files changed
- 7contributors
Commits on Aug 25, 2025
tools: run bulk of full-config in container
The kernel configuration build process was previously handled entirelywithin the latest-kernel-full-config.sh script. This change moves theorchestration logic into Makefile targets to provide a more standardbuild interface.The new targets enable users to run `make full-config RPM_FILE=path/to/rpm`instead of calling the shell script directly, providing better integrationwith existing build workflows.Signed-off-by: Martin Harriman <mharrimn@amazon.com>Signed-off-by: Jingwei Wang <jweiw@amazon.com>
Commits on Aug 26, 2025
Merge pull request#247from sky1122/container_make_target
tools: add makefile targets for kernel configuration generation
advisories: add BRSAs for 4.2.0
Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
arnaldo2792 committedAug 26, 2025 Merge pull request#257from arnaldo2792/4.2.0-advisories
Add BRSAs for 4.2.0
Commits on Aug 28, 2025
kmod-6.12-nvidia-r580: Add package for R580 driver
Add the NVIDIA R580 driver kmod for the 6.12 kernel. This uses similarlogic to the kmod-6.12-nvidia-r570 driver and provides all the samelibraries with the addition of a few from R580.Signed-off-by: Matthew Yeazel <yeazelm@amazon.com>
Commits on Sep 4, 2025
kernel-6.12: enable FIPS support
Remove FIPS conflict and update FIPS module lists to enable FIPSfor kernel 6.12.Signed-off-by: Gavin Inglis <giinglis@amazon.com>
Merge pull request#263from ginglis13/kernel-612-fips
kernel-6.12: enable FIPS support
Merge pull request#255from yeazelm/add_r580
kmod-6.12-nvidia-r580: Add package for R580 driver
Commits on Sep 8, 2025
Rebase to Amazon Linux upstream version 6.1.148-173.267.amzn2023.Signed-off-by: bottlerocket-kernels[bot] <190893109+bottlerocket-kernels[bot]@users.noreply.github.com>
kernel-6.12: update to 6.12.40
Rebase to Amazon Linux upstream version 6.12.40-64.114.amzn2023.Signed-off-by: bottlerocket-kernels[bot] <190893109+bottlerocket-kernels[bot]@users.noreply.github.com>
Merge pull request#268from bottlerocket-os/update_2025-09-08_6.1
kernel-6.1 : update to 6.1.148-173.267
Merge pull request#269from bottlerocket-os/update_2025-09-08_6.12
kernel-6.12 : update to 6.12.40-64.114
kernel-6.12: revert drop of backported patch 1007
Previous update of kernel-6.12 inadvertently removed this patch.Signed-off-by: Gavin Inglis <giinglis@amazon.com>
kernel-6.12: convert netfilter modules from built-in to loadable
Change several IP and IPv6 netfilter components from built-in (=y) toloadable modules (=m).Modified modules:* IP_NF_IPTABLES_LEGACY: legacy iptables support* IP_NF_FILTER: IPv4 packet filtering* IP_NF_MANGLE: IPv4 packet mangling* IP_NF_RAW: IPv4 raw table support* IP_NF_SECURITY: IPv4 security table support* IP6_NF_IPTABLES_LEGACY: legacy ip6tables support* IP6_NF_FILTER: IPv6 packet filtering* IP6_NF_MANGLE: IPv6 packet mangling* IP6_NF_RAW: IPv6 raw table supportSigned-off-by: Gavin Inglis <giinglis@amazon.com>
chore: prepare for v4.3.0 release
Signed-off-by: Gavin Inglis <giinglis@amazon.com>
Merge pull request#270from ginglis13/add-patch-back
kernel-6.12: add backported patch back to prevent copying non-terminated strings
Merge pull request#271from ginglis13/nf-modules
kernel-6.12: convert netfilter modules from built-in to loadable
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v4.2.0...v4.3.0
Uh oh!
There was an error while loading.Please reload this page.