This file is indexed.

/usr/lib/linux/4.15.0-1039-azure/modules is in linux-buildinfo-4.15.0-1039-azure 4.15.0-1039.41~14.04.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
3w-9xxx
3w-sas
6lowpan
8021q
8139cp
8139too
8250_dw
8250_exar
8250_lpss
8250_men_mcb
8250_mid
8250_moxa
842
842_compress
842_decompress
88pm805
88pm80x
9p
9pnet
9pnet_rdma
9pnet_virtio
BusLogic
a100u2w
aacraid
abituguru
abituguru3
ablk_helper
acpi_ipmi
acpi_pad
acpi_power_meter
acpiphp_ibm
acquirewdt
act200l-sir
act_bpf
act_connmark
act_csum
act_gact
act_ipt
act_mirred
act_nat
act_pedit
act_police
act_sample
act_simple
act_skbedit
act_skbmod
act_tunnel_key
act_vlan
actisys-sir
ad7314
ad7414
ad7418
adc128d818
adcxx
adfs
adm1021
adm1025
adm1026
adm1029
adm1031
adm9240
ads1015
ads7828
ads7871
adt7310
adt7410
adt7411
adt7462
adt7470
adt7475
adt7x10
adummy
advansys
advantechwdt
aes-x86_64
aesni-intel
af_alg
af_key
af_packet_diag
affs
ah4
ah6
ahci
ahci_platform
aic79xx
aic7xxx
aic94xx
algif_aead
algif_hash
algif_rng
algif_skcipher
ali-ircc
alim1535_wdt
alim7101_wdt
altera-msgdma
altera_jtaguart
altera_ps2
altera_uart
am53c974
ambassador
amc6821
amd-rng
amd64_edac_mod
amd_iommu_v2
amdgpu
ansi_cprng
anubis
apds9802als
apds990x
applesmc
appletalk
applicom
arc-rawmode
arc-rimi
arc4
arc_ps2
arc_uart
arcmsr
arcnet
arcxcnn_bl
arizona-i2c
arizona-spi
arp_tables
arpt_mangle
arptable_filter
asb100
asc7621
aspeed-pwm-tacho
ast
asus-wireless
asus_atk0110
async_memcpy
async_pq
async_raid6_recov
async_tx
async_xor
at24
atlantic
atm
atmtcp
atp
atp870u
atxp1
aufs
auth_rpcgss
authenc
authencesn
autofs4
ax25
axp20x
axp20x-i2c
b44
batman-adv
bcache
bcm590xx
bcma
bd9571mwv
bd9571mwv-regulator
be2iscsi
be2net
befs
bfa
bfq
bfs
bh1770glc
binfmt_misc
blocklayoutdriver
blowfish-x86_64
blowfish_common
blowfish_generic
bnx2
bnx2x
bnxt_en
bonding
br2684
br_netfilter
brd
bridge
bsd_comp
btrfs
c_can
c_can_pci
c_can_platform
ca8210
cachefiles
cadence_wdt
caif
caif_socket
caif_usb
caif_virtio
camellia-aesni-avx-x86_64
camellia-aesni-avx2
camellia-x86_64
camellia_generic
can
can-bcm
can-dev
can-gw
can-raw
capmode
capsule-loader
cast5-avx-x86_64
cast5_generic
cast6-avx-x86_64
cast6_generic
cast_common
ccm
ccp
ccp-crypto
ceph
cfbcopyarea
cfbfillrect
cfbimgblt
cfg80211
ch
chacha20-x86_64
chacha20_generic
chacha20poly1305
charlcd
chash
chnl_net
cifs
clip
cls_basic
cls_bpf
cls_cgroup
cls_flow
cls_flower
cls_fw
cls_matchall
cls_route
cls_rsvp
cls_rsvp6
cls_tcindex
cls_u32
cmac
cnic
coda
com20020
com20020-pci
com90io
com90xx
cordic
coretemp
cortina
cpcihp_generic
cpcihp_zt5550
cpu5wdt
cpuid
cramfs
crc-itu-t
crc32-pclmul
crc32_generic
crc4
crc7
crc8
crct10dif-pclmul
cryptd
crypto_engine
crypto_simd
crypto_user
cryptoloop
csiostor
ct82c710
cuse
cxgb
cxgb3
cxgb4
cxgb4vf
cyclades
da9052-hwmon
da9052_wdt
da9063
da9063_wdt
dc395x
dca
dccp
dccp_diag
dccp_ipv4
dccp_ipv6
dccp_probe
decnet
deflate
defxx
dell-smbios
dell-smm-hwmon
dell-wmi-led
des3_ede-x86_64
des_generic
dgnc
dl2k
dlci
dlink-dir685-touchkeys
dlm
dm-bio-prison
dm-bufio
dm-cache
dm-cache-smq
dm-crypt
dm-delay
dm-era
dm-flakey
dm-integrity
dm-log
dm-log-userspace
dm-log-writes
dm-mirror
dm-multipath
dm-persistent-data
dm-queue-length
dm-raid
dm-region-hash
dm-round-robin
dm-service-time
dm-snapshot
dm-switch
dm-thin-pool
dm-verity
dm-zero
dm-zoned
dme1737
dmx3191d
dn_rtmsg
dnet
dp83822
dpt_i2o
dptf_power
drbd
drm
drm_kms_helper
drop_monitor
ds1621
ds1682
ds620
dsa_core
dscc4
dummy
dummy-irq
dw_dmac_core
dw_dmac_pci
dw_wdt
dwc-xlgmac
e100
e1000
e1000e
e752x_edac
eata
ebc-c384_wdt
ebt_802_3
ebt_among
ebt_arp
ebt_arpreply
ebt_dnat
ebt_ip
ebt_ip6
ebt_limit
ebt_log
ebt_mark
ebt_mark_m
ebt_nflog
ebt_pkttype
ebt_redirect
ebt_snat
ebt_stp
ebt_vlan
ebtable_broute
ebtable_filter
ebtable_nat
ebtables
ec_bhf
ec_sys
ecdh_generic
echainiv
eeprom_93cx6
efi-pstore
efi_test
efibc
efs
em_canid
em_cmp
em_ipset
em_meta
em_nbyte
em_text
em_u32
emc1403
emc2103
emc6w201
ems_pci
enclosure
ene_ir
eni
enic
eql
esas2r
esi-sir
esp4
esp4_offload
esp6
esp6_offload
esp_scsi
et131x
ethoc
eurotechwdt
evbug
exofs
f2fs
f71805f
f71808e_wdt
f71882fg
f75375s
fam15h_power
farsync
faulty
fb_ddc
fb_sys_fops
fcrypt
fdomain
fealnx
ff-memless
fintek-cir
firestream
fixed
fm10k
fore_200e
fou
fou6
freevxfs
fsa9480
fscache
fschmd
fsl_lpuart
ftsteutates
g760a
g762
garp
gdth
geneve
genwqe_card
gfs2
ghash-clmulni-intel
girbil-sir
gl518sm
gl520sm
glue_helper
gma500_gfx
gpio-104-dio-48e
gpio-104-idi-48
gpio-104-idio-16
gpio-adp5588
gpio-amd8111
gpio-amdpt
gpio-arizona
gpio-axp209
gpio-bd9571mwv
gpio-da9052
gpio-dwapb
gpio-exar
gpio-f7188x
gpio-generic
gpio-gpio-mm
gpio-ich
gpio-it87
gpio-janz-ttl
gpio-lp3943
gpio-lp873x
gpio-max3191x
gpio-max7300
gpio-max7301
gpio-max730x
gpio-max732x
gpio-mb86s7x
gpio-mc33880
gpio-menz127
gpio-ml-ioh
gpio-mockup
gpio-pca953x
gpio-pcf857x
gpio-pci-idio-16
gpio-pisosr
gpio-rdc321x
gpio-sch
gpio-sch311x
gpio-tpic2810
gpio-tps65086
gpio-tps65912
gpio-vx855
gpio-wcove
gpio-wm831x
gpio-wm8994
gpio-ws16c48
gpio-xra1403
grace
gre
gtp
hamachi
hangcheck-timer
hci
hdlc
hdlc_cisco
hdlc_fr
hdlc_ppp
hdlc_raw
hdlc_raw_eth
hdlc_x25
hdm_dim2
he
hfs
hfsplus
hi311x
hibmc-drm
hid
hid-asus
hid-generic
hid-hyperv
hid-ite
hid-led
hid-mf
hid-nti
hid-sensor-custom
hid-sensor-hub
hid-udraw-ps3
hid-wiimote
hih6130
hinic
hio
hmc6352
horizon
hpfs
hpsa
hptiop
hsr
hsu_dma
htc-pasic3
hv_balloon
hv_netvsc
hv_network_direct_142_0
hv_network_direct_144_0
hv_sock
hv_utils
hwmon-vid
hwpoison-inject
hyperv-keyboard
hyperv_fb
i2c-algo-bit
i2c-algo-pca
i2c-ali1535
i2c-ali1563
i2c-ali15x3
i2c-amd756
i2c-amd756-s4882
i2c-amd8111
i2c-cbus-gpio
i2c-core
i2c-designware-core
i2c-designware-pci
i2c-designware-platform
i2c-dev
i2c-gpio
i2c-i801
i2c-isch
i2c-ismt
i2c-mlxcpld
i2c-mux
i2c-mux-ltc4306
i2c-nforce2
i2c-nforce2-s4985
i2c-ocores
i2c-parport
i2c-parport-light
i2c-pca-platform
i2c-scmi
i2c-simtec
i2c-sis5595
i2c-sis630
i2c-sis96x
i2c-smbus
i2c-stub
i2c-taos-evm
i2c-via
i2c-viapro
i2c-xiic
i3000_edac
i3200_edac
i40e
i40evf
i5000_edac
i5100_edac
i5400_edac
i5500_temp
i5k_amb
i6300esb
i7300_edac
i7core_edac
i82975x_edac
i915
iTCO_vendor_support
iTCO_wdt
ib700wdt
ib_iser
ib_isert
ib_mthca
ib_srp
ibmaem
ibmasm
ibmasr
ibmpex
icp
ics932s401
idma64
idt77252
ie31200_edac
ie6xx_wdt
ieee802154
ieee802154_6lowpan
ieee802154_socket
ifb
ife
igb
igbvf
ila
imm
ina209
ina2xx
ina3221
inet_diag
initio
input-polldev
intel-cstate
intel-hid
intel-ish-ipc
intel-ishtp
intel-ishtp-hid
intel-lpss
intel-lpss-acpi
intel-lpss-pci
intel-rapl-perf
intel-rng
intel-rst
intel-smartconnect
intel-wmi-thunderbolt
intel_bxt_pmic_thermal
intel_bxtwc_tmu
intel_cht_int33fe
intel_int0002_vgpio
intel_ips
intel_pch_thermal
intel_pmc_ipc
intel_powerclamp
intel_punit_ipc
intel_qat
intel_quark_i2c_gpio
intel_soc_dts_iosf
intel_soc_dts_thermal
intel_soc_pmic_bxtwc
intel_soc_pmic_chtdc_ti
intel_telemetry_core
intel_telemetry_debugfs
intel_telemetry_pltdrv
intelfb
interval_tree_test
ioatdma
ioc4
ip6_gre
ip6_tables
ip6_tunnel
ip6_udp_tunnel
ip6_vti
ip6t_MASQUERADE
ip6t_NPT
ip6t_REJECT
ip6t_SYNPROXY
ip6t_ah
ip6t_eui64
ip6t_frag
ip6t_hbh
ip6t_ipv6header
ip6t_mh
ip6t_rpfilter
ip6t_rt
ip6table_filter
ip6table_mangle
ip6table_nat
ip6table_raw
ip6table_security
ip_gre
ip_set
ip_set_bitmap_ip
ip_set_bitmap_ipmac
ip_set_bitmap_port
ip_set_hash_ip
ip_set_hash_ipmac
ip_set_hash_ipmark
ip_set_hash_ipport
ip_set_hash_ipportip
ip_set_hash_ipportnet
ip_set_hash_mac
ip_set_hash_net
ip_set_hash_netiface
ip_set_hash_netnet
ip_set_hash_netport
ip_set_hash_netportnet
ip_set_list_set
ip_tables
ip_tunnel
ip_vs
ip_vs_dh
ip_vs_fo
ip_vs_ftp
ip_vs_lblc
ip_vs_lblcr
ip_vs_lc
ip_vs_nq
ip_vs_ovf
ip_vs_pe_sip
ip_vs_rr
ip_vs_sed
ip_vs_sh
ip_vs_wlc
ip_vs_wrr
ip_vti
ipack
ipcomp
ipcomp6
iphase
ipip
ipmi_devintf
ipmi_msghandler
ipmi_poweroff
ipmi_si
ipmi_ssif
ipmi_watchdog
ipr
ips
ipt_CLUSTERIP
ipt_ECN
ipt_MASQUERADE
ipt_REJECT
ipt_SYNPROXY
ipt_ah
ipt_rpfilter
iptable_filter
iptable_mangle
iptable_nat
iptable_raw
iptable_security
ipvlan
ipvtap
ipx
ir-jvc-decoder
ir-lirc-codec
ir-mce_kbd-decoder
ir-nec-decoder
ir-rc5-decoder
ir-rc6-decoder
ir-sanyo-decoder
ir-sharp-decoder
ir-sony-decoder
ir-xmp-decoder
ircomm
ircomm-tty
irda
irlan
irnet
irqbypass
irtty-sir
iscsi_boot_sysfs
iscsi_ibft
iscsi_target_mod
iscsi_tcp
isicom
isl29003
isl29020
isofs
it87
it8712f_wdt
it87_wdt
ite-cir
iw_nes
ixgb
ixgbe
ixgbevf
janz-cmodio
janz-ican3
jc42
jfs
jme
joydev
jsm
k10temp
k8temp
kafs
kcm
keywrap
khazad
ksz_common
ksz_spi
kvaser_pci
kvm
kvm-amd
kvm-intel
kyber-iosched
l2tp_core
l2tp_debugfs
l2tp_eth
l2tp_ip
l2tp_ip6
l2tp_netlink
l2tp_ppp
lan9303-core
lan9303_i2c
lan9303_mdio
lanai
lapb
lapbether
lattice-ecp3-config
lec
led-class
leds-apu
ledtrig-activity
libahci
libahci_platform
libceph
libcrc32c
libiscsi
libiscsi_tcp
libore
libosd
libsas
lineage-pem
linear
lirc_dev
lirc_zilog
litelink-sir
llc
llc2
lm363x-regulator
lm63
lm70
lm73
lm75
lm77
lm78
lm80
lm83
lm85
lm87
lm90
lm92
lm93
lm95234
lm95241
lm95245
lockd
locktorture
lp
lp3943
lp873x
lpc_ich
lpc_sch
lpfc
lru_cache
lrw
ltc2945
ltc2990
ltc3651-charger
ltc4151
ltc4215
ltc4222
ltc4245
ltc4260
ltc4261
lz4
lz4_compress
lz4hc
lz4hc_compress
ma600-sir
mac-celtic
mac-centeuro
mac-croatian
mac-cyrillic
mac-gaelic
mac-greek
mac-iceland
mac-inuit
mac-roman
mac-romanian
mac-turkish
mac80211
mac802154
machzwd
macsec
macvlan
macvtap
marvell10g
matrix-keymap
max1111
max14577
max16065
max1619
max1668
max197
max3100
max31722
max31790
max63xx_wdt
max6621
max6639
max6642
max6650
max6697
max77693
max8907
mc13783-adc
mc13xxx-core
mc13xxx-i2c
mc13xxx-spi
mcb
mcb-lpc
mcb-pci
mce-inject
mcp2120-sir
mcp3021
mcryptd
md-cluster
md4
mdev
mdio
megaraid
megaraid_mbox
megaraid_mm
megaraid_sas
memory-notifier-error-inject
men_z135_uart
mena21_wdt
menf21bmc
menf21bmc_hwmon
menf21bmc_wdt
michael_mic
mii
minix
mip6
mlx-platform
mlx4_en
mlxcpld-hotplug
mlxfw
mlxsw_core
mlxsw_i2c
mlxsw_minimal
mlxsw_pci
mlxsw_spectrum
mlxsw_switchib
mlxsw_switchx2
mostcore
moxa
mpls_gso
mpls_iptunnel
mpls_router
mpoa
mpt3sas
mptbase
mptctl
mptfc
mptsas
mptscsih
mptspi
mq-deadline
mrp
msdos
msr
mt7530
multipath
mvmdio
mvsas
mvumi
mxm-wmi
mxser
n5pf
n_gsm
n_hdlc
n_r3964
n_tracerouter
n_tracesink
nbd
nci
nci_spi
nci_uart
ncpfs
nct6683
nct6775
nct7802
nct7904
netconsole
netlink_diag
netrom
nf_conntrack
nf_conntrack_amanda
nf_conntrack_broadcast
nf_conntrack_ftp
nf_conntrack_h323
nf_conntrack_ipv4
nf_conntrack_ipv6
nf_conntrack_irc
nf_conntrack_netbios_ns
nf_conntrack_netlink
nf_conntrack_pptp
nf_conntrack_proto_gre
nf_conntrack_sane
nf_conntrack_sip
nf_conntrack_snmp
nf_conntrack_tftp
nf_defrag_ipv4
nf_defrag_ipv6
nf_dup_ipv4
nf_dup_ipv6
nf_dup_netdev
nf_log_arp
nf_log_bridge
nf_log_common
nf_log_ipv4
nf_log_ipv6
nf_log_netdev
nf_nat
nf_nat_amanda
nf_nat_ftp
nf_nat_h323
nf_nat_ipv4
nf_nat_ipv6
nf_nat_irc
nf_nat_masquerade_ipv4
nf_nat_masquerade_ipv6
nf_nat_pptp
nf_nat_proto_gre
nf_nat_redirect
nf_nat_sip
nf_nat_snmp_basic
nf_nat_tftp
nf_reject_ipv4
nf_reject_ipv6
nf_socket_ipv4
nf_socket_ipv6
nf_synproxy_core
nf_tables
nf_tables_arp
nf_tables_bridge
nf_tables_inet
nf_tables_ipv4
nf_tables_ipv6
nf_tables_netdev
nfc
nfc_digital
nfnetlink
nfnetlink_acct
nfnetlink_cthelper
nfnetlink_cttimeout
nfnetlink_log
nfnetlink_queue
nfp
nfs
nfs_acl
nfs_layout_flexfiles
nfs_layout_nfsv41_files
nfsd
nfsv2
nfsv3
nfsv4
nft_chain_nat_ipv4
nft_chain_nat_ipv6
nft_chain_route_ipv4
nft_chain_route_ipv6
nft_compat
nft_counter
nft_ct
nft_dup_ipv4
nft_dup_ipv6
nft_dup_netdev
nft_exthdr
nft_fib
nft_fib_inet
nft_fib_ipv4
nft_fib_ipv6
nft_fib_netdev
nft_fwd_netdev
nft_hash
nft_limit
nft_log
nft_masq
nft_masq_ipv4
nft_masq_ipv6
nft_meta
nft_meta_bridge
nft_nat
nft_numgen
nft_objref
nft_queue
nft_quota
nft_redir
nft_redir_ipv4
nft_redir_ipv6
nft_reject
nft_reject_bridge
nft_reject_inet
nft_reject_ipv4
nft_reject_ipv6
nft_rt
nft_set_bitmap
nft_set_hash
nft_set_rbtree
nhc_dest
nhc_fragment
nhc_hop
nhc_ipv6
nhc_mobility
nhc_routing
nhc_udp
ni903x_wdt
nic7018_wdt
nicstar
nilfs2
nlmon
nls_ascii
nls_cp1250
nls_cp1251
nls_cp1255
nls_cp737
nls_cp775
nls_cp850
nls_cp852
nls_cp855
nls_cp857
nls_cp860
nls_cp861
nls_cp862
nls_cp863
nls_cp864
nls_cp865
nls_cp866
nls_cp869
nls_cp874
nls_cp932
nls_cp936
nls_cp949
nls_cp950
nls_euc-jp
nls_iso8859-1
nls_iso8859-13
nls_iso8859-14
nls_iso8859-15
nls_iso8859-2
nls_iso8859-3
nls_iso8859-4
nls_iso8859-5
nls_iso8859-6
nls_iso8859-7
nls_iso8859-9
nls_koi8-r
nls_koi8-ru
nls_koi8-u
nls_utf8
nosy
notifier-error-inject
nozomi
nsc-ircc
nsh
ntb
ntb_hw_idt
ntb_hw_intel
ntb_hw_switchtec
ntb_netdev
ntb_transport
ntc_thermistor
ntfs
nuvoton-cir
nv_tco
nvme-fabrics
nvme-fc
nvme-rdma
nvmet
nvmet-fc
nvram
ocfs2
ocfs2_dlm
ocfs2_dlmfs
ocfs2_nodemanager
ocfs2_stack_o2cb
ocfs2_stack_user
ocfs2_stackglue
of_xilinx_wdt
old_belkin-sir
omfs
opa_vnic
openvswitch
oprofile
osd
osst
overlay
p8022
p8023
padlock-aes
padlock-sha
panel
panel-raspberrypi-touchscreen
parkbd
parman
parport
parport_ax88796
parport_pc
parport_serial
pata_acpi
pata_ali
pata_amd
pata_artop
pata_atiixp
pata_atp867x
pata_cmd640
pata_cmd64x
pata_cypress
pata_efar
pata_hpt366
pata_hpt37x
pata_hpt3x2n
pata_hpt3x3
pata_it8213
pata_it821x
pata_jmicron
pata_legacy
pata_marvell
pata_mpiix
pata_netcell
pata_ninja32
pata_ns87410
pata_ns87415
pata_oldpiix
pata_opti
pata_optidma
pata_pdc2027x
pata_pdc202xx_old
pata_piccolo
pata_platform
pata_radisys
pata_rdc
pata_rz1000
pata_sch
pata_serverworks
pata_sil680
pata_sl82c105
pata_triflex
pata_via
pc300too
pc87360
pc87413_wdt
pc87427
pcbc
pcf50633
pcf50633-adc
pcf50633-gpio
pcf8591
pci-hyperv
pci-stub
pci200syn
pcips2
pcmcia_core
pcmcia_rsrc
pcrypt
pcwd_pci
pdc_adma
peak_pci
peak_pciefd
peaq-wmi
percpu_test
phantom
phonet
pi433
pinctrl-cannonlake
pinctrl-cedarfork
pinctrl-denverton
pinctrl-intel
pinctrl-lewisburg
pinctrl-mcp23s08
pkcs7_test_key
pktcdvd
pktgen
plx_pci
pm-notifier-error-inject
pm80xx
pmcraid
pn_pep
pnd2_edac
poly1305-x86_64
poly1305_generic
powr1220
ppa
ppdev
ppp_async
ppp_deflate
ppp_mppe
ppp_synctty
pppoatm
pppoe
pppox
pptp
pretimeout_panic
ps2-gpio
ps2mult
psample
psnap
ptp_kvm
punit_atom_debug
pvpanic
qat_dh895xcc
qat_dh895xccvf
qcom_glink_native
qcom_glink_rpm
qla1280
qla2xxx
qla4xxx
qnx4
qnx6
quota_tree
quota_v1
quota_v2
qxl
r8169
r8822be
radeon
raid0
raid1
raid10
raid456
raid6_pq
raid6test
raid_class
ramoops
raw
raw_diag
rbd
rbtree_test
rc-adstech-dvb-t-pci
rc-alink-dtu-m
rc-anysee
rc-apac-viewcomp
rc-astrometa-t2hybrid
rc-asus-pc39
rc-asus-ps3-100
rc-ati-tv-wonder-hd-600
rc-ati-x10
rc-avermedia
rc-avermedia-a16d
rc-avermedia-cardbus
rc-avermedia-dvbt
rc-avermedia-m135a
rc-avermedia-m733a-rm-k6
rc-avermedia-rm-ks
rc-avertv-303
rc-azurewave-ad-tu700
rc-behold
rc-behold-columbus
rc-budget-ci-old
rc-cec
rc-cinergy
rc-cinergy-1400
rc-core
rc-d680-dmb
rc-delock-61959
rc-dib0700-nec
rc-dib0700-rc5
rc-digitalnow-tinytwin
rc-digittrade
rc-dm1105-nec
rc-dntv-live-dvb-t
rc-dntv-live-dvbt-pro
rc-dtt200u
rc-dvbsky
rc-dvico-mce
rc-dvico-portable
rc-em-terratec
rc-encore-enltv
rc-encore-enltv-fm53
rc-encore-enltv2
rc-evga-indtube
rc-eztv
rc-flydvb
rc-flyvideo
rc-fusionhdtv-mce
rc-gadmei-rm008z
rc-geekbox
rc-genius-tvgo-a11mce
rc-gotview7135
rc-hauppauge
rc-hisi-poplar
rc-hisi-tv-demo
rc-imon-mce
rc-imon-pad
rc-iodata-bctv7e
rc-it913x-v1
rc-it913x-v2
rc-kaiomy
rc-kworld-315u
rc-kworld-pc150u
rc-kworld-plus-tv-analog
rc-leadtek-y04g0051
rc-lme2510
rc-loopback
rc-manli
rc-medion-x10
rc-medion-x10-digitainer
rc-medion-x10-or2x
rc-msi-digivox-ii
rc-msi-digivox-iii
rc-msi-tvanywhere
rc-msi-tvanywhere-plus
rc-nebula
rc-nec-terratec-cinergy-xs
rc-norwood
rc-npgtech
rc-pctv-sedna
rc-pinnacle-color
rc-pinnacle-grey
rc-pinnacle-pctv-hd
rc-pixelview
rc-pixelview-002t
rc-pixelview-mk12
rc-pixelview-new
rc-powercolor-real-angel
rc-proteus-2309
rc-purpletv
rc-pv951
rc-rc6-mce
rc-real-audio-220-32-keys
rc-reddo
rc-snapstream-firefly
rc-streamzap
rc-su3000
rc-tango
rc-tbs-nec
rc-technisat-ts35
rc-technisat-usb2
rc-terratec-cinergy-c-pci
rc-terratec-cinergy-s2-hd
rc-terratec-cinergy-xs
rc-terratec-slim
rc-terratec-slim-2
rc-tevii-nec
rc-tivo
rc-total-media-in-hand
rc-total-media-in-hand-02
rc-trekstor
rc-tt-1500
rc-twinhan-dtv-cab-ci
rc-twinhan1027
rc-videomate-m1f
rc-videomate-s350
rc-videomate-tv-pvr
rc-winfast
rc-winfast-usbii-deluxe
rc-zx-irdec
rcuperf
rdc321x-southbridge
rds
rds_rdma
rds_tcp
reed_solomon
regmap-i2c
reiserfs
reset-ti-syscon
retu-mfd
retu_wdt
rfc1051
rfc1201
rfkill-gpio
rio-scan
rio_cm
rio_mport_cdev
rionet
rmd128
rmd160
rmd256
rmd320
rockchip
rocket
romfs
rose
rp2
rpcrdma
rpcsec_gss_krb5
rpmsg_char
rpmsg_core
rt5033
rtc-ftrtc010
rtc-pcf85363
rts5208
rtsx_pci
rxrpc
salsa20_generic
sata_dwc_460ex
sb1000
sb_edac
sbc60xxwdt
sbc_epx_c3
sbc_fitpc2_wdt
sbni
sbs-manager
sc1200wdt
sc16is7xx
sch311x_wdt
sch5627
sch5636
sch56xx-common
sch_atm
sch_cbq
sch_cbs
sch_choke
sch_codel
sch_drr
sch_dsmark
sch_fq
sch_fq_codel
sch_gred
sch_hfsc
sch_hhf
sch_htb
sch_ingress
sch_mqprio
sch_multiq
sch_netem
sch_pie
sch_plug
sch_prio
sch_qfq
sch_red
sch_sfb
sch_sfq
sch_tbf
sch_teql
scsi_debug
scsi_dh_alua
scsi_dh_emc
scsi_dh_hp_sw
scsi_dh_rdac
scsi_transport_iscsi
scsi_transport_sas
scsi_transport_spi
scsi_transport_srp
sctp
sctp_diag
sctp_probe
seed
serial_ir
serio_raw
serpent-avx-x86_64
serpent-avx2
serpent-sse2-x86_64
serpent_generic
serport
ses
sfc
sfc-falcon
sha1-mb
sha1-ssse3
sha256-mb
sha256-ssse3
sha3_generic
sha512-mb
sha512-ssse3
shpchp
sht15
sht21
sht3x
shtc1
sir-dev
sir_ir
sis-agp
sis5595
sit
sja1000
sja1000_isa
sja1000_platform
skfp
skge
skx_edac
sky2
sky81452
slcan
slicoss
slip
sm3_generic
sm501
sm501fb
sm750fb
smartpqi
smc
smc_diag
smm665
smsc-ircc2
smsc37b787_wdt
smsc47b397
smsc47m1
smsc47m192
snic
softdog
solos-pci
sp5100_tco
sparse-keymap
spi-altera
spi-axi-spi-engine
spi-bitbang
spi-butterfly
spi-cadence
spi-dw
spi-dw-midpci
spi-dw-mmio
spi-gpio
spi-lm70llp
spi-loopback-test
spi-oc-tiny
spi-pxa2xx-pci
spi-pxa2xx-platform
spi-sc18is602
spi-slave-system-control
spi-slave-time
spi-tle62x0
spi-xcomm
spi-zynqmp-gqspi
spidev
spl
splat
ssb
st
stex
stp
stts751
sundance
suni
sunrpc
surface3-wmi
switchtec
sym53c8xx
synclink
synclink_gt
synclinkmp
syscopyarea
sysfillrect
sysimgblt
sysv
tap
target_core_file
target_core_iblock
target_core_mod
target_core_pscsi
target_core_user
tc654
tc74
tcm_loop
tcp_bbr
tcp_bic
tcp_cdg
tcp_dctcp
tcp_diag
tcp_highspeed
tcp_htcp
tcp_hybla
tcp_illinois
tcp_lp
tcp_nv
tcp_probe
tcp_scalable
tcp_vegas
tcp_veno
tcp_westwood
tcp_yeah
tcrypt
tea
tekram-sir
test-kstrtox
test-string_helpers
test_bpf
test_firmware
test_hash
test_hexdump
test_module
test_siphash
test_static_key_base
test_static_keys
test_udelay
test_user_copy
test_uuid
tg3
tgr192
thmc50
ti-lmu
ti_am335x_tscadc
tifm_7xx1
tifm_core
timeriomem-rng
tipc
tlclk
tls
tmp102
tmp103
tmp108
tmp401
tmp421
toim3232-sir
torture
tpci200
tpm-rng
tps6105x
tps65010
tps6507x
tps65086
tps65132-regulator
tps65912-i2c
ts_bm
ts_fsm
ts_kmp
tsi721_mport
tsl2550
ttm
tunnel4
tunnel6
twofish-avx-x86_64
twofish-x86_64
twofish-x86_64-3way
twofish_common
twofish_generic
uPD60620
uPD98402
uartlite
udf
udp_diag
udp_tunnel
ufs
uhid
uio
uio_aec
uio_cif
uio_dmem_genirq
uio_hv_generic
uio_mf624
uio_netx
uio_pci_generic
uio_pdrv_genirq
uio_pruss
uio_sercos3
unix_diag
userio
usnic_verbs
vboxguest
vboxsf
vboxvideo
vcan
veth
vfio
vfio-pci
vfio_iommu_type1
vfio_mdev
vfio_virqfd
vhost
vhost_net
vhost_scsi
vhost_vsock
via-cputemp
via-ircc
via-rng
via686a
via_wdt
viafb
video
virt-dma
virtio-gpu
virtio-rng
virtio_blk
virtio_crypto
virtio_input
virtio_net
virtio_rpmsg_bus
virtio_scsi
vlsi_ir
vmac
vme_ca91cx42
vme_fake
vme_tsi148
vme_vmivme7805
vmw_vsock_virtio_transport
vmw_vsock_virtio_transport_common
vport-geneve
vport-gre
vport-vxlan
vrf
vringh
vsock
vsock_diag
vsockmon
vt1211
vt6655_stage
vt8231
vx855
vxcan
vxlan
w83627ehf
w83627hf
w83627hf_wdt
w83781d
w83791d
w83792d
w83793
w83795
w83877f_wdt
w83977af_ir
w83977f_wdt
w83l785ts
w83l786ng
wafer5823wdt
wanxl
wd719x
wdat_wdt
wdt_pci
winbond-cir
wm831x-hwmon
wm831x_wdt
wm8994
wmi
wmi-bmof
wp512
x25
x25_asy
x38_edac
x86_pkg_temp_thermal
x_tables
xcbc
xfrm4_mode_beet
xfrm4_mode_transport
xfrm4_mode_tunnel
xfrm4_tunnel
xfrm6_mode_beet
xfrm6_mode_ro
xfrm6_mode_transport
xfrm6_mode_tunnel
xfrm6_tunnel
xfrm_algo
xfrm_ipcomp
xfrm_user
xfs
xgene-hwmon
xgifb
xor
xt_AUDIT
xt_CHECKSUM
xt_CLASSIFY
xt_CONNSECMARK
xt_CT
xt_DSCP
xt_HL
xt_HMARK
xt_IDLETIMER
xt_LED
xt_LOG
xt_NETMAP
xt_NFLOG
xt_NFQUEUE
xt_RATEEST
xt_REDIRECT
xt_SECMARK
xt_TCPMSS
xt_TCPOPTSTRIP
xt_TEE
xt_TPROXY
xt_TRACE
xt_addrtype
xt_bpf
xt_cgroup
xt_cluster
xt_comment
xt_connbytes
xt_connlabel
xt_connlimit
xt_connmark
xt_conntrack
xt_cpu
xt_dccp
xt_devgroup
xt_dscp
xt_ecn
xt_esp
xt_hashlimit
xt_helper
xt_hl
xt_ipcomp
xt_iprange
xt_ipvs
xt_l2tp
xt_length
xt_limit
xt_mac
xt_mark
xt_multiport
xt_nat
xt_nfacct
xt_osf
xt_owner
xt_physdev
xt_pkttype
xt_policy
xt_quota
xt_rateest
xt_realm
xt_recent
xt_sctp
xt_set
xt_socket
xt_state
xt_statistic
xt_string
xt_tcpmss
xt_tcpudp
xt_time
xt_u32
xz_dec_test
yellowfin
yenta_socket
z3fold
zatm
zavl
zcommon
zfs
ziirave_wdt
znvpair
zpios
zram
zstd_compress
zunicode