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

feat: update Linux to 6.6.13 #873

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

smira
Copy link
Member

@smira smira commented Jan 23, 2024

Linux 6.6.x is the new LTS for Talos Linux in 2024.

Disabled stuff:

@smira

This comment was marked as resolved.

smira added a commit to smira/pkgs that referenced this pull request Jan 24, 2024
It's causing kernel oops on RPi.

Fixes siderolabs/talos#8195

I'll remove it for `main` in
siderolabs#873.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
# CONFIG_KALLSYMS_ALL is not set
CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
CONFIG_KCMP=y
CONFIG_RSEQ=y
# CONFIG_EMBEDDED is not set
CONFIG_CACHESTAT_SYSCALL=y
Copy link
Member Author

Choose a reason for hiding this comment

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

#
# Kexec and crash features
#
CONFIG_CRASH_CORE=y
Copy link
Member Author

Choose a reason for hiding this comment

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

this section consists of moved options (no change)

@@ -421,8 +435,6 @@ CONFIG_X86_ESPFIX64=y
CONFIG_X86_VSYSCALL_EMULATION=y
CONFIG_X86_IOPL_IOPERM=y
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
Copy link
Member Author

Choose a reason for hiding this comment

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

got removed (merged into MICROCODE): torvalds/linux@e6bcfdd

@@ -477,9 +496,8 @@ CONFIG_PHYSICAL_ALIGN=0x200000
CONFIG_DYNAMIC_MEMORY_LAYOUT=y
CONFIG_RANDOMIZE_MEMORY=y
CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0x0
# CONFIG_ADDRESS_MASKING is not set
Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

yeh, i guess it doesn't hurt to enable by default

@@ -1591,10 +1641,8 @@ CONFIG_NET_SCHED=y
#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=y
Copy link
Member Author

Choose a reason for hiding this comment

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

commit 051d442098421c28c7951625652f61b1e15c4bd5
Author: Jamal Hadi Salim <jhs@mojatatu.com>
Date:   Tue Feb 14 08:49:11 2023 -0500

    net/sched: Retire CBQ qdisc
    
    While this amazing qdisc has served us well over the years it has not been
    getting any tender love and care and has bitrotted over time.
    It has become mostly a shooting target for syzkaller lately.
    For this reason, we are retiring it. Goodbye CBQ - we loved you.
    
    Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
    Acked-by: Jiri Pirko <jiri@nvidia.com>
    Signed-off-by: Paolo Abeni <pabeni@redhat.com>

@@ -1785,7 +1834,6 @@ CONFIG_PCIE_PME=y
# CONFIG_PCIE_DPC is not set
# CONFIG_PCIE_PTM is not set
CONFIG_PCI_MSI=y
CONFIG_PCI_MSI_IRQ_DOMAIN=y
Copy link
Member Author

Choose a reason for hiding this comment

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

commit a474d3fbe287625c6c1cfc56c2a456c5fb7c479e
Author: Thomas Gleixner <tglx@linutronix.de>
Date:   Fri Nov 11 14:54:38 2022 +0100

    PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN
    
    What a zoo:
    
         PCI_MSI
            select GENERIC_MSI_IRQ
    
         PCI_MSI_IRQ_DOMAIN
            def_bool y
            depends on PCI_MSI
            select GENERIC_MSI_IRQ_DOMAIN
    
    Ergo PCI_MSI enables PCI_MSI_IRQ_DOMAIN which in turn selects
    GENERIC_MSI_IRQ_DOMAIN. So all the dependencies on PCI_MSI_IRQ_DOMAIN are
    just an indirection to PCI_MSI.
    
    Match the reality and just admit that PCI_MSI requires
    GENERIC_MSI_IRQ_DOMAIN.
    
    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
    Acked-by: Bjorn Helgaas <bhelgaas@google.com>
    Link: https://lore.kernel.org/r/20221111122014.467556921@linutronix.de
