aboutsummaryrefslogtreecommitdiffstats
path: root/debian/config/defines
blob: efe2619047ab6f0c0da7a232371d8aa124da80a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
[abi]
abiname: 1
ignore-changes:
 __cpuhp_*
 __xive_vm_h_*
 bpf_analyzer
 cxl_*
 dax_flush
 ieee80211_nullfunc_get
 inet_add_protocol
 inet_del_protocol
 iommu_device_*
 kvm_async_pf_task_wait
 kvmppc_*
 mm_iommu_*
 mv_mbus_*
 perf_*
 register_cxl_calls
 register_key_type
 unregister_cxl_calls
 *_hw_breakpoint
 module:arch/x86/kvm/*
 module:drivers/crypto/ccp/*
 module:drivers/hv/*
 module:drivers/gpu/drm/sun4i/*
 module:drivers/iio/**
 module:drivers/misc/cxl/*
 module:drivers/mtd/nand/*
 module:drivers/net/wireless/**
 module:drivers/nvdimm/*
 module:drivers/power/supply/bq27xxx_battery
 module:drivers/scsi/cxgbi/*
 module:drivers/scsi/libiscs*
 module:drivers/scsi/qla2xxx/qla2xxx
 module:drivers/scsi/ufs/*
 module:drivers/target/**
 module:drivers/usb/chipidea/**
 module:drivers/usb/gadget/**
 module:drivers/usb/host/**
 module:drivers/usb/musb/**
 module:fs/nfs/**
 module:net/ceph/libceph
 module:net/l2tp/**
 module:net/rxrpc/rxrpc
 module:sound/core/seq/**
 module:sound/firewire/snd-firewire-lib
 module:sound/pci/hda/*
# btree library is only selected by few drivers so not useful OOT
 btree_*
 visitor*
# Exported for related protocols only
 can_rx_register
 ip6_xmit
 module:net/dccp/dccp
 module:net/rds/rds
# devfreq is unlikely to be useful for OOT modules
 devfreq_*
 devm_devfreq_*
 update_devfreq
# Assume IB drivers are added/updated through OFED, which also updates IB core
 module:drivers/infiniband/**
# Declared in private header, not usable OOT
 acpi_ec_add_query_handler
 acpi_ec_remove_query_handler
 first_ec
# Exported for tracefs only
 debugfs_create_automount
# ignore changes to inv_mpu6050/*
 module:drivers/iio/imu/inv_mpu6050/*
 drm_crtc_accurate_vblank_count
# ignore acpi_nfit_init, acpi_nfit_desc_init
 acpi_nfit_desc_init
 acpi_nfit_init

[base]
arches:
 alpha
 amd64
 arm64
 arm64ilp32
 armel
 armhf
 hppa
 i386
 ia64
 m68k
 mips
 mips64
 mips64el
 mips64r6
 mips64r6el
 mipsel
 mipsn32
 mipsn32el
 mipsn32r6
 mipsn32r6el
 mipsr6
 mipsr6el
 powerpc
 powerpcspe
 ppc64
 ppc64el
 riscv64
 s390
 s390x
 sh3
 sh4
 sparc
 sparc64
 tilegx
 x32
compiler: gcc-7
featuresets:
 none
 rt

[build]
debug-info: true
# Disable code signing by default; this can be overridden per-architecture
signed-code: false

[featureset-rt_base]
enabled: false

[description]
part-long-up: This kernel is not suitable for SMP (multi-processor,
 multi-core or hyper-threaded) systems.

[image]
initramfs-generators: initramfs-tools initramfs-fallback
recommends: apparmor

[relations]
# compilers
gcc-7: gcc-7 <!stage1 !cross>, gcc-7-@gnu-type-package@ <!stage1 cross>

# initramfs-generators
initramfs-fallback: linux-initramfs-tool
initramfs-tools: initramfs-tools (>= 0.120+deb8u2)