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

x86: add 6.6 as testing kernel #14868

Merged
merged 12 commits into from Apr 4, 2024
Merged

x86: add 6.6 as testing kernel #14868

merged 12 commits into from Apr 4, 2024

Commits on Apr 4, 2024

  1. kernel/x86: Create kernel files for v6.6 (from v6.1)

    This is an automatically generated commit.
    
    During a `git bisect` session, `git bisect --skip` is recommended.
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
    namiltd authored and robimarko committed Apr 4, 2024
    Copy the full SHA
    6fce6e1 View commit details
    Browse the repository at this point in the history
  2. kernel/x86: Restore kernel files for v6.1

    This is an automatically generated commit which aids following Kernel patch history,
    as git will see the move and copy as a rename thus defeating the purpose.
    
    See: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html
    for the original discussion.
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
    namiltd authored and robimarko committed Apr 4, 2024
    Copy the full SHA
    19910da View commit details
    Browse the repository at this point in the history
  3. kernel/x86: Create kernel patches for v6.6 (from v6.1)

    This is an automatically generated commit.
    
    During a `git bisect` session, `git bisect --skip` is recommended.
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
    namiltd authored and robimarko committed Apr 4, 2024
    Copy the full SHA
    e893ccb View commit details
    Browse the repository at this point in the history
  4. kernel/x86: Restore kernel patches for v6.1

    This is an automatically generated commit which aids following Kernel patch history,
    as git will see the move and copy as a rename thus defeating the purpose.
    
    See: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html
    for the original discussion.
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
    namiltd authored and robimarko committed Apr 4, 2024
    Copy the full SHA
    391c508 View commit details
    Browse the repository at this point in the history
  5. x86: 6.6: refresh patches

    Refresh kernel patches.
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
    namiltd authored and robimarko committed Apr 4, 2024
    Copy the full SHA
    9e6fe7d View commit details
    Browse the repository at this point in the history
  6. kernel/x86: remove legacy 5.15 kernel config

    Missed when removing the other 5.15 kernel configurations.
    
    Fixes: b8ec063 ("x86: remove unused 5.15 kernel configs and patches")
    Signed-off-by: Elliott Mitchell <ehem+openwrt@m5p.com>
    ehem authored and robimarko committed Apr 4, 2024
    Copy the full SHA
    01ff257 View commit details
    Browse the repository at this point in the history
  7. kernel: vfio: flag vfio_virqfd as only kernel 6.2 and earlier

    Kernel 6.2 folded virqfd (eventd interface for VFIO interrupts)
    into the base vfio module, it is no longer a tristate option.
    
    Change suggested by vincejv on GitHub:
    openwrt#14868 (comment)
    
    Signed-off-by: Mathew McBride <matt@traverse.com.au>
    mcbridematt authored and robimarko committed Apr 4, 2024
    Copy the full SHA
    77e03f3 View commit details
    Browse the repository at this point in the history
  8. kernel: 6.6: modules: netdevices: lan743x: add missing dependency

    Fix error: Package kmod-lan743x is missing dependencies for the following libraries:
    fixed_phy.ko
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
    namiltd authored and robimarko committed Apr 4, 2024
    Copy the full SHA
    7e5cf37 View commit details
    Browse the repository at this point in the history
  9. generic: 6.6: Removal of tools_portability.patch already included in …

    …kernel 6.6
    
    Removal of tools_portability.patch already included in kernel 6.6
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
    namiltd authored and robimarko committed Apr 4, 2024
    Copy the full SHA
    69b1451 View commit details
    Browse the repository at this point in the history
  10. x86: 6.6: enable System Management Mode emulation on KVM

    Include the CONFIG_KVM_SMM option in the kvm-x86 package to enable system management mode emulation on KVM.
    
    Co-authored-by: Stefan Hellermann <stefan@the2masters.de>
    Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
    2 people authored and robimarko committed Apr 4, 2024
    Copy the full SHA
    667baaf View commit details
    Browse the repository at this point in the history
  11. x86: 6.6: refresh kernel config

    Refresh kernel config.
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
    namiltd authored and robimarko committed Apr 4, 2024
    Copy the full SHA
    2a86425 View commit details
    Browse the repository at this point in the history
  12. x86: 6.6: set testing kernel

    Allow selecting 6.6 as testing kernel on x86.
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
    namiltd authored and robimarko committed Apr 4, 2024
    Copy the full SHA
    1e7033d View commit details
    Browse the repository at this point in the history