```

@@ -2483,7 +2537,6 @@ CONFIG_IGB=m
CONFIG_IGB_HWMON=y
CONFIG_IGB_DCA=y
CONFIG_IGBVF=m
CONFIG_IXGB=m
Copy link
Member Author

Choose a reason for hiding this comment

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

commit e485f3a6eae0849f83b94936778a2325f72a0c89
Author: Tony Nguyen <anthony.l.nguyen@intel.com>
Date:   Fri Mar 17 13:09:03 2023 -0700

    ixgb: Remove ixgb driver
    
    There are likely no users of this driver as the hardware has been
    discontinued since 2010. Remove the driver and all references to it
    in documentation.
    
    Suggested-by: Jakub Kicinski <kuba@kernel.org>
    Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
    Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>

Copy link
Member

Choose a reason for hiding this comment

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

i want to see who complains 😂

@@ -3149,8 +3211,6 @@ CONFIG_TCG_CRB=y
# CONFIG_TELCLOCK is not set
# CONFIG_XILLYBUS is not set
# CONFIG_XILLYUSB is not set
CONFIG_RANDOM_TRUST_CPU=y
Copy link
Member Author

Choose a reason for hiding this comment

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

commit b9b01a5625b5a9e9d96d14d4a813a54e8a124f4b
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Tue Nov 1 13:03:55 2022 +0100

    random: use random.trust_{bootloader,cpu} command line option only
    
    It's very unusual to have both a command line option and a compile time
    option, and apparently that's confusing to people. Also, basically
    everybody enables the compile time option now, which means people who
    want to disable this wind up having to use the command line option to
    ensure that anyway. So just reduce the number of moving pieces and nix
    the compile time option in favor of the more versatile command line
    option.
    
    Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>

@@ -899,10 +939,8 @@ CONFIG_EFI_PARTITION=y
# CONFIG_CMDLINE_PARTITION is not set
# end of Partition Types

CONFIG_BLOCK_COMPAT=y
Copy link
Member Author

Choose a reason for hiding this comment

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

commit 8f0d196e4dc137470bbd5de98278d941c8002fcb
Author: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date:   Thu Mar 16 12:16:30 2023 +0100

    block: remove obsolete config BLOCK_COMPAT
    
    Before commit bdc1ddad3e5f ("compat_ioctl: block: move
    blkdev_compat_ioctl() into ioctl.c"), the config BLOCK_COMPAT was used to
    include compat_ioctl.c into the kernel build. With this commit, the code
    is moved into ioctl.c and included with the config COMPAT. So, since then,
    the config BLOCK_COMPAT has no effect and any further purpose.
    
    Remove this obsolete config BLOCK_COMPAT.
    
    Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
    Reviewed-by: Christoph Hellwig <hch@lst.de>
    Acked-by: Arnd Bergmann <arnd@arndb.de>
    Link: https://lore.kernel.org/r/20230316111630.4897-1-lukas.bulwahn@gmail.com
    Signed-off-by: Jens Axboe <axboe@kernel.dk>

@smira
Copy link
Member Author

smira commented Jan 24, 2024

kernel 6.6 tree:

[4.0K]  .
├── [4.0K]  boot
│   └── [ 14M]  vmlinuz
├── [4.0K]  certs
│   └── [1.3K]  signing_key.x509
├── [4.0K]  dtb
└── [4.0K]  lib
    └── [4.0K]  modules
        └── [4.0K]  6.6.13-talos
            ├── [4.0K]  kernel
            │   ├── [4.0K]  crypto
            │   │   ├── [4.0K]  async_tx
            │   │   │   ├── [ 11K]  async_memcpy.ko
            │   │   │   ├── [ 21K]  async_pq.ko
            │   │   │   ├── [ 11K]  async_raid6_recov.ko
            │   │   │   ├── [ 15K]  async_tx.ko
            │   │   │   └── [ 18K]  async_xor.ko
            │   │   ├── [ 27K]  blake2b_generic.ko
            │   │   ├── [ 32K]  xor.ko
            │   │   ├── [ 12K]  xxhash_generic.ko
            │   │   └── [ 20K]  zstd.ko
            │   ├── [4.0K]  drivers
            │   │   ├── [4.0K]  ata
            │   │   │   ├── [100K]  ahci.ko
            │   │   │   ├── [108K]  libahci.ko
            │   │   │   ├── [ 38K]  pata_amd.ko
            │   │   │   ├── [ 17K]  pata_marvell.ko
            │   │   │   ├── [ 18K]  pata_oldpiix.ko
            │   │   │   └── [ 16K]  pata_sch.ko
            │   │   ├── [4.0K]  block
            │   │   │   └── [133K]  nbd.ko
            │   │   ├── [4.0K]  gpu
            │   │   │   └── [4.0K]  drm
            │   │   │       ├── [4.0K]  amd
            │   │   │       │   ├── [4.0K]  amdgpu
            │   │   │       │   │   └── [ 20M]  amdgpu.ko
            │   │   │       │   └── [4.0K]  amdxcp
            │   │   │       │       └── [ 11K]  amdxcp.ko
            │   │   │       ├── [4.0K]  display
            │   │   │       │   └── [406K]  drm_display_helper.ko
            │   │   │       ├── [ 32K]  drm_buddy.ko
            │   │   │       ├── [ 21K]  drm_exec.ko
            │   │   │       ├── [ 25K]  drm_suballoc_helper.ko
            │   │   │       ├── [ 17K]  drm_ttm_helper.ko
            │   │   │       ├── [4.0K]  i915
            │   │   │       │   └── [8.1M]  i915.ko
            │   │   │       ├── [4.0K]  scheduler
            │   │   │       │   └── [124K]  gpu-sched.ko
            │   │   │       └── [4.0K]  ttm
            │   │   │           └── [214K]  ttm.ko
            │   │   ├── [4.0K]  hid
            │   │   │   ├── [ 14K]  hid-a4tech.ko
            │   │   │   ├── [ 42K]  hid-apple.ko
            │   │   │   ├── [ 13K]  hid-belkin.ko
            │   │   │   ├── [ 12K]  hid-cherry.ko
            │   │   │   ├── [ 20K]  hid-chicony.ko
            │   │   │   ├── [ 13K]  hid-cypress.ko
            │   │   │   ├── [ 11K]  hid-ezkey.ko
            │   │   │   ├── [ 15K]  hid-gyration.ko
            │   │   │   ├── [ 14K]  hid-ite.ko
            │   │   │   ├── [ 10K]  hid-kensington.ko
            │   │   │   ├── [ 37K]  hid-lg-g15.ko
            │   │   │   ├── [ 86K]  hid-logitech.ko
            │   │   │   ├── [ 26K]  hid-microsoft.ko
            │   │   │   ├── [ 12K]  hid-monterey.ko
            │   │   │   ├── [ 14K]  hid-petalynx.ko
            │   │   │   ├── [ 13K]  hid-pl.ko
            │   │   │   ├── [ 17K]  hid-samsung.ko
            │   │   │   ├── [ 11K]  hid-sunplus.ko
            │   │   │   └── [ 18K]  hid-topseed.ko
            │   │   ├── [4.0K]  hwmon
            │   │   │   ├── [ 26K]  fam15h_power.ko
            │   │   │   ├── [ 13K]  i5500_temp.ko
            │   │   │   ├── [ 27K]  i5k_amb.ko
            │   │   │   ├── [ 29K]  k10temp.ko
            │   │   │   └── [ 16K]  k8temp.ko
            │   │   ├── [4.0K]  i2c
            │   │   │   ├── [4.0K]  algos
            │   │   │   │   └── [ 27K]  i2c-algo-bit.ko
            │   │   │   ├── [4.0K]  busses
            │   │   │   │   └── [ 61K]  i2c-i801.ko
            │   │   │   └── [ 21K]  i2c-smbus.ko
            │   │   ├── [4.0K]  infiniband
            │   │   │   ├── [4.0K]  hw
            │   │   │   │   ├── [4.0K]  mlx4
            │   │   │   │   │   └── [493K]  mlx4_ib.ko
            │   │   │   │   └── [4.0K]  mlx5
            │   │   │   │       └── [727K]  mlx5_ib.ko
            │   │   │   └── [4.0K]  sw
            │   │   │       └── [4.0K]  rxe
            │   │   │           └── [306K]  rdma_rxe.ko
            │   │   ├── [4.0K]  md
            │   │   │   ├── [ 51K]  dm-bio-prison.ko
            │   │   │   ├── [ 89K]  dm-multipath.ko
            │   │   │   ├── [ 86K]  dm-raid.ko
            │   │   │   ├── [ 20K]  dm-round-robin.ko
            │   │   │   ├── [234K]  dm-thin-pool.ko
            │   │   │   ├── [4.0K]  persistent-data
            │   │   │   │   └── [275K]  dm-persistent-data.ko
            │   │   │   └── [377K]  raid456.ko
            │   │   ├── [4.0K]  media
            │   │   │   ├── [4.0K]  common
            │   │   │   │   ├── [8.1K]  uvc.ko
            │   │   │   │   └── [4.0K]  videobuf2
            │   │   │   │       ├── [152K]  videobuf2-common.ko
            │   │   │   │       ├── [ 12K]  videobuf2-memops.ko
            │   │   │   │       ├── [ 93K]  videobuf2-v4l2.ko
            │   │   │   │       └── [ 37K]  videobuf2-vmalloc.ko
            │   │   │   ├── [4.0K]  mc
            │   │   │   │   └── [155K]  mc.ko
            │   │   │   ├── [4.0K]  usb
            │   │   │   │   └── [4.0K]  uvc
            │   │   │   │       └── [361K]  uvcvideo.ko
            │   │   │   └── [4.0K]  v4l2-core
            │   │   │       ├── [ 51K]  v4l2-dv-timings.ko
            │   │   │       └── [697K]  videodev.ko
            │   │   ├── [4.0K]  message
            │   │   │   └── [4.0K]  fusion
            │   │   │       ├── [199K]  mptbase.ko
            │   │   │       ├── [150K]  mptsas.ko
            │   │   │       ├── [ 89K]  mptscsih.ko
            │   │   │       └── [ 72K]  mptspi.ko
            │   │   ├── [4.0K]  misc
            │   │   │   └── [ 37K]  hpilo.ko
            │   │   ├── [4.0K]  mmc
            │   │   │   └── [4.0K]  host
            │   │   │       ├── [ 44K]  sdhci-acpi.ko
            │   │   │       ├── [ 18K]  sdhci_f_sdh30.ko
            │   │   │       ├── [196K]  sdhci-pci.ko
            │   │   │       ├── [ 23K]  sdhci-pltfm.ko
            │   │   │       └── [ 53K]  sdhci-xenon-driver.ko
            │   │   ├── [4.0K]  net
            │   │   │   ├── [4.0K]  ethernet
            │   │   │   │   ├── [4.0K]  aquantia
            │   │   │   │   │   └── [4.0K]  atlantic
            │   │   │   │   │       └── [633K]  atlantic.ko
            │   │   │   │   ├── [4.0K]  atheros
            │   │   │   │   │   └── [4.0K]  alx
            │   │   │   │   │       └── [124K]  alx.ko
            │   │   │   │   ├── [4.0K]  broadcom
            │   │   │   │   │   ├── [229K]  bnx2.ko
            │   │   │   │   │   ├── [4.0K]  bnx2x
            │   │   │   │   │   │   └── [1.7M]  bnx2x.ko
            │   │   │   │   │   ├── [4.0K]  bnxt
            │   │   │   │   │   │   └── [831K]  bnxt_en.ko
            │   │   │   │   │   └── [453K]  tg3.ko
            │   │   │   │   ├── [4.0K]  cavium
            │   │   │   │   │   └── [4.0K]  common
            │   │   │   │   │       └── [ 20K]  cavium_ptp.ko
            │   │   │   │   ├── [4.0K]  chelsio
            │   │   │   │   │   ├── [4.0K]  cxgb
            │   │   │   │   │   │   └── [207K]  cxgb.ko
            │   │   │   │   │   ├── [4.0K]  cxgb3
            │   │   │   │   │   │   └── [461K]  cxgb3.ko
            │   │   │   │   │   ├── [4.0K]  cxgb4
            │   │   │   │   │   │   └── [1.5M]  cxgb4.ko
            │   │   │   │   │   ├── [4.0K]  cxgb4vf
            │   │   │   │   │   │   └── [238K]  cxgb4vf.ko
            │   │   │   │   │   └── [4.0K]  inline_crypto
            │   │   │   │   │       └── [4.0K]  ch_ipsec
            │   │   │   │   │           └── [ 50K]  ch_ipsec.ko
            │   │   │   │   ├── [4.0K]  cisco
            │   │   │   │   │   └── [4.0K]  enic
            │   │   │   │   │       └── [285K]  enic.ko
            │   │   │   │   ├── [4.0K]  emulex
            │   │   │   │   │   └── [4.0K]  benet
            │   │   │   │   │       └── [403K]  be2net.ko
            │   │   │   │   ├── [4.0K]  google
            │   │   │   │   │   └── [4.0K]  gve
            │   │   │   │   │       └── [235K]  gve.ko
            │   │   │   │   ├── [4.0K]  intel
            │   │   │   │   │   ├── [4.0K]  e1000
            │   │   │   │   │   │   └── [299K]  e1000.ko
            │   │   │   │   │   ├── [4.0K]  e1000e
            │   │   │   │   │   │   └── [625K]  e1000e.ko
            │   │   │   │   │   ├── [122K]  e100.ko
            │   │   │   │   │   ├── [4.0K]  i40e
            │   │   │   │   │   │   └── [1.1M]  i40e.ko
            │   │   │   │   │   ├── [4.0K]  iavf
            │   │   │   │   │   │   └── [409K]  iavf.ko
            │   │   │   │   │   ├── [4.0K]  ice
            │   │   │   │   │   │   └── [2.0M]  ice.ko
            │   │   │   │   │   ├── [4.0K]  igb
            │   │   │   │   │   │   └── [584K]  igb.ko
            │   │   │   │   │   ├── [4.0K]  igbvf
            │   │   │   │   │   │   └── [126K]  igbvf.ko
            │   │   │   │   │   ├── [4.0K]  igc
            │   │   │   │   │   │   └── [351K]  igc.ko
            │   │   │   │   │   ├── [4.0K]  ixgbe
            │   │   │   │   │   │   └── [858K]  ixgbe.ko
            │   │   │   │   │   └── [4.0K]  ixgbevf
            │   │   │   │   │       └── [209K]  ixgbevf.ko
            │   │   │   │   ├── [4.0K]  marvell
            │   │   │   │   │   └── [178K]  sky2.ko
            │   │   │   │   ├── [4.0K]  mellanox
            │   │   │   │   │   ├── [4.0K]  mlx4
            │   │   │   │   │   │   ├── [950K]  mlx4_core.ko
            │   │   │   │   │   │   └── [384K]  mlx4_en.ko
            │   │   │   │   │   ├── [4.0K]  mlx5
            │   │   │   │   │   │   └── [4.0K]  core
            │   │   │   │   │   │       └── [3.9M]  mlx5_core.ko
            │   │   │   │   │   ├── [4.0K]  mlxfw
            │   │   │   │   │   │   └── [ 53K]  mlxfw.ko
            │   │   │   │   │   └── [4.0K]  mlxsw
            │   │   │   │   │       ├── [538K]  mlxsw_core.ko
            │   │   │   │   │       ├── [ 31K]  mlxsw_i2c.ko
            │   │   │   │   │       ├── [ 44K]  mlxsw_minimal.ko
            │   │   │   │   │       ├── [ 86K]  mlxsw_pci.ko
            │   │   │   │   │       └── [1.9M]  mlxsw_spectrum.ko
            │   │   │   │   ├── [4.0K]  qlogic
            │   │   │   │   │   ├── [4.0K]  netxen
            │   │   │   │   │   │   └── [306K]  netxen_nic.ko
            │   │   │   │   │   ├── [4.0K]  qed
            │   │   │   │   │   │   └── [1.4M]  qed.ko
            │   │   │   │   │   ├── [4.0K]  qede
            │   │   │   │   │   │   └── [418K]  qede.ko
            │   │   │   │   │   └── [4.0K]  qlcnic
            │   │   │   │   │       └── [911K]  qlcnic.ko
            │   │   │   │   ├── [4.0K]  realtek
            │   │   │   │   │   ├── [ 82K]  8139too.ko
            │   │   │   │   │   └── [265K]  r8169.ko
            │   │   │   │   └── [4.0K]  sfc
            │   │   │   │       └── [4.0K]  siena
            │   │   │   │           └── [578K]  sfc-siena.ko
            │   │   │   ├── [ 21K]  mdio.ko
            │   │   │   ├── [ 25K]  mii.ko
            │   │   │   ├── [4.0K]  phy
            │   │   │   │   ├── [ 14K]  ax88796b.ko
            │   │   │   │   └── [ 36K]  smsc.ko
            │   │   │   ├── [4.0K]  thunderbolt
            │   │   │   │   └── [100K]  thunderbolt_net.ko
            │   │   │   ├── [4.0K]  usb
            │   │   │   │   ├── [ 63K]  aqc111.ko
            │   │   │   │   ├── [116K]  asix.ko
            │   │   │   │   ├── [ 68K]  ax88179_178a.ko
            │   │   │   │   ├── [ 18K]  cdc_eem.ko
            │   │   │   │   ├── [ 35K]  cdc_ether.ko
            │   │   │   │   ├── [ 33K]  cdc_mbim.ko
            │   │   │   │   ├── [ 77K]  cdc_ncm.ko
            │   │   │   │   ├── [ 27K]  cdc-phonet.ko
            │   │   │   │   ├── [ 17K]  cdc_subset.ko
            │   │   │   │   ├── [ 24K]  cx82310_eth.ko
            │   │   │   │   ├── [ 36K]  dm9601.ko
            │   │   │   │   ├── [ 16K]  gl620a.ko
            │   │   │   │   ├── [ 21K]  huawei_cdc_ncm.ko
            │   │   │   │   ├── [ 18K]  int51x1.ko
            │   │   │   │   ├── [ 19K]  kalmia.ko
            │   │   │   │   ├── [ 20K]  lg-vl600.ko
            │   │   │   │   ├── [ 33K]  mcs7830.ko
            │   │   │   │   ├── [ 19K]  net1080.ko
            │   │   │   │   ├── [ 13K]  plusb.ko
            │   │   │   │   ├── [109K]  qmi_wwan.ko
            │   │   │   │   ├── [302K]  r8152.ko
            │   │   │   │   ├── [ 17K]  r8153_ecm.ko
            │   │   │   │   ├── [ 35K]  rndis_host.ko
            │   │   │   │   ├── [ 38K]  sierra_net.ko
            │   │   │   │   ├── [ 88K]  smsc75xx.ko
            │   │   │   │   ├── [ 82K]  smsc95xx.ko
            │   │   │   │   ├── [ 34K]  sr9700.ko
            │   │   │   │   ├── [ 43K]  sr9800.ko
            │   │   │   │   ├── [105K]  usbnet.ko
            │   │   │   │   └── [ 18K]  zaurus.ko
            │   │   │   └── [4.0K]  vmxnet3
            │   │   │       └── [171K]  vmxnet3.ko
            │   │   ├── [4.0K]  nvme
            │   │   │   └── [4.0K]  host
            │   │   │       └── [124K]  nvme.ko
            │   │   ├── [4.0K]  scsi
            │   │   │   ├── [4.0K]  aacraid
            │   │   │   │   └── [359K]  aacraid.ko
            │   │   │   ├── [263K]  hpsa.ko
            │   │   │   ├── [4.0K]  isci
            │   │   │   │   └── [361K]  isci.ko
            │   │   │   ├── [4.0K]  megaraid
            │   │   │   │   └── [424K]  megaraid_sas.ko
            │   │   │   ├── [4.0K]  mpt3sas
            │   │   │   │   └── [890K]  mpt3sas.ko
            │   │   │   ├── [4.0K]  smartpqi
            │   │   │   │   └── [308K]  smartpqi.ko
            │   │   │   └── [ 59K]  vmw_pvscsi.ko
            │   │   ├── [4.0K]  thunderbolt
            │   │   │   └── [898K]  thunderbolt.ko
            │   │   ├── [4.0K]  usb
            │   │   │   ├── [4.0K]  class
            │   │   │   │   └── [ 54K]  cdc-wdm.ko
            │   │   │   └── [4.0K]  serial
            │   │   │       ├── [ 35K]  ch341.ko
            │   │   │       ├── [ 59K]  cp210x.ko
            │   │   │       ├── [156K]  ftdi_sio.ko
            │   │   │       ├── [185K]  option.ko
            │   │   │       ├── [ 48K]  pl2303.ko
            │   │   │       └── [ 35K]  usb_wwan.ko
            │   │   ├── [4.0K]  vfio
            │   │   │   ├── [4.0K]  pci
            │   │   │   │   ├── [190K]  vfio-pci-core.ko
            │   │   │   │   └── [ 26K]  vfio-pci.ko
            │   │   │   ├── [ 95K]  vfio_iommu_type1.ko
            │   │   │   └── [136K]  vfio.ko
            │   │   └── [4.0K]  virtio
            │   │       ├── [ 54K]  virtio_balloon.ko
            │   │       ├── [ 31K]  virtio_input.ko
            │   │       ├── [ 39K]  virtio_mmio.ko
            │   │       ├── [ 71K]  virtio_pci.ko
            │   │       ├── [ 20K]  virtio_pci_legacy_dev.ko
            │   │       └── [ 38K]  virtio_pci_modern_dev.ko
            │   ├── [4.0K]  fs
            │   │   ├── [ 33K]  binfmt_misc.ko
            │   │   └── [4.0K]  btrfs
            │   │       └── [4.2M]  btrfs.ko
            │   ├── [4.0K]  lib
            │   │   ├── [118K]  objagg.ko
            │   │   ├── [ 16K]  parman.ko
            │   │   ├── [4.0K]  raid6
            │   │   │   └── [154K]  raid6_pq.ko
            │   │   └── [4.0K]  zstd
            │   │       └── [758K]  zstd_compress.ko
            │   └── [4.0K]  net
            │       ├── [4.0K]  ipv4
            │       │   └── [ 68K]  ip_gre.ko
            │       └── [4.0K]  openvswitch
            │           └── [ 11K]  vport-gre.ko
            ├── [334K]  modules.alias
            ├── [305K]  modules.alias.bin
            ├── [ 24K]  modules.builtin
            ├── [ 30K]  modules.builtin.alias.bin
            ├── [ 26K]  modules.builtin.bin
            ├── [179K]  modules.builtin.modinfo
            ├── [ 14K]  modules.dep
            ├── [ 24K]  modules.dep.bin
            ├── [ 103]  modules.devname
            ├── [7.5K]  modules.order
            ├── [ 250]  modules.softdep
            ├── [ 78K]  modules.symbols
            └── [ 91K]  modules.symbols.bin

124 directories, 210 files

@smira
Copy link
Member Author

smira commented Jan 24, 2024

kernel 6.1 tree:

[4.0K]  .
├── [4.0K]  boot
│   └── [ 12M]  vmlinuz
├── [4.0K]  certs
│   └── [1.3K]  signing_key.x509
├── [4.0K]  dtb
└── [4.0K]  lib
    └── [4.0K]  modules
        └── [4.0K]  6.1.74-talos
            ├── [4.0K]  kernel
            │   ├── [4.0K]  crypto
            │   │   ├── [4.0K]  async_tx
            │   │   │   ├── [9.9K]  async_memcpy.ko
            │   │   │   ├── [ 19K]  async_pq.ko
            │   │   │   ├── [9.9K]  async_raid6_recov.ko
            │   │   │   ├── [ 13K]  async_tx.ko
            │   │   │   └── [ 16K]  async_xor.ko
            │   │   ├── [ 24K]  blake2b_generic.ko
            │   │   ├── [ 28K]  xor.ko
            │   │   ├── [9.8K]  xxhash_generic.ko
            │   │   └── [ 16K]  zstd.ko
            │   ├── [4.0K]  drivers
            │   │   ├── [4.0K]  ata
            │   │   │   ├── [ 96K]  ahci.ko
            │   │   │   ├── [ 94K]  libahci.ko
            │   │   │   ├── [ 34K]  pata_amd.ko
            │   │   │   ├── [ 16K]  pata_marvell.ko
            │   │   │   ├── [ 17K]  pata_oldpiix.ko
            │   │   │   └── [ 14K]  pata_sch.ko
            │   │   ├── [4.0K]  block
            │   │   │   └── [115K]  nbd.ko
            │   │   ├── [4.0K]  gpu
            │   │   │   └── [4.0K]  drm
            │   │   │       ├── [4.0K]  amd
            │   │   │       │   └── [4.0K]  amdgpu
            │   │   │       │       └── [ 16M]  amdgpu.ko
            │   │   │       ├── [4.0K]  display
            │   │   │       │   └── [320K]  drm_display_helper.ko
            │   │   │       ├── [ 27K]  drm_buddy.ko
            │   │   │       ├── [ 15K]  drm_ttm_helper.ko
            │   │   │       ├── [4.0K]  i915
            │   │   │       │   └── [6.3M]  i915.ko
            │   │   │       ├── [4.0K]  scheduler
            │   │   │       │   └── [ 97K]  gpu-sched.ko
            │   │   │       └── [4.0K]  ttm
            │   │   │           └── [180K]  ttm.ko
            │   │   ├── [4.0K]  hid
            │   │   │   ├── [ 12K]  hid-a4tech.ko
            │   │   │   ├── [ 39K]  hid-apple.ko
            │   │   │   ├── [ 11K]  hid-belkin.ko
            │   │   │   ├── [ 11K]  hid-cherry.ko
            │   │   │   ├── [ 18K]  hid-chicony.ko
            │   │   │   ├── [ 12K]  hid-cypress.ko
            │   │   │   ├── [ 10K]  hid-ezkey.ko
            │   │   │   ├── [ 14K]  hid-gyration.ko
            │   │   │   ├── [ 13K]  hid-ite.ko
            │   │   │   ├── [9.3K]  hid-kensington.ko
            │   │   │   ├── [ 32K]  hid-lg-g15.ko
            │   │   │   ├── [ 88K]  hid-logitech.ko
            │   │   │   ├── [ 23K]  hid-microsoft.ko
            │   │   │   ├── [ 11K]  hid-monterey.ko
            │   │   │   ├── [ 13K]  hid-petalynx.ko
            │   │   │   ├── [ 12K]  hid-pl.ko
            │   │   │   ├── [ 16K]  hid-samsung.ko
            │   │   │   ├── [ 10K]  hid-sunplus.ko
            │   │   │   └── [ 17K]  hid-topseed.ko
            │   │   ├── [4.0K]  hwmon
            │   │   │   ├── [ 23K]  fam15h_power.ko
            │   │   │   ├── [ 12K]  i5500_temp.ko
            │   │   │   ├── [ 23K]  i5k_amb.ko
            │   │   │   ├── [ 26K]  k10temp.ko
            │   │   │   └── [ 14K]  k8temp.ko
            │   │   ├── [4.0K]  i2c
            │   │   │   ├── [4.0K]  busses
            │   │   │   │   └── [ 55K]  i2c-i801.ko
            │   │   │   └── [ 19K]  i2c-smbus.ko
            │   │   ├── [4.0K]  infiniband
            │   │   │   ├── [4.0K]  hw
            │   │   │   │   ├── [4.0K]  mlx4
            │   │   │   │   │   └── [426K]  mlx4_ib.ko
            │   │   │   │   └── [4.0K]  mlx5
            │   │   │   │       └── [628K]  mlx5_ib.ko
            │   │   │   └── [4.0K]  sw
            │   │   │       └── [4.0K]  rxe
            │   │   │           └── [234K]  rdma_rxe.ko
            │   │   ├── [4.0K]  md
            │   │   │   ├── [ 38K]  dm-bio-prison.ko
            │   │   │   ├── [ 75K]  dm-multipath.ko
            │   │   │   ├── [ 79K]  dm-raid.ko
            │   │   │   ├── [ 17K]  dm-round-robin.ko
            │   │   │   ├── [195K]  dm-thin-pool.ko
            │   │   │   ├── [4.0K]  persistent-data
            │   │   │   │   └── [225K]  dm-persistent-data.ko
            │   │   │   └── [321K]  raid456.ko
            │   │   ├── [4.0K]  media
            │   │   │   ├── [4.0K]  common
            │   │   │   │   └── [4.0K]  videobuf2
            │   │   │   │       ├── [136K]  videobuf2-common.ko
            │   │   │   │       ├── [9.8K]  videobuf2-memops.ko
            │   │   │   │       ├── [ 82K]  videobuf2-v4l2.ko
            │   │   │   │       └── [ 32K]  videobuf2-vmalloc.ko
            │   │   │   ├── [4.0K]  mc
            │   │   │   │   └── [127K]  mc.ko
            │   │   │   ├── [4.0K]  usb
            │   │   │   │   └── [4.0K]  uvc
            │   │   │   │       └── [320K]  uvcvideo.ko
            │   │   │   └── [4.0K]  v4l2-core
            │   │   │       ├── [ 46K]  v4l2-dv-timings.ko
            │   │   │       └── [589K]  videodev.ko
            │   │   ├── [4.0K]  message
            │   │   │   └── [4.0K]  fusion
            │   │   │       ├── [169K]  mptbase.ko
            │   │   │       ├── [132K]  mptsas.ko
            │   │   │       ├── [ 77K]  mptscsih.ko
            │   │   │       └── [ 66K]  mptspi.ko
            │   │   ├── [4.0K]  misc
            │   │   │   └── [ 32K]  hpilo.ko
            │   │   ├── [4.0K]  mmc
            │   │   │   └── [4.0K]  host
            │   │   │       ├── [ 40K]  sdhci-acpi.ko
            │   │   │       ├── [ 16K]  sdhci_f_sdh30.ko
            │   │   │       ├── [155K]  sdhci-pci.ko
            │   │   │       ├── [ 20K]  sdhci-pltfm.ko
            │   │   │       └── [ 48K]  sdhci-xenon-driver.ko
            │   │   ├── [4.0K]  net
            │   │   │   ├── [4.0K]  ethernet
            │   │   │   │   ├── [4.0K]  aquantia
            │   │   │   │   │   └── [4.0K]  atlantic
            │   │   │   │   │       └── [517K]  atlantic.ko
            │   │   │   │   ├── [4.0K]  atheros
            │   │   │   │   │   └── [4.0K]  alx
            │   │   │   │   │       └── [104K]  alx.ko
            │   │   │   │   ├── [4.0K]  broadcom
            │   │   │   │   │   ├── [188K]  bnx2.ko
            │   │   │   │   │   ├── [4.0K]  bnx2x
            │   │   │   │   │   │   └── [1.6M]  bnx2x.ko
            │   │   │   │   │   ├── [4.0K]  bnxt
            │   │   │   │   │   │   └── [723K]  bnxt_en.ko
            │   │   │   │   │   └── [385K]  tg3.ko
            │   │   │   │   ├── [4.0K]  cavium
            │   │   │   │   │   └── [4.0K]  common
            │   │   │   │   │       └── [ 17K]  cavium_ptp.ko
            │   │   │   │   ├── [4.0K]  chelsio
            │   │   │   │   │   ├── [4.0K]  cxgb
            │   │   │   │   │   │   └── [173K]  cxgb.ko
            │   │   │   │   │   ├── [4.0K]  cxgb3
            │   │   │   │   │   │   └── [398K]  cxgb3.ko
            │   │   │   │   │   ├── [4.0K]  cxgb4
            │   │   │   │   │   │   └── [1.3M]  cxgb4.ko
            │   │   │   │   │   ├── [4.0K]  cxgb4vf
            │   │   │   │   │   │   └── [208K]  cxgb4vf.ko
            │   │   │   │   │   └── [4.0K]  inline_crypto
            │   │   │   │   │       └── [4.0K]  ch_ipsec
            │   │   │   │   │           └── [ 44K]  ch_ipsec.ko
            │   │   │   │   ├── [4.0K]  cisco
            │   │   │   │   │   └── [4.0K]  enic
            │   │   │   │   │       └── [242K]  enic.ko
            │   │   │   │   ├── [4.0K]  emulex
            │   │   │   │   │   └── [4.0K]  benet
            │   │   │   │   │       └── [352K]  be2net.ko
            │   │   │   │   ├── [4.0K]  google
            │   │   │   │   │   └── [4.0K]  gve
            │   │   │   │   │       └── [175K]  gve.ko
            │   │   │   │   ├── [4.0K]  intel
            │   │   │   │   │   ├── [4.0K]  e1000
            │   │   │   │   │   │   └── [259K]  e1000.ko
            │   │   │   │   │   ├── [4.0K]  e1000e
            │   │   │   │   │   │   └── [528K]  e1000e.ko
            │   │   │   │   │   ├── [106K]  e100.ko
            │   │   │   │   │   ├── [4.0K]  i40e
            │   │   │   │   │   │   └── [963K]  i40e.ko
            │   │   │   │   │   ├── [4.0K]  iavf
            │   │   │   │   │   │   └── [362K]  iavf.ko
            │   │   │   │   │   ├── [4.0K]  ice
            │   │   │   │   │   │   └── [1.6M]  ice.ko
            │   │   │   │   │   ├── [4.0K]  igb
            │   │   │   │   │   │   └── [497K]  igb.ko
            │   │   │   │   │   ├── [4.0K]  igbvf
            │   │   │   │   │   │   └── [109K]  igbvf.ko
            │   │   │   │   │   ├── [4.0K]  igc
            │   │   │   │   │   │   └── [291K]  igc.ko
            │   │   │   │   │   ├── [4.0K]  ixgb
            │   │   │   │   │   │   └── [112K]  ixgb.ko
            │   │   │   │   │   ├── [4.0K]  ixgbe
            │   │   │   │   │   │   └── [733K]  ixgbe.ko
            │   │   │   │   │   └── [4.0K]  ixgbevf
            │   │   │   │   │       └── [178K]  ixgbevf.ko
            │   │   │   │   ├── [4.0K]  marvell
            │   │   │   │   │   └── [159K]  sky2.ko
            │   │   │   │   ├── [4.0K]  mellanox
            │   │   │   │   │   ├── [4.0K]  mlx4
            │   │   │   │   │   │   ├── [825K]  mlx4_core.ko
            │   │   │   │   │   │   └── [333K]  mlx4_en.ko
            │   │   │   │   │   ├── [4.0K]  mlx5
            │   │   │   │   │   │   └── [4.0K]  core
            │   │   │   │   │   │       └── [3.5M]  mlx5_core.ko
            │   │   │   │   │   ├── [4.0K]  mlxfw
            │   │   │   │   │   │   └── [ 47K]  mlxfw.ko
            │   │   │   │   │   └── [4.0K]  mlxsw
            │   │   │   │   │       ├── [461K]  mlxsw_core.ko
            │   │   │   │   │       ├── [ 27K]  mlxsw_i2c.ko
            │   │   │   │   │       ├── [ 41K]  mlxsw_minimal.ko
            │   │   │   │   │       ├── [ 77K]  mlxsw_pci.ko
            │   │   │   │   │       └── [1.5M]  mlxsw_spectrum.ko
            │   │   │   │   ├── [4.0K]  qlogic
            │   │   │   │   │   ├── [4.0K]  netxen
            │   │   │   │   │   │   └── [274K]  netxen_nic.ko
            │   │   │   │   │   ├── [4.0K]  qed
            │   │   │   │   │   │   └── [1.3M]  qed.ko
            │   │   │   │   │   ├── [4.0K]  qede
            │   │   │   │   │   │   └── [359K]  qede.ko
            │   │   │   │   │   └── [4.0K]  qlcnic
            │   │   │   │   │       └── [807K]  qlcnic.ko
            │   │   │   │   ├── [4.0K]  realtek
            │   │   │   │   │   ├── [ 71K]  8139too.ko
            │   │   │   │   │   └── [207K]  r8169.ko
            │   │   │   │   └── [4.0K]  sfc
            │   │   │   │       └── [4.0K]  siena
            │   │   │   │           └── [507K]  sfc-siena.ko
            │   │   │   ├── [ 19K]  mdio.ko
            │   │   │   ├── [ 22K]  mii.ko
            │   │   │   ├── [4.0K]  phy
            │   │   │   │   ├── [ 12K]  ax88796b.ko
            │   │   │   │   └── [ 21K]  smsc.ko
            │   │   │   ├── [ 51K]  thunderbolt-net.ko
            │   │   │   ├── [4.0K]  usb
            │   │   │   │   ├── [ 55K]  aqc111.ko
            │   │   │   │   ├── [103K]  asix.ko
            │   │   │   │   ├── [ 60K]  ax88179_178a.ko
            │   │   │   │   ├── [ 16K]  cdc_eem.ko
            │   │   │   │   ├── [ 34K]  cdc_ether.ko
            │   │   │   │   ├── [ 30K]  cdc_mbim.ko
            │   │   │   │   ├── [ 67K]  cdc_ncm.ko
            │   │   │   │   ├── [ 23K]  cdc-phonet.ko
            │   │   │   │   ├── [ 15K]  cdc_subset.ko
            │   │   │   │   ├── [ 22K]  cx82310_eth.ko
            │   │   │   │   ├── [ 33K]  dm9601.ko
            │   │   │   │   ├── [ 14K]  gl620a.ko
            │   │   │   │   ├── [ 19K]  huawei_cdc_ncm.ko
            │   │   │   │   ├── [ 17K]  int51x1.ko
            │   │   │   │   ├── [ 18K]  kalmia.ko
            │   │   │   │   ├── [ 18K]  lg-vl600.ko
            │   │   │   │   ├── [ 29K]  mcs7830.ko
            │   │   │   │   ├── [ 17K]  net1080.ko
            │   │   │   │   ├── [ 11K]  plusb.ko
            │   │   │   │   ├── [103K]  qmi_wwan.ko
            │   │   │   │   ├── [236K]  r8152.ko
            │   │   │   │   ├── [ 15K]  r8153_ecm.ko
            │   │   │   │   ├── [ 31K]  rndis_host.ko
            │   │   │   │   ├── [ 35K]  sierra_net.ko
            │   │   │   │   ├── [ 80K]  smsc75xx.ko
            │   │   │   │   ├── [ 73K]  smsc95xx.ko
            │   │   │   │   ├── [ 30K]  sr9700.ko
            │   │   │   │   ├── [ 38K]  sr9800.ko
            │   │   │   │   ├── [ 89K]  usbnet.ko
            │   │   │   │   └── [ 17K]  zaurus.ko
            │   │   │   └── [4.0K]  vmxnet3
            │   │   │       └── [128K]  vmxnet3.ko
            │   │   ├── [4.0K]  nvme
            │   │   │   └── [4.0K]  host
            │   │   │       └── [108K]  nvme.ko
            │   │   ├── [4.0K]  scsi
            │   │   │   ├── [4.0K]  aacraid
            │   │   │   │   └── [318K]  aacraid.ko
            │   │   │   ├── [236K]  hpsa.ko
            │   │   │   ├── [4.0K]  isci
            │   │   │   │   └── [313K]  isci.ko
            │   │   │   ├── [4.0K]  megaraid
            │   │   │   │   └── [380K]  megaraid_sas.ko
            │   │   │   ├── [4.0K]  mpt3sas
            │   │   │   │   └── [791K]  mpt3sas.ko
            │   │   │   ├── [4.0K]  smartpqi
            │   │   │   │   └── [264K]  smartpqi.ko
            │   │   │   └── [ 52K]  vmw_pvscsi.ko
            │   │   ├── [4.0K]  thunderbolt
            │   │   │   └── [699K]  thunderbolt.ko
            │   │   ├── [4.0K]  usb
            │   │   │   ├── [4.0K]  class
            │   │   │   │   └── [ 47K]  cdc-wdm.ko
            │   │   │   └── [4.0K]  serial
            │   │   │       ├── [ 31K]  ch341.ko
            │   │   │       ├── [ 56K]  cp210x.ko
            │   │   │       ├── [150K]  ftdi_sio.ko
            │   │   │       ├── [183K]  option.ko
            │   │   │       ├── [ 43K]  pl2303.ko
            │   │   │       └── [ 29K]  usb_wwan.ko
            │   │   ├── [4.0K]  vfio
            │   │   │   ├── [4.0K]  pci
            │   │   │   │   ├── [155K]  vfio-pci-core.ko
            │   │   │   │   └── [ 23K]  vfio-pci.ko
            │   │   │   ├── [ 83K]  vfio_iommu_type1.ko
            │   │   │   ├── [ 90K]  vfio.ko
            │   │   │   └── [ 15K]  vfio_virqfd.ko
            │   │   └── [4.0K]  virtio
            │   │       ├── [ 46K]  virtio_balloon.ko
            │   │       ├── [ 27K]  virtio_input.ko
            │   │       ├── [ 33K]  virtio_mmio.ko
            │   │       ├── [ 60K]  virtio_pci.ko
            │   │       ├── [ 16K]  virtio_pci_legacy_dev.ko
            │   │       └── [ 31K]  virtio_pci_modern_dev.ko
            │   ├── [4.0K]  fs
            │   │   ├── [ 28K]  binfmt_misc.ko
            │   │   └── [4.0K]  btrfs
            │   │       └── [3.5M]  btrfs.ko
            │   ├── [4.0K]  lib
            │   │   ├── [ 98K]  objagg.ko
            │   │   ├── [ 14K]  parman.ko
            │   │   ├── [4.0K]  raid6
            │   │   │   └── [145K]  raid6_pq.ko
            │   │   └── [4.0K]  zstd
            │   │       └── [460K]  zstd_compress.ko
            │   └── [4.0K]  net
            │       ├── [4.0K]  ipv4
            │       │   └── [ 57K]  ip_gre.ko
            │       └── [4.0K]  openvswitch
            │           └── [9.3K]  vport-gre.ko
            ├── [332K]  modules.alias
            ├── [304K]  modules.alias.bin
            ├── [ 24K]  modules.builtin
            ├── [ 28K]  modules.builtin.alias.bin
            ├── [ 27K]  modules.builtin.bin
            ├── [179K]  modules.builtin.modinfo
            ├── [ 14K]  modules.dep
            ├── [ 23K]  modules.dep.bin
            ├── [ 103]  modules.devname
            ├── [7.4K]  modules.order
            ├── [ 250]  modules.softdep
            ├── [ 75K]  modules.symbols
            └── [ 88K]  modules.symbols.bin

122 directories, 207 files

@smira smira force-pushed the linux/6.6.x branch 2 times, most recently from 8f38d5e to 07a9fc1 Compare January 24, 2024 17:50
@smira
Copy link
Member Author

smira commented Jan 24, 2024

Module tree diff:

28a29,30
> ./kernel/drivers/gpu/drm/amd/amdxcp
> ./kernel/drivers/gpu/drm/amd/amdxcp/amdxcp.ko
31a34,35
> ./kernel/drivers/gpu/drm/drm_exec.ko
> ./kernel/drivers/gpu/drm/drm_suballoc_helper.ko
65a70,71
> ./kernel/drivers/i2c/algos
> ./kernel/drivers/i2c/algos/i2c-algo-bit.ko
88a95
> ./kernel/drivers/media/common/uvc.ko
174,175d180
< ./kernel/drivers/net/ethernet/intel/ixgb
< ./kernel/drivers/net/ethernet/intel/ixgb/ixgb.ko
217c222,223
< ./kernel/drivers/net/thunderbolt-net.ko
---
> ./kernel/drivers/net/thunderbolt
> ./kernel/drivers/net/thunderbolt/thunderbolt_net.ko
285d290
< ./kernel/drivers/vfio/vfio_virqfd.ko
323c328
< 116 directories, 205 files
---
> 118 directories, 208 files

@smira smira marked this pull request as ready for review January 24, 2024 19:01
@@ -38,7 +38,6 @@ steps:
make -j $(nproc) modules_install DEPMOD=/toolchain/bin/depmod INSTALL_MOD_PATH=/rootfs INSTALL_MOD_STRIP=1
depmod -b /rootfs $KERNELRELEASE
unlink /rootfs/lib/modules/$KERNELRELEASE/build
unlink /rootfs/lib/modules/$KERNELRELEASE/source
Copy link
Member

Choose a reason for hiding this comment

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

not used anymore?

Copy link
Member Author

Choose a reason for hiding this comment

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

it's no longer there

.kres.yaml Outdated
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't we also update tools first to get latest headers?

Copy link
Member Author

Choose a reason for hiding this comment

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

ah yeah, good point... new headers

Copy link
Member Author

Choose a reason for hiding this comment

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

updated the toolchain via tools

smira added a commit to smira/toolchain that referenced this pull request Jan 25, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
Linux 6.6.x is the new LTS for Talos Linux in 2024.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
@smira
Copy link
Member Author

smira commented Jan 25, 2024

/m

@talos-bot talos-bot merged commit efbbd23 into siderolabs:main Jan 25, 2024
14 checks passed
smira added a commit to smira/talos that referenced this pull request Jan 25, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
smira added a commit to smira/talos that referenced this pull request Jan 25, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
smira added a commit to smira/extensions that referenced this pull request Jan 26, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
smira added a commit to smira/extensions that referenced this pull request Jan 26, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
smira added a commit to smira/talos that referenced this pull request Jan 29, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
smira added a commit to smira/talos that referenced this pull request Jan 29, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
pl4nty pushed a commit to pl4nty/talos-extensions that referenced this pull request Feb 4, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
pl4nty pushed a commit to pl4nty/talos-extensions that referenced this pull request Feb 23, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
pl4nty pushed a commit to pl4nty/talos-extensions that referenced this pull request Feb 23, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
pl4nty pushed a commit to pl4nty/talos-extensions that referenced this pull request Feb 23, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
pl4nty pushed a commit to pl4nty/talos-extensions that referenced this pull request Feb 23, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
pl4nty pushed a commit to pl4nty/talos-extensions that referenced this pull request Feb 23, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
pl4nty pushed a commit to pl4nty/talos-extensions that referenced this pull request Feb 23, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
pl4nty pushed a commit to pl4nty/talos-extensions that referenced this pull request Mar 7, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
pl4nty pushed a commit to pl4nty/talos-extensions that referenced this pull request Mar 7, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
pl4nty pushed a commit to pl4nty/talos-extensions that referenced this pull request Mar 8, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
pl4nty pushed a commit to pl4nty/talos-extensions that referenced this pull request Mar 21, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
pl4nty pushed a commit to pl4nty/talos-extensions that referenced this pull request Mar 21, 2024
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Module build fails on aarch64 due to using GPL-only symbol
4 participants