Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:bottlerocket-os/bottlerocket-kernel-kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v4.2.0
Choose a base ref
Loading
...
head repository:bottlerocket-os/bottlerocket-kernel-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v4.3.0
Choose a head ref
Loading
  • 18commits
  • 42files changed
  • 7contributors

Commits on Aug 25, 2025

  1. 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>
    @larvacea@sky1122
    larvacea authored andsky1122 committedAug 25, 2025
    Configuration menu
    Copy the full SHA
    baf7d3bView commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Merge pull request#247from sky1122/container_make_target

    tools: add makefile targets for kernel configuration generation
    @sky1122
    sky1122 authoredAug 26, 2025
    Configuration menu
    Copy the full SHA
    20f8653View commit details
    Browse the repository at this point in the history
  2. advisories: add BRSAs for 4.2.0

    Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
    @arnaldo2792
    arnaldo2792 committedAug 26, 2025
    Configuration menu
    Copy the full SHA
    c8076c5View commit details
    Browse the repository at this point in the history
  3. Merge pull request#257from arnaldo2792/4.2.0-advisories

    Add BRSAs for 4.2.0
    @arnaldo2792
    arnaldo2792 authoredAug 26, 2025
    Configuration menu
    Copy the full SHA
    c006c41View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. 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>
    @yeazelm
    yeazelm committedAug 28, 2025
    Configuration menu
    Copy the full SHA
    c40d099View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. 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>
    @ginglis13
    ginglis13 committedSep 4, 2025
    Configuration menu
    Copy the full SHA
    3b585f3View commit details
    Browse the repository at this point in the history
  2. Merge pull request#263from ginglis13/kernel-612-fips

    kernel-6.12: enable FIPS support
    @ginglis13
    ginglis13 authoredSep 4, 2025
    Configuration menu
    Copy the full SHA
    4890a3fView commit details
    Browse the repository at this point in the history
  3. Merge pull request#255from yeazelm/add_r580

    kmod-6.12-nvidia-r580: Add package for R580 driver
    @ginglis13
    ginglis13 authoredSep 4, 2025
    Configuration menu
    Copy the full SHA
    1415935View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. kernel-6.1: update to 6.1.148

    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>
    @bottlerocket-kernels
    bottlerocket-kernels[bot] committedSep 8, 2025
    Configuration menu
    Copy the full SHA
    2321118View commit details
    Browse the repository at this point in the history
  2. 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>
    @bottlerocket-kernels
    bottlerocket-kernels[bot] committedSep 8, 2025
    Configuration menu
    Copy the full SHA
    0dbeeeeView commit details
    Browse the repository at this point in the history
  3. Merge pull request#268from bottlerocket-os/update_2025-09-08_6.1

    kernel-6.1 : update to 6.1.148-173.267
    @ginglis13
    ginglis13 authoredSep 8, 2025
    Configuration menu
    Copy the full SHA
    064e7ccView commit details
    Browse the repository at this point in the history
  4. Merge pull request#269from bottlerocket-os/update_2025-09-08_6.12

    kernel-6.12 : update to 6.12.40-64.114
    @ginglis13
    ginglis13 authoredSep 8, 2025
    Configuration menu
    Copy the full SHA
    79952f6View commit details
    Browse the repository at this point in the history
  5. 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>
    @ginglis13
    ginglis13 committedSep 8, 2025
    Configuration menu
    Copy the full SHA
    0dffdd6View commit details
    Browse the repository at this point in the history
  6. 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>
    @ginglis13
    ginglis13 committedSep 8, 2025
    Configuration menu
    Copy the full SHA
    b787012View commit details
    Browse the repository at this point in the history
  7. chore: prepare for v4.3.0 release

    Signed-off-by: Gavin Inglis <giinglis@amazon.com>
    @ginglis13
    ginglis13 committedSep 8, 2025
    Configuration menu
    Copy the full SHA
    1d2a4f7View commit details
    Browse the repository at this point in the history
  8. Merge pull request#270from ginglis13/add-patch-back

    kernel-6.12: add backported patch back to prevent copying non-terminated strings
    @ginglis13
    ginglis13 authoredSep 8, 2025
    Configuration menu
    Copy the full SHA
    e19cd42View commit details
    Browse the repository at this point in the history
  9. Merge pull request#271from ginglis13/nf-modules

    kernel-6.12: convert netfilter modules from built-in to loadable
    @ginglis13
    ginglis13 authoredSep 8, 2025
    Configuration menu
    Copy the full SHA
    0ecdccfView commit details
    Browse the repository at this point in the history
  10. Merge pull request#267from ginglis13/prep-v4.3.0

    Prepare v4.3.0 release
    @ginglis13
    ginglis13 authoredSep 8, 2025
    Configuration menu
    Copy the full SHA
    ac1295dView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp