supported.conf: add missing apple-* modules#1
Open
blochl wants to merge 1 commit into
Open
Conversation
config/arm64/default enables the following modules with =m, but
none of their paths are listed in supported.conf, nor are they
covered by any wildcard entry:
drivers/dma/apple-admac
drivers/i2c/busses/i2c-pasemi-core # CONFIG_I2C_APPLE
drivers/i2c/busses/i2c-pasemi-platform # CONFIG_I2C_APPLE
drivers/input/touchscreen/apple_z2
drivers/iommu/apple-dart
drivers/nvmem/apple_nvmem_spmi
drivers/nvmem/nvmem-apple-efuses
drivers/pci/controller/pcie-apple
drivers/phy/apple/phy-apple-atc
drivers/soc/apple/apple-mailbox
drivers/soc/apple/apple-rtkit
drivers/soc/apple/apple-sart
drivers/soc/apple/apple-tunable
drivers/spi/spi-apple
drivers/usb/misc/apple-mfi-fastcharge
drivers/video/backlight/apple_dwi_bl
drivers/watchdog/apple_wdt
Modules absent from supported.conf are dropped from packaging,
even though they are built and their exports remain in
Module.symvers.
Out-of-tree KMPs that link against any of these exports therefore
have unsatisfiable ksym() Requires on a default install.
Mark these modules unsupported, matching neighboring SoC entries,
so they are packaged in kernel-default-extra and their ksym()
Provides become resolvable on systems that install it.
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
config/arm64/default enables the following modules with =m, but none of their paths are listed in supported.conf, nor are they covered by any wildcard entry:
Modules absent from supported.conf are dropped from packaging, even though they are built and their exports remain in Module.symvers.
Out-of-tree KMPs that link against any of these exports therefore have unsatisfiable ksym() Requires on a default install.
Mark these modules unsupported, matching neighboring SoC entries, so they are packaged in kernel-default-extra and their ksym() Provides become resolvable on systems that install it.