Compare commits
No commits in common. "c8" and "a8-beta" have entirely different histories.
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,12 +1,12 @@
|
|||||||
SOURCES/centossecureboot201.cer
|
SOURCES/centossecureboot201.cer
|
||||||
SOURCES/centossecurebootca2.cer
|
SOURCES/centossecurebootca2.cer
|
||||||
SOURCES/kernel-abi-stablelists-4.18.0-553.tar.bz2
|
SOURCES/kernel-abi-stablelists-4.18.0-513.tar.bz2
|
||||||
SOURCES/kernel-kabi-dw-4.18.0-553.tar.bz2
|
SOURCES/kernel-kabi-dw-4.18.0-513.tar.bz2
|
||||||
SOURCES/linux-4.18.0-553.27.1.el8_10.tar.xz
|
SOURCES/linux-4.18.0-513.el8.tar.xz
|
||||||
SOURCES/redhatsecureboot302.cer
|
SOURCES/redhatsecureboot302.cer
|
||||||
SOURCES/redhatsecureboot303.cer
|
SOURCES/redhatsecureboot303.cer
|
||||||
SOURCES/redhatsecureboot501.cer
|
SOURCES/redhatsecureboot501.cer
|
||||||
SOURCES/redhatsecurebootca3.cer
|
SOURCES/redhatsecurebootca3.cer
|
||||||
SOURCES/redhatsecurebootca7.cer
|
SOURCES/redhatsecurebootca7.cer
|
||||||
SOURCES/rheldup3.x509
|
SOURCES/rheldup3.x509
|
||||||
SOURCES/rhelkpatch1.x509
|
SOURCES/rhelkpatch1.x509
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2ba40bf9138b48311e5aa1b737b7f0a8ad66066f SOURCES/centossecureboot201.cer
|
2ba40bf9138b48311e5aa1b737b7f0a8ad66066f SOURCES/centossecureboot201.cer
|
||||||
bfdb3d7cffc43f579655af5155d50c08671d95e5 SOURCES/centossecurebootca2.cer
|
bfdb3d7cffc43f579655af5155d50c08671d95e5 SOURCES/centossecurebootca2.cer
|
||||||
d1cb24b71ee0c1b2078420cfb6c209a4a71cda87 SOURCES/kernel-abi-stablelists-4.18.0-553.tar.bz2
|
e2d6746c1f365c70a86fbaf7b838cd3cb8d8fa2d SOURCES/kernel-abi-stablelists-4.18.0-513.tar.bz2
|
||||||
618f2302d26295e300718d59e8551a0cdfc98022 SOURCES/kernel-kabi-dw-4.18.0-553.tar.bz2
|
d9e217a6d22813077e87aa0cc67fa30185081998 SOURCES/kernel-kabi-dw-4.18.0-513.tar.bz2
|
||||||
edee5eb28d631dda54509fd86188a4b37d32111d SOURCES/linux-4.18.0-553.27.1.el8_10.tar.xz
|
1b1a5200d9c1e8d1cf86e1d3b85d0edc971e314d SOURCES/linux-4.18.0-513.el8.tar.xz
|
||||||
13e5cd3f856b472fde80a4deb75f4c18dfb5b255 SOURCES/redhatsecureboot302.cer
|
13e5cd3f856b472fde80a4deb75f4c18dfb5b255 SOURCES/redhatsecureboot302.cer
|
||||||
e89890ca0ded2f9058651cc5fa838b78db2e6cc2 SOURCES/redhatsecureboot303.cer
|
e89890ca0ded2f9058651cc5fa838b78db2e6cc2 SOURCES/redhatsecureboot303.cer
|
||||||
ba0b760e594ff668ee72ae348adf3e49b97f75fb SOURCES/redhatsecureboot501.cer
|
ba0b760e594ff668ee72ae348adf3e49b97f75fb SOURCES/redhatsecureboot501.cer
|
||||||
|
@ -0,0 +1,34 @@
|
|||||||
|
From 8d7b7932737d194297b2c6645610bb1320aafe09 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Andrew Lukoshko <alukoshko@almalinux.org>
|
||||||
|
Date: Sat, 16 Mar 2024 10:04:53 -0400
|
||||||
|
Subject: [PATCH 1/3] Bring back deprecated pci ids to mpt3sas driver
|
||||||
|
|
||||||
|
---
|
||||||
|
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 ++--
|
||||||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/drivers/scsi/mpt3sas/mpt3sas_scsih.c b/drivers/scsi/mpt3sas/mpt3sas_scsih.c
|
||||||
|
index 55b802829..fc305da99 100644
|
||||||
|
--- a/drivers/scsi/mpt3sas/mpt3sas_scsih.c
|
||||||
|
+++ b/drivers/scsi/mpt3sas/mpt3sas_scsih.c
|
||||||
|
@@ -12065,7 +12065,7 @@ _scsih_determine_hba_mpi_version(struct pci_dev *pdev)
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
-#ifdef CONFIG_RHEL_DIFFERENCES
|
||||||
|
+#ifdef CONFIG_ALMALINUX_DIFFERENCES
|
||||||
|
static const struct pci_device_id rh_deprecated_pci_table[] = {
|
||||||
|
/* Thunderbolt ~ 2208 */
|
||||||
|
{ MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2208_1,
|
||||||
|
@@ -12139,7 +12139,7 @@ _scsih_probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||||
|
int rv;
|
||||||
|
u16 hba_mpi_version;
|
||||||
|
|
||||||
|
-#ifdef CONFIG_RHEL_DIFFERENCES
|
||||||
|
+#ifdef CONFIG_ALMALINUX_DIFFERENCES
|
||||||
|
if (pci_hw_disabled(rh_disabled_pci_table, pdev))
|
||||||
|
return -ENODEV;
|
||||||
|
|
||||||
|
--
|
||||||
|
2.39.3
|
||||||
|
|
@ -0,0 +1,41 @@
|
|||||||
|
From 057542c13694ac90dc4531f5c0776f53a6f6e891 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Andrew Lukoshko <alukoshko@almalinux.org>
|
||||||
|
Date: Sat, 16 Mar 2024 10:11:02 -0400
|
||||||
|
Subject: [PATCH 2/3] Bring back deprecated pci ids to megaraid_sas driver
|
||||||
|
|
||||||
|
---
|
||||||
|
drivers/scsi/megaraid/megaraid_sas_base.c | 12 ++++++++++++
|
||||||
|
1 file changed, 12 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c
|
||||||
|
index e75f2588a..d8bd623f6 100644
|
||||||
|
--- a/drivers/scsi/megaraid/megaraid_sas_base.c
|
||||||
|
+++ b/drivers/scsi/megaraid/megaraid_sas_base.c
|
||||||
|
@@ -140,12 +140,24 @@ megasas_set_ld_removed_by_fw(struct megasas_instance *instance);
|
||||||
|
*/
|
||||||
|
static struct pci_device_id megasas_pci_table[] = {
|
||||||
|
|
||||||
|
+ {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS1064R)},
|
||||||
|
+ /* xscale IOP */
|
||||||
|
+ {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS1078R)},
|
||||||
|
+ /* ppc IOP */
|
||||||
|
+ {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS1078DE)},
|
||||||
|
+ /* ppc IOP */
|
||||||
|
+ {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS1078GEN2)},
|
||||||
|
+ /* gen2*/
|
||||||
|
{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS0079GEN2)},
|
||||||
|
/* gen2*/
|
||||||
|
{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS0073SKINNY)},
|
||||||
|
/* skinny*/
|
||||||
|
{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS0071SKINNY)},
|
||||||
|
/* skinny*/
|
||||||
|
+ {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_VERDE_ZCR)},
|
||||||
|
+ /* xscale IOP, vega */
|
||||||
|
+ {PCI_DEVICE(PCI_VENDOR_ID_DELL, PCI_DEVICE_ID_DELL_PERC5)},
|
||||||
|
+ /* xscale IOP */
|
||||||
|
{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_FUSION)},
|
||||||
|
/* Fusion */
|
||||||
|
{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_PLASMA)},
|
||||||
|
--
|
||||||
|
2.39.3
|
||||||
|
|
@ -0,0 +1,65 @@
|
|||||||
|
From 33e9e344ec9ffb7cf9d949c69420328df5fe4b29 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Andrew Lukoshko <alukoshko@almalinux.org>
|
||||||
|
Date: Sat, 16 Mar 2024 10:19:11 -0400
|
||||||
|
Subject: [PATCH 3/3] Bring back deprecated pci ids to mptsas-mptspi driver
|
||||||
|
|
||||||
|
---
|
||||||
|
drivers/message/fusion/mptsas.c | 12 +++++++++++-
|
||||||
|
drivers/message/fusion/mptspi.c | 10 +++++-----
|
||||||
|
2 files changed, 16 insertions(+), 6 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c
|
||||||
|
index a4666d02a..e4e41a5d3 100644
|
||||||
|
--- a/drivers/message/fusion/mptsas.c
|
||||||
|
+++ b/drivers/message/fusion/mptsas.c
|
||||||
|
@@ -5355,8 +5355,18 @@ static void mptsas_remove(struct pci_dev *pdev)
|
||||||
|
}
|
||||||
|
|
||||||
|
static struct pci_device_id mptsas_pci_table[] = {
|
||||||
|
+ { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1064,
|
||||||
|
+ PCI_ANY_ID, PCI_ANY_ID },
|
||||||
|
{ PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1068,
|
||||||
|
- PCI_VENDOR_ID_VMWARE, PCI_ANY_ID },
|
||||||
|
+ PCI_ANY_ID, PCI_ANY_ID },
|
||||||
|
+ { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1064E,
|
||||||
|
+ PCI_ANY_ID, PCI_ANY_ID },
|
||||||
|
+ { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1068E,
|
||||||
|
+ PCI_ANY_ID, PCI_ANY_ID },
|
||||||
|
+ { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1078,
|
||||||
|
+ PCI_ANY_ID, PCI_ANY_ID },
|
||||||
|
+ { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1068_820XELP,
|
||||||
|
+ PCI_ANY_ID, PCI_ANY_ID },
|
||||||
|
{0} /* Terminating entry */
|
||||||
|
};
|
||||||
|
MODULE_DEVICE_TABLE(pci, mptsas_pci_table);
|
||||||
|
diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c
|
||||||
|
index 08acc09f7..9a336a161 100644
|
||||||
|
--- a/drivers/message/fusion/mptspi.c
|
||||||
|
+++ b/drivers/message/fusion/mptspi.c
|
||||||
|
@@ -1245,7 +1245,11 @@ static struct spi_function_template mptspi_transport_functions = {
|
||||||
|
|
||||||
|
static struct pci_device_id mptspi_pci_table[] = {
|
||||||
|
{ PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_53C1030,
|
||||||
|
- PCI_VENDOR_ID_VMWARE, PCI_ANY_ID },
|
||||||
|
+ PCI_ANY_ID, PCI_ANY_ID },
|
||||||
|
+ { PCI_VENDOR_ID_ATTO, MPI_MANUFACTPAGE_DEVID_53C1030,
|
||||||
|
+ PCI_ANY_ID, PCI_ANY_ID },
|
||||||
|
+ { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_53C1035,
|
||||||
|
+ PCI_ANY_ID, PCI_ANY_ID },
|
||||||
|
{0} /* Terminating entry */
|
||||||
|
};
|
||||||
|
MODULE_DEVICE_TABLE(pci, mptspi_pci_table);
|
||||||
|
@@ -1536,10 +1540,6 @@ mptspi_probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||||
|
0, 0, 0, 0, 5);
|
||||||
|
|
||||||
|
scsi_scan_host(sh);
|
||||||
|
-
|
||||||
|
- add_taint(TAINT_SUPPORT_REMOVED, LOCKDEP_STILL_OK);
|
||||||
|
- pr_warn("MPTSPI MODULE IS NOT SUPPORTED\n");
|
||||||
|
-
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
out_mptspi_probe:
|
||||||
|
--
|
||||||
|
2.39.3
|
||||||
|
|
@ -0,0 +1,34 @@
|
|||||||
|
From cc44846ebd353aa4a95aaf014234dd00bdda3f93 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Andrew Lukoshko <alukoshko@almalinux.org>
|
||||||
|
Date: Sat, 16 Mar 2024 13:54:04 -0400
|
||||||
|
Subject: [PATCH 4/6] Bring back deprecated pci ids to aacraid driver
|
||||||
|
|
||||||
|
---
|
||||||
|
drivers/scsi/aacraid/linit.c | 4 ++--
|
||||||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/drivers/scsi/aacraid/linit.c b/drivers/scsi/aacraid/linit.c
|
||||||
|
index dffed227f..49f9d081c 100644
|
||||||
|
--- a/drivers/scsi/aacraid/linit.c
|
||||||
|
+++ b/drivers/scsi/aacraid/linit.c
|
||||||
|
@@ -85,7 +85,7 @@ static LIST_HEAD(aac_devices);
|
||||||
|
static int aac_cfg_major = AAC_CHARDEV_UNREGISTERED;
|
||||||
|
char aac_driver_version[] = AAC_DRIVER_FULL_VERSION;
|
||||||
|
|
||||||
|
-#ifdef CONFIG_RHEL_DIFFERENCES
|
||||||
|
+#ifdef CONFIG_ALMALINUX_DIFFERENCES
|
||||||
|
static const struct pci_device_id rh_deprecated_pci_table[] = {
|
||||||
|
|
||||||
|
{0} /* Terminating entry */
|
||||||
|
@@ -1778,7 +1778,7 @@ static int aac_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||||
|
int mask_bits = 0;
|
||||||
|
extern int aac_sync_mode;
|
||||||
|
|
||||||
|
-#ifdef CONFIG_RHEL_DIFFERENCES
|
||||||
|
+#ifdef CONFIG_ALMALINUX_DIFFERENCES
|
||||||
|
if (pci_hw_disabled(rh_disabled_pci_table, pdev))
|
||||||
|
return -ENODEV;
|
||||||
|
|
||||||
|
--
|
||||||
|
2.39.3
|
||||||
|
|
@ -0,0 +1,49 @@
|
|||||||
|
From ae2a3882e8ea0ef04ed2c0e29d8b725d19dfafd6 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Andrew Lukoshko <alukoshko@almalinux.org>
|
||||||
|
Date: Sat, 16 Mar 2024 14:09:29 -0400
|
||||||
|
Subject: [PATCH 5/6] Bring back deprecated pci ids to hpsa driver
|
||||||
|
|
||||||
|
---
|
||||||
|
drivers/scsi/hpsa.c | 12 +++++++++---
|
||||||
|
1 file changed, 9 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
|
||||||
|
index db7e1af75..cc592f8f9 100644
|
||||||
|
--- a/drivers/scsi/hpsa.c
|
||||||
|
+++ b/drivers/scsi/hpsa.c
|
||||||
|
@@ -91,6 +91,11 @@ MODULE_PARM_DESC(hpsa_simple_mode,
|
||||||
|
|
||||||
|
/* define the PCI info for the cards we can control */
|
||||||
|
static const struct pci_device_id hpsa_pci_device_id[] = {
|
||||||
|
+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, 0x103C, 0x3223},
|
||||||
|
+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, 0x103C, 0x3234},
|
||||||
|
+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, 0x103C, 0x3235},
|
||||||
|
+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, 0x103C, 0x3237},
|
||||||
|
+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, 0x103C, 0x323D},
|
||||||
|
{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSE, 0x103C, 0x3241},
|
||||||
|
{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSE, 0x103C, 0x3243},
|
||||||
|
{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSE, 0x103C, 0x3245},
|
||||||
|
@@ -144,6 +149,10 @@ static const struct pci_device_id hpsa_pci_device_id[] = {
|
||||||
|
{PCI_VENDOR_ID_HP_3PAR, 0x0075, 0x1590, 0x007D},
|
||||||
|
{PCI_VENDOR_ID_HP_3PAR, 0x0075, 0x1590, 0x0088},
|
||||||
|
{PCI_VENDOR_ID_HP, 0x333f, 0x103c, 0x333f},
|
||||||
|
+ {PCI_VENDOR_ID_HP, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
|
||||||
|
+ PCI_CLASS_STORAGE_RAID << 8, 0xffff << 8, 0},
|
||||||
|
+ {PCI_VENDOR_ID_COMPAQ, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
|
||||||
|
+ PCI_CLASS_STORAGE_RAID << 8, 0xffff << 8, 0},
|
||||||
|
{0,}
|
||||||
|
};
|
||||||
|
|
||||||
|
@@ -8652,9 +8661,6 @@ static int hpsa_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
|
||||||
|
unsigned long flags;
|
||||||
|
u32 board_id;
|
||||||
|
|
||||||
|
-#ifdef CONFIG_RHEL_DIFFERENCES
|
||||||
|
- pci_hw_deprecated(hpsa_pci_device_id, pdev);
|
||||||
|
-#endif
|
||||||
|
|
||||||
|
if (number_of_controllers == 0)
|
||||||
|
printk(KERN_INFO DRIVER_NAME "\n");
|
||||||
|
--
|
||||||
|
2.39.3
|
||||||
|
|
@ -0,0 +1,194 @@
|
|||||||
|
From b4c30dab126e13e0968b01c9e0dcbda7f95cc384 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Andrew Lukoshko <alukoshko@almalinux.org>
|
||||||
|
Date: Sat, 16 Mar 2024 15:02:12 -0400
|
||||||
|
Subject: [PATCH 6/6] Bring back deprecated pci ids to qla2xxx driver
|
||||||
|
|
||||||
|
---
|
||||||
|
drivers/scsi/qla2xxx/qla_os.c | 124 +++++++++++++++++++++++++++++++++-
|
||||||
|
1 file changed, 121 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
|
||||||
|
index 9e4746639..468600adb 100644
|
||||||
|
--- a/drivers/scsi/qla2xxx/qla_os.c
|
||||||
|
+++ b/drivers/scsi/qla2xxx/qla_os.c
|
||||||
|
@@ -2620,6 +2620,73 @@ qla2x00_set_isp_flags(struct qla_hw_data *ha)
|
||||||
|
{
|
||||||
|
ha->device_type = DT_EXTENDED_IDS;
|
||||||
|
switch (ha->pdev->device) {
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP2100:
|
||||||
|
+ ha->isp_type |= DT_ISP2100;
|
||||||
|
+ ha->device_type &= ~DT_EXTENDED_IDS;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2100;
|
||||||
|
+ break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP2200:
|
||||||
|
+ ha->isp_type |= DT_ISP2200;
|
||||||
|
+ ha->device_type &= ~DT_EXTENDED_IDS;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2100;
|
||||||
|
+ break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP2300:
|
||||||
|
+ ha->isp_type |= DT_ISP2300;
|
||||||
|
+ ha->device_type |= DT_ZIO_SUPPORTED;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2300;
|
||||||
|
+ break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP2312:
|
||||||
|
+ ha->isp_type |= DT_ISP2312;
|
||||||
|
+ ha->device_type |= DT_ZIO_SUPPORTED;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2300;
|
||||||
|
+ break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP2322:
|
||||||
|
+ ha->isp_type |= DT_ISP2322;
|
||||||
|
+ ha->device_type |= DT_ZIO_SUPPORTED;
|
||||||
|
+ if (ha->pdev->subsystem_vendor == 0x1028 &&
|
||||||
|
+ ha->pdev->subsystem_device == 0x0170)
|
||||||
|
+ ha->device_type |= DT_OEM_001;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2300;
|
||||||
|
+ break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP6312:
|
||||||
|
+ ha->isp_type |= DT_ISP6312;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2300;
|
||||||
|
+ break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP6322:
|
||||||
|
+ ha->isp_type |= DT_ISP6322;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2300;
|
||||||
|
+ break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP2422:
|
||||||
|
+ ha->isp_type |= DT_ISP2422;
|
||||||
|
+ ha->device_type |= DT_ZIO_SUPPORTED;
|
||||||
|
+ ha->device_type |= DT_FWI2;
|
||||||
|
+ ha->device_type |= DT_IIDMA;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2400;
|
||||||
|
+ break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP2432:
|
||||||
|
+ ha->isp_type |= DT_ISP2432;
|
||||||
|
+ ha->device_type |= DT_ZIO_SUPPORTED;
|
||||||
|
+ ha->device_type |= DT_FWI2;
|
||||||
|
+ ha->device_type |= DT_IIDMA;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2400;
|
||||||
|
+ break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP8432:
|
||||||
|
+ ha->isp_type |= DT_ISP8432;
|
||||||
|
+ ha->device_type |= DT_ZIO_SUPPORTED;
|
||||||
|
+ ha->device_type |= DT_FWI2;
|
||||||
|
+ ha->device_type |= DT_IIDMA;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2400;
|
||||||
|
+ break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP5422:
|
||||||
|
+ ha->isp_type |= DT_ISP5422;
|
||||||
|
+ ha->device_type |= DT_FWI2;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2400;
|
||||||
|
+ break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP5432:
|
||||||
|
+ ha->isp_type |= DT_ISP5432;
|
||||||
|
+ ha->device_type |= DT_FWI2;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2400;
|
||||||
|
+ break;
|
||||||
|
case PCI_DEVICE_ID_QLOGIC_ISP2532:
|
||||||
|
ha->isp_type |= DT_ISP2532;
|
||||||
|
ha->device_type |= DT_ZIO_SUPPORTED;
|
||||||
|
@@ -2627,6 +2694,29 @@ qla2x00_set_isp_flags(struct qla_hw_data *ha)
|
||||||
|
ha->device_type |= DT_IIDMA;
|
||||||
|
ha->fw_srisc_address = RISC_START_ADDRESS_2400;
|
||||||
|
break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP8001:
|
||||||
|
+ ha->isp_type |= DT_ISP8001;
|
||||||
|
+ ha->device_type |= DT_ZIO_SUPPORTED;
|
||||||
|
+ ha->device_type |= DT_FWI2;
|
||||||
|
+ ha->device_type |= DT_IIDMA;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2400;
|
||||||
|
+ break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP8021:
|
||||||
|
+ ha->isp_type |= DT_ISP8021;
|
||||||
|
+ ha->device_type |= DT_ZIO_SUPPORTED;
|
||||||
|
+ ha->device_type |= DT_FWI2;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2400;
|
||||||
|
+ /* Initialize 82XX ISP flags */
|
||||||
|
+ qla82xx_init_flags(ha);
|
||||||
|
+ break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISP8044:
|
||||||
|
+ ha->isp_type |= DT_ISP8044;
|
||||||
|
+ ha->device_type |= DT_ZIO_SUPPORTED;
|
||||||
|
+ ha->device_type |= DT_FWI2;
|
||||||
|
+ ha->fw_srisc_address = RISC_START_ADDRESS_2400;
|
||||||
|
+ /* Initialize 82XX ISP flags */
|
||||||
|
+ qla82xx_init_flags(ha);
|
||||||
|
+ break;
|
||||||
|
case PCI_DEVICE_ID_QLOGIC_ISP2031:
|
||||||
|
ha->isp_type |= DT_ISP2031;
|
||||||
|
ha->device_type |= DT_ZIO_SUPPORTED;
|
||||||
|
@@ -2643,6 +2733,9 @@ qla2x00_set_isp_flags(struct qla_hw_data *ha)
|
||||||
|
ha->device_type |= DT_T10_PI;
|
||||||
|
ha->fw_srisc_address = RISC_START_ADDRESS_2400;
|
||||||
|
break;
|
||||||
|
+ case PCI_DEVICE_ID_QLOGIC_ISPF001:
|
||||||
|
+ ha->isp_type |= DT_ISPFX00;
|
||||||
|
+ break;
|
||||||
|
case PCI_DEVICE_ID_QLOGIC_ISP2071:
|
||||||
|
ha->isp_type |= DT_ISP2071;
|
||||||
|
ha->device_type |= DT_ZIO_SUPPORTED;
|
||||||
|
@@ -2765,7 +2858,7 @@ static void qla2x00_iocb_work_fn(struct work_struct *work)
|
||||||
|
spin_unlock_irqrestore(&vha->work_lock, flags);
|
||||||
|
}
|
||||||
|
|
||||||
|
-#ifdef CONFIG_RHEL_DIFFERENCES
|
||||||
|
+#ifdef CONFIG_ALMALINUX_DIFFERENCES
|
||||||
|
static const struct pci_device_id rh_deprecated_pci_table[] = {
|
||||||
|
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2532) },
|
||||||
|
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2031) },
|
||||||
|
@@ -2801,7 +2894,7 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||||
|
struct rsp_que *rsp = NULL;
|
||||||
|
int i;
|
||||||
|
|
||||||
|
-#ifdef CONFIG_RHEL_DIFFERENCES
|
||||||
|
+#ifdef CONFIG_ALMALINUX_DIFFERENCES
|
||||||
|
if (pci_hw_disabled(rh_disabled_pci_table, pdev))
|
||||||
|
return -ENODEV;
|
||||||
|
|
||||||
|
@@ -2811,9 +2904,18 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||||
|
|
||||||
|
bars = pci_select_bars(pdev, IORESOURCE_MEM | IORESOURCE_IO);
|
||||||
|
sht = &qla2xxx_driver_template;
|
||||||
|
- if (pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2532 ||
|
||||||
|
+ if (pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2422 ||
|
||||||
|
+ pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2432 ||
|
||||||
|
+ pdev->device == PCI_DEVICE_ID_QLOGIC_ISP8432 ||
|
||||||
|
+ pdev->device == PCI_DEVICE_ID_QLOGIC_ISP5422 ||
|
||||||
|
+ pdev->device == PCI_DEVICE_ID_QLOGIC_ISP5432 ||
|
||||||
|
+ pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2532 ||
|
||||||
|
+ pdev->device == PCI_DEVICE_ID_QLOGIC_ISP8001 ||
|
||||||
|
+ pdev->device == PCI_DEVICE_ID_QLOGIC_ISP8021 ||
|
||||||
|
pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2031 ||
|
||||||
|
pdev->device == PCI_DEVICE_ID_QLOGIC_ISP8031 ||
|
||||||
|
+ pdev->device == PCI_DEVICE_ID_QLOGIC_ISPF001 ||
|
||||||
|
+ pdev->device == PCI_DEVICE_ID_QLOGIC_ISP8044 ||
|
||||||
|
pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2071 ||
|
||||||
|
pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2271 ||
|
||||||
|
pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2261 ||
|
||||||
|
@@ -7986,9 +8088,25 @@ static const struct pci_error_handlers qla2xxx_err_handler = {
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct pci_device_id qla2xxx_pci_tbl[] = {
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2100) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2200) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2300) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2312) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2322) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP6312) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP6322) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2422) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2432) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8432) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP5422) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP5432) },
|
||||||
|
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2532) },
|
||||||
|
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2031) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8001) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8021) },
|
||||||
|
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8031) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISPF001) },
|
||||||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8044) },
|
||||||
|
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2071) },
|
||||||
|
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2271) },
|
||||||
|
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2261) },
|
||||||
|
--
|
||||||
|
2.39.3
|
||||||
|
|
@ -1,4 +1,3 @@
|
|||||||
0x8640fec8 ___pskb_trim vmlinux EXPORT_SYMBOL
|
|
||||||
0x8b469ec3 __alloc_disk_node vmlinux EXPORT_SYMBOL
|
0x8b469ec3 __alloc_disk_node vmlinux EXPORT_SYMBOL
|
||||||
0xcbd52d53 __alloc_pages_nodemask vmlinux EXPORT_SYMBOL
|
0xcbd52d53 __alloc_pages_nodemask vmlinux EXPORT_SYMBOL
|
||||||
0x9b0236a9 __alloc_skb vmlinux EXPORT_SYMBOL
|
0x9b0236a9 __alloc_skb vmlinux EXPORT_SYMBOL
|
||||||
@ -25,12 +24,10 @@
|
|||||||
0x9b7fe4d4 __dynamic_pr_debug vmlinux EXPORT_SYMBOL
|
0x9b7fe4d4 __dynamic_pr_debug vmlinux EXPORT_SYMBOL
|
||||||
0xd10c488b __free_pages vmlinux EXPORT_SYMBOL
|
0xd10c488b __free_pages vmlinux EXPORT_SYMBOL
|
||||||
0x93fca811 __get_free_pages vmlinux EXPORT_SYMBOL
|
0x93fca811 __get_free_pages vmlinux EXPORT_SYMBOL
|
||||||
0xf389fe60 __hw_addr_init vmlinux EXPORT_SYMBOL
|
|
||||||
0x74be1b32 __init_rwsem vmlinux EXPORT_SYMBOL
|
0x74be1b32 __init_rwsem vmlinux EXPORT_SYMBOL
|
||||||
0xd9a5ea54 __init_waitqueue_head vmlinux EXPORT_SYMBOL
|
0xd9a5ea54 __init_waitqueue_head vmlinux EXPORT_SYMBOL
|
||||||
0x6b4b2933 __ioremap vmlinux EXPORT_SYMBOL
|
0x6b4b2933 __ioremap vmlinux EXPORT_SYMBOL
|
||||||
0x45a55ec8 __iounmap vmlinux EXPORT_SYMBOL
|
0x45a55ec8 __iounmap vmlinux EXPORT_SYMBOL
|
||||||
0xdfe9b981 __ip_queue_xmit vmlinux EXPORT_SYMBOL
|
|
||||||
0x0d542439 __ipv6_addr_type vmlinux EXPORT_SYMBOL
|
0x0d542439 __ipv6_addr_type vmlinux EXPORT_SYMBOL
|
||||||
0xd2b09ce5 __kmalloc vmlinux EXPORT_SYMBOL
|
0xd2b09ce5 __kmalloc vmlinux EXPORT_SYMBOL
|
||||||
0x68f31cbd __list_add_valid vmlinux EXPORT_SYMBOL
|
0x68f31cbd __list_add_valid vmlinux EXPORT_SYMBOL
|
||||||
@ -58,7 +55,6 @@
|
|||||||
0x9a7b4ad4 __napi_schedule vmlinux EXPORT_SYMBOL
|
0x9a7b4ad4 __napi_schedule vmlinux EXPORT_SYMBOL
|
||||||
0xdf8c695a __ndelay vmlinux EXPORT_SYMBOL
|
0xdf8c695a __ndelay vmlinux EXPORT_SYMBOL
|
||||||
0x802aa7db __netdev_alloc_skb vmlinux EXPORT_SYMBOL
|
0x802aa7db __netdev_alloc_skb vmlinux EXPORT_SYMBOL
|
||||||
0x91d0fbc5 __netif_napi_del vmlinux EXPORT_SYMBOL
|
|
||||||
0x46c47fb6 __node_distance vmlinux EXPORT_SYMBOL
|
0x46c47fb6 __node_distance vmlinux EXPORT_SYMBOL
|
||||||
0x5cea2dd8 __page_file_index vmlinux EXPORT_SYMBOL_GPL
|
0x5cea2dd8 __page_file_index vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xea6e8390 __page_mapcount vmlinux EXPORT_SYMBOL_GPL
|
0xea6e8390 __page_mapcount vmlinux EXPORT_SYMBOL_GPL
|
||||||
@ -75,7 +71,6 @@
|
|||||||
0x5c282196 __scsi_execute vmlinux EXPORT_SYMBOL
|
0x5c282196 __scsi_execute vmlinux EXPORT_SYMBOL
|
||||||
0x66cd09c7 __scsi_iterate_devices vmlinux EXPORT_SYMBOL
|
0x66cd09c7 __scsi_iterate_devices vmlinux EXPORT_SYMBOL
|
||||||
0xa2b63590 __skb_gso_segment vmlinux EXPORT_SYMBOL
|
0xa2b63590 __skb_gso_segment vmlinux EXPORT_SYMBOL
|
||||||
0xfb13f54a __skb_pad vmlinux EXPORT_SYMBOL
|
|
||||||
0xdb7305a1 __stack_chk_fail vmlinux EXPORT_SYMBOL
|
0xdb7305a1 __stack_chk_fail vmlinux EXPORT_SYMBOL
|
||||||
0xa6033f23 __task_pid_nr_ns vmlinux EXPORT_SYMBOL
|
0xa6033f23 __task_pid_nr_ns vmlinux EXPORT_SYMBOL
|
||||||
0x0faef0ed __tasklet_schedule vmlinux EXPORT_SYMBOL
|
0x0faef0ed __tasklet_schedule vmlinux EXPORT_SYMBOL
|
||||||
@ -104,7 +99,6 @@
|
|||||||
0x4afb2238 add_wait_queue vmlinux EXPORT_SYMBOL
|
0x4afb2238 add_wait_queue vmlinux EXPORT_SYMBOL
|
||||||
0xde293f9e add_wait_queue_exclusive vmlinux EXPORT_SYMBOL
|
0xde293f9e add_wait_queue_exclusive vmlinux EXPORT_SYMBOL
|
||||||
0xe3ec2f2b alloc_chrdev_region vmlinux EXPORT_SYMBOL
|
0xe3ec2f2b alloc_chrdev_region vmlinux EXPORT_SYMBOL
|
||||||
0xf48c936c alloc_etherdev_mqs vmlinux EXPORT_SYMBOL
|
|
||||||
0x1c8368f3 alloc_netdev_mqs vmlinux EXPORT_SYMBOL
|
0x1c8368f3 alloc_netdev_mqs vmlinux EXPORT_SYMBOL
|
||||||
0xa6b529e3 alloc_pages_current vmlinux EXPORT_SYMBOL
|
0xa6b529e3 alloc_pages_current vmlinux EXPORT_SYMBOL
|
||||||
0x75fb9062 arch_timer_read_counter vmlinux EXPORT_SYMBOL_GPL
|
0x75fb9062 arch_timer_read_counter vmlinux EXPORT_SYMBOL_GPL
|
||||||
@ -174,8 +168,6 @@
|
|||||||
0x7a9b37e8 blk_start_plug vmlinux EXPORT_SYMBOL
|
0x7a9b37e8 blk_start_plug vmlinux EXPORT_SYMBOL
|
||||||
0x84502a47 blk_status_to_errno vmlinux EXPORT_SYMBOL_GPL
|
0x84502a47 blk_status_to_errno vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x981874cb blk_verify_command vmlinux EXPORT_SYMBOL
|
0x981874cb blk_verify_command vmlinux EXPORT_SYMBOL
|
||||||
0x640b8f93 blkdev_fsync vmlinux EXPORT_SYMBOL
|
|
||||||
0x098a2b82 blkdev_get vmlinux EXPORT_SYMBOL
|
|
||||||
0x57b3a714 blkdev_get_by_dev vmlinux EXPORT_SYMBOL
|
0x57b3a714 blkdev_get_by_dev vmlinux EXPORT_SYMBOL
|
||||||
0x3a58ff8f blkdev_get_by_path vmlinux EXPORT_SYMBOL
|
0x3a58ff8f blkdev_get_by_path vmlinux EXPORT_SYMBOL
|
||||||
0xa4e90f02 blkdev_issue_discard vmlinux EXPORT_SYMBOL
|
0xa4e90f02 blkdev_issue_discard vmlinux EXPORT_SYMBOL
|
||||||
@ -229,36 +221,24 @@
|
|||||||
0xc2ce4b1e d_make_root vmlinux EXPORT_SYMBOL
|
0xc2ce4b1e d_make_root vmlinux EXPORT_SYMBOL
|
||||||
0x3b9ea1ae d_obtain_alias vmlinux EXPORT_SYMBOL
|
0x3b9ea1ae d_obtain_alias vmlinux EXPORT_SYMBOL
|
||||||
0xfa0f4c0f d_prune_aliases vmlinux EXPORT_SYMBOL
|
0xfa0f4c0f d_prune_aliases vmlinux EXPORT_SYMBOL
|
||||||
0x4bcdda9f deactivate_super vmlinux EXPORT_SYMBOL
|
|
||||||
0xa8a90b07 default_llseek vmlinux EXPORT_SYMBOL
|
|
||||||
0xaad8c7d6 default_wake_function vmlinux EXPORT_SYMBOL
|
0xaad8c7d6 default_wake_function vmlinux EXPORT_SYMBOL
|
||||||
0x74c32ea2 del_gendisk vmlinux EXPORT_SYMBOL
|
0x74c32ea2 del_gendisk vmlinux EXPORT_SYMBOL
|
||||||
0xfa5223cc del_timer vmlinux EXPORT_SYMBOL
|
0xfa5223cc del_timer vmlinux EXPORT_SYMBOL
|
||||||
0xec02a35f del_timer_sync vmlinux EXPORT_SYMBOL
|
0xec02a35f del_timer_sync vmlinux EXPORT_SYMBOL
|
||||||
0x0c1c794e delayed_work_timer_fn vmlinux EXPORT_SYMBOL
|
0x0c1c794e delayed_work_timer_fn vmlinux EXPORT_SYMBOL
|
||||||
0x3a484afa dentry_open vmlinux EXPORT_SYMBOL
|
|
||||||
0x8c03d20c destroy_workqueue vmlinux EXPORT_SYMBOL_GPL
|
0x8c03d20c destroy_workqueue vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xd20af00a dev_add_pack vmlinux EXPORT_SYMBOL
|
|
||||||
0xa5976e4f dev_base_lock vmlinux EXPORT_SYMBOL
|
|
||||||
0xdbca8b3e dev_close vmlinux EXPORT_SYMBOL
|
|
||||||
0x862f1376 dev_get_by_index vmlinux EXPORT_SYMBOL
|
0x862f1376 dev_get_by_index vmlinux EXPORT_SYMBOL
|
||||||
0x99c61367 dev_get_by_name vmlinux EXPORT_SYMBOL
|
0x99c61367 dev_get_by_name vmlinux EXPORT_SYMBOL
|
||||||
0x9924cf7e dev_mc_add vmlinux EXPORT_SYMBOL
|
0x9924cf7e dev_mc_add vmlinux EXPORT_SYMBOL
|
||||||
0x19632718 dev_mc_add_excl vmlinux EXPORT_SYMBOL
|
|
||||||
0x22ea88ad dev_mc_add_global vmlinux EXPORT_SYMBOL
|
|
||||||
0x3a28c137 dev_mc_del vmlinux EXPORT_SYMBOL
|
0x3a28c137 dev_mc_del vmlinux EXPORT_SYMBOL
|
||||||
0x535d829d dev_mc_del_global vmlinux EXPORT_SYMBOL
|
|
||||||
0xac0eb98a dev_queue_xmit vmlinux EXPORT_SYMBOL
|
0xac0eb98a dev_queue_xmit vmlinux EXPORT_SYMBOL
|
||||||
0x746bc396 dev_remove_pack vmlinux EXPORT_SYMBOL
|
|
||||||
0xcd1adebd dev_set_mac_address vmlinux EXPORT_SYMBOL
|
0xcd1adebd dev_set_mac_address vmlinux EXPORT_SYMBOL
|
||||||
0xc55637a6 dev_set_mtu vmlinux EXPORT_SYMBOL
|
0xc55637a6 dev_set_mtu vmlinux EXPORT_SYMBOL
|
||||||
0xc3b519d1 dev_set_promiscuity vmlinux EXPORT_SYMBOL
|
0xc3b519d1 dev_set_promiscuity vmlinux EXPORT_SYMBOL
|
||||||
0xc3885b05 dev_uc_add_excl vmlinux EXPORT_SYMBOL
|
|
||||||
0xaef62a99 device_add_disk vmlinux EXPORT_SYMBOL
|
0xaef62a99 device_add_disk vmlinux EXPORT_SYMBOL
|
||||||
0x1744744a device_create vmlinux EXPORT_SYMBOL_GPL
|
0x1744744a device_create vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x8ea07c28 device_destroy vmlinux EXPORT_SYMBOL_GPL
|
0x8ea07c28 device_destroy vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x88528f75 dget_parent vmlinux EXPORT_SYMBOL
|
0x88528f75 dget_parent vmlinux EXPORT_SYMBOL
|
||||||
0x3ce4ca6f disable_irq vmlinux EXPORT_SYMBOL
|
|
||||||
0x926be68c dma_get_required_mask vmlinux EXPORT_SYMBOL_GPL
|
0x926be68c dma_get_required_mask vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x1c5a0e6e dma_set_coherent_mask vmlinux EXPORT_SYMBOL
|
0x1c5a0e6e dma_set_coherent_mask vmlinux EXPORT_SYMBOL
|
||||||
0x4e0bc306 dma_set_mask vmlinux EXPORT_SYMBOL
|
0x4e0bc306 dma_set_mask vmlinux EXPORT_SYMBOL
|
||||||
@ -275,17 +255,11 @@
|
|||||||
0xa4fd336d dst_release vmlinux EXPORT_SYMBOL
|
0xa4fd336d dst_release vmlinux EXPORT_SYMBOL
|
||||||
0x6b2dc060 dump_stack vmlinux EXPORT_SYMBOL
|
0x6b2dc060 dump_stack vmlinux EXPORT_SYMBOL
|
||||||
0xd0c05159 emergency_restart vmlinux EXPORT_SYMBOL_GPL
|
0xd0c05159 emergency_restart vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xfcec0987 enable_irq vmlinux EXPORT_SYMBOL
|
|
||||||
0x612bfd89 errno_to_blk_status vmlinux EXPORT_SYMBOL_GPL
|
0x612bfd89 errno_to_blk_status vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xa719c4a2 eth_get_headlen vmlinux EXPORT_SYMBOL
|
|
||||||
0x4c16334a eth_type_trans vmlinux EXPORT_SYMBOL
|
0x4c16334a eth_type_trans vmlinux EXPORT_SYMBOL
|
||||||
0xb8f8ac3b eth_validate_addr vmlinux EXPORT_SYMBOL
|
|
||||||
0x092f9801 ether_setup vmlinux EXPORT_SYMBOL
|
0x092f9801 ether_setup vmlinux EXPORT_SYMBOL
|
||||||
0x8f996a30 ethtool_convert_legacy_u32_to_link_mode vmlinux EXPORT_SYMBOL
|
|
||||||
0x55e31703 ethtool_convert_link_mode_to_legacy_u32 vmlinux EXPORT_SYMBOL
|
|
||||||
0xf12fd7b7 ethtool_op_get_link vmlinux EXPORT_SYMBOL
|
0xf12fd7b7 ethtool_op_get_link vmlinux EXPORT_SYMBOL
|
||||||
0x45f82af7 fc_remove_host drivers/scsi/scsi_transport_fc EXPORT_SYMBOL
|
0x45f82af7 fc_remove_host drivers/scsi/scsi_transport_fc EXPORT_SYMBOL
|
||||||
0x8cdd7fee fget vmlinux EXPORT_SYMBOL
|
|
||||||
0x317eee7a filemap_fault vmlinux EXPORT_SYMBOL
|
0x317eee7a filemap_fault vmlinux EXPORT_SYMBOL
|
||||||
0xadaabf62 filp_close vmlinux EXPORT_SYMBOL
|
0xadaabf62 filp_close vmlinux EXPORT_SYMBOL
|
||||||
0xf8c0da85 filp_open vmlinux EXPORT_SYMBOL
|
0xf8c0da85 filp_open vmlinux EXPORT_SYMBOL
|
||||||
@ -298,7 +272,6 @@
|
|||||||
0x42160169 flush_workqueue vmlinux EXPORT_SYMBOL
|
0x42160169 flush_workqueue vmlinux EXPORT_SYMBOL
|
||||||
0xdfbfce13 force_sig vmlinux EXPORT_SYMBOL
|
0xdfbfce13 force_sig vmlinux EXPORT_SYMBOL
|
||||||
0xcbd4898c fortify_panic vmlinux EXPORT_SYMBOL
|
0xcbd4898c fortify_panic vmlinux EXPORT_SYMBOL
|
||||||
0x3c7e0019 fput vmlinux EXPORT_SYMBOL
|
|
||||||
0xc1514a3b free_irq vmlinux EXPORT_SYMBOL
|
0xc1514a3b free_irq vmlinux EXPORT_SYMBOL
|
||||||
0xf276078f free_netdev vmlinux EXPORT_SYMBOL
|
0xf276078f free_netdev vmlinux EXPORT_SYMBOL
|
||||||
0x4302d0eb free_pages vmlinux EXPORT_SYMBOL
|
0x4302d0eb free_pages vmlinux EXPORT_SYMBOL
|
||||||
@ -306,15 +279,10 @@
|
|||||||
0x1c2073b0 from_kgid vmlinux EXPORT_SYMBOL
|
0x1c2073b0 from_kgid vmlinux EXPORT_SYMBOL
|
||||||
0x69d83b26 from_kuid vmlinux EXPORT_SYMBOL
|
0x69d83b26 from_kuid vmlinux EXPORT_SYMBOL
|
||||||
0x02c7d7c5 fs_bio_set vmlinux EXPORT_SYMBOL
|
0x02c7d7c5 fs_bio_set vmlinux EXPORT_SYMBOL
|
||||||
0x4da5d582 fsync_bdev vmlinux EXPORT_SYMBOL
|
|
||||||
0x871408e9 generic_end_io_acct vmlinux EXPORT_SYMBOL
|
0x871408e9 generic_end_io_acct vmlinux EXPORT_SYMBOL
|
||||||
0x9874466f generic_file_llseek vmlinux EXPORT_SYMBOL
|
0x9874466f generic_file_llseek vmlinux EXPORT_SYMBOL
|
||||||
0x9f289411 generic_file_open vmlinux EXPORT_SYMBOL
|
0x9f289411 generic_file_open vmlinux EXPORT_SYMBOL
|
||||||
0xfce4eac3 generic_fillattr vmlinux EXPORT_SYMBOL
|
|
||||||
0x94a0b371 generic_make_request vmlinux EXPORT_SYMBOL
|
0x94a0b371 generic_make_request vmlinux EXPORT_SYMBOL
|
||||||
0x88de0238 generic_permission vmlinux EXPORT_SYMBOL
|
|
||||||
0xbf06c358 generic_read_dir vmlinux EXPORT_SYMBOL
|
|
||||||
0x1026d343 generic_shutdown_super vmlinux EXPORT_SYMBOL
|
|
||||||
0x941835d6 generic_start_io_acct vmlinux EXPORT_SYMBOL
|
0x941835d6 generic_start_io_acct vmlinux EXPORT_SYMBOL
|
||||||
0x8811191a genl_register_family vmlinux EXPORT_SYMBOL
|
0x8811191a genl_register_family vmlinux EXPORT_SYMBOL
|
||||||
0x9f39d33a genl_unregister_family vmlinux EXPORT_SYMBOL
|
0x9f39d33a genl_unregister_family vmlinux EXPORT_SYMBOL
|
||||||
@ -337,15 +305,11 @@
|
|||||||
0x1a4e541a igrab vmlinux EXPORT_SYMBOL
|
0x1a4e541a igrab vmlinux EXPORT_SYMBOL
|
||||||
0x39461d6a in_egroup_p vmlinux EXPORT_SYMBOL
|
0x39461d6a in_egroup_p vmlinux EXPORT_SYMBOL
|
||||||
0x8b8059bd in_group_p vmlinux EXPORT_SYMBOL
|
0x8b8059bd in_group_p vmlinux EXPORT_SYMBOL
|
||||||
0x2a3b01e7 inet_add_protocol vmlinux EXPORT_SYMBOL
|
|
||||||
0x1b51df14 inet_del_protocol vmlinux EXPORT_SYMBOL
|
|
||||||
0x7558b7d0 init_net vmlinux EXPORT_SYMBOL
|
0x7558b7d0 init_net vmlinux EXPORT_SYMBOL
|
||||||
0x10be2e85 init_task vmlinux EXPORT_SYMBOL
|
0x10be2e85 init_task vmlinux EXPORT_SYMBOL
|
||||||
0x4cc8f9c8 init_timer_key vmlinux EXPORT_SYMBOL
|
0x4cc8f9c8 init_timer_key vmlinux EXPORT_SYMBOL
|
||||||
0x2b91e0ef init_uts_ns vmlinux EXPORT_SYMBOL_GPL
|
0x2b91e0ef init_uts_ns vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xfe487975 init_wait_entry vmlinux EXPORT_SYMBOL
|
0xfe487975 init_wait_entry vmlinux EXPORT_SYMBOL
|
||||||
0xbe04575e inode_init_always vmlinux EXPORT_SYMBOL
|
|
||||||
0x9274c33c inode_permission vmlinux EXPORT_SYMBOL
|
|
||||||
0x5ed90adc int_to_scsilun vmlinux EXPORT_SYMBOL
|
0x5ed90adc int_to_scsilun vmlinux EXPORT_SYMBOL
|
||||||
0x93b9824b invalidate_partition vmlinux EXPORT_SYMBOL
|
0x93b9824b invalidate_partition vmlinux EXPORT_SYMBOL
|
||||||
0x93a6e0b2 io_schedule vmlinux EXPORT_SYMBOL
|
0x93a6e0b2 io_schedule vmlinux EXPORT_SYMBOL
|
||||||
@ -365,7 +329,6 @@
|
|||||||
0xe4f4665b ipmi_validate_addr drivers/char/ipmi/ipmi_msghandler EXPORT_SYMBOL
|
0xe4f4665b ipmi_validate_addr drivers/char/ipmi/ipmi_msghandler EXPORT_SYMBOL
|
||||||
0x872e8bfa iput vmlinux EXPORT_SYMBOL
|
0x872e8bfa iput vmlinux EXPORT_SYMBOL
|
||||||
0x8b3fdb57 irq_set_affinity_hint vmlinux EXPORT_SYMBOL_GPL
|
0x8b3fdb57 irq_set_affinity_hint vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xdc3a5af3 iterate_dir vmlinux EXPORT_SYMBOL
|
|
||||||
0x15ba50a6 jiffies vmlinux EXPORT_SYMBOL
|
0x15ba50a6 jiffies vmlinux EXPORT_SYMBOL
|
||||||
0x055e77e8 jiffies_64 vmlinux EXPORT_SYMBOL
|
0x055e77e8 jiffies_64 vmlinux EXPORT_SYMBOL
|
||||||
0x37befc70 jiffies_to_msecs vmlinux EXPORT_SYMBOL
|
0x37befc70 jiffies_to_msecs vmlinux EXPORT_SYMBOL
|
||||||
@ -380,9 +343,6 @@
|
|||||||
0x037a0cba kfree vmlinux EXPORT_SYMBOL
|
0x037a0cba kfree vmlinux EXPORT_SYMBOL
|
||||||
0x19f462ab kfree_call_rcu vmlinux EXPORT_SYMBOL_GPL
|
0x19f462ab kfree_call_rcu vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x6aec8ba4 kfree_skb vmlinux EXPORT_SYMBOL
|
0x6aec8ba4 kfree_skb vmlinux EXPORT_SYMBOL
|
||||||
0x706befc9 kfree_skb_reason vmlinux EXPORT_SYMBOL
|
|
||||||
0x0e479cbd kill_anon_super vmlinux EXPORT_SYMBOL
|
|
||||||
0x768782f0 kill_block_super vmlinux EXPORT_SYMBOL
|
|
||||||
0xc30a389f kmalloc_caches vmlinux EXPORT_SYMBOL
|
0xc30a389f kmalloc_caches vmlinux EXPORT_SYMBOL
|
||||||
0xa202a8e5 kmalloc_order_trace vmlinux EXPORT_SYMBOL
|
0xa202a8e5 kmalloc_order_trace vmlinux EXPORT_SYMBOL
|
||||||
0x324a6217 kmem_cache_alloc vmlinux EXPORT_SYMBOL
|
0x324a6217 kmem_cache_alloc vmlinux EXPORT_SYMBOL
|
||||||
@ -467,8 +427,6 @@
|
|||||||
0x29367907 mmput vmlinux EXPORT_SYMBOL_GPL
|
0x29367907 mmput vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x1ccf7c3c mmu_notifier_register vmlinux EXPORT_SYMBOL_GPL
|
0x1ccf7c3c mmu_notifier_register vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x725826d8 mmu_notifier_unregister vmlinux EXPORT_SYMBOL_GPL
|
0x725826d8 mmu_notifier_unregister vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x2360f588 mntget vmlinux EXPORT_SYMBOL
|
|
||||||
0x41cfedb6 mntput vmlinux EXPORT_SYMBOL
|
|
||||||
0xebca8b54 mod_delayed_work_on vmlinux EXPORT_SYMBOL_GPL
|
0xebca8b54 mod_delayed_work_on vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x28985b9f mod_timer vmlinux EXPORT_SYMBOL
|
0x28985b9f mod_timer vmlinux EXPORT_SYMBOL
|
||||||
0xaac80d5b mod_timer_pending vmlinux EXPORT_SYMBOL
|
0xaac80d5b mod_timer_pending vmlinux EXPORT_SYMBOL
|
||||||
@ -481,34 +439,19 @@
|
|||||||
0xa6093a32 mutex_unlock vmlinux EXPORT_SYMBOL
|
0xa6093a32 mutex_unlock vmlinux EXPORT_SYMBOL
|
||||||
0x67b127fd napi_complete_done vmlinux EXPORT_SYMBOL
|
0x67b127fd napi_complete_done vmlinux EXPORT_SYMBOL
|
||||||
0x3ccfb3e7 napi_disable vmlinux EXPORT_SYMBOL
|
0x3ccfb3e7 napi_disable vmlinux EXPORT_SYMBOL
|
||||||
0xb5c31ca9 napi_enable vmlinux EXPORT_SYMBOL
|
|
||||||
0xb13255ac napi_gro_receive vmlinux EXPORT_SYMBOL
|
0xb13255ac napi_gro_receive vmlinux EXPORT_SYMBOL
|
||||||
0x4e1fb093 napi_schedule_prep vmlinux EXPORT_SYMBOL
|
0x4e1fb093 napi_schedule_prep vmlinux EXPORT_SYMBOL
|
||||||
0x2f1bd368 ndo_dflt_bridge_getlink vmlinux EXPORT_SYMBOL_GPL
|
|
||||||
0xf6ebc03b net_ratelimit vmlinux EXPORT_SYMBOL
|
|
||||||
0xee61e7cb netdev_err vmlinux EXPORT_SYMBOL
|
|
||||||
0x1d923f17 netdev_features_change vmlinux EXPORT_SYMBOL
|
0x1d923f17 netdev_features_change vmlinux EXPORT_SYMBOL
|
||||||
0x728c2b32 netdev_info vmlinux EXPORT_SYMBOL
|
|
||||||
0xa6c7b0cc netdev_refcnt_read vmlinux EXPORT_SYMBOL
|
|
||||||
0xac109b30 netdev_rx_handler_register vmlinux EXPORT_SYMBOL_GPL
|
0xac109b30 netdev_rx_handler_register vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x16f7f97c netdev_rx_handler_unregister vmlinux EXPORT_SYMBOL_GPL
|
0x16f7f97c netdev_rx_handler_unregister vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x721281fb netif_carrier_off vmlinux EXPORT_SYMBOL
|
0x721281fb netif_carrier_off vmlinux EXPORT_SYMBOL
|
||||||
0x0950991c netif_carrier_on vmlinux EXPORT_SYMBOL
|
0x0950991c netif_carrier_on vmlinux EXPORT_SYMBOL
|
||||||
0x7e5c39a1 netif_device_attach vmlinux EXPORT_SYMBOL
|
|
||||||
0x3e5d9b35 netif_device_detach vmlinux EXPORT_SYMBOL
|
|
||||||
0xadcb4759 netif_napi_add vmlinux EXPORT_SYMBOL
|
0xadcb4759 netif_napi_add vmlinux EXPORT_SYMBOL
|
||||||
0x98718ddd netif_napi_add_weight vmlinux EXPORT_SYMBOL
|
|
||||||
0xba5c3343 netif_napi_del vmlinux EXPORT_SYMBOL
|
0xba5c3343 netif_napi_del vmlinux EXPORT_SYMBOL
|
||||||
0x4dee28e1 netif_receive_skb vmlinux EXPORT_SYMBOL
|
0x4dee28e1 netif_receive_skb vmlinux EXPORT_SYMBOL
|
||||||
0x155980d9 netif_rx vmlinux EXPORT_SYMBOL
|
0x155980d9 netif_rx vmlinux EXPORT_SYMBOL
|
||||||
0x4e3c20c9 netif_schedule_queue vmlinux EXPORT_SYMBOL
|
|
||||||
0x6dd8dcb6 netif_set_real_num_rx_queues vmlinux EXPORT_SYMBOL
|
|
||||||
0xb42fab00 netif_set_real_num_tx_queues vmlinux EXPORT_SYMBOL
|
|
||||||
0xded1484b netif_tx_stop_all_queues vmlinux EXPORT_SYMBOL
|
|
||||||
0x7182f847 netif_tx_wake_queue vmlinux EXPORT_SYMBOL
|
|
||||||
0xf6ff1b05 netlink_broadcast vmlinux EXPORT_SYMBOL
|
0xf6ff1b05 netlink_broadcast vmlinux EXPORT_SYMBOL
|
||||||
0xf47829bd netlink_unicast vmlinux EXPORT_SYMBOL
|
0xf47829bd netlink_unicast vmlinux EXPORT_SYMBOL
|
||||||
0x6a3475c1 new_inode vmlinux EXPORT_SYMBOL
|
|
||||||
0xfdc1bd61 nla_put vmlinux EXPORT_SYMBOL
|
0xfdc1bd61 nla_put vmlinux EXPORT_SYMBOL
|
||||||
0xaa19fd49 node_data vmlinux EXPORT_SYMBOL
|
0xaa19fd49 node_data vmlinux EXPORT_SYMBOL
|
||||||
0xc19ac37a node_to_cpumask_map vmlinux EXPORT_SYMBOL
|
0xc19ac37a node_to_cpumask_map vmlinux EXPORT_SYMBOL
|
||||||
@ -570,13 +513,11 @@
|
|||||||
0x65ee6e82 read_cache_pages vmlinux EXPORT_SYMBOL
|
0x65ee6e82 read_cache_pages vmlinux EXPORT_SYMBOL
|
||||||
0xfb6af58d recalc_sigpending vmlinux EXPORT_SYMBOL
|
0xfb6af58d recalc_sigpending vmlinux EXPORT_SYMBOL
|
||||||
0x71a50dbc register_blkdev vmlinux EXPORT_SYMBOL
|
0x71a50dbc register_blkdev vmlinux EXPORT_SYMBOL
|
||||||
0x7e2473d5 register_filesystem vmlinux EXPORT_SYMBOL
|
|
||||||
0x60352082 register_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
0x60352082 register_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xf68285c0 register_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
0xf68285c0 register_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0x87026672 register_netdev vmlinux EXPORT_SYMBOL
|
0x87026672 register_netdev vmlinux EXPORT_SYMBOL
|
||||||
0xd2da1048 register_netdevice_notifier vmlinux EXPORT_SYMBOL
|
0xd2da1048 register_netdevice_notifier vmlinux EXPORT_SYMBOL
|
||||||
0x3517383e register_reboot_notifier vmlinux EXPORT_SYMBOL
|
0x3517383e register_reboot_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xf97d7de2 register_sysctl_table vmlinux EXPORT_SYMBOL
|
|
||||||
0x44d786a5 release_sock vmlinux EXPORT_SYMBOL
|
0x44d786a5 release_sock vmlinux EXPORT_SYMBOL
|
||||||
0x5d291b26 remap_pfn_range vmlinux EXPORT_SYMBOL
|
0x5d291b26 remap_pfn_range vmlinux EXPORT_SYMBOL
|
||||||
0x37110088 remove_wait_queue vmlinux EXPORT_SYMBOL
|
0x37110088 remove_wait_queue vmlinux EXPORT_SYMBOL
|
||||||
@ -655,18 +596,13 @@
|
|||||||
0x333c20bd shrink_dcache_parent vmlinux EXPORT_SYMBOL
|
0x333c20bd shrink_dcache_parent vmlinux EXPORT_SYMBOL
|
||||||
0x40c7247c si_meminfo vmlinux EXPORT_SYMBOL
|
0x40c7247c si_meminfo vmlinux EXPORT_SYMBOL
|
||||||
0x6a5fa363 sigprocmask vmlinux EXPORT_SYMBOL
|
0x6a5fa363 sigprocmask vmlinux EXPORT_SYMBOL
|
||||||
0xf8d4a345 simple_statfs vmlinux EXPORT_SYMBOL
|
|
||||||
0x0b742fd7 simple_strtol vmlinux EXPORT_SYMBOL
|
0x0b742fd7 simple_strtol vmlinux EXPORT_SYMBOL
|
||||||
0x20000329 simple_strtoul vmlinux EXPORT_SYMBOL
|
0x20000329 simple_strtoul vmlinux EXPORT_SYMBOL
|
||||||
0x61b7b126 simple_strtoull vmlinux EXPORT_SYMBOL
|
0x61b7b126 simple_strtoull vmlinux EXPORT_SYMBOL
|
||||||
0x80f579a4 single_open vmlinux EXPORT_SYMBOL
|
0x80f579a4 single_open vmlinux EXPORT_SYMBOL
|
||||||
0x9b3968e9 single_release vmlinux EXPORT_SYMBOL
|
0x9b3968e9 single_release vmlinux EXPORT_SYMBOL
|
||||||
0x6d2e4dd3 sk_alloc vmlinux EXPORT_SYMBOL
|
|
||||||
0xb63ddd95 sk_free vmlinux EXPORT_SYMBOL
|
|
||||||
0x9ea7a3fc skb_add_rx_frag vmlinux EXPORT_SYMBOL
|
|
||||||
0x3158d738 skb_checksum_help vmlinux EXPORT_SYMBOL
|
0x3158d738 skb_checksum_help vmlinux EXPORT_SYMBOL
|
||||||
0x9f0544ab skb_clone vmlinux EXPORT_SYMBOL
|
0x9f0544ab skb_clone vmlinux EXPORT_SYMBOL
|
||||||
0xb2b769f0 skb_clone_tx_timestamp vmlinux EXPORT_SYMBOL_GPL
|
|
||||||
0x8ffdf6ac skb_copy vmlinux EXPORT_SYMBOL
|
0x8ffdf6ac skb_copy vmlinux EXPORT_SYMBOL
|
||||||
0x11a9c1a0 skb_copy_bits vmlinux EXPORT_SYMBOL
|
0x11a9c1a0 skb_copy_bits vmlinux EXPORT_SYMBOL
|
||||||
0x05eb81e9 skb_dequeue vmlinux EXPORT_SYMBOL
|
0x05eb81e9 skb_dequeue vmlinux EXPORT_SYMBOL
|
||||||
@ -677,7 +613,6 @@
|
|||||||
0x61dbc2a0 skb_queue_tail vmlinux EXPORT_SYMBOL
|
0x61dbc2a0 skb_queue_tail vmlinux EXPORT_SYMBOL
|
||||||
0x3a945419 skb_realloc_headroom vmlinux EXPORT_SYMBOL
|
0x3a945419 skb_realloc_headroom vmlinux EXPORT_SYMBOL
|
||||||
0xc877e274 skb_trim vmlinux EXPORT_SYMBOL
|
0xc877e274 skb_trim vmlinux EXPORT_SYMBOL
|
||||||
0x4a8543ed skb_tstamp_tx vmlinux EXPORT_SYMBOL_GPL
|
|
||||||
0xa32d0dc9 smp_call_function_many vmlinux EXPORT_SYMBOL
|
0xa32d0dc9 smp_call_function_many vmlinux EXPORT_SYMBOL
|
||||||
0x6228c21f smp_call_function_single vmlinux EXPORT_SYMBOL
|
0x6228c21f smp_call_function_single vmlinux EXPORT_SYMBOL
|
||||||
0x28318305 snprintf vmlinux EXPORT_SYMBOL
|
0x28318305 snprintf vmlinux EXPORT_SYMBOL
|
||||||
@ -708,7 +643,6 @@
|
|||||||
0xc29bf967 strspn vmlinux EXPORT_SYMBOL
|
0xc29bf967 strspn vmlinux EXPORT_SYMBOL
|
||||||
0x1e6d26a8 strstr vmlinux EXPORT_SYMBOL
|
0x1e6d26a8 strstr vmlinux EXPORT_SYMBOL
|
||||||
0xe3140538 submit_bio vmlinux EXPORT_SYMBOL
|
0xe3140538 submit_bio vmlinux EXPORT_SYMBOL
|
||||||
0x609f1c7e synchronize_net vmlinux EXPORT_SYMBOL
|
|
||||||
0x2d3385d3 system_wq vmlinux EXPORT_SYMBOL
|
0x2d3385d3 system_wq vmlinux EXPORT_SYMBOL
|
||||||
0x9545af6d tasklet_init vmlinux EXPORT_SYMBOL
|
0x9545af6d tasklet_init vmlinux EXPORT_SYMBOL
|
||||||
0x080c9e73 thaw_bdev vmlinux EXPORT_SYMBOL
|
0x080c9e73 thaw_bdev vmlinux EXPORT_SYMBOL
|
||||||
@ -719,13 +653,11 @@
|
|||||||
0x8d420dbb unmap_mapping_range vmlinux EXPORT_SYMBOL
|
0x8d420dbb unmap_mapping_range vmlinux EXPORT_SYMBOL
|
||||||
0xb5a459dc unregister_blkdev vmlinux EXPORT_SYMBOL
|
0xb5a459dc unregister_blkdev vmlinux EXPORT_SYMBOL
|
||||||
0x6091b333 unregister_chrdev_region vmlinux EXPORT_SYMBOL
|
0x6091b333 unregister_chrdev_region vmlinux EXPORT_SYMBOL
|
||||||
0x52f5f5a6 unregister_filesystem vmlinux EXPORT_SYMBOL
|
|
||||||
0x2fe252cc unregister_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
0x2fe252cc unregister_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xfe029963 unregister_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
0xfe029963 unregister_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0x326d489d unregister_netdev vmlinux EXPORT_SYMBOL
|
0x326d489d unregister_netdev vmlinux EXPORT_SYMBOL
|
||||||
0x9d0d6206 unregister_netdevice_notifier vmlinux EXPORT_SYMBOL
|
0x9d0d6206 unregister_netdevice_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xac1a55be unregister_reboot_notifier vmlinux EXPORT_SYMBOL
|
0xac1a55be unregister_reboot_notifier vmlinux EXPORT_SYMBOL
|
||||||
0x6be0d38b unregister_sysctl_table vmlinux EXPORT_SYMBOL
|
|
||||||
0xc452a18b unuse_mm vmlinux EXPORT_SYMBOL_GPL
|
0xc452a18b unuse_mm vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xcf2a6966 up vmlinux EXPORT_SYMBOL
|
0xcf2a6966 up vmlinux EXPORT_SYMBOL
|
||||||
0x1e03a6e3 up_read vmlinux EXPORT_SYMBOL
|
0x1e03a6e3 up_read vmlinux EXPORT_SYMBOL
|
||||||
@ -733,20 +665,6 @@
|
|||||||
0x851e0ea2 use_mm vmlinux EXPORT_SYMBOL_GPL
|
0x851e0ea2 use_mm vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x12a38747 usleep_range vmlinux EXPORT_SYMBOL
|
0x12a38747 usleep_range vmlinux EXPORT_SYMBOL
|
||||||
0x999e8297 vfree vmlinux EXPORT_SYMBOL
|
0x999e8297 vfree vmlinux EXPORT_SYMBOL
|
||||||
0xc6b294ae vfs_create vmlinux EXPORT_SYMBOL
|
|
||||||
0x9c6cc0f4 vfs_fsync vmlinux EXPORT_SYMBOL
|
|
||||||
0xc1e09c95 vfs_fsync_range vmlinux EXPORT_SYMBOL
|
|
||||||
0x121cc4aa vfs_getattr vmlinux EXPORT_SYMBOL
|
|
||||||
0xee72c99b vfs_link vmlinux EXPORT_SYMBOL
|
|
||||||
0xf57ec227 vfs_llseek vmlinux EXPORT_SYMBOL
|
|
||||||
0x8ae7c58f vfs_mkdir vmlinux EXPORT_SYMBOL
|
|
||||||
0xa5d9c609 vfs_mknod vmlinux EXPORT_SYMBOL
|
|
||||||
0xda7d13b0 vfs_readlink vmlinux EXPORT_SYMBOL
|
|
||||||
0x0d95c03d vfs_rename vmlinux EXPORT_SYMBOL
|
|
||||||
0x8f65d07b vfs_rmdir vmlinux EXPORT_SYMBOL
|
|
||||||
0x6f6b401b vfs_statfs vmlinux EXPORT_SYMBOL
|
|
||||||
0x40872063 vfs_symlink vmlinux EXPORT_SYMBOL
|
|
||||||
0x5000a175 vfs_unlink vmlinux EXPORT_SYMBOL
|
|
||||||
0x09fb0f02 vm_mmap vmlinux EXPORT_SYMBOL
|
0x09fb0f02 vm_mmap vmlinux EXPORT_SYMBOL
|
||||||
0x5b56860c vm_munmap vmlinux EXPORT_SYMBOL
|
0x5b56860c vm_munmap vmlinux EXPORT_SYMBOL
|
||||||
0xd6ee688f vmalloc vmlinux EXPORT_SYMBOL
|
0xd6ee688f vmalloc vmlinux EXPORT_SYMBOL
|
||||||
@ -766,6 +684,5 @@
|
|||||||
0xa0fbac79 wake_up_bit vmlinux EXPORT_SYMBOL
|
0xa0fbac79 wake_up_bit vmlinux EXPORT_SYMBOL
|
||||||
0x8eab8b06 wake_up_process vmlinux EXPORT_SYMBOL
|
0x8eab8b06 wake_up_process vmlinux EXPORT_SYMBOL
|
||||||
0xa2517116 write_cache_pages vmlinux EXPORT_SYMBOL
|
0xa2517116 write_cache_pages vmlinux EXPORT_SYMBOL
|
||||||
0x4a30eeac xattr_full_name vmlinux EXPORT_SYMBOL
|
|
||||||
0x760a0f4f yield vmlinux EXPORT_SYMBOL
|
0x760a0f4f yield vmlinux EXPORT_SYMBOL
|
||||||
0x931e0601 zap_vma_ptes vmlinux EXPORT_SYMBOL_GPL
|
0x931e0601 zap_vma_ptes vmlinux EXPORT_SYMBOL_GPL
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
0x1984165d ___pskb_trim vmlinux EXPORT_SYMBOL
|
|
||||||
0xbd2fb756 __alloc_disk_node vmlinux EXPORT_SYMBOL
|
0xbd2fb756 __alloc_disk_node vmlinux EXPORT_SYMBOL
|
||||||
0xe9a9f9e8 __alloc_pages_nodemask vmlinux EXPORT_SYMBOL
|
0xe9a9f9e8 __alloc_pages_nodemask vmlinux EXPORT_SYMBOL
|
||||||
0x74c48aa6 __alloc_skb vmlinux EXPORT_SYMBOL
|
0x74c48aa6 __alloc_skb vmlinux EXPORT_SYMBOL
|
||||||
@ -24,12 +23,10 @@
|
|||||||
0x9b7fe4d4 __dynamic_pr_debug vmlinux EXPORT_SYMBOL
|
0x9b7fe4d4 __dynamic_pr_debug vmlinux EXPORT_SYMBOL
|
||||||
0xd7468b16 __free_pages vmlinux EXPORT_SYMBOL
|
0xd7468b16 __free_pages vmlinux EXPORT_SYMBOL
|
||||||
0x93fca811 __get_free_pages vmlinux EXPORT_SYMBOL
|
0x93fca811 __get_free_pages vmlinux EXPORT_SYMBOL
|
||||||
0xf389fe60 __hw_addr_init vmlinux EXPORT_SYMBOL
|
|
||||||
0x85ffcda1 __init_rwsem vmlinux EXPORT_SYMBOL
|
0x85ffcda1 __init_rwsem vmlinux EXPORT_SYMBOL
|
||||||
0xe3f29f70 __init_waitqueue_head vmlinux EXPORT_SYMBOL
|
0xe3f29f70 __init_waitqueue_head vmlinux EXPORT_SYMBOL
|
||||||
0x8b8de8ae __ioremap vmlinux EXPORT_SYMBOL
|
0x8b8de8ae __ioremap vmlinux EXPORT_SYMBOL
|
||||||
0x45a55ec8 __iounmap vmlinux EXPORT_SYMBOL
|
0x45a55ec8 __iounmap vmlinux EXPORT_SYMBOL
|
||||||
0x5b960eb1 __ip_queue_xmit vmlinux EXPORT_SYMBOL
|
|
||||||
0x0d542439 __ipv6_addr_type vmlinux EXPORT_SYMBOL
|
0x0d542439 __ipv6_addr_type vmlinux EXPORT_SYMBOL
|
||||||
0xd2b09ce5 __kmalloc vmlinux EXPORT_SYMBOL
|
0xd2b09ce5 __kmalloc vmlinux EXPORT_SYMBOL
|
||||||
0x68f31cbd __list_add_valid vmlinux EXPORT_SYMBOL
|
0x68f31cbd __list_add_valid vmlinux EXPORT_SYMBOL
|
||||||
@ -42,7 +39,6 @@
|
|||||||
0x93178084 __mutex_init vmlinux EXPORT_SYMBOL
|
0x93178084 __mutex_init vmlinux EXPORT_SYMBOL
|
||||||
0x3022d5be __napi_schedule vmlinux EXPORT_SYMBOL
|
0x3022d5be __napi_schedule vmlinux EXPORT_SYMBOL
|
||||||
0xb3d364d8 __netdev_alloc_skb vmlinux EXPORT_SYMBOL
|
0xb3d364d8 __netdev_alloc_skb vmlinux EXPORT_SYMBOL
|
||||||
0x465585ad __netif_napi_del vmlinux EXPORT_SYMBOL
|
|
||||||
0x46c47fb6 __node_distance vmlinux EXPORT_SYMBOL
|
0x46c47fb6 __node_distance vmlinux EXPORT_SYMBOL
|
||||||
0x9ac40166 __page_file_index vmlinux EXPORT_SYMBOL_GPL
|
0x9ac40166 __page_file_index vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xb6d1e6c9 __page_mapcount vmlinux EXPORT_SYMBOL_GPL
|
0xb6d1e6c9 __page_mapcount vmlinux EXPORT_SYMBOL_GPL
|
||||||
@ -59,7 +55,6 @@
|
|||||||
0xa2beceb1 __scsi_execute vmlinux EXPORT_SYMBOL
|
0xa2beceb1 __scsi_execute vmlinux EXPORT_SYMBOL
|
||||||
0x5490149f __scsi_iterate_devices vmlinux EXPORT_SYMBOL
|
0x5490149f __scsi_iterate_devices vmlinux EXPORT_SYMBOL
|
||||||
0xb5892fee __skb_gso_segment vmlinux EXPORT_SYMBOL
|
0xb5892fee __skb_gso_segment vmlinux EXPORT_SYMBOL
|
||||||
0x33bac18a __skb_pad vmlinux EXPORT_SYMBOL
|
|
||||||
0xdb7305a1 __stack_chk_fail vmlinux EXPORT_SYMBOL
|
0xdb7305a1 __stack_chk_fail vmlinux EXPORT_SYMBOL
|
||||||
0x56c083d3 __task_pid_nr_ns vmlinux EXPORT_SYMBOL
|
0x56c083d3 __task_pid_nr_ns vmlinux EXPORT_SYMBOL
|
||||||
0x0faef0ed __tasklet_schedule vmlinux EXPORT_SYMBOL
|
0x0faef0ed __tasklet_schedule vmlinux EXPORT_SYMBOL
|
||||||
@ -96,7 +91,6 @@
|
|||||||
0x1e875885 add_wait_queue vmlinux EXPORT_SYMBOL
|
0x1e875885 add_wait_queue vmlinux EXPORT_SYMBOL
|
||||||
0xcdc0349c add_wait_queue_exclusive vmlinux EXPORT_SYMBOL
|
0xcdc0349c add_wait_queue_exclusive vmlinux EXPORT_SYMBOL
|
||||||
0xe3ec2f2b alloc_chrdev_region vmlinux EXPORT_SYMBOL
|
0xe3ec2f2b alloc_chrdev_region vmlinux EXPORT_SYMBOL
|
||||||
0x4f2300da alloc_etherdev_mqs vmlinux EXPORT_SYMBOL
|
|
||||||
0x4f50e6bf alloc_netdev_mqs vmlinux EXPORT_SYMBOL
|
0x4f50e6bf alloc_netdev_mqs vmlinux EXPORT_SYMBOL
|
||||||
0x706edf8d alloc_pages_current vmlinux EXPORT_SYMBOL
|
0x706edf8d alloc_pages_current vmlinux EXPORT_SYMBOL
|
||||||
0x25301bc6 arch_wb_cache_pmem vmlinux EXPORT_SYMBOL
|
0x25301bc6 arch_wb_cache_pmem vmlinux EXPORT_SYMBOL
|
||||||
@ -164,8 +158,6 @@
|
|||||||
0x7a9b37e8 blk_start_plug vmlinux EXPORT_SYMBOL
|
0x7a9b37e8 blk_start_plug vmlinux EXPORT_SYMBOL
|
||||||
0x84502a47 blk_status_to_errno vmlinux EXPORT_SYMBOL_GPL
|
0x84502a47 blk_status_to_errno vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x22339412 blk_verify_command vmlinux EXPORT_SYMBOL
|
0x22339412 blk_verify_command vmlinux EXPORT_SYMBOL
|
||||||
0xcf04e564 blkdev_fsync vmlinux EXPORT_SYMBOL
|
|
||||||
0x63a46f8f blkdev_get vmlinux EXPORT_SYMBOL
|
|
||||||
0xd441ce00 blkdev_get_by_dev vmlinux EXPORT_SYMBOL
|
0xd441ce00 blkdev_get_by_dev vmlinux EXPORT_SYMBOL
|
||||||
0x729bbb38 blkdev_get_by_path vmlinux EXPORT_SYMBOL
|
0x729bbb38 blkdev_get_by_path vmlinux EXPORT_SYMBOL
|
||||||
0xe832978f blkdev_issue_discard vmlinux EXPORT_SYMBOL
|
0xe832978f blkdev_issue_discard vmlinux EXPORT_SYMBOL
|
||||||
@ -219,36 +211,24 @@
|
|||||||
0x72abfd0d d_make_root vmlinux EXPORT_SYMBOL
|
0x72abfd0d d_make_root vmlinux EXPORT_SYMBOL
|
||||||
0xaab920de d_obtain_alias vmlinux EXPORT_SYMBOL
|
0xaab920de d_obtain_alias vmlinux EXPORT_SYMBOL
|
||||||
0x8609823d d_prune_aliases vmlinux EXPORT_SYMBOL
|
0x8609823d d_prune_aliases vmlinux EXPORT_SYMBOL
|
||||||
0x6d32959a deactivate_super vmlinux EXPORT_SYMBOL
|
|
||||||
0x83290c21 default_llseek vmlinux EXPORT_SYMBOL
|
|
||||||
0xaad8c7d6 default_wake_function vmlinux EXPORT_SYMBOL
|
0xaad8c7d6 default_wake_function vmlinux EXPORT_SYMBOL
|
||||||
0xd63ecb11 del_gendisk vmlinux EXPORT_SYMBOL
|
0xd63ecb11 del_gendisk vmlinux EXPORT_SYMBOL
|
||||||
0xfa5223cc del_timer vmlinux EXPORT_SYMBOL
|
0xfa5223cc del_timer vmlinux EXPORT_SYMBOL
|
||||||
0xec02a35f del_timer_sync vmlinux EXPORT_SYMBOL
|
0xec02a35f del_timer_sync vmlinux EXPORT_SYMBOL
|
||||||
0x0c1c794e delayed_work_timer_fn vmlinux EXPORT_SYMBOL
|
0x0c1c794e delayed_work_timer_fn vmlinux EXPORT_SYMBOL
|
||||||
0x770d8b9a dentry_open vmlinux EXPORT_SYMBOL
|
|
||||||
0x8c03d20c destroy_workqueue vmlinux EXPORT_SYMBOL_GPL
|
0x8c03d20c destroy_workqueue vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x3b2649d5 dev_add_pack vmlinux EXPORT_SYMBOL
|
|
||||||
0x17648396 dev_base_lock vmlinux EXPORT_SYMBOL
|
|
||||||
0x128b438e dev_close vmlinux EXPORT_SYMBOL
|
|
||||||
0xc4c53c5a dev_get_by_index vmlinux EXPORT_SYMBOL
|
0xc4c53c5a dev_get_by_index vmlinux EXPORT_SYMBOL
|
||||||
0x9b061ec6 dev_get_by_name vmlinux EXPORT_SYMBOL
|
0x9b061ec6 dev_get_by_name vmlinux EXPORT_SYMBOL
|
||||||
0x4dcc9784 dev_mc_add vmlinux EXPORT_SYMBOL
|
0x4dcc9784 dev_mc_add vmlinux EXPORT_SYMBOL
|
||||||
0x18293499 dev_mc_add_excl vmlinux EXPORT_SYMBOL
|
|
||||||
0xdaab3cc9 dev_mc_add_global vmlinux EXPORT_SYMBOL
|
|
||||||
0xdc65877f dev_mc_del vmlinux EXPORT_SYMBOL
|
0xdc65877f dev_mc_del vmlinux EXPORT_SYMBOL
|
||||||
0xc7cf2b57 dev_mc_del_global vmlinux EXPORT_SYMBOL
|
|
||||||
0x2646aca5 dev_queue_xmit vmlinux EXPORT_SYMBOL
|
0x2646aca5 dev_queue_xmit vmlinux EXPORT_SYMBOL
|
||||||
0x0f345759 dev_remove_pack vmlinux EXPORT_SYMBOL
|
|
||||||
0x81bb630c dev_set_mac_address vmlinux EXPORT_SYMBOL
|
0x81bb630c dev_set_mac_address vmlinux EXPORT_SYMBOL
|
||||||
0xed26c2e8 dev_set_mtu vmlinux EXPORT_SYMBOL
|
0xed26c2e8 dev_set_mtu vmlinux EXPORT_SYMBOL
|
||||||
0x5a7963bd dev_set_promiscuity vmlinux EXPORT_SYMBOL
|
0x5a7963bd dev_set_promiscuity vmlinux EXPORT_SYMBOL
|
||||||
0x70df7a6c dev_uc_add_excl vmlinux EXPORT_SYMBOL
|
|
||||||
0x697cc68b device_add_disk vmlinux EXPORT_SYMBOL
|
0x697cc68b device_add_disk vmlinux EXPORT_SYMBOL
|
||||||
0x97c5ca02 device_create vmlinux EXPORT_SYMBOL_GPL
|
0x97c5ca02 device_create vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xaef0f53d device_destroy vmlinux EXPORT_SYMBOL_GPL
|
0xaef0f53d device_destroy vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x0c5cab1d dget_parent vmlinux EXPORT_SYMBOL
|
0x0c5cab1d dget_parent vmlinux EXPORT_SYMBOL
|
||||||
0x3ce4ca6f disable_irq vmlinux EXPORT_SYMBOL
|
|
||||||
0x495cd368 dma_get_required_mask vmlinux EXPORT_SYMBOL_GPL
|
0x495cd368 dma_get_required_mask vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x72a05d02 dma_set_coherent_mask vmlinux EXPORT_SYMBOL
|
0x72a05d02 dma_set_coherent_mask vmlinux EXPORT_SYMBOL
|
||||||
0x89d4d619 dma_set_mask vmlinux EXPORT_SYMBOL
|
0x89d4d619 dma_set_mask vmlinux EXPORT_SYMBOL
|
||||||
@ -265,17 +245,11 @@
|
|||||||
0xad580bc5 dst_release vmlinux EXPORT_SYMBOL
|
0xad580bc5 dst_release vmlinux EXPORT_SYMBOL
|
||||||
0x6b2dc060 dump_stack vmlinux EXPORT_SYMBOL
|
0x6b2dc060 dump_stack vmlinux EXPORT_SYMBOL
|
||||||
0xd0c05159 emergency_restart vmlinux EXPORT_SYMBOL_GPL
|
0xd0c05159 emergency_restart vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xfcec0987 enable_irq vmlinux EXPORT_SYMBOL
|
|
||||||
0x612bfd89 errno_to_blk_status vmlinux EXPORT_SYMBOL_GPL
|
0x612bfd89 errno_to_blk_status vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x7c57e64e eth_get_headlen vmlinux EXPORT_SYMBOL
|
|
||||||
0x3a968436 eth_type_trans vmlinux EXPORT_SYMBOL
|
0x3a968436 eth_type_trans vmlinux EXPORT_SYMBOL
|
||||||
0x11bf1116 eth_validate_addr vmlinux EXPORT_SYMBOL
|
|
||||||
0x3c8d07f4 ether_setup vmlinux EXPORT_SYMBOL
|
0x3c8d07f4 ether_setup vmlinux EXPORT_SYMBOL
|
||||||
0x8f996a30 ethtool_convert_legacy_u32_to_link_mode vmlinux EXPORT_SYMBOL
|
|
||||||
0x55e31703 ethtool_convert_link_mode_to_legacy_u32 vmlinux EXPORT_SYMBOL
|
|
||||||
0xf0819cd7 ethtool_op_get_link vmlinux EXPORT_SYMBOL
|
0xf0819cd7 ethtool_op_get_link vmlinux EXPORT_SYMBOL
|
||||||
0x72ecfb60 fc_remove_host drivers/scsi/scsi_transport_fc EXPORT_SYMBOL
|
0x72ecfb60 fc_remove_host drivers/scsi/scsi_transport_fc EXPORT_SYMBOL
|
||||||
0x6f604080 fget vmlinux EXPORT_SYMBOL
|
|
||||||
0x1fce28b4 filemap_fault vmlinux EXPORT_SYMBOL
|
0x1fce28b4 filemap_fault vmlinux EXPORT_SYMBOL
|
||||||
0x73ea0039 filp_close vmlinux EXPORT_SYMBOL
|
0x73ea0039 filp_close vmlinux EXPORT_SYMBOL
|
||||||
0xfa48c755 filp_open vmlinux EXPORT_SYMBOL
|
0xfa48c755 filp_open vmlinux EXPORT_SYMBOL
|
||||||
@ -288,7 +262,6 @@
|
|||||||
0x42160169 flush_workqueue vmlinux EXPORT_SYMBOL
|
0x42160169 flush_workqueue vmlinux EXPORT_SYMBOL
|
||||||
0x0318bd7c force_sig vmlinux EXPORT_SYMBOL
|
0x0318bd7c force_sig vmlinux EXPORT_SYMBOL
|
||||||
0xcbd4898c fortify_panic vmlinux EXPORT_SYMBOL
|
0xcbd4898c fortify_panic vmlinux EXPORT_SYMBOL
|
||||||
0x88e09c58 fput vmlinux EXPORT_SYMBOL
|
|
||||||
0xc1514a3b free_irq vmlinux EXPORT_SYMBOL
|
0xc1514a3b free_irq vmlinux EXPORT_SYMBOL
|
||||||
0x61ae3cb3 free_netdev vmlinux EXPORT_SYMBOL
|
0x61ae3cb3 free_netdev vmlinux EXPORT_SYMBOL
|
||||||
0x4302d0eb free_pages vmlinux EXPORT_SYMBOL
|
0x4302d0eb free_pages vmlinux EXPORT_SYMBOL
|
||||||
@ -296,15 +269,10 @@
|
|||||||
0x0d668bdf from_kgid vmlinux EXPORT_SYMBOL
|
0x0d668bdf from_kgid vmlinux EXPORT_SYMBOL
|
||||||
0x412ea5ab from_kuid vmlinux EXPORT_SYMBOL
|
0x412ea5ab from_kuid vmlinux EXPORT_SYMBOL
|
||||||
0xd8a1f9d7 fs_bio_set vmlinux EXPORT_SYMBOL
|
0xd8a1f9d7 fs_bio_set vmlinux EXPORT_SYMBOL
|
||||||
0x84e40240 fsync_bdev vmlinux EXPORT_SYMBOL
|
|
||||||
0xd781320c generic_end_io_acct vmlinux EXPORT_SYMBOL
|
0xd781320c generic_end_io_acct vmlinux EXPORT_SYMBOL
|
||||||
0x95100200 generic_file_llseek vmlinux EXPORT_SYMBOL
|
0x95100200 generic_file_llseek vmlinux EXPORT_SYMBOL
|
||||||
0xe6c12425 generic_file_open vmlinux EXPORT_SYMBOL
|
0xe6c12425 generic_file_open vmlinux EXPORT_SYMBOL
|
||||||
0x9c6a77c2 generic_fillattr vmlinux EXPORT_SYMBOL
|
|
||||||
0x88da4ba6 generic_make_request vmlinux EXPORT_SYMBOL
|
0x88da4ba6 generic_make_request vmlinux EXPORT_SYMBOL
|
||||||
0xe7e933d5 generic_permission vmlinux EXPORT_SYMBOL
|
|
||||||
0x12e610b2 generic_read_dir vmlinux EXPORT_SYMBOL
|
|
||||||
0xff731d53 generic_shutdown_super vmlinux EXPORT_SYMBOL
|
|
||||||
0xd14dd387 generic_start_io_acct vmlinux EXPORT_SYMBOL
|
0xd14dd387 generic_start_io_acct vmlinux EXPORT_SYMBOL
|
||||||
0x13835e2c genl_register_family vmlinux EXPORT_SYMBOL
|
0x13835e2c genl_register_family vmlinux EXPORT_SYMBOL
|
||||||
0xde4bc7e8 genl_unregister_family vmlinux EXPORT_SYMBOL
|
0xde4bc7e8 genl_unregister_family vmlinux EXPORT_SYMBOL
|
||||||
@ -327,15 +295,11 @@
|
|||||||
0x793cd7ca igrab vmlinux EXPORT_SYMBOL
|
0x793cd7ca igrab vmlinux EXPORT_SYMBOL
|
||||||
0x39461d6a in_egroup_p vmlinux EXPORT_SYMBOL
|
0x39461d6a in_egroup_p vmlinux EXPORT_SYMBOL
|
||||||
0x8b8059bd in_group_p vmlinux EXPORT_SYMBOL
|
0x8b8059bd in_group_p vmlinux EXPORT_SYMBOL
|
||||||
0x0ebca6a6 inet_add_protocol vmlinux EXPORT_SYMBOL
|
|
||||||
0x72a52e4e inet_del_protocol vmlinux EXPORT_SYMBOL
|
|
||||||
0x6b8bd985 init_net vmlinux EXPORT_SYMBOL
|
0x6b8bd985 init_net vmlinux EXPORT_SYMBOL
|
||||||
0x379a6fa3 init_task vmlinux EXPORT_SYMBOL
|
0x379a6fa3 init_task vmlinux EXPORT_SYMBOL
|
||||||
0x4cc8f9c8 init_timer_key vmlinux EXPORT_SYMBOL
|
0x4cc8f9c8 init_timer_key vmlinux EXPORT_SYMBOL
|
||||||
0xcd104c41 init_uts_ns vmlinux EXPORT_SYMBOL_GPL
|
0xcd104c41 init_uts_ns vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xfe487975 init_wait_entry vmlinux EXPORT_SYMBOL
|
0xfe487975 init_wait_entry vmlinux EXPORT_SYMBOL
|
||||||
0x0e0c42d5 inode_init_always vmlinux EXPORT_SYMBOL
|
|
||||||
0xc1062e70 inode_permission vmlinux EXPORT_SYMBOL
|
|
||||||
0x5ed90adc int_to_scsilun vmlinux EXPORT_SYMBOL
|
0x5ed90adc int_to_scsilun vmlinux EXPORT_SYMBOL
|
||||||
0x2a909b64 invalidate_partition vmlinux EXPORT_SYMBOL
|
0x2a909b64 invalidate_partition vmlinux EXPORT_SYMBOL
|
||||||
0x93a6e0b2 io_schedule vmlinux EXPORT_SYMBOL
|
0x93a6e0b2 io_schedule vmlinux EXPORT_SYMBOL
|
||||||
@ -355,7 +319,6 @@
|
|||||||
0xe4f4665b ipmi_validate_addr drivers/char/ipmi/ipmi_msghandler EXPORT_SYMBOL
|
0xe4f4665b ipmi_validate_addr drivers/char/ipmi/ipmi_msghandler EXPORT_SYMBOL
|
||||||
0xdde2e42b iput vmlinux EXPORT_SYMBOL
|
0xdde2e42b iput vmlinux EXPORT_SYMBOL
|
||||||
0x3fb2bd8a irq_set_affinity_hint vmlinux EXPORT_SYMBOL_GPL
|
0x3fb2bd8a irq_set_affinity_hint vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x6df086a9 iterate_dir vmlinux EXPORT_SYMBOL
|
|
||||||
0x02df50b0 jiffies vmlinux EXPORT_SYMBOL
|
0x02df50b0 jiffies vmlinux EXPORT_SYMBOL
|
||||||
0x23619cff jiffies_64 vmlinux EXPORT_SYMBOL
|
0x23619cff jiffies_64 vmlinux EXPORT_SYMBOL
|
||||||
0x37befc70 jiffies_to_msecs vmlinux EXPORT_SYMBOL
|
0x37befc70 jiffies_to_msecs vmlinux EXPORT_SYMBOL
|
||||||
@ -370,9 +333,6 @@
|
|||||||
0x037a0cba kfree vmlinux EXPORT_SYMBOL
|
0x037a0cba kfree vmlinux EXPORT_SYMBOL
|
||||||
0x19f462ab kfree_call_rcu vmlinux EXPORT_SYMBOL_GPL
|
0x19f462ab kfree_call_rcu vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xc4455496 kfree_skb vmlinux EXPORT_SYMBOL
|
0xc4455496 kfree_skb vmlinux EXPORT_SYMBOL
|
||||||
0xc745adda kfree_skb_reason vmlinux EXPORT_SYMBOL
|
|
||||||
0xb1b2910d kill_anon_super vmlinux EXPORT_SYMBOL
|
|
||||||
0x722787fb kill_block_super vmlinux EXPORT_SYMBOL
|
|
||||||
0x9fea59e6 kmalloc_caches vmlinux EXPORT_SYMBOL
|
0x9fea59e6 kmalloc_caches vmlinux EXPORT_SYMBOL
|
||||||
0xa202a8e5 kmalloc_order_trace vmlinux EXPORT_SYMBOL
|
0xa202a8e5 kmalloc_order_trace vmlinux EXPORT_SYMBOL
|
||||||
0x95d11f02 kmem_cache_alloc vmlinux EXPORT_SYMBOL
|
0x95d11f02 kmem_cache_alloc vmlinux EXPORT_SYMBOL
|
||||||
@ -457,8 +417,6 @@
|
|||||||
0x74267b6a mmput vmlinux EXPORT_SYMBOL_GPL
|
0x74267b6a mmput vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xe7bb9278 mmu_notifier_register vmlinux EXPORT_SYMBOL_GPL
|
0xe7bb9278 mmu_notifier_register vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x108aece2 mmu_notifier_unregister vmlinux EXPORT_SYMBOL_GPL
|
0x108aece2 mmu_notifier_unregister vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x55cf1d09 mntget vmlinux EXPORT_SYMBOL
|
|
||||||
0x19735022 mntput vmlinux EXPORT_SYMBOL
|
|
||||||
0xebca8b54 mod_delayed_work_on vmlinux EXPORT_SYMBOL_GPL
|
0xebca8b54 mod_delayed_work_on vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x28985b9f mod_timer vmlinux EXPORT_SYMBOL
|
0x28985b9f mod_timer vmlinux EXPORT_SYMBOL
|
||||||
0xaac80d5b mod_timer_pending vmlinux EXPORT_SYMBOL
|
0xaac80d5b mod_timer_pending vmlinux EXPORT_SYMBOL
|
||||||
@ -471,34 +429,19 @@
|
|||||||
0xacccd1c7 mutex_unlock vmlinux EXPORT_SYMBOL
|
0xacccd1c7 mutex_unlock vmlinux EXPORT_SYMBOL
|
||||||
0x29a25f73 napi_complete_done vmlinux EXPORT_SYMBOL
|
0x29a25f73 napi_complete_done vmlinux EXPORT_SYMBOL
|
||||||
0x55e7de77 napi_disable vmlinux EXPORT_SYMBOL
|
0x55e7de77 napi_disable vmlinux EXPORT_SYMBOL
|
||||||
0xa80e6889 napi_enable vmlinux EXPORT_SYMBOL
|
|
||||||
0x6789c30a napi_gro_receive vmlinux EXPORT_SYMBOL
|
0x6789c30a napi_gro_receive vmlinux EXPORT_SYMBOL
|
||||||
0xb4437d66 napi_schedule_prep vmlinux EXPORT_SYMBOL
|
0xb4437d66 napi_schedule_prep vmlinux EXPORT_SYMBOL
|
||||||
0x5a9823f6 ndo_dflt_bridge_getlink vmlinux EXPORT_SYMBOL_GPL
|
|
||||||
0xf6ebc03b net_ratelimit vmlinux EXPORT_SYMBOL
|
|
||||||
0x0777fd42 netdev_err vmlinux EXPORT_SYMBOL
|
|
||||||
0x5f54724d netdev_features_change vmlinux EXPORT_SYMBOL
|
0x5f54724d netdev_features_change vmlinux EXPORT_SYMBOL
|
||||||
0x4804d3fc netdev_info vmlinux EXPORT_SYMBOL
|
|
||||||
0xa4cfa24c netdev_refcnt_read vmlinux EXPORT_SYMBOL
|
|
||||||
0x189cdfcf netdev_rx_handler_register vmlinux EXPORT_SYMBOL_GPL
|
0x189cdfcf netdev_rx_handler_register vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xe64a3332 netdev_rx_handler_unregister vmlinux EXPORT_SYMBOL_GPL
|
0xe64a3332 netdev_rx_handler_unregister vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xb5a76c55 netif_carrier_off vmlinux EXPORT_SYMBOL
|
0xb5a76c55 netif_carrier_off vmlinux EXPORT_SYMBOL
|
||||||
0x5b30592f netif_carrier_on vmlinux EXPORT_SYMBOL
|
0x5b30592f netif_carrier_on vmlinux EXPORT_SYMBOL
|
||||||
0x0ab7fbf3 netif_device_attach vmlinux EXPORT_SYMBOL
|
|
||||||
0x61cc33fc netif_device_detach vmlinux EXPORT_SYMBOL
|
|
||||||
0x2570dcf9 netif_napi_add vmlinux EXPORT_SYMBOL
|
0x2570dcf9 netif_napi_add vmlinux EXPORT_SYMBOL
|
||||||
0x98dd9dec netif_napi_add_weight vmlinux EXPORT_SYMBOL
|
|
||||||
0xc5002b6c netif_napi_del vmlinux EXPORT_SYMBOL
|
0xc5002b6c netif_napi_del vmlinux EXPORT_SYMBOL
|
||||||
0xa8d2ae03 netif_receive_skb vmlinux EXPORT_SYMBOL
|
0xa8d2ae03 netif_receive_skb vmlinux EXPORT_SYMBOL
|
||||||
0x6b481123 netif_rx vmlinux EXPORT_SYMBOL
|
0x6b481123 netif_rx vmlinux EXPORT_SYMBOL
|
||||||
0x991a9dee netif_schedule_queue vmlinux EXPORT_SYMBOL
|
|
||||||
0x39742c23 netif_set_real_num_rx_queues vmlinux EXPORT_SYMBOL
|
|
||||||
0xaee58318 netif_set_real_num_tx_queues vmlinux EXPORT_SYMBOL
|
|
||||||
0xd0704a02 netif_tx_stop_all_queues vmlinux EXPORT_SYMBOL
|
|
||||||
0x43f620f8 netif_tx_wake_queue vmlinux EXPORT_SYMBOL
|
|
||||||
0x7323b2b8 netlink_broadcast vmlinux EXPORT_SYMBOL
|
0x7323b2b8 netlink_broadcast vmlinux EXPORT_SYMBOL
|
||||||
0xccb2f658 netlink_unicast vmlinux EXPORT_SYMBOL
|
0xccb2f658 netlink_unicast vmlinux EXPORT_SYMBOL
|
||||||
0x3ed60697 new_inode vmlinux EXPORT_SYMBOL
|
|
||||||
0xfdc1bd61 nla_put vmlinux EXPORT_SYMBOL
|
0xfdc1bd61 nla_put vmlinux EXPORT_SYMBOL
|
||||||
0x21675c27 node_data vmlinux EXPORT_SYMBOL
|
0x21675c27 node_data vmlinux EXPORT_SYMBOL
|
||||||
0x7d9514c1 node_to_cpumask_map vmlinux EXPORT_SYMBOL
|
0x7d9514c1 node_to_cpumask_map vmlinux EXPORT_SYMBOL
|
||||||
@ -560,13 +503,11 @@
|
|||||||
0xacef9390 read_cache_pages vmlinux EXPORT_SYMBOL
|
0xacef9390 read_cache_pages vmlinux EXPORT_SYMBOL
|
||||||
0xfb6af58d recalc_sigpending vmlinux EXPORT_SYMBOL
|
0xfb6af58d recalc_sigpending vmlinux EXPORT_SYMBOL
|
||||||
0x71a50dbc register_blkdev vmlinux EXPORT_SYMBOL
|
0x71a50dbc register_blkdev vmlinux EXPORT_SYMBOL
|
||||||
0x21738ae4 register_filesystem vmlinux EXPORT_SYMBOL
|
|
||||||
0x60352082 register_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
0x60352082 register_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xf68285c0 register_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
0xf68285c0 register_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xece78940 register_netdev vmlinux EXPORT_SYMBOL
|
0xece78940 register_netdev vmlinux EXPORT_SYMBOL
|
||||||
0xd2da1048 register_netdevice_notifier vmlinux EXPORT_SYMBOL
|
0xd2da1048 register_netdevice_notifier vmlinux EXPORT_SYMBOL
|
||||||
0x3517383e register_reboot_notifier vmlinux EXPORT_SYMBOL
|
0x3517383e register_reboot_notifier vmlinux EXPORT_SYMBOL
|
||||||
0x8bded847 register_sysctl_table vmlinux EXPORT_SYMBOL
|
|
||||||
0xe5612323 release_sock vmlinux EXPORT_SYMBOL
|
0xe5612323 release_sock vmlinux EXPORT_SYMBOL
|
||||||
0x45fbc758 remap_pfn_range vmlinux EXPORT_SYMBOL
|
0x45fbc758 remap_pfn_range vmlinux EXPORT_SYMBOL
|
||||||
0xec4fb493 remove_wait_queue vmlinux EXPORT_SYMBOL
|
0xec4fb493 remove_wait_queue vmlinux EXPORT_SYMBOL
|
||||||
@ -645,18 +586,13 @@
|
|||||||
0xa0aa157a shrink_dcache_parent vmlinux EXPORT_SYMBOL
|
0xa0aa157a shrink_dcache_parent vmlinux EXPORT_SYMBOL
|
||||||
0x40c7247c si_meminfo vmlinux EXPORT_SYMBOL
|
0x40c7247c si_meminfo vmlinux EXPORT_SYMBOL
|
||||||
0x6a5fa363 sigprocmask vmlinux EXPORT_SYMBOL
|
0x6a5fa363 sigprocmask vmlinux EXPORT_SYMBOL
|
||||||
0xfa0c49b0 simple_statfs vmlinux EXPORT_SYMBOL
|
|
||||||
0x0b742fd7 simple_strtol vmlinux EXPORT_SYMBOL
|
0x0b742fd7 simple_strtol vmlinux EXPORT_SYMBOL
|
||||||
0x20000329 simple_strtoul vmlinux EXPORT_SYMBOL
|
0x20000329 simple_strtoul vmlinux EXPORT_SYMBOL
|
||||||
0x61b7b126 simple_strtoull vmlinux EXPORT_SYMBOL
|
0x61b7b126 simple_strtoull vmlinux EXPORT_SYMBOL
|
||||||
0xdb3d6fd7 single_open vmlinux EXPORT_SYMBOL
|
0xdb3d6fd7 single_open vmlinux EXPORT_SYMBOL
|
||||||
0xb5976876 single_release vmlinux EXPORT_SYMBOL
|
0xb5976876 single_release vmlinux EXPORT_SYMBOL
|
||||||
0x191ac294 sk_alloc vmlinux EXPORT_SYMBOL
|
|
||||||
0x613d5e79 sk_free vmlinux EXPORT_SYMBOL
|
|
||||||
0x91e3b27b skb_add_rx_frag vmlinux EXPORT_SYMBOL
|
|
||||||
0x039996d6 skb_checksum_help vmlinux EXPORT_SYMBOL
|
0x039996d6 skb_checksum_help vmlinux EXPORT_SYMBOL
|
||||||
0x8bc0864a skb_clone vmlinux EXPORT_SYMBOL
|
0x8bc0864a skb_clone vmlinux EXPORT_SYMBOL
|
||||||
0xf0f7d142 skb_clone_tx_timestamp vmlinux EXPORT_SYMBOL_GPL
|
|
||||||
0xffc7bdb0 skb_copy vmlinux EXPORT_SYMBOL
|
0xffc7bdb0 skb_copy vmlinux EXPORT_SYMBOL
|
||||||
0x79933aca skb_copy_bits vmlinux EXPORT_SYMBOL
|
0x79933aca skb_copy_bits vmlinux EXPORT_SYMBOL
|
||||||
0xc1752ff5 skb_dequeue vmlinux EXPORT_SYMBOL
|
0xc1752ff5 skb_dequeue vmlinux EXPORT_SYMBOL
|
||||||
@ -667,7 +603,6 @@
|
|||||||
0x344fb340 skb_queue_tail vmlinux EXPORT_SYMBOL
|
0x344fb340 skb_queue_tail vmlinux EXPORT_SYMBOL
|
||||||
0x6954cec6 skb_realloc_headroom vmlinux EXPORT_SYMBOL
|
0x6954cec6 skb_realloc_headroom vmlinux EXPORT_SYMBOL
|
||||||
0x0aff4025 skb_trim vmlinux EXPORT_SYMBOL
|
0x0aff4025 skb_trim vmlinux EXPORT_SYMBOL
|
||||||
0xf567025d skb_tstamp_tx vmlinux EXPORT_SYMBOL_GPL
|
|
||||||
0xf9038bcf smp_call_function_many vmlinux EXPORT_SYMBOL
|
0xf9038bcf smp_call_function_many vmlinux EXPORT_SYMBOL
|
||||||
0x6228c21f smp_call_function_single vmlinux EXPORT_SYMBOL
|
0x6228c21f smp_call_function_single vmlinux EXPORT_SYMBOL
|
||||||
0x28318305 snprintf vmlinux EXPORT_SYMBOL
|
0x28318305 snprintf vmlinux EXPORT_SYMBOL
|
||||||
@ -698,7 +633,6 @@
|
|||||||
0xc29bf967 strspn vmlinux EXPORT_SYMBOL
|
0xc29bf967 strspn vmlinux EXPORT_SYMBOL
|
||||||
0x1e6d26a8 strstr vmlinux EXPORT_SYMBOL
|
0x1e6d26a8 strstr vmlinux EXPORT_SYMBOL
|
||||||
0x99284de9 submit_bio vmlinux EXPORT_SYMBOL
|
0x99284de9 submit_bio vmlinux EXPORT_SYMBOL
|
||||||
0x609f1c7e synchronize_net vmlinux EXPORT_SYMBOL
|
|
||||||
0x2d3385d3 system_wq vmlinux EXPORT_SYMBOL
|
0x2d3385d3 system_wq vmlinux EXPORT_SYMBOL
|
||||||
0x9545af6d tasklet_init vmlinux EXPORT_SYMBOL
|
0x9545af6d tasklet_init vmlinux EXPORT_SYMBOL
|
||||||
0x4b4e8905 thaw_bdev vmlinux EXPORT_SYMBOL
|
0x4b4e8905 thaw_bdev vmlinux EXPORT_SYMBOL
|
||||||
@ -709,13 +643,11 @@
|
|||||||
0xd35bbe96 unmap_mapping_range vmlinux EXPORT_SYMBOL
|
0xd35bbe96 unmap_mapping_range vmlinux EXPORT_SYMBOL
|
||||||
0xb5a459dc unregister_blkdev vmlinux EXPORT_SYMBOL
|
0xb5a459dc unregister_blkdev vmlinux EXPORT_SYMBOL
|
||||||
0x6091b333 unregister_chrdev_region vmlinux EXPORT_SYMBOL
|
0x6091b333 unregister_chrdev_region vmlinux EXPORT_SYMBOL
|
||||||
0x831b341c unregister_filesystem vmlinux EXPORT_SYMBOL
|
|
||||||
0x2fe252cc unregister_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
0x2fe252cc unregister_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xfe029963 unregister_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
0xfe029963 unregister_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xeb5b21c3 unregister_netdev vmlinux EXPORT_SYMBOL
|
0xeb5b21c3 unregister_netdev vmlinux EXPORT_SYMBOL
|
||||||
0x9d0d6206 unregister_netdevice_notifier vmlinux EXPORT_SYMBOL
|
0x9d0d6206 unregister_netdevice_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xac1a55be unregister_reboot_notifier vmlinux EXPORT_SYMBOL
|
0xac1a55be unregister_reboot_notifier vmlinux EXPORT_SYMBOL
|
||||||
0x6c8ad3d4 unregister_sysctl_table vmlinux EXPORT_SYMBOL
|
|
||||||
0x18d33e2c unuse_mm vmlinux EXPORT_SYMBOL_GPL
|
0x18d33e2c unuse_mm vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x5412c7c7 up vmlinux EXPORT_SYMBOL
|
0x5412c7c7 up vmlinux EXPORT_SYMBOL
|
||||||
0x77597a53 up_read vmlinux EXPORT_SYMBOL
|
0x77597a53 up_read vmlinux EXPORT_SYMBOL
|
||||||
@ -723,20 +655,6 @@
|
|||||||
0x5840fc32 use_mm vmlinux EXPORT_SYMBOL_GPL
|
0x5840fc32 use_mm vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x12a38747 usleep_range vmlinux EXPORT_SYMBOL
|
0x12a38747 usleep_range vmlinux EXPORT_SYMBOL
|
||||||
0x999e8297 vfree vmlinux EXPORT_SYMBOL
|
0x999e8297 vfree vmlinux EXPORT_SYMBOL
|
||||||
0x03672e30 vfs_create vmlinux EXPORT_SYMBOL
|
|
||||||
0x9dccbaed vfs_fsync vmlinux EXPORT_SYMBOL
|
|
||||||
0x0581dc22 vfs_fsync_range vmlinux EXPORT_SYMBOL
|
|
||||||
0x2077fb73 vfs_getattr vmlinux EXPORT_SYMBOL
|
|
||||||
0x21bd0da7 vfs_link vmlinux EXPORT_SYMBOL
|
|
||||||
0x185af989 vfs_llseek vmlinux EXPORT_SYMBOL
|
|
||||||
0xfb935b3b vfs_mkdir vmlinux EXPORT_SYMBOL
|
|
||||||
0xf3d2f054 vfs_mknod vmlinux EXPORT_SYMBOL
|
|
||||||
0x81340cfe vfs_readlink vmlinux EXPORT_SYMBOL
|
|
||||||
0x6b298fb1 vfs_rename vmlinux EXPORT_SYMBOL
|
|
||||||
0x881c0dab vfs_rmdir vmlinux EXPORT_SYMBOL
|
|
||||||
0xe280d43c vfs_statfs vmlinux EXPORT_SYMBOL
|
|
||||||
0x3649bcdb vfs_symlink vmlinux EXPORT_SYMBOL
|
|
||||||
0xc679b268 vfs_unlink vmlinux EXPORT_SYMBOL
|
|
||||||
0x847551c6 vm_mmap vmlinux EXPORT_SYMBOL
|
0x847551c6 vm_mmap vmlinux EXPORT_SYMBOL
|
||||||
0x5b56860c vm_munmap vmlinux EXPORT_SYMBOL
|
0x5b56860c vm_munmap vmlinux EXPORT_SYMBOL
|
||||||
0xd6ee688f vmalloc vmlinux EXPORT_SYMBOL
|
0xd6ee688f vmalloc vmlinux EXPORT_SYMBOL
|
||||||
@ -756,6 +674,5 @@
|
|||||||
0xa0fbac79 wake_up_bit vmlinux EXPORT_SYMBOL
|
0xa0fbac79 wake_up_bit vmlinux EXPORT_SYMBOL
|
||||||
0xfaa3e0a8 wake_up_process vmlinux EXPORT_SYMBOL
|
0xfaa3e0a8 wake_up_process vmlinux EXPORT_SYMBOL
|
||||||
0xe1c693c4 write_cache_pages vmlinux EXPORT_SYMBOL
|
0xe1c693c4 write_cache_pages vmlinux EXPORT_SYMBOL
|
||||||
0xbfb4dace xattr_full_name vmlinux EXPORT_SYMBOL
|
|
||||||
0x760a0f4f yield vmlinux EXPORT_SYMBOL
|
0x760a0f4f yield vmlinux EXPORT_SYMBOL
|
||||||
0xcebd81ba zap_vma_ptes vmlinux EXPORT_SYMBOL_GPL
|
0xcebd81ba zap_vma_ptes vmlinux EXPORT_SYMBOL_GPL
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
0xbd4cffc7 ___pskb_trim vmlinux EXPORT_SYMBOL
|
|
||||||
0xbad5065b __alloc_disk_node vmlinux EXPORT_SYMBOL
|
0xbad5065b __alloc_disk_node vmlinux EXPORT_SYMBOL
|
||||||
0x353525e2 __alloc_pages_nodemask vmlinux EXPORT_SYMBOL
|
0x353525e2 __alloc_pages_nodemask vmlinux EXPORT_SYMBOL
|
||||||
0x08c6f12f __alloc_skb vmlinux EXPORT_SYMBOL
|
0x08c6f12f __alloc_skb vmlinux EXPORT_SYMBOL
|
||||||
@ -24,10 +23,8 @@
|
|||||||
0x2af29fbb __dynamic_pr_debug vmlinux EXPORT_SYMBOL
|
0x2af29fbb __dynamic_pr_debug vmlinux EXPORT_SYMBOL
|
||||||
0xf487d506 __free_pages vmlinux EXPORT_SYMBOL
|
0xf487d506 __free_pages vmlinux EXPORT_SYMBOL
|
||||||
0x93fca811 __get_free_pages vmlinux EXPORT_SYMBOL
|
0x93fca811 __get_free_pages vmlinux EXPORT_SYMBOL
|
||||||
0xf389fe60 __hw_addr_init vmlinux EXPORT_SYMBOL
|
|
||||||
0xb206a404 __init_rwsem vmlinux EXPORT_SYMBOL
|
0xb206a404 __init_rwsem vmlinux EXPORT_SYMBOL
|
||||||
0x66b98575 __init_waitqueue_head vmlinux EXPORT_SYMBOL
|
0x66b98575 __init_waitqueue_head vmlinux EXPORT_SYMBOL
|
||||||
0x9881f8fd __ip_queue_xmit vmlinux EXPORT_SYMBOL
|
|
||||||
0x0d542439 __ipv6_addr_type vmlinux EXPORT_SYMBOL
|
0x0d542439 __ipv6_addr_type vmlinux EXPORT_SYMBOL
|
||||||
0x5a34a45c __kmalloc vmlinux EXPORT_SYMBOL
|
0x5a34a45c __kmalloc vmlinux EXPORT_SYMBOL
|
||||||
0x68f31cbd __list_add_valid vmlinux EXPORT_SYMBOL
|
0x68f31cbd __list_add_valid vmlinux EXPORT_SYMBOL
|
||||||
@ -40,7 +37,6 @@
|
|||||||
0xd9eacad1 __napi_schedule vmlinux EXPORT_SYMBOL
|
0xd9eacad1 __napi_schedule vmlinux EXPORT_SYMBOL
|
||||||
0x338bbef8 __ndelay vmlinux EXPORT_SYMBOL
|
0x338bbef8 __ndelay vmlinux EXPORT_SYMBOL
|
||||||
0x854820b0 __netdev_alloc_skb vmlinux EXPORT_SYMBOL
|
0x854820b0 __netdev_alloc_skb vmlinux EXPORT_SYMBOL
|
||||||
0xa7fe798d __netif_napi_del vmlinux EXPORT_SYMBOL
|
|
||||||
0x46c47fb6 __node_distance vmlinux EXPORT_SYMBOL
|
0x46c47fb6 __node_distance vmlinux EXPORT_SYMBOL
|
||||||
0xb0fab9b6 __page_file_index vmlinux EXPORT_SYMBOL_GPL
|
0xb0fab9b6 __page_file_index vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xa9f7f0c8 __page_mapcount vmlinux EXPORT_SYMBOL_GPL
|
0xa9f7f0c8 __page_mapcount vmlinux EXPORT_SYMBOL_GPL
|
||||||
@ -57,7 +53,6 @@
|
|||||||
0x3d1ba4bd __scsi_execute vmlinux EXPORT_SYMBOL
|
0x3d1ba4bd __scsi_execute vmlinux EXPORT_SYMBOL
|
||||||
0x8e155a75 __scsi_iterate_devices vmlinux EXPORT_SYMBOL
|
0x8e155a75 __scsi_iterate_devices vmlinux EXPORT_SYMBOL
|
||||||
0x60b53515 __skb_gso_segment vmlinux EXPORT_SYMBOL
|
0x60b53515 __skb_gso_segment vmlinux EXPORT_SYMBOL
|
||||||
0x2ce76df3 __skb_pad vmlinux EXPORT_SYMBOL
|
|
||||||
0xfcbb0506 __task_pid_nr_ns vmlinux EXPORT_SYMBOL
|
0xfcbb0506 __task_pid_nr_ns vmlinux EXPORT_SYMBOL
|
||||||
0x0faef0ed __tasklet_schedule vmlinux EXPORT_SYMBOL
|
0x0faef0ed __tasklet_schedule vmlinux EXPORT_SYMBOL
|
||||||
0x3fb0b9e3 __udelay vmlinux EXPORT_SYMBOL
|
0x3fb0b9e3 __udelay vmlinux EXPORT_SYMBOL
|
||||||
@ -73,7 +68,6 @@
|
|||||||
0xdd1cdbcb add_wait_queue vmlinux EXPORT_SYMBOL
|
0xdd1cdbcb add_wait_queue vmlinux EXPORT_SYMBOL
|
||||||
0xbc7bede7 add_wait_queue_exclusive vmlinux EXPORT_SYMBOL
|
0xbc7bede7 add_wait_queue_exclusive vmlinux EXPORT_SYMBOL
|
||||||
0xe3ec2f2b alloc_chrdev_region vmlinux EXPORT_SYMBOL
|
0xe3ec2f2b alloc_chrdev_region vmlinux EXPORT_SYMBOL
|
||||||
0x2eb61b4d alloc_etherdev_mqs vmlinux EXPORT_SYMBOL
|
|
||||||
0xf680ff75 alloc_netdev_mqs vmlinux EXPORT_SYMBOL
|
0xf680ff75 alloc_netdev_mqs vmlinux EXPORT_SYMBOL
|
||||||
0x55943cc5 alloc_pages_current vmlinux EXPORT_SYMBOL
|
0x55943cc5 alloc_pages_current vmlinux EXPORT_SYMBOL
|
||||||
0x27545244 atomic_notifier_chain_register vmlinux EXPORT_SYMBOL_GPL
|
0x27545244 atomic_notifier_chain_register vmlinux EXPORT_SYMBOL_GPL
|
||||||
@ -140,8 +134,6 @@
|
|||||||
0x7a9b37e8 blk_start_plug vmlinux EXPORT_SYMBOL
|
0x7a9b37e8 blk_start_plug vmlinux EXPORT_SYMBOL
|
||||||
0x84502a47 blk_status_to_errno vmlinux EXPORT_SYMBOL_GPL
|
0x84502a47 blk_status_to_errno vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x60974d6e blk_verify_command vmlinux EXPORT_SYMBOL
|
0x60974d6e blk_verify_command vmlinux EXPORT_SYMBOL
|
||||||
0xc26bf351 blkdev_fsync vmlinux EXPORT_SYMBOL
|
|
||||||
0xda63e54f blkdev_get vmlinux EXPORT_SYMBOL
|
|
||||||
0xd1359f12 blkdev_get_by_dev vmlinux EXPORT_SYMBOL
|
0xd1359f12 blkdev_get_by_dev vmlinux EXPORT_SYMBOL
|
||||||
0x91f4afca blkdev_get_by_path vmlinux EXPORT_SYMBOL
|
0x91f4afca blkdev_get_by_path vmlinux EXPORT_SYMBOL
|
||||||
0xb189071a blkdev_issue_discard vmlinux EXPORT_SYMBOL
|
0xb189071a blkdev_issue_discard vmlinux EXPORT_SYMBOL
|
||||||
@ -192,36 +184,24 @@
|
|||||||
0x2d87fabb d_make_root vmlinux EXPORT_SYMBOL
|
0x2d87fabb d_make_root vmlinux EXPORT_SYMBOL
|
||||||
0x16f35807 d_obtain_alias vmlinux EXPORT_SYMBOL
|
0x16f35807 d_obtain_alias vmlinux EXPORT_SYMBOL
|
||||||
0xf230dd2b d_prune_aliases vmlinux EXPORT_SYMBOL
|
0xf230dd2b d_prune_aliases vmlinux EXPORT_SYMBOL
|
||||||
0x40a680b6 deactivate_super vmlinux EXPORT_SYMBOL
|
|
||||||
0xd8710616 default_llseek vmlinux EXPORT_SYMBOL
|
|
||||||
0xaad8c7d6 default_wake_function vmlinux EXPORT_SYMBOL
|
0xaad8c7d6 default_wake_function vmlinux EXPORT_SYMBOL
|
||||||
0x88d17e92 del_gendisk vmlinux EXPORT_SYMBOL
|
0x88d17e92 del_gendisk vmlinux EXPORT_SYMBOL
|
||||||
0xfa5223cc del_timer vmlinux EXPORT_SYMBOL
|
0xfa5223cc del_timer vmlinux EXPORT_SYMBOL
|
||||||
0xec02a35f del_timer_sync vmlinux EXPORT_SYMBOL
|
0xec02a35f del_timer_sync vmlinux EXPORT_SYMBOL
|
||||||
0x0c1c794e delayed_work_timer_fn vmlinux EXPORT_SYMBOL
|
0x0c1c794e delayed_work_timer_fn vmlinux EXPORT_SYMBOL
|
||||||
0x1789c7ec dentry_open vmlinux EXPORT_SYMBOL
|
|
||||||
0x8c03d20c destroy_workqueue vmlinux EXPORT_SYMBOL_GPL
|
0x8c03d20c destroy_workqueue vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x31f86c7b dev_add_pack vmlinux EXPORT_SYMBOL
|
|
||||||
0xcaeaddeb dev_base_lock vmlinux EXPORT_SYMBOL
|
|
||||||
0x25fa1670 dev_close vmlinux EXPORT_SYMBOL
|
|
||||||
0xc4d675c0 dev_get_by_index vmlinux EXPORT_SYMBOL
|
0xc4d675c0 dev_get_by_index vmlinux EXPORT_SYMBOL
|
||||||
0x7197f660 dev_get_by_name vmlinux EXPORT_SYMBOL
|
0x7197f660 dev_get_by_name vmlinux EXPORT_SYMBOL
|
||||||
0x6ab8ca5e dev_mc_add vmlinux EXPORT_SYMBOL
|
0x6ab8ca5e dev_mc_add vmlinux EXPORT_SYMBOL
|
||||||
0x2e285502 dev_mc_add_excl vmlinux EXPORT_SYMBOL
|
|
||||||
0x36a55cd6 dev_mc_add_global vmlinux EXPORT_SYMBOL
|
|
||||||
0xa31e046b dev_mc_del vmlinux EXPORT_SYMBOL
|
0xa31e046b dev_mc_del vmlinux EXPORT_SYMBOL
|
||||||
0x133e625d dev_mc_del_global vmlinux EXPORT_SYMBOL
|
|
||||||
0xf7e9f593 dev_queue_xmit vmlinux EXPORT_SYMBOL
|
0xf7e9f593 dev_queue_xmit vmlinux EXPORT_SYMBOL
|
||||||
0x838822b9 dev_remove_pack vmlinux EXPORT_SYMBOL
|
|
||||||
0x0b3687c4 dev_set_mac_address vmlinux EXPORT_SYMBOL
|
0x0b3687c4 dev_set_mac_address vmlinux EXPORT_SYMBOL
|
||||||
0x80b0cdfb dev_set_mtu vmlinux EXPORT_SYMBOL
|
0x80b0cdfb dev_set_mtu vmlinux EXPORT_SYMBOL
|
||||||
0x7f1789d8 dev_set_promiscuity vmlinux EXPORT_SYMBOL
|
0x7f1789d8 dev_set_promiscuity vmlinux EXPORT_SYMBOL
|
||||||
0x7ba11f79 dev_uc_add_excl vmlinux EXPORT_SYMBOL
|
|
||||||
0xafc69e48 device_add_disk vmlinux EXPORT_SYMBOL
|
0xafc69e48 device_add_disk vmlinux EXPORT_SYMBOL
|
||||||
0xe8ea8981 device_create vmlinux EXPORT_SYMBOL_GPL
|
0xe8ea8981 device_create vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x50ccb4d8 device_destroy vmlinux EXPORT_SYMBOL_GPL
|
0x50ccb4d8 device_destroy vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x2e0191a3 dget_parent vmlinux EXPORT_SYMBOL
|
0x2e0191a3 dget_parent vmlinux EXPORT_SYMBOL
|
||||||
0x3ce4ca6f disable_irq vmlinux EXPORT_SYMBOL
|
|
||||||
0x81fe92cc dma_get_required_mask vmlinux EXPORT_SYMBOL_GPL
|
0x81fe92cc dma_get_required_mask vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xf7bbf143 dma_set_coherent_mask vmlinux EXPORT_SYMBOL
|
0xf7bbf143 dma_set_coherent_mask vmlinux EXPORT_SYMBOL
|
||||||
0x783b83d3 dma_set_mask vmlinux EXPORT_SYMBOL
|
0x783b83d3 dma_set_mask vmlinux EXPORT_SYMBOL
|
||||||
@ -238,17 +218,11 @@
|
|||||||
0xa3e80006 dst_release vmlinux EXPORT_SYMBOL
|
0xa3e80006 dst_release vmlinux EXPORT_SYMBOL
|
||||||
0x6b2dc060 dump_stack vmlinux EXPORT_SYMBOL
|
0x6b2dc060 dump_stack vmlinux EXPORT_SYMBOL
|
||||||
0xd0c05159 emergency_restart vmlinux EXPORT_SYMBOL_GPL
|
0xd0c05159 emergency_restart vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xfcec0987 enable_irq vmlinux EXPORT_SYMBOL
|
|
||||||
0x612bfd89 errno_to_blk_status vmlinux EXPORT_SYMBOL_GPL
|
0x612bfd89 errno_to_blk_status vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x3c9504c1 eth_get_headlen vmlinux EXPORT_SYMBOL
|
|
||||||
0x6229afcd eth_type_trans vmlinux EXPORT_SYMBOL
|
0x6229afcd eth_type_trans vmlinux EXPORT_SYMBOL
|
||||||
0xde4b10af eth_validate_addr vmlinux EXPORT_SYMBOL
|
|
||||||
0x40d650b4 ether_setup vmlinux EXPORT_SYMBOL
|
0x40d650b4 ether_setup vmlinux EXPORT_SYMBOL
|
||||||
0x8f996a30 ethtool_convert_legacy_u32_to_link_mode vmlinux EXPORT_SYMBOL
|
|
||||||
0x55e31703 ethtool_convert_link_mode_to_legacy_u32 vmlinux EXPORT_SYMBOL
|
|
||||||
0x6871deb1 ethtool_op_get_link vmlinux EXPORT_SYMBOL
|
0x6871deb1 ethtool_op_get_link vmlinux EXPORT_SYMBOL
|
||||||
0xc85dc1e1 fc_remove_host drivers/scsi/scsi_transport_fc EXPORT_SYMBOL
|
0xc85dc1e1 fc_remove_host drivers/scsi/scsi_transport_fc EXPORT_SYMBOL
|
||||||
0xb695aff6 fget vmlinux EXPORT_SYMBOL
|
|
||||||
0xcb8d3ac5 filemap_fault vmlinux EXPORT_SYMBOL
|
0xcb8d3ac5 filemap_fault vmlinux EXPORT_SYMBOL
|
||||||
0xc1fa776a filp_close vmlinux EXPORT_SYMBOL
|
0xc1fa776a filp_close vmlinux EXPORT_SYMBOL
|
||||||
0x8f77bbce filp_open vmlinux EXPORT_SYMBOL
|
0x8f77bbce filp_open vmlinux EXPORT_SYMBOL
|
||||||
@ -263,7 +237,6 @@
|
|||||||
0x42160169 flush_workqueue vmlinux EXPORT_SYMBOL
|
0x42160169 flush_workqueue vmlinux EXPORT_SYMBOL
|
||||||
0xc32e7dec force_sig vmlinux EXPORT_SYMBOL
|
0xc32e7dec force_sig vmlinux EXPORT_SYMBOL
|
||||||
0xcbd4898c fortify_panic vmlinux EXPORT_SYMBOL
|
0xcbd4898c fortify_panic vmlinux EXPORT_SYMBOL
|
||||||
0xa12dd047 fput vmlinux EXPORT_SYMBOL
|
|
||||||
0xc1514a3b free_irq vmlinux EXPORT_SYMBOL
|
0xc1514a3b free_irq vmlinux EXPORT_SYMBOL
|
||||||
0x80143ea4 free_netdev vmlinux EXPORT_SYMBOL
|
0x80143ea4 free_netdev vmlinux EXPORT_SYMBOL
|
||||||
0x4302d0eb free_pages vmlinux EXPORT_SYMBOL
|
0x4302d0eb free_pages vmlinux EXPORT_SYMBOL
|
||||||
@ -271,15 +244,10 @@
|
|||||||
0x705b4edc from_kgid vmlinux EXPORT_SYMBOL
|
0x705b4edc from_kgid vmlinux EXPORT_SYMBOL
|
||||||
0x8f257cbf from_kuid vmlinux EXPORT_SYMBOL
|
0x8f257cbf from_kuid vmlinux EXPORT_SYMBOL
|
||||||
0x8f2c4377 fs_bio_set vmlinux EXPORT_SYMBOL
|
0x8f2c4377 fs_bio_set vmlinux EXPORT_SYMBOL
|
||||||
0xb4130f62 fsync_bdev vmlinux EXPORT_SYMBOL
|
|
||||||
0x7e5b69ce generic_end_io_acct vmlinux EXPORT_SYMBOL
|
0x7e5b69ce generic_end_io_acct vmlinux EXPORT_SYMBOL
|
||||||
0x3e7ce286 generic_file_llseek vmlinux EXPORT_SYMBOL
|
0x3e7ce286 generic_file_llseek vmlinux EXPORT_SYMBOL
|
||||||
0x617a01ed generic_file_open vmlinux EXPORT_SYMBOL
|
0x617a01ed generic_file_open vmlinux EXPORT_SYMBOL
|
||||||
0xcb60911f generic_fillattr vmlinux EXPORT_SYMBOL
|
|
||||||
0x999daaf9 generic_make_request vmlinux EXPORT_SYMBOL
|
0x999daaf9 generic_make_request vmlinux EXPORT_SYMBOL
|
||||||
0xfd725913 generic_permission vmlinux EXPORT_SYMBOL
|
|
||||||
0x7dfa4df6 generic_read_dir vmlinux EXPORT_SYMBOL
|
|
||||||
0x2b6e0767 generic_shutdown_super vmlinux EXPORT_SYMBOL
|
|
||||||
0xf7db95bf generic_start_io_acct vmlinux EXPORT_SYMBOL
|
0xf7db95bf generic_start_io_acct vmlinux EXPORT_SYMBOL
|
||||||
0x3fe85dc0 genl_register_family vmlinux EXPORT_SYMBOL
|
0x3fe85dc0 genl_register_family vmlinux EXPORT_SYMBOL
|
||||||
0x676ece90 genl_unregister_family vmlinux EXPORT_SYMBOL
|
0x676ece90 genl_unregister_family vmlinux EXPORT_SYMBOL
|
||||||
@ -302,15 +270,11 @@
|
|||||||
0xd85591cd igrab vmlinux EXPORT_SYMBOL
|
0xd85591cd igrab vmlinux EXPORT_SYMBOL
|
||||||
0x39461d6a in_egroup_p vmlinux EXPORT_SYMBOL
|
0x39461d6a in_egroup_p vmlinux EXPORT_SYMBOL
|
||||||
0x8b8059bd in_group_p vmlinux EXPORT_SYMBOL
|
0x8b8059bd in_group_p vmlinux EXPORT_SYMBOL
|
||||||
0xa8ae8715 inet_add_protocol vmlinux EXPORT_SYMBOL
|
|
||||||
0x050afe69 inet_del_protocol vmlinux EXPORT_SYMBOL
|
|
||||||
0x293e21cb init_net vmlinux EXPORT_SYMBOL
|
0x293e21cb init_net vmlinux EXPORT_SYMBOL
|
||||||
0x958ddee9 init_task vmlinux EXPORT_SYMBOL
|
0x958ddee9 init_task vmlinux EXPORT_SYMBOL
|
||||||
0x4cc8f9c8 init_timer_key vmlinux EXPORT_SYMBOL
|
0x4cc8f9c8 init_timer_key vmlinux EXPORT_SYMBOL
|
||||||
0x40bcb35a init_uts_ns vmlinux EXPORT_SYMBOL_GPL
|
0x40bcb35a init_uts_ns vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xfe487975 init_wait_entry vmlinux EXPORT_SYMBOL
|
0xfe487975 init_wait_entry vmlinux EXPORT_SYMBOL
|
||||||
0x3755fb24 inode_init_always vmlinux EXPORT_SYMBOL
|
|
||||||
0x411abede inode_permission vmlinux EXPORT_SYMBOL
|
|
||||||
0x5ed90adc int_to_scsilun vmlinux EXPORT_SYMBOL
|
0x5ed90adc int_to_scsilun vmlinux EXPORT_SYMBOL
|
||||||
0x5778b8b4 invalidate_partition vmlinux EXPORT_SYMBOL
|
0x5778b8b4 invalidate_partition vmlinux EXPORT_SYMBOL
|
||||||
0x93a6e0b2 io_schedule vmlinux EXPORT_SYMBOL
|
0x93a6e0b2 io_schedule vmlinux EXPORT_SYMBOL
|
||||||
@ -319,7 +283,6 @@
|
|||||||
0xedc03953 iounmap vmlinux EXPORT_SYMBOL
|
0xedc03953 iounmap vmlinux EXPORT_SYMBOL
|
||||||
0x08c0bc0e iput vmlinux EXPORT_SYMBOL
|
0x08c0bc0e iput vmlinux EXPORT_SYMBOL
|
||||||
0xca7903a1 irq_set_affinity_hint vmlinux EXPORT_SYMBOL_GPL
|
0xca7903a1 irq_set_affinity_hint vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xdc270fdf iterate_dir vmlinux EXPORT_SYMBOL
|
|
||||||
0xe798236d jiffies vmlinux EXPORT_SYMBOL
|
0xe798236d jiffies vmlinux EXPORT_SYMBOL
|
||||||
0x402a960a jiffies_64 vmlinux EXPORT_SYMBOL
|
0x402a960a jiffies_64 vmlinux EXPORT_SYMBOL
|
||||||
0x37befc70 jiffies_to_msecs vmlinux EXPORT_SYMBOL
|
0x37befc70 jiffies_to_msecs vmlinux EXPORT_SYMBOL
|
||||||
@ -334,9 +297,6 @@
|
|||||||
0x037a0cba kfree vmlinux EXPORT_SYMBOL
|
0x037a0cba kfree vmlinux EXPORT_SYMBOL
|
||||||
0x19f462ab kfree_call_rcu vmlinux EXPORT_SYMBOL_GPL
|
0x19f462ab kfree_call_rcu vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x0a9ea67d kfree_skb vmlinux EXPORT_SYMBOL
|
0x0a9ea67d kfree_skb vmlinux EXPORT_SYMBOL
|
||||||
0x84b1f99a kfree_skb_reason vmlinux EXPORT_SYMBOL
|
|
||||||
0xca2b0f47 kill_anon_super vmlinux EXPORT_SYMBOL
|
|
||||||
0x17015d84 kill_block_super vmlinux EXPORT_SYMBOL
|
|
||||||
0x1c1c79d3 kmalloc_caches vmlinux EXPORT_SYMBOL
|
0x1c1c79d3 kmalloc_caches vmlinux EXPORT_SYMBOL
|
||||||
0x4b5814ef kmalloc_order_trace vmlinux EXPORT_SYMBOL
|
0x4b5814ef kmalloc_order_trace vmlinux EXPORT_SYMBOL
|
||||||
0x44398388 kmem_cache_alloc vmlinux EXPORT_SYMBOL
|
0x44398388 kmem_cache_alloc vmlinux EXPORT_SYMBOL
|
||||||
@ -418,8 +378,6 @@
|
|||||||
0xc7582579 misc_deregister vmlinux EXPORT_SYMBOL
|
0xc7582579 misc_deregister vmlinux EXPORT_SYMBOL
|
||||||
0x5fe7b349 misc_register vmlinux EXPORT_SYMBOL
|
0x5fe7b349 misc_register vmlinux EXPORT_SYMBOL
|
||||||
0xe0612783 mmput vmlinux EXPORT_SYMBOL_GPL
|
0xe0612783 mmput vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x3202ca78 mntget vmlinux EXPORT_SYMBOL
|
|
||||||
0xabf9f6ee mntput vmlinux EXPORT_SYMBOL
|
|
||||||
0xebca8b54 mod_delayed_work_on vmlinux EXPORT_SYMBOL_GPL
|
0xebca8b54 mod_delayed_work_on vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x28985b9f mod_timer vmlinux EXPORT_SYMBOL
|
0x28985b9f mod_timer vmlinux EXPORT_SYMBOL
|
||||||
0xaac80d5b mod_timer_pending vmlinux EXPORT_SYMBOL
|
0xaac80d5b mod_timer_pending vmlinux EXPORT_SYMBOL
|
||||||
@ -432,34 +390,19 @@
|
|||||||
0xe1718bab mutex_unlock vmlinux EXPORT_SYMBOL
|
0xe1718bab mutex_unlock vmlinux EXPORT_SYMBOL
|
||||||
0x4351da74 napi_complete_done vmlinux EXPORT_SYMBOL
|
0x4351da74 napi_complete_done vmlinux EXPORT_SYMBOL
|
||||||
0x3e3bd342 napi_disable vmlinux EXPORT_SYMBOL
|
0x3e3bd342 napi_disable vmlinux EXPORT_SYMBOL
|
||||||
0x3b9ca02d napi_enable vmlinux EXPORT_SYMBOL
|
|
||||||
0x0654039b napi_gro_receive vmlinux EXPORT_SYMBOL
|
0x0654039b napi_gro_receive vmlinux EXPORT_SYMBOL
|
||||||
0xb61d9399 napi_schedule_prep vmlinux EXPORT_SYMBOL
|
0xb61d9399 napi_schedule_prep vmlinux EXPORT_SYMBOL
|
||||||
0xcccbb3f3 ndo_dflt_bridge_getlink vmlinux EXPORT_SYMBOL_GPL
|
|
||||||
0xf6ebc03b net_ratelimit vmlinux EXPORT_SYMBOL
|
|
||||||
0x94bbf85a netdev_err vmlinux EXPORT_SYMBOL
|
|
||||||
0xe1f877d4 netdev_features_change vmlinux EXPORT_SYMBOL
|
0xe1f877d4 netdev_features_change vmlinux EXPORT_SYMBOL
|
||||||
0xe55f7e67 netdev_info vmlinux EXPORT_SYMBOL
|
|
||||||
0x76de26c8 netdev_refcnt_read vmlinux EXPORT_SYMBOL
|
|
||||||
0x35dc630d netdev_rx_handler_register vmlinux EXPORT_SYMBOL_GPL
|
0x35dc630d netdev_rx_handler_register vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x7631c5d6 netdev_rx_handler_unregister vmlinux EXPORT_SYMBOL_GPL
|
0x7631c5d6 netdev_rx_handler_unregister vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x6d4283b8 netif_carrier_off vmlinux EXPORT_SYMBOL
|
0x6d4283b8 netif_carrier_off vmlinux EXPORT_SYMBOL
|
||||||
0x96a71f71 netif_carrier_on vmlinux EXPORT_SYMBOL
|
0x96a71f71 netif_carrier_on vmlinux EXPORT_SYMBOL
|
||||||
0x3bc6316f netif_device_attach vmlinux EXPORT_SYMBOL
|
|
||||||
0x1f3b7fc0 netif_device_detach vmlinux EXPORT_SYMBOL
|
|
||||||
0x898a4843 netif_napi_add vmlinux EXPORT_SYMBOL
|
0x898a4843 netif_napi_add vmlinux EXPORT_SYMBOL
|
||||||
0x93a74ad7 netif_napi_add_weight vmlinux EXPORT_SYMBOL
|
|
||||||
0x263ef35a netif_napi_del vmlinux EXPORT_SYMBOL
|
0x263ef35a netif_napi_del vmlinux EXPORT_SYMBOL
|
||||||
0x6387a356 netif_receive_skb vmlinux EXPORT_SYMBOL
|
0x6387a356 netif_receive_skb vmlinux EXPORT_SYMBOL
|
||||||
0xd0c1d4a8 netif_rx vmlinux EXPORT_SYMBOL
|
0xd0c1d4a8 netif_rx vmlinux EXPORT_SYMBOL
|
||||||
0x041d665d netif_schedule_queue vmlinux EXPORT_SYMBOL
|
|
||||||
0x9caf9018 netif_set_real_num_rx_queues vmlinux EXPORT_SYMBOL
|
|
||||||
0x24b6326c netif_set_real_num_tx_queues vmlinux EXPORT_SYMBOL
|
|
||||||
0xb0f4b1ea netif_tx_stop_all_queues vmlinux EXPORT_SYMBOL
|
|
||||||
0x50e04e90 netif_tx_wake_queue vmlinux EXPORT_SYMBOL
|
|
||||||
0x7bdf7b5b netlink_broadcast vmlinux EXPORT_SYMBOL
|
0x7bdf7b5b netlink_broadcast vmlinux EXPORT_SYMBOL
|
||||||
0x65047620 netlink_unicast vmlinux EXPORT_SYMBOL
|
0x65047620 netlink_unicast vmlinux EXPORT_SYMBOL
|
||||||
0x5ffa0429 new_inode vmlinux EXPORT_SYMBOL
|
|
||||||
0xfdc1bd61 nla_put vmlinux EXPORT_SYMBOL
|
0xfdc1bd61 nla_put vmlinux EXPORT_SYMBOL
|
||||||
0x5c223e9e node_data vmlinux EXPORT_SYMBOL
|
0x5c223e9e node_data vmlinux EXPORT_SYMBOL
|
||||||
0xfd1a7baf node_to_cpumask_map vmlinux EXPORT_SYMBOL
|
0xfd1a7baf node_to_cpumask_map vmlinux EXPORT_SYMBOL
|
||||||
@ -520,13 +463,11 @@
|
|||||||
0xbeabc0e4 read_cache_pages vmlinux EXPORT_SYMBOL
|
0xbeabc0e4 read_cache_pages vmlinux EXPORT_SYMBOL
|
||||||
0xfb6af58d recalc_sigpending vmlinux EXPORT_SYMBOL
|
0xfb6af58d recalc_sigpending vmlinux EXPORT_SYMBOL
|
||||||
0x71a50dbc register_blkdev vmlinux EXPORT_SYMBOL
|
0x71a50dbc register_blkdev vmlinux EXPORT_SYMBOL
|
||||||
0xfca908d7 register_filesystem vmlinux EXPORT_SYMBOL
|
|
||||||
0x60352082 register_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
0x60352082 register_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xf68285c0 register_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
0xf68285c0 register_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0x48276cbc register_netdev vmlinux EXPORT_SYMBOL
|
0x48276cbc register_netdev vmlinux EXPORT_SYMBOL
|
||||||
0xd2da1048 register_netdevice_notifier vmlinux EXPORT_SYMBOL
|
0xd2da1048 register_netdevice_notifier vmlinux EXPORT_SYMBOL
|
||||||
0x3517383e register_reboot_notifier vmlinux EXPORT_SYMBOL
|
0x3517383e register_reboot_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xd4e9d05d register_sysctl_table vmlinux EXPORT_SYMBOL
|
|
||||||
0xb286f9d0 release_sock vmlinux EXPORT_SYMBOL
|
0xb286f9d0 release_sock vmlinux EXPORT_SYMBOL
|
||||||
0x58525886 remap_pfn_range vmlinux EXPORT_SYMBOL
|
0x58525886 remap_pfn_range vmlinux EXPORT_SYMBOL
|
||||||
0x6c60994e remove_wait_queue vmlinux EXPORT_SYMBOL
|
0x6c60994e remove_wait_queue vmlinux EXPORT_SYMBOL
|
||||||
@ -605,18 +546,13 @@
|
|||||||
0x0645e9e8 shrink_dcache_parent vmlinux EXPORT_SYMBOL
|
0x0645e9e8 shrink_dcache_parent vmlinux EXPORT_SYMBOL
|
||||||
0x40c7247c si_meminfo vmlinux EXPORT_SYMBOL
|
0x40c7247c si_meminfo vmlinux EXPORT_SYMBOL
|
||||||
0x6a5fa363 sigprocmask vmlinux EXPORT_SYMBOL
|
0x6a5fa363 sigprocmask vmlinux EXPORT_SYMBOL
|
||||||
0xfcffa6d7 simple_statfs vmlinux EXPORT_SYMBOL
|
|
||||||
0x0b742fd7 simple_strtol vmlinux EXPORT_SYMBOL
|
0x0b742fd7 simple_strtol vmlinux EXPORT_SYMBOL
|
||||||
0x20000329 simple_strtoul vmlinux EXPORT_SYMBOL
|
0x20000329 simple_strtoul vmlinux EXPORT_SYMBOL
|
||||||
0x61b7b126 simple_strtoull vmlinux EXPORT_SYMBOL
|
0x61b7b126 simple_strtoull vmlinux EXPORT_SYMBOL
|
||||||
0x942f69ac single_open vmlinux EXPORT_SYMBOL
|
0x942f69ac single_open vmlinux EXPORT_SYMBOL
|
||||||
0x0e361108 single_release vmlinux EXPORT_SYMBOL
|
0x0e361108 single_release vmlinux EXPORT_SYMBOL
|
||||||
0x1f398fd7 sk_alloc vmlinux EXPORT_SYMBOL
|
|
||||||
0xbab4fe6b sk_free vmlinux EXPORT_SYMBOL
|
|
||||||
0xebf7f147 skb_add_rx_frag vmlinux EXPORT_SYMBOL
|
|
||||||
0x694aba15 skb_checksum_help vmlinux EXPORT_SYMBOL
|
0x694aba15 skb_checksum_help vmlinux EXPORT_SYMBOL
|
||||||
0xdf9b9d87 skb_clone vmlinux EXPORT_SYMBOL
|
0xdf9b9d87 skb_clone vmlinux EXPORT_SYMBOL
|
||||||
0xe2a84e41 skb_clone_tx_timestamp vmlinux EXPORT_SYMBOL_GPL
|
|
||||||
0xd7641845 skb_copy vmlinux EXPORT_SYMBOL
|
0xd7641845 skb_copy vmlinux EXPORT_SYMBOL
|
||||||
0x6108d928 skb_copy_bits vmlinux EXPORT_SYMBOL
|
0x6108d928 skb_copy_bits vmlinux EXPORT_SYMBOL
|
||||||
0x4439cb03 skb_dequeue vmlinux EXPORT_SYMBOL
|
0x4439cb03 skb_dequeue vmlinux EXPORT_SYMBOL
|
||||||
@ -627,7 +563,6 @@
|
|||||||
0x6b702c4a skb_queue_tail vmlinux EXPORT_SYMBOL
|
0x6b702c4a skb_queue_tail vmlinux EXPORT_SYMBOL
|
||||||
0xbaa57823 skb_realloc_headroom vmlinux EXPORT_SYMBOL
|
0xbaa57823 skb_realloc_headroom vmlinux EXPORT_SYMBOL
|
||||||
0xbd71ae6a skb_trim vmlinux EXPORT_SYMBOL
|
0xbd71ae6a skb_trim vmlinux EXPORT_SYMBOL
|
||||||
0xf28d5f02 skb_tstamp_tx vmlinux EXPORT_SYMBOL_GPL
|
|
||||||
0x04b197f2 smp_call_function_many vmlinux EXPORT_SYMBOL
|
0x04b197f2 smp_call_function_many vmlinux EXPORT_SYMBOL
|
||||||
0x6228c21f smp_call_function_single vmlinux EXPORT_SYMBOL
|
0x6228c21f smp_call_function_single vmlinux EXPORT_SYMBOL
|
||||||
0x50720c5f snprintf vmlinux EXPORT_SYMBOL
|
0x50720c5f snprintf vmlinux EXPORT_SYMBOL
|
||||||
@ -657,7 +592,6 @@
|
|||||||
0x3fa913da strspn vmlinux EXPORT_SYMBOL
|
0x3fa913da strspn vmlinux EXPORT_SYMBOL
|
||||||
0x1e6d26a8 strstr vmlinux EXPORT_SYMBOL
|
0x1e6d26a8 strstr vmlinux EXPORT_SYMBOL
|
||||||
0x9d74e70c submit_bio vmlinux EXPORT_SYMBOL
|
0x9d74e70c submit_bio vmlinux EXPORT_SYMBOL
|
||||||
0x609f1c7e synchronize_net vmlinux EXPORT_SYMBOL
|
|
||||||
0x2d3385d3 system_wq vmlinux EXPORT_SYMBOL
|
0x2d3385d3 system_wq vmlinux EXPORT_SYMBOL
|
||||||
0x9545af6d tasklet_init vmlinux EXPORT_SYMBOL
|
0x9545af6d tasklet_init vmlinux EXPORT_SYMBOL
|
||||||
0x30cb3061 thaw_bdev vmlinux EXPORT_SYMBOL
|
0x30cb3061 thaw_bdev vmlinux EXPORT_SYMBOL
|
||||||
@ -668,13 +602,11 @@
|
|||||||
0xb34392eb unmap_mapping_range vmlinux EXPORT_SYMBOL
|
0xb34392eb unmap_mapping_range vmlinux EXPORT_SYMBOL
|
||||||
0xb5a459dc unregister_blkdev vmlinux EXPORT_SYMBOL
|
0xb5a459dc unregister_blkdev vmlinux EXPORT_SYMBOL
|
||||||
0x6091b333 unregister_chrdev_region vmlinux EXPORT_SYMBOL
|
0x6091b333 unregister_chrdev_region vmlinux EXPORT_SYMBOL
|
||||||
0xc12a1b70 unregister_filesystem vmlinux EXPORT_SYMBOL
|
|
||||||
0x2fe252cc unregister_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
0x2fe252cc unregister_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xfe029963 unregister_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
0xfe029963 unregister_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0x5fa27294 unregister_netdev vmlinux EXPORT_SYMBOL
|
0x5fa27294 unregister_netdev vmlinux EXPORT_SYMBOL
|
||||||
0x9d0d6206 unregister_netdevice_notifier vmlinux EXPORT_SYMBOL
|
0x9d0d6206 unregister_netdevice_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xac1a55be unregister_reboot_notifier vmlinux EXPORT_SYMBOL
|
0xac1a55be unregister_reboot_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xf86e6516 unregister_sysctl_table vmlinux EXPORT_SYMBOL
|
|
||||||
0x2ab3699d unuse_mm vmlinux EXPORT_SYMBOL_GPL
|
0x2ab3699d unuse_mm vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xc6b443e8 up vmlinux EXPORT_SYMBOL
|
0xc6b443e8 up vmlinux EXPORT_SYMBOL
|
||||||
0xd04fd10e up_read vmlinux EXPORT_SYMBOL
|
0xd04fd10e up_read vmlinux EXPORT_SYMBOL
|
||||||
@ -682,20 +614,6 @@
|
|||||||
0x971439a2 use_mm vmlinux EXPORT_SYMBOL_GPL
|
0x971439a2 use_mm vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x12a38747 usleep_range vmlinux EXPORT_SYMBOL
|
0x12a38747 usleep_range vmlinux EXPORT_SYMBOL
|
||||||
0x999e8297 vfree vmlinux EXPORT_SYMBOL
|
0x999e8297 vfree vmlinux EXPORT_SYMBOL
|
||||||
0x24d60dbd vfs_create vmlinux EXPORT_SYMBOL
|
|
||||||
0x1fd86893 vfs_fsync vmlinux EXPORT_SYMBOL
|
|
||||||
0x654184d4 vfs_fsync_range vmlinux EXPORT_SYMBOL
|
|
||||||
0x2cd2d936 vfs_getattr vmlinux EXPORT_SYMBOL
|
|
||||||
0x24b3ee3b vfs_link vmlinux EXPORT_SYMBOL
|
|
||||||
0x7065754b vfs_llseek vmlinux EXPORT_SYMBOL
|
|
||||||
0xd0864432 vfs_mkdir vmlinux EXPORT_SYMBOL
|
|
||||||
0x30a84afc vfs_mknod vmlinux EXPORT_SYMBOL
|
|
||||||
0xdf8efe5b vfs_readlink vmlinux EXPORT_SYMBOL
|
|
||||||
0x69be471b vfs_rename vmlinux EXPORT_SYMBOL
|
|
||||||
0x86654f49 vfs_rmdir vmlinux EXPORT_SYMBOL
|
|
||||||
0x4f101148 vfs_statfs vmlinux EXPORT_SYMBOL
|
|
||||||
0x278ed099 vfs_symlink vmlinux EXPORT_SYMBOL
|
|
||||||
0xb2ac7eb1 vfs_unlink vmlinux EXPORT_SYMBOL
|
|
||||||
0x4903aa79 vm_mmap vmlinux EXPORT_SYMBOL
|
0x4903aa79 vm_mmap vmlinux EXPORT_SYMBOL
|
||||||
0x29391e7d vm_munmap vmlinux EXPORT_SYMBOL
|
0x29391e7d vm_munmap vmlinux EXPORT_SYMBOL
|
||||||
0xd6ee688f vmalloc vmlinux EXPORT_SYMBOL
|
0xd6ee688f vmalloc vmlinux EXPORT_SYMBOL
|
||||||
@ -715,6 +633,5 @@
|
|||||||
0xa0fbac79 wake_up_bit vmlinux EXPORT_SYMBOL
|
0xa0fbac79 wake_up_bit vmlinux EXPORT_SYMBOL
|
||||||
0x08d39e7d wake_up_process vmlinux EXPORT_SYMBOL
|
0x08d39e7d wake_up_process vmlinux EXPORT_SYMBOL
|
||||||
0xcf64b4bb write_cache_pages vmlinux EXPORT_SYMBOL
|
0xcf64b4bb write_cache_pages vmlinux EXPORT_SYMBOL
|
||||||
0x9032ee34 xattr_full_name vmlinux EXPORT_SYMBOL
|
|
||||||
0x760a0f4f yield vmlinux EXPORT_SYMBOL
|
0x760a0f4f yield vmlinux EXPORT_SYMBOL
|
||||||
0x2185519c zap_vma_ptes vmlinux EXPORT_SYMBOL_GPL
|
0x2185519c zap_vma_ptes vmlinux EXPORT_SYMBOL_GPL
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
0xcc9d6473 ___pskb_trim vmlinux EXPORT_SYMBOL
|
|
||||||
0x75d19f57 __alloc_disk_node vmlinux EXPORT_SYMBOL
|
0x75d19f57 __alloc_disk_node vmlinux EXPORT_SYMBOL
|
||||||
0x8ab32967 __alloc_pages_nodemask vmlinux EXPORT_SYMBOL
|
0x8ab32967 __alloc_pages_nodemask vmlinux EXPORT_SYMBOL
|
||||||
0x3c5dfeb0 __alloc_skb vmlinux EXPORT_SYMBOL
|
0x3c5dfeb0 __alloc_skb vmlinux EXPORT_SYMBOL
|
||||||
@ -28,10 +27,8 @@
|
|||||||
0xf63b72ee __free_pages vmlinux EXPORT_SYMBOL
|
0xf63b72ee __free_pages vmlinux EXPORT_SYMBOL
|
||||||
0x93fca811 __get_free_pages vmlinux EXPORT_SYMBOL
|
0x93fca811 __get_free_pages vmlinux EXPORT_SYMBOL
|
||||||
0x8f9c199c __get_user_2 vmlinux EXPORT_SYMBOL
|
0x8f9c199c __get_user_2 vmlinux EXPORT_SYMBOL
|
||||||
0xf389fe60 __hw_addr_init vmlinux EXPORT_SYMBOL
|
|
||||||
0x379d9241 __init_rwsem vmlinux EXPORT_SYMBOL
|
0x379d9241 __init_rwsem vmlinux EXPORT_SYMBOL
|
||||||
0xd9a5ea54 __init_waitqueue_head vmlinux EXPORT_SYMBOL
|
0xd9a5ea54 __init_waitqueue_head vmlinux EXPORT_SYMBOL
|
||||||
0x3ffd0285 __ip_queue_xmit vmlinux EXPORT_SYMBOL
|
|
||||||
0x0d542439 __ipv6_addr_type vmlinux EXPORT_SYMBOL
|
0x0d542439 __ipv6_addr_type vmlinux EXPORT_SYMBOL
|
||||||
0xd2b09ce5 __kmalloc vmlinux EXPORT_SYMBOL
|
0xd2b09ce5 __kmalloc vmlinux EXPORT_SYMBOL
|
||||||
0x68f31cbd __list_add_valid vmlinux EXPORT_SYMBOL
|
0x68f31cbd __list_add_valid vmlinux EXPORT_SYMBOL
|
||||||
@ -45,7 +42,6 @@
|
|||||||
0x8a3ab7ed __napi_schedule vmlinux EXPORT_SYMBOL
|
0x8a3ab7ed __napi_schedule vmlinux EXPORT_SYMBOL
|
||||||
0xdf8c695a __ndelay vmlinux EXPORT_SYMBOL
|
0xdf8c695a __ndelay vmlinux EXPORT_SYMBOL
|
||||||
0x0696246f __netdev_alloc_skb vmlinux EXPORT_SYMBOL
|
0x0696246f __netdev_alloc_skb vmlinux EXPORT_SYMBOL
|
||||||
0xa0fa9e07 __netif_napi_del vmlinux EXPORT_SYMBOL
|
|
||||||
0x46c47fb6 __node_distance vmlinux EXPORT_SYMBOL
|
0x46c47fb6 __node_distance vmlinux EXPORT_SYMBOL
|
||||||
0x77a513e7 __page_file_index vmlinux EXPORT_SYMBOL_GPL
|
0x77a513e7 __page_file_index vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xc28bdc41 __page_mapcount vmlinux EXPORT_SYMBOL_GPL
|
0xc28bdc41 __page_mapcount vmlinux EXPORT_SYMBOL_GPL
|
||||||
@ -67,7 +63,6 @@
|
|||||||
0x2a7f6e41 __scsi_execute vmlinux EXPORT_SYMBOL
|
0x2a7f6e41 __scsi_execute vmlinux EXPORT_SYMBOL
|
||||||
0x25298ce1 __scsi_iterate_devices vmlinux EXPORT_SYMBOL
|
0x25298ce1 __scsi_iterate_devices vmlinux EXPORT_SYMBOL
|
||||||
0xec916042 __skb_gso_segment vmlinux EXPORT_SYMBOL
|
0xec916042 __skb_gso_segment vmlinux EXPORT_SYMBOL
|
||||||
0x815c70e2 __skb_pad vmlinux EXPORT_SYMBOL
|
|
||||||
0xdb7305a1 __stack_chk_fail vmlinux EXPORT_SYMBOL
|
0xdb7305a1 __stack_chk_fail vmlinux EXPORT_SYMBOL
|
||||||
0x972a1e61 __task_pid_nr_ns vmlinux EXPORT_SYMBOL
|
0x972a1e61 __task_pid_nr_ns vmlinux EXPORT_SYMBOL
|
||||||
0x0faef0ed __tasklet_schedule vmlinux EXPORT_SYMBOL
|
0x0faef0ed __tasklet_schedule vmlinux EXPORT_SYMBOL
|
||||||
@ -137,7 +132,6 @@
|
|||||||
0xde293f9e add_wait_queue_exclusive vmlinux EXPORT_SYMBOL
|
0xde293f9e add_wait_queue_exclusive vmlinux EXPORT_SYMBOL
|
||||||
0xe3ec2f2b alloc_chrdev_region vmlinux EXPORT_SYMBOL
|
0xe3ec2f2b alloc_chrdev_region vmlinux EXPORT_SYMBOL
|
||||||
0x690924ff alloc_cpumask_var vmlinux EXPORT_SYMBOL
|
0x690924ff alloc_cpumask_var vmlinux EXPORT_SYMBOL
|
||||||
0x513ad534 alloc_etherdev_mqs vmlinux EXPORT_SYMBOL
|
|
||||||
0x83dba64c alloc_netdev_mqs vmlinux EXPORT_SYMBOL
|
0x83dba64c alloc_netdev_mqs vmlinux EXPORT_SYMBOL
|
||||||
0xfc3b81ee alloc_pages_current vmlinux EXPORT_SYMBOL
|
0xfc3b81ee alloc_pages_current vmlinux EXPORT_SYMBOL
|
||||||
0xb28249bf apic vmlinux EXPORT_SYMBOL_GPL
|
0xb28249bf apic vmlinux EXPORT_SYMBOL_GPL
|
||||||
@ -206,8 +200,6 @@
|
|||||||
0x7a9b37e8 blk_start_plug vmlinux EXPORT_SYMBOL
|
0x7a9b37e8 blk_start_plug vmlinux EXPORT_SYMBOL
|
||||||
0x84502a47 blk_status_to_errno vmlinux EXPORT_SYMBOL_GPL
|
0x84502a47 blk_status_to_errno vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xc6a7a9d4 blk_verify_command vmlinux EXPORT_SYMBOL
|
0xc6a7a9d4 blk_verify_command vmlinux EXPORT_SYMBOL
|
||||||
0xf981545f blkdev_fsync vmlinux EXPORT_SYMBOL
|
|
||||||
0x8edf9bbe blkdev_get vmlinux EXPORT_SYMBOL
|
|
||||||
0x91c306c1 blkdev_get_by_dev vmlinux EXPORT_SYMBOL
|
0x91c306c1 blkdev_get_by_dev vmlinux EXPORT_SYMBOL
|
||||||
0xf80e4f97 blkdev_get_by_path vmlinux EXPORT_SYMBOL
|
0xf80e4f97 blkdev_get_by_path vmlinux EXPORT_SYMBOL
|
||||||
0xead69937 blkdev_issue_discard vmlinux EXPORT_SYMBOL
|
0xead69937 blkdev_issue_discard vmlinux EXPORT_SYMBOL
|
||||||
@ -271,36 +263,24 @@
|
|||||||
0xb7c36a6c d_make_root vmlinux EXPORT_SYMBOL
|
0xb7c36a6c d_make_root vmlinux EXPORT_SYMBOL
|
||||||
0x9ec574bb d_obtain_alias vmlinux EXPORT_SYMBOL
|
0x9ec574bb d_obtain_alias vmlinux EXPORT_SYMBOL
|
||||||
0x4cfdc2d3 d_prune_aliases vmlinux EXPORT_SYMBOL
|
0x4cfdc2d3 d_prune_aliases vmlinux EXPORT_SYMBOL
|
||||||
0x27dee34f deactivate_super vmlinux EXPORT_SYMBOL
|
|
||||||
0x384172fd default_llseek vmlinux EXPORT_SYMBOL
|
|
||||||
0xaad8c7d6 default_wake_function vmlinux EXPORT_SYMBOL
|
0xaad8c7d6 default_wake_function vmlinux EXPORT_SYMBOL
|
||||||
0xb6a81801 del_gendisk vmlinux EXPORT_SYMBOL
|
0xb6a81801 del_gendisk vmlinux EXPORT_SYMBOL
|
||||||
0xfa5223cc del_timer vmlinux EXPORT_SYMBOL
|
0xfa5223cc del_timer vmlinux EXPORT_SYMBOL
|
||||||
0xec02a35f del_timer_sync vmlinux EXPORT_SYMBOL
|
0xec02a35f del_timer_sync vmlinux EXPORT_SYMBOL
|
||||||
0x0c1c794e delayed_work_timer_fn vmlinux EXPORT_SYMBOL
|
0x0c1c794e delayed_work_timer_fn vmlinux EXPORT_SYMBOL
|
||||||
0xbb81a0da dentry_open vmlinux EXPORT_SYMBOL
|
|
||||||
0x8c03d20c destroy_workqueue vmlinux EXPORT_SYMBOL_GPL
|
0x8c03d20c destroy_workqueue vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x56bf228f dev_add_pack vmlinux EXPORT_SYMBOL
|
|
||||||
0xa5976e4f dev_base_lock vmlinux EXPORT_SYMBOL
|
|
||||||
0xc8257cd8 dev_close vmlinux EXPORT_SYMBOL
|
|
||||||
0x9c00a37e dev_get_by_index vmlinux EXPORT_SYMBOL
|
0x9c00a37e dev_get_by_index vmlinux EXPORT_SYMBOL
|
||||||
0xb6fc7fb2 dev_get_by_name vmlinux EXPORT_SYMBOL
|
0xb6fc7fb2 dev_get_by_name vmlinux EXPORT_SYMBOL
|
||||||
0x04977b3c dev_mc_add vmlinux EXPORT_SYMBOL
|
0x04977b3c dev_mc_add vmlinux EXPORT_SYMBOL
|
||||||
0x16b4285d dev_mc_add_excl vmlinux EXPORT_SYMBOL
|
|
||||||
0x8445f1a9 dev_mc_add_global vmlinux EXPORT_SYMBOL
|
|
||||||
0xa7b9bcfb dev_mc_del vmlinux EXPORT_SYMBOL
|
0xa7b9bcfb dev_mc_del vmlinux EXPORT_SYMBOL
|
||||||
0xa03d592e dev_mc_del_global vmlinux EXPORT_SYMBOL
|
|
||||||
0x17cb5773 dev_queue_xmit vmlinux EXPORT_SYMBOL
|
0x17cb5773 dev_queue_xmit vmlinux EXPORT_SYMBOL
|
||||||
0xcaad8e24 dev_remove_pack vmlinux EXPORT_SYMBOL
|
|
||||||
0x37009442 dev_set_mac_address vmlinux EXPORT_SYMBOL
|
0x37009442 dev_set_mac_address vmlinux EXPORT_SYMBOL
|
||||||
0x7a8e31b6 dev_set_mtu vmlinux EXPORT_SYMBOL
|
0x7a8e31b6 dev_set_mtu vmlinux EXPORT_SYMBOL
|
||||||
0x22975705 dev_set_promiscuity vmlinux EXPORT_SYMBOL
|
0x22975705 dev_set_promiscuity vmlinux EXPORT_SYMBOL
|
||||||
0x6aa6cc9a dev_uc_add_excl vmlinux EXPORT_SYMBOL
|
|
||||||
0x87c3a329 device_add_disk vmlinux EXPORT_SYMBOL
|
0x87c3a329 device_add_disk vmlinux EXPORT_SYMBOL
|
||||||
0xfae8f523 device_create vmlinux EXPORT_SYMBOL_GPL
|
0xfae8f523 device_create vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x7b4244f7 device_destroy vmlinux EXPORT_SYMBOL_GPL
|
0x7b4244f7 device_destroy vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x362c9244 dget_parent vmlinux EXPORT_SYMBOL
|
0x362c9244 dget_parent vmlinux EXPORT_SYMBOL
|
||||||
0x3ce4ca6f disable_irq vmlinux EXPORT_SYMBOL
|
|
||||||
0xf4db2b68 dma_get_required_mask vmlinux EXPORT_SYMBOL_GPL
|
0xf4db2b68 dma_get_required_mask vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x4ce6ccb6 dma_ops vmlinux EXPORT_SYMBOL
|
0x4ce6ccb6 dma_ops vmlinux EXPORT_SYMBOL
|
||||||
0x0c0b6182 dma_set_coherent_mask vmlinux EXPORT_SYMBOL
|
0x0c0b6182 dma_set_coherent_mask vmlinux EXPORT_SYMBOL
|
||||||
@ -318,19 +298,13 @@
|
|||||||
0x0cc084f7 dst_release vmlinux EXPORT_SYMBOL
|
0x0cc084f7 dst_release vmlinux EXPORT_SYMBOL
|
||||||
0x6b2dc060 dump_stack vmlinux EXPORT_SYMBOL
|
0x6b2dc060 dump_stack vmlinux EXPORT_SYMBOL
|
||||||
0xd0c05159 emergency_restart vmlinux EXPORT_SYMBOL_GPL
|
0xd0c05159 emergency_restart vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xfcec0987 enable_irq vmlinux EXPORT_SYMBOL
|
|
||||||
0x612bfd89 errno_to_blk_status vmlinux EXPORT_SYMBOL_GPL
|
0x612bfd89 errno_to_blk_status vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xa435c511 eth_get_headlen vmlinux EXPORT_SYMBOL
|
|
||||||
0x1030cd3d eth_type_trans vmlinux EXPORT_SYMBOL
|
0x1030cd3d eth_type_trans vmlinux EXPORT_SYMBOL
|
||||||
0x6c86ffa7 eth_validate_addr vmlinux EXPORT_SYMBOL
|
|
||||||
0xb05be19c ether_setup vmlinux EXPORT_SYMBOL
|
0xb05be19c ether_setup vmlinux EXPORT_SYMBOL
|
||||||
0x8f996a30 ethtool_convert_legacy_u32_to_link_mode vmlinux EXPORT_SYMBOL
|
|
||||||
0x55e31703 ethtool_convert_link_mode_to_legacy_u32 vmlinux EXPORT_SYMBOL
|
|
||||||
0x34b84315 ethtool_op_get_link vmlinux EXPORT_SYMBOL
|
0x34b84315 ethtool_op_get_link vmlinux EXPORT_SYMBOL
|
||||||
0xf654831f ex_handler_default vmlinux EXPORT_SYMBOL
|
0xf654831f ex_handler_default vmlinux EXPORT_SYMBOL
|
||||||
0xb348a850 ex_handler_refcount vmlinux EXPORT_SYMBOL
|
0xb348a850 ex_handler_refcount vmlinux EXPORT_SYMBOL
|
||||||
0x9620f845 fc_remove_host drivers/scsi/scsi_transport_fc EXPORT_SYMBOL
|
0x9620f845 fc_remove_host drivers/scsi/scsi_transport_fc EXPORT_SYMBOL
|
||||||
0x6e314ecb fget vmlinux EXPORT_SYMBOL
|
|
||||||
0x851d26ac filemap_fault vmlinux EXPORT_SYMBOL
|
0x851d26ac filemap_fault vmlinux EXPORT_SYMBOL
|
||||||
0xa92e474e filp_close vmlinux EXPORT_SYMBOL
|
0xa92e474e filp_close vmlinux EXPORT_SYMBOL
|
||||||
0x2a35269e filp_open vmlinux EXPORT_SYMBOL
|
0x2a35269e filp_open vmlinux EXPORT_SYMBOL
|
||||||
@ -345,7 +319,6 @@
|
|||||||
0x42160169 flush_workqueue vmlinux EXPORT_SYMBOL
|
0x42160169 flush_workqueue vmlinux EXPORT_SYMBOL
|
||||||
0x01ae6893 force_sig vmlinux EXPORT_SYMBOL
|
0x01ae6893 force_sig vmlinux EXPORT_SYMBOL
|
||||||
0xcbd4898c fortify_panic vmlinux EXPORT_SYMBOL
|
0xcbd4898c fortify_panic vmlinux EXPORT_SYMBOL
|
||||||
0x5813db4b fput vmlinux EXPORT_SYMBOL
|
|
||||||
0x8cac8c08 free_cpumask_var vmlinux EXPORT_SYMBOL
|
0x8cac8c08 free_cpumask_var vmlinux EXPORT_SYMBOL
|
||||||
0xc1514a3b free_irq vmlinux EXPORT_SYMBOL
|
0xc1514a3b free_irq vmlinux EXPORT_SYMBOL
|
||||||
0xef045c19 free_netdev vmlinux EXPORT_SYMBOL
|
0xef045c19 free_netdev vmlinux EXPORT_SYMBOL
|
||||||
@ -354,15 +327,10 @@
|
|||||||
0x57de7efd from_kgid vmlinux EXPORT_SYMBOL
|
0x57de7efd from_kgid vmlinux EXPORT_SYMBOL
|
||||||
0x7eba1fd6 from_kuid vmlinux EXPORT_SYMBOL
|
0x7eba1fd6 from_kuid vmlinux EXPORT_SYMBOL
|
||||||
0x661aea07 fs_bio_set vmlinux EXPORT_SYMBOL
|
0x661aea07 fs_bio_set vmlinux EXPORT_SYMBOL
|
||||||
0xd89530c1 fsync_bdev vmlinux EXPORT_SYMBOL
|
|
||||||
0x3c6053a8 generic_end_io_acct vmlinux EXPORT_SYMBOL
|
0x3c6053a8 generic_end_io_acct vmlinux EXPORT_SYMBOL
|
||||||
0xc27ffb37 generic_file_llseek vmlinux EXPORT_SYMBOL
|
0xc27ffb37 generic_file_llseek vmlinux EXPORT_SYMBOL
|
||||||
0x1908824a generic_file_open vmlinux EXPORT_SYMBOL
|
0x1908824a generic_file_open vmlinux EXPORT_SYMBOL
|
||||||
0x1a4cfafb generic_fillattr vmlinux EXPORT_SYMBOL
|
|
||||||
0x8847e7c2 generic_make_request vmlinux EXPORT_SYMBOL
|
0x8847e7c2 generic_make_request vmlinux EXPORT_SYMBOL
|
||||||
0xb3785816 generic_permission vmlinux EXPORT_SYMBOL
|
|
||||||
0x653e71c5 generic_read_dir vmlinux EXPORT_SYMBOL
|
|
||||||
0x36692a80 generic_shutdown_super vmlinux EXPORT_SYMBOL
|
|
||||||
0x1fc190b2 generic_start_io_acct vmlinux EXPORT_SYMBOL
|
0x1fc190b2 generic_start_io_acct vmlinux EXPORT_SYMBOL
|
||||||
0x8c3e547c genl_register_family vmlinux EXPORT_SYMBOL
|
0x8c3e547c genl_register_family vmlinux EXPORT_SYMBOL
|
||||||
0xf9388c43 genl_unregister_family vmlinux EXPORT_SYMBOL
|
0xf9388c43 genl_unregister_family vmlinux EXPORT_SYMBOL
|
||||||
@ -385,15 +353,11 @@
|
|||||||
0x370c512e igrab vmlinux EXPORT_SYMBOL
|
0x370c512e igrab vmlinux EXPORT_SYMBOL
|
||||||
0x39461d6a in_egroup_p vmlinux EXPORT_SYMBOL
|
0x39461d6a in_egroup_p vmlinux EXPORT_SYMBOL
|
||||||
0x8b8059bd in_group_p vmlinux EXPORT_SYMBOL
|
0x8b8059bd in_group_p vmlinux EXPORT_SYMBOL
|
||||||
0x40307754 inet_add_protocol vmlinux EXPORT_SYMBOL
|
|
||||||
0xd95ba228 inet_del_protocol vmlinux EXPORT_SYMBOL
|
|
||||||
0xa29abf62 init_net vmlinux EXPORT_SYMBOL
|
0xa29abf62 init_net vmlinux EXPORT_SYMBOL
|
||||||
0x7cab427a init_task vmlinux EXPORT_SYMBOL
|
0x7cab427a init_task vmlinux EXPORT_SYMBOL
|
||||||
0x4cc8f9c8 init_timer_key vmlinux EXPORT_SYMBOL
|
0x4cc8f9c8 init_timer_key vmlinux EXPORT_SYMBOL
|
||||||
0x70d5fdae init_uts_ns vmlinux EXPORT_SYMBOL_GPL
|
0x70d5fdae init_uts_ns vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xfe487975 init_wait_entry vmlinux EXPORT_SYMBOL
|
0xfe487975 init_wait_entry vmlinux EXPORT_SYMBOL
|
||||||
0xaf73b8cd inode_init_always vmlinux EXPORT_SYMBOL
|
|
||||||
0x7aec6520 inode_permission vmlinux EXPORT_SYMBOL
|
|
||||||
0x5ed90adc int_to_scsilun vmlinux EXPORT_SYMBOL
|
0x5ed90adc int_to_scsilun vmlinux EXPORT_SYMBOL
|
||||||
0x06640311 invalidate_partition vmlinux EXPORT_SYMBOL
|
0x06640311 invalidate_partition vmlinux EXPORT_SYMBOL
|
||||||
0x93a6e0b2 io_schedule vmlinux EXPORT_SYMBOL
|
0x93a6e0b2 io_schedule vmlinux EXPORT_SYMBOL
|
||||||
@ -416,7 +380,6 @@
|
|||||||
0x23daa267 iput vmlinux EXPORT_SYMBOL
|
0x23daa267 iput vmlinux EXPORT_SYMBOL
|
||||||
0x263074f8 irq_set_affinity_hint vmlinux EXPORT_SYMBOL_GPL
|
0x263074f8 irq_set_affinity_hint vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x12e285ec is_uv_system vmlinux EXPORT_SYMBOL_GPL
|
0x12e285ec is_uv_system vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x0ac8de99 iterate_dir vmlinux EXPORT_SYMBOL
|
|
||||||
0x15ba50a6 jiffies vmlinux EXPORT_SYMBOL
|
0x15ba50a6 jiffies vmlinux EXPORT_SYMBOL
|
||||||
0x055e77e8 jiffies_64 vmlinux EXPORT_SYMBOL
|
0x055e77e8 jiffies_64 vmlinux EXPORT_SYMBOL
|
||||||
0x37befc70 jiffies_to_msecs vmlinux EXPORT_SYMBOL
|
0x37befc70 jiffies_to_msecs vmlinux EXPORT_SYMBOL
|
||||||
@ -431,9 +394,6 @@
|
|||||||
0x037a0cba kfree vmlinux EXPORT_SYMBOL
|
0x037a0cba kfree vmlinux EXPORT_SYMBOL
|
||||||
0x19f462ab kfree_call_rcu vmlinux EXPORT_SYMBOL_GPL
|
0x19f462ab kfree_call_rcu vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x67b4bbab kfree_skb vmlinux EXPORT_SYMBOL
|
0x67b4bbab kfree_skb vmlinux EXPORT_SYMBOL
|
||||||
0x39e7a2f9 kfree_skb_reason vmlinux EXPORT_SYMBOL
|
|
||||||
0x9de2b11d kill_anon_super vmlinux EXPORT_SYMBOL
|
|
||||||
0x1036efcc kill_block_super vmlinux EXPORT_SYMBOL
|
|
||||||
0xf4b9b193 kmalloc_caches vmlinux EXPORT_SYMBOL
|
0xf4b9b193 kmalloc_caches vmlinux EXPORT_SYMBOL
|
||||||
0xa202a8e5 kmalloc_order_trace vmlinux EXPORT_SYMBOL
|
0xa202a8e5 kmalloc_order_trace vmlinux EXPORT_SYMBOL
|
||||||
0xf159fe55 kmem_cache_alloc vmlinux EXPORT_SYMBOL
|
0xf159fe55 kmem_cache_alloc vmlinux EXPORT_SYMBOL
|
||||||
@ -517,8 +477,6 @@
|
|||||||
0x2aa7dddc mmput vmlinux EXPORT_SYMBOL_GPL
|
0x2aa7dddc mmput vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x87b0fc1b mmu_notifier_register vmlinux EXPORT_SYMBOL_GPL
|
0x87b0fc1b mmu_notifier_register vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x9f147e1c mmu_notifier_unregister vmlinux EXPORT_SYMBOL_GPL
|
0x9f147e1c mmu_notifier_unregister vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xb4234478 mntget vmlinux EXPORT_SYMBOL
|
|
||||||
0x44bd1620 mntput vmlinux EXPORT_SYMBOL
|
|
||||||
0xebca8b54 mod_delayed_work_on vmlinux EXPORT_SYMBOL_GPL
|
0xebca8b54 mod_delayed_work_on vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x28985b9f mod_timer vmlinux EXPORT_SYMBOL
|
0x28985b9f mod_timer vmlinux EXPORT_SYMBOL
|
||||||
0xaac80d5b mod_timer_pending vmlinux EXPORT_SYMBOL
|
0xaac80d5b mod_timer_pending vmlinux EXPORT_SYMBOL
|
||||||
@ -531,34 +489,19 @@
|
|||||||
0xa6093a32 mutex_unlock vmlinux EXPORT_SYMBOL
|
0xa6093a32 mutex_unlock vmlinux EXPORT_SYMBOL
|
||||||
0x8d340b10 napi_complete_done vmlinux EXPORT_SYMBOL
|
0x8d340b10 napi_complete_done vmlinux EXPORT_SYMBOL
|
||||||
0x7c5f4d10 napi_disable vmlinux EXPORT_SYMBOL
|
0x7c5f4d10 napi_disable vmlinux EXPORT_SYMBOL
|
||||||
0xe8974c1c napi_enable vmlinux EXPORT_SYMBOL
|
|
||||||
0xc29d929c napi_gro_receive vmlinux EXPORT_SYMBOL
|
0xc29d929c napi_gro_receive vmlinux EXPORT_SYMBOL
|
||||||
0xad0cc62f napi_schedule_prep vmlinux EXPORT_SYMBOL
|
0xad0cc62f napi_schedule_prep vmlinux EXPORT_SYMBOL
|
||||||
0x6731df9b ndo_dflt_bridge_getlink vmlinux EXPORT_SYMBOL_GPL
|
|
||||||
0xf6ebc03b net_ratelimit vmlinux EXPORT_SYMBOL
|
|
||||||
0xf71c2ffa netdev_err vmlinux EXPORT_SYMBOL
|
|
||||||
0xcc323b06 netdev_features_change vmlinux EXPORT_SYMBOL
|
0xcc323b06 netdev_features_change vmlinux EXPORT_SYMBOL
|
||||||
0xa55c9a60 netdev_info vmlinux EXPORT_SYMBOL
|
|
||||||
0xaaefb647 netdev_refcnt_read vmlinux EXPORT_SYMBOL
|
|
||||||
0x89247409 netdev_rx_handler_register vmlinux EXPORT_SYMBOL_GPL
|
0x89247409 netdev_rx_handler_register vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x338cbfb6 netdev_rx_handler_unregister vmlinux EXPORT_SYMBOL_GPL
|
0x338cbfb6 netdev_rx_handler_unregister vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xa1b52f28 netif_carrier_off vmlinux EXPORT_SYMBOL
|
0xa1b52f28 netif_carrier_off vmlinux EXPORT_SYMBOL
|
||||||
0x2c6e8018 netif_carrier_on vmlinux EXPORT_SYMBOL
|
0x2c6e8018 netif_carrier_on vmlinux EXPORT_SYMBOL
|
||||||
0x2e035935 netif_device_attach vmlinux EXPORT_SYMBOL
|
|
||||||
0x49b0eba8 netif_device_detach vmlinux EXPORT_SYMBOL
|
|
||||||
0xb9964ceb netif_napi_add vmlinux EXPORT_SYMBOL
|
0xb9964ceb netif_napi_add vmlinux EXPORT_SYMBOL
|
||||||
0x7d07a228 netif_napi_add_weight vmlinux EXPORT_SYMBOL
|
|
||||||
0x599a521e netif_napi_del vmlinux EXPORT_SYMBOL
|
0x599a521e netif_napi_del vmlinux EXPORT_SYMBOL
|
||||||
0x13790fe0 netif_receive_skb vmlinux EXPORT_SYMBOL
|
0x13790fe0 netif_receive_skb vmlinux EXPORT_SYMBOL
|
||||||
0x591e6107 netif_rx vmlinux EXPORT_SYMBOL
|
0x591e6107 netif_rx vmlinux EXPORT_SYMBOL
|
||||||
0xb2ccb3e8 netif_schedule_queue vmlinux EXPORT_SYMBOL
|
|
||||||
0x708172b8 netif_set_real_num_rx_queues vmlinux EXPORT_SYMBOL
|
|
||||||
0xeeb49f66 netif_set_real_num_tx_queues vmlinux EXPORT_SYMBOL
|
|
||||||
0x514547f1 netif_tx_stop_all_queues vmlinux EXPORT_SYMBOL
|
|
||||||
0x60af0d5b netif_tx_wake_queue vmlinux EXPORT_SYMBOL
|
|
||||||
0x7c119fd5 netlink_broadcast vmlinux EXPORT_SYMBOL
|
0x7c119fd5 netlink_broadcast vmlinux EXPORT_SYMBOL
|
||||||
0x22afdba8 netlink_unicast vmlinux EXPORT_SYMBOL
|
0x22afdba8 netlink_unicast vmlinux EXPORT_SYMBOL
|
||||||
0x84698f00 new_inode vmlinux EXPORT_SYMBOL
|
|
||||||
0xfdc1bd61 nla_put vmlinux EXPORT_SYMBOL
|
0xfdc1bd61 nla_put vmlinux EXPORT_SYMBOL
|
||||||
0x1d5ad689 node_data vmlinux EXPORT_SYMBOL
|
0x1d5ad689 node_data vmlinux EXPORT_SYMBOL
|
||||||
0x81348cf2 node_to_cpumask_map vmlinux EXPORT_SYMBOL
|
0x81348cf2 node_to_cpumask_map vmlinux EXPORT_SYMBOL
|
||||||
@ -625,13 +568,11 @@
|
|||||||
0x082ed22e read_cache_pages vmlinux EXPORT_SYMBOL
|
0x082ed22e read_cache_pages vmlinux EXPORT_SYMBOL
|
||||||
0xfb6af58d recalc_sigpending vmlinux EXPORT_SYMBOL
|
0xfb6af58d recalc_sigpending vmlinux EXPORT_SYMBOL
|
||||||
0x71a50dbc register_blkdev vmlinux EXPORT_SYMBOL
|
0x71a50dbc register_blkdev vmlinux EXPORT_SYMBOL
|
||||||
0x921b5d72 register_filesystem vmlinux EXPORT_SYMBOL
|
|
||||||
0x60352082 register_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
0x60352082 register_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xf68285c0 register_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
0xf68285c0 register_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0x6aee3d4e register_netdev vmlinux EXPORT_SYMBOL
|
0x6aee3d4e register_netdev vmlinux EXPORT_SYMBOL
|
||||||
0xd2da1048 register_netdevice_notifier vmlinux EXPORT_SYMBOL
|
0xd2da1048 register_netdevice_notifier vmlinux EXPORT_SYMBOL
|
||||||
0x3517383e register_reboot_notifier vmlinux EXPORT_SYMBOL
|
0x3517383e register_reboot_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xf97d7de2 register_sysctl_table vmlinux EXPORT_SYMBOL
|
|
||||||
0x14072f0b release_sock vmlinux EXPORT_SYMBOL
|
0x14072f0b release_sock vmlinux EXPORT_SYMBOL
|
||||||
0x72e90816 remap_pfn_range vmlinux EXPORT_SYMBOL
|
0x72e90816 remap_pfn_range vmlinux EXPORT_SYMBOL
|
||||||
0x37110088 remove_wait_queue vmlinux EXPORT_SYMBOL
|
0x37110088 remove_wait_queue vmlinux EXPORT_SYMBOL
|
||||||
@ -710,18 +651,13 @@
|
|||||||
0xad0cae96 shrink_dcache_parent vmlinux EXPORT_SYMBOL
|
0xad0cae96 shrink_dcache_parent vmlinux EXPORT_SYMBOL
|
||||||
0x40c7247c si_meminfo vmlinux EXPORT_SYMBOL
|
0x40c7247c si_meminfo vmlinux EXPORT_SYMBOL
|
||||||
0x6a5fa363 sigprocmask vmlinux EXPORT_SYMBOL
|
0x6a5fa363 sigprocmask vmlinux EXPORT_SYMBOL
|
||||||
0x8ae0340b simple_statfs vmlinux EXPORT_SYMBOL
|
|
||||||
0x0b742fd7 simple_strtol vmlinux EXPORT_SYMBOL
|
0x0b742fd7 simple_strtol vmlinux EXPORT_SYMBOL
|
||||||
0x20000329 simple_strtoul vmlinux EXPORT_SYMBOL
|
0x20000329 simple_strtoul vmlinux EXPORT_SYMBOL
|
||||||
0x61b7b126 simple_strtoull vmlinux EXPORT_SYMBOL
|
0x61b7b126 simple_strtoull vmlinux EXPORT_SYMBOL
|
||||||
0x46a5e192 single_open vmlinux EXPORT_SYMBOL
|
0x46a5e192 single_open vmlinux EXPORT_SYMBOL
|
||||||
0x61704c0d single_release vmlinux EXPORT_SYMBOL
|
0x61704c0d single_release vmlinux EXPORT_SYMBOL
|
||||||
0x56a744c0 sk_alloc vmlinux EXPORT_SYMBOL
|
|
||||||
0xd4f05c18 sk_free vmlinux EXPORT_SYMBOL
|
|
||||||
0x3af7d2fe skb_add_rx_frag vmlinux EXPORT_SYMBOL
|
|
||||||
0xd724a1eb skb_checksum_help vmlinux EXPORT_SYMBOL
|
0xd724a1eb skb_checksum_help vmlinux EXPORT_SYMBOL
|
||||||
0xf1b501ca skb_clone vmlinux EXPORT_SYMBOL
|
0xf1b501ca skb_clone vmlinux EXPORT_SYMBOL
|
||||||
0x1eaff9ed skb_clone_tx_timestamp vmlinux EXPORT_SYMBOL_GPL
|
|
||||||
0xb945b867 skb_copy vmlinux EXPORT_SYMBOL
|
0xb945b867 skb_copy vmlinux EXPORT_SYMBOL
|
||||||
0xe0da1a0e skb_copy_bits vmlinux EXPORT_SYMBOL
|
0xe0da1a0e skb_copy_bits vmlinux EXPORT_SYMBOL
|
||||||
0xdea8077e skb_dequeue vmlinux EXPORT_SYMBOL
|
0xdea8077e skb_dequeue vmlinux EXPORT_SYMBOL
|
||||||
@ -732,7 +668,6 @@
|
|||||||
0x4f13dc57 skb_queue_tail vmlinux EXPORT_SYMBOL
|
0x4f13dc57 skb_queue_tail vmlinux EXPORT_SYMBOL
|
||||||
0x994d5651 skb_realloc_headroom vmlinux EXPORT_SYMBOL
|
0x994d5651 skb_realloc_headroom vmlinux EXPORT_SYMBOL
|
||||||
0xab9c4857 skb_trim vmlinux EXPORT_SYMBOL
|
0xab9c4857 skb_trim vmlinux EXPORT_SYMBOL
|
||||||
0x5bf30f5e skb_tstamp_tx vmlinux EXPORT_SYMBOL_GPL
|
|
||||||
0x7ae5ad74 sme_active vmlinux EXPORT_SYMBOL
|
0x7ae5ad74 sme_active vmlinux EXPORT_SYMBOL
|
||||||
0x8a35b432 sme_me_mask vmlinux EXPORT_SYMBOL
|
0x8a35b432 sme_me_mask vmlinux EXPORT_SYMBOL
|
||||||
0xa3eded0c smp_call_function_many vmlinux EXPORT_SYMBOL
|
0xa3eded0c smp_call_function_many vmlinux EXPORT_SYMBOL
|
||||||
@ -766,7 +701,6 @@
|
|||||||
0xc29bf967 strspn vmlinux EXPORT_SYMBOL
|
0xc29bf967 strspn vmlinux EXPORT_SYMBOL
|
||||||
0x1e6d26a8 strstr vmlinux EXPORT_SYMBOL
|
0x1e6d26a8 strstr vmlinux EXPORT_SYMBOL
|
||||||
0xd349ffc9 submit_bio vmlinux EXPORT_SYMBOL
|
0xd349ffc9 submit_bio vmlinux EXPORT_SYMBOL
|
||||||
0x609f1c7e synchronize_net vmlinux EXPORT_SYMBOL
|
|
||||||
0x2d3385d3 system_wq vmlinux EXPORT_SYMBOL
|
0x2d3385d3 system_wq vmlinux EXPORT_SYMBOL
|
||||||
0x9545af6d tasklet_init vmlinux EXPORT_SYMBOL
|
0x9545af6d tasklet_init vmlinux EXPORT_SYMBOL
|
||||||
0x69e49036 thaw_bdev vmlinux EXPORT_SYMBOL
|
0x69e49036 thaw_bdev vmlinux EXPORT_SYMBOL
|
||||||
@ -779,14 +713,12 @@
|
|||||||
0x74f7f012 unmap_mapping_range vmlinux EXPORT_SYMBOL
|
0x74f7f012 unmap_mapping_range vmlinux EXPORT_SYMBOL
|
||||||
0xb5a459dc unregister_blkdev vmlinux EXPORT_SYMBOL
|
0xb5a459dc unregister_blkdev vmlinux EXPORT_SYMBOL
|
||||||
0x6091b333 unregister_chrdev_region vmlinux EXPORT_SYMBOL
|
0x6091b333 unregister_chrdev_region vmlinux EXPORT_SYMBOL
|
||||||
0xa9c55461 unregister_filesystem vmlinux EXPORT_SYMBOL
|
|
||||||
0x2fe252cc unregister_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
0x2fe252cc unregister_inet6addr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xfe029963 unregister_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
0xfe029963 unregister_inetaddr_notifier vmlinux EXPORT_SYMBOL
|
||||||
0x51adffd1 unregister_netdev vmlinux EXPORT_SYMBOL
|
0x51adffd1 unregister_netdev vmlinux EXPORT_SYMBOL
|
||||||
0x9d0d6206 unregister_netdevice_notifier vmlinux EXPORT_SYMBOL
|
0x9d0d6206 unregister_netdevice_notifier vmlinux EXPORT_SYMBOL
|
||||||
0xe64ad8ea unregister_nmi_handler vmlinux EXPORT_SYMBOL_GPL
|
0xe64ad8ea unregister_nmi_handler vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xac1a55be unregister_reboot_notifier vmlinux EXPORT_SYMBOL
|
0xac1a55be unregister_reboot_notifier vmlinux EXPORT_SYMBOL
|
||||||
0x6be0d38b unregister_sysctl_table vmlinux EXPORT_SYMBOL
|
|
||||||
0x51a26dee unuse_mm vmlinux EXPORT_SYMBOL_GPL
|
0x51a26dee unuse_mm vmlinux EXPORT_SYMBOL_GPL
|
||||||
0xcf2a6966 up vmlinux EXPORT_SYMBOL
|
0xcf2a6966 up vmlinux EXPORT_SYMBOL
|
||||||
0xb862f611 up_read vmlinux EXPORT_SYMBOL
|
0xb862f611 up_read vmlinux EXPORT_SYMBOL
|
||||||
@ -797,20 +729,6 @@
|
|||||||
0x67dcd76b uv_setup_irq vmlinux EXPORT_SYMBOL_GPL
|
0x67dcd76b uv_setup_irq vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x5d9317d7 uv_teardown_irq vmlinux EXPORT_SYMBOL_GPL
|
0x5d9317d7 uv_teardown_irq vmlinux EXPORT_SYMBOL_GPL
|
||||||
0x999e8297 vfree vmlinux EXPORT_SYMBOL
|
0x999e8297 vfree vmlinux EXPORT_SYMBOL
|
||||||
0x9829a737 vfs_create vmlinux EXPORT_SYMBOL
|
|
||||||
0xf4b30abf vfs_fsync vmlinux EXPORT_SYMBOL
|
|
||||||
0xc6e940e2 vfs_fsync_range vmlinux EXPORT_SYMBOL
|
|
||||||
0x32552b0a vfs_getattr vmlinux EXPORT_SYMBOL
|
|
||||||
0x48f23811 vfs_link vmlinux EXPORT_SYMBOL
|
|
||||||
0xae8ef654 vfs_llseek vmlinux EXPORT_SYMBOL
|
|
||||||
0xaabee7af vfs_mkdir vmlinux EXPORT_SYMBOL
|
|
||||||
0x642efa64 vfs_mknod vmlinux EXPORT_SYMBOL
|
|
||||||
0xc210437a vfs_readlink vmlinux EXPORT_SYMBOL
|
|
||||||
0xf534550d vfs_rename vmlinux EXPORT_SYMBOL
|
|
||||||
0x92c0adbe vfs_rmdir vmlinux EXPORT_SYMBOL
|
|
||||||
0xaff59a24 vfs_statfs vmlinux EXPORT_SYMBOL
|
|
||||||
0x318693f3 vfs_symlink vmlinux EXPORT_SYMBOL
|
|
||||||
0x8eddea79 vfs_unlink vmlinux EXPORT_SYMBOL
|
|
||||||
0x3e6a0c09 vm_mmap vmlinux EXPORT_SYMBOL
|
0x3e6a0c09 vm_mmap vmlinux EXPORT_SYMBOL
|
||||||
0x5b56860c vm_munmap vmlinux EXPORT_SYMBOL
|
0x5b56860c vm_munmap vmlinux EXPORT_SYMBOL
|
||||||
0xd6ee688f vmalloc vmlinux EXPORT_SYMBOL
|
0xd6ee688f vmalloc vmlinux EXPORT_SYMBOL
|
||||||
@ -833,7 +751,6 @@
|
|||||||
0xc00d5473 wake_up_process vmlinux EXPORT_SYMBOL
|
0xc00d5473 wake_up_process vmlinux EXPORT_SYMBOL
|
||||||
0xded5cc67 write_cache_pages vmlinux EXPORT_SYMBOL
|
0xded5cc67 write_cache_pages vmlinux EXPORT_SYMBOL
|
||||||
0xa50bcff0 x86_cpu_to_apicid vmlinux EXPORT_SYMBOL
|
0xa50bcff0 x86_cpu_to_apicid vmlinux EXPORT_SYMBOL
|
||||||
0xabfa477a xattr_full_name vmlinux EXPORT_SYMBOL
|
|
||||||
0x760a0f4f yield vmlinux EXPORT_SYMBOL
|
0x760a0f4f yield vmlinux EXPORT_SYMBOL
|
||||||
0x0525c1ee zalloc_cpumask_var vmlinux EXPORT_SYMBOL
|
0x0525c1ee zalloc_cpumask_var vmlinux EXPORT_SYMBOL
|
||||||
0x6de864bf zap_vma_ptes vmlinux EXPORT_SYMBOL_GPL
|
0x6de864bf zap_vma_ptes vmlinux EXPORT_SYMBOL_GPL
|
||||||
|
46
SOURCES/almalinux.pem
Normal file
46
SOURCES/almalinux.pem
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIID3zCCAsegAwIBAgIQY4iebPtuT3OKR2M/jWZWEzANBgkqhkiG9w0BAQsFADBg
|
||||||
|
MSUwIwYJKoZIhvcNAQkBFhZzZWN1cml0eUBhbG1hbGludXgub3JnMRIwEAYDVQQK
|
||||||
|
EwlBbG1hTGludXgxIzAhBgNVBAMTGkFsbWFMaW51eCBTZWN1cmUgQm9vdCBDQSAx
|
||||||
|
MB4XDTIxMDExNDIxMDcxOVoXDTM2MDExMTIxMDcxOVowaTElMCMGCSqGSIb3DQEJ
|
||||||
|
ARYWc2VjdXJpdHlAYWxtYWxpbnV4Lm9yZzESMBAGA1UEChMJQWxtYUxpbnV4MSww
|
||||||
|
KgYDVQQDEyNBbG1hTGludXggRHJpdmVyIHVwZGF0ZSBzaWduaW5nIGtleTCCASIw
|
||||||
|
DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK7kGZShKo5uegg6T4U/wR9UeyCa
|
||||||
|
qTtx+OvzUMKT8l5+R5WfBgQU8sDrIqX3Vv3tD6UeOUyFIQ40iGESdDhWnAFynJX4
|
||||||
|
v0k81KxJ+rVFAt5EJBeGw7U2qdpn8hzJG2dVANZ1gXJWGhC95Muif5q8fL7BJdU4
|
||||||
|
RufixfKWq6WHAalwHaiTCbA+/Ft6TLyZcA62glKkmBn7uWn83tlMfVqC4EN2NfQb
|
||||||
|
//C2MFCbm43BoKmgrMV0J3Pu8un3QZ4ukDDhJJ9eHfSqscq9SHPjqd0RM6TRcFXW
|
||||||
|
BzmTpG7MOJRvk4ypQSHxxc4jK5MVOqzel+2UPB2ihkvvnK9hdsvvI/bal/sCAwEA
|
||||||
|
AaOBizCBiDAfBgNVHSMEGDAWgBSY0u339QWy5Y/vkiTSvJ6Ffy5GkzAVBglghkgB
|
||||||
|
hvhCAQEBAf8EBQMDAPABMB8GA1UdJQQYMBYGCCsGAQUFBwMDBgorBgEEAZIIEAEC
|
||||||
|
MA4GA1UdDwEB/wQEAwIEsDAdBgNVHQ4EFgQUe4Y+AkDtIIq2uBuKbyhgwPTox9Yw
|
||||||
|
DQYJKoZIhvcNAQELBQADggEBAHoPojMTRdFO050Ihrmr8jkdOweiOSBtlAZkLGd2
|
||||||
|
lTybNp2Xi1lQ8SqsqU/NFs/KUPVFykmjmLeqNWC9QoKdrVGzoD9MOHprRxe6gC8k
|
||||||
|
sHzBCFqdx3B+qbeSxBUN2QLIydzM6C23qf1TjBCeEDtRrvcvupFTlOBxiOJrIwbp
|
||||||
|
dJD1JfjbgxfvLzg7PaJPi5Ev6B3gY4ybCnKQmor029Z3R4zw3miPpZVA04xt3Z9e
|
||||||
|
m45Jjv86u10wjLmGRgfMmYT43jiMbOwlG1N8OikvgIHwlZtWxUpL1t/mEYtMMkTv
|
||||||
|
R//lA5z5dqXiDCPdTwHhSjEfBFWGLl7ciYt6rYkpdlqnYdk=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIID2DCCAsCgAwIBAgIQHDEXJMuZQ/m5MXRiSmLMljANBgkqhkiG9w0BAQsFADBg
|
||||||
|
MSUwIwYJKoZIhvcNAQkBFhZzZWN1cml0eUBhbG1hbGludXgub3JnMRIwEAYDVQQK
|
||||||
|
EwlBbG1hTGludXgxIzAhBgNVBAMTGkFsbWFMaW51eCBTZWN1cmUgQm9vdCBDQSAx
|
||||||
|
MB4XDTIxMDExNDIxMDgwMFoXDTM2MDExMTIxMDgwMFowYjElMCMGCSqGSIb3DQEJ
|
||||||
|
ARYWc2VjdXJpdHlAYWxtYWxpbnV4Lm9yZzESMBAGA1UEChMJQWxtYUxpbnV4MSUw
|
||||||
|
IwYDVQQDExxBbG1hTGludXgga3BhdGNoIHNpZ25pbmcga2V5MIIBIjANBgkqhkiG
|
||||||
|
9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxncKQ7a49o5IUwqPB1axIzopNdGoSoERVuUd
|
||||||
|
hdHAZLB2MGIuU2fGCuZ4iD2Pwk+t2KsgR1y58pmHyRBCLi2tYfEdDB8LUzUY3P+8
|
||||||
|
Wxm2+zz8TPJUIcvPE4rHEb0vV4nTzwjpG4BTBwLkYRj+AxGbzWEy5Eetxzq5Ji+V
|
||||||
|
TMuTzRKshHEGNs3tFRPbSssc50NH+OuVKpzJAIqBmz7Gca9RqhK9ARK1p3aDEoR+
|
||||||
|
pYw4zRjIczc3s57WeuQxRMvFK5j48U0hpEUh+eQn1m40Bus3e7i4YTskwgKN5Vq3
|
||||||
|
lGlEdBoK4utuoHPj3JYh97hOii/kulOa9j5xeNe5z/6QByMxpwIDAQABo4GLMIGI
|
||||||
|
MB8GA1UdIwQYMBaAFJjS7ff1BbLlj++SJNK8noV/LkaTMBUGCWCGSAGG+EIBAQEB
|
||||||
|
/wQFAwMA8AEwHwYDVR0lBBgwFgYIKwYBBQUHAwMGCisGAQQBkggQAQIwDgYDVR0P
|
||||||
|
AQH/BAQDAgSwMB0GA1UdDgQWBBRpptnu0/Yg1cLhOh0hHEZRClrZ9TANBgkqhkiG
|
||||||
|
9w0BAQsFAAOCAQEAMDiuS0CD31MtO1Sn4HRYvai2LFdKpUKAEXVy9hsN+AfbcMcl
|
||||||
|
2sF/w49o43cMNIFoWKhMWZMOjCj/DGQY7ehNH3DRaTl7DNCu6y7mBNJPU+iPcE4r
|
||||||
|
92SBWIxUNi7YVbsc1evKBOnrtq6xd5BUJQx1cVGmSBI9dnd4tDBB2+KjpmdhzZK5
|
||||||
|
V1KQz1ilz5g2FNyEj6L7hnpkGUeMYnuM49YL7JP8QNtaKUBBA3BR4S7de+Tu070h
|
||||||
|
pEhvE539I6B+wmgV/bio20TUpQ5W2eH+5YUHVIZa5pZ30tVkm21iNB7eccbM4NYc
|
||||||
|
IRmwIsesuROtaM1e0lHoxKdW0N2xOSkhSY6oyQ==
|
||||||
|
-----END CERTIFICATE-----
|
BIN
SOURCES/almalinuxsecurebootca0.cer
Normal file
BIN
SOURCES/almalinuxsecurebootca0.cer
Normal file
Binary file not shown.
11
SOURCES/debrand-rh-i686-cpu.patch
Normal file
11
SOURCES/debrand-rh-i686-cpu.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/arch/x86/boot/main.c 2019-03-13 04:04:53.000000000 -0700
|
||||||
|
+++ b/arch/x86/boot/main.c 2019-05-25 14:31:21.043272496 -0700
|
||||||
|
@@ -147,7 +147,7 @@ void main(void)
|
||||||
|
|
||||||
|
/* Make sure we have all the proper CPU support */
|
||||||
|
if (validate_cpu()) {
|
||||||
|
- puts("This processor is not supported in this version of RHEL.\n");
|
||||||
|
+ puts("This processor is not supported in this version of AlmaLinux.\n");
|
||||||
|
die();
|
||||||
|
}
|
||||||
|
|
11
SOURCES/debrand-single-cpu.patch
Normal file
11
SOURCES/debrand-single-cpu.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/arch/x86/kernel/setup.c 2019-03-13 04:04:53.000000000 -0700
|
||||||
|
+++ b/arch/x86/kernel/setup.c 2019-05-27 08:35:54.580595314 -0700
|
||||||
|
@@ -900,7 +900,7 @@ static void rh_check_supported(void)
|
||||||
|
if (((boot_cpu_data.x86_max_cores * smp_num_siblings) == 1) &&
|
||||||
|
!guest && is_kdump_kernel()) {
|
||||||
|
pr_crit("Detected single cpu native boot.\n");
|
||||||
|
- pr_crit("Important: In Red Hat Enterprise Linux 8, single threaded, single CPU 64-bit physical systems are unsupported by Red Hat. Please contact your Red Hat support representative for a list of certified and supported systems.");
|
||||||
|
+ pr_crit("Important: In AlmaLinux 8, single threaded, single CPU 64-bit physical systems are unsupported. Please see https://www.almalinux.org for more information");
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
@ -7,8 +7,3 @@ rules:
|
|||||||
- !PassingTestCaseRule {test_case_name: cki.tier1-ppc64le.functional}
|
- !PassingTestCaseRule {test_case_name: cki.tier1-ppc64le.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: cki.tier1-s390x.functional}
|
- !PassingTestCaseRule {test_case_name: cki.tier1-s390x.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: cki.tier1-x86_64.functional}
|
- !PassingTestCaseRule {test_case_name: cki.tier1-x86_64.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: s1-aws-ci_x86_64.brew-build.tier1.functional}
|
|
||||||
- !PassingTestCaseRule {test_case_name: s1-aws-ci_aarch64.brew-build.tier1.functional}
|
|
||||||
- !PassingTestCaseRule {test_case_name: s1-azure-ci_x86_64.brew-build.tier1.functional}
|
|
||||||
- !PassingTestCaseRule {test_case_name: s1-azure-ci_aarch64.brew-build.tier1.functional}
|
|
||||||
- !PassingTestCaseRule {test_case_name: s1-gcp-ci.brew-build.tier1.functional}
|
|
||||||
|
@ -953,7 +953,6 @@
|
|||||||
# CONFIG_KMX61 is not set
|
# CONFIG_KMX61 is not set
|
||||||
# CONFIG_KPROBES_SANITY_TEST is not set
|
# CONFIG_KPROBES_SANITY_TEST is not set
|
||||||
# CONFIG_KS7010 is not set
|
# CONFIG_KS7010 is not set
|
||||||
# CONFIG_KUNIT_DEFAULT_ENABLED is not set
|
|
||||||
# CONFIG_KXCJK1013 is not set
|
# CONFIG_KXCJK1013 is not set
|
||||||
# CONFIG_KXSD9 is not set
|
# CONFIG_KXSD9 is not set
|
||||||
# CONFIG_LANMEDIA is not set
|
# CONFIG_LANMEDIA is not set
|
||||||
@ -2358,6 +2357,7 @@
|
|||||||
# CONFIG_USB_SWITCH_FSA9480 is not set
|
# CONFIG_USB_SWITCH_FSA9480 is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
# CONFIG_USB_TRANCEVIBRATOR is not set
|
# CONFIG_USB_TRANCEVIBRATOR is not set
|
||||||
|
# CONFIG_USB_U132_HCD is not set
|
||||||
# CONFIG_USB_ULPI is not set
|
# CONFIG_USB_ULPI is not set
|
||||||
# CONFIG_USB_WHCI_HCD is not set
|
# CONFIG_USB_WHCI_HCD is not set
|
||||||
# CONFIG_USB_WUSB_CBAF_DEBUG is not set
|
# CONFIG_USB_WUSB_CBAF_DEBUG is not set
|
||||||
@ -2481,7 +2481,6 @@ CONFIG_ACPI_DEBUG=y
|
|||||||
CONFIG_ACPI_DEBUGGER=y
|
CONFIG_ACPI_DEBUGGER=y
|
||||||
CONFIG_ACPI_DEBUGGER_USER=m
|
CONFIG_ACPI_DEBUGGER_USER=m
|
||||||
CONFIG_ACPI_FAN=y
|
CONFIG_ACPI_FAN=y
|
||||||
CONFIG_ACPI_FFH=y
|
|
||||||
CONFIG_ACPI_FPDT=y
|
CONFIG_ACPI_FPDT=y
|
||||||
CONFIG_ACPI_HED=y
|
CONFIG_ACPI_HED=y
|
||||||
CONFIG_ACPI_HMAT=y
|
CONFIG_ACPI_HMAT=y
|
||||||
@ -3560,7 +3559,6 @@ CONFIG_IBMASR=m
|
|||||||
CONFIG_ICE=m
|
CONFIG_ICE=m
|
||||||
CONFIG_ICPLUS_PHY=m
|
CONFIG_ICPLUS_PHY=m
|
||||||
CONFIG_IDLE_PAGE_TRACKING=y
|
CONFIG_IDLE_PAGE_TRACKING=y
|
||||||
CONFIG_IDPF=m
|
|
||||||
CONFIG_IEEE802154_6LOWPAN=m
|
CONFIG_IEEE802154_6LOWPAN=m
|
||||||
CONFIG_IEEE802154_DRIVERS=m
|
CONFIG_IEEE802154_DRIVERS=m
|
||||||
CONFIG_IEEE802154_FAKELB=m
|
CONFIG_IEEE802154_FAKELB=m
|
||||||
@ -5351,6 +5349,7 @@ CONFIG_USB_EMI26=m
|
|||||||
CONFIG_USB_EMI62=m
|
CONFIG_USB_EMI62=m
|
||||||
CONFIG_USB_EPSON2888=y
|
CONFIG_USB_EPSON2888=y
|
||||||
CONFIG_USB_EZUSB_FX2=m
|
CONFIG_USB_EZUSB_FX2=m
|
||||||
|
CONFIG_USB_FTDI_ELAN=m
|
||||||
CONFIG_USB_GL860=m
|
CONFIG_USB_GL860=m
|
||||||
CONFIG_USB_GSPCA=m
|
CONFIG_USB_GSPCA=m
|
||||||
CONFIG_USB_GSPCA_BENQ=m
|
CONFIG_USB_GSPCA_BENQ=m
|
||||||
|
@ -1007,7 +1007,6 @@
|
|||||||
# CONFIG_KMX61 is not set
|
# CONFIG_KMX61 is not set
|
||||||
# CONFIG_KPROBES_SANITY_TEST is not set
|
# CONFIG_KPROBES_SANITY_TEST is not set
|
||||||
# CONFIG_KS7010 is not set
|
# CONFIG_KS7010 is not set
|
||||||
# CONFIG_KUNIT_DEFAULT_ENABLED is not set
|
|
||||||
# CONFIG_KXCJK1013 is not set
|
# CONFIG_KXCJK1013 is not set
|
||||||
# CONFIG_KXSD9 is not set
|
# CONFIG_KXSD9 is not set
|
||||||
# CONFIG_LANMEDIA is not set
|
# CONFIG_LANMEDIA is not set
|
||||||
@ -2435,6 +2434,7 @@
|
|||||||
# CONFIG_USB_SWITCH_FSA9480 is not set
|
# CONFIG_USB_SWITCH_FSA9480 is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
# CONFIG_USB_TRANCEVIBRATOR is not set
|
# CONFIG_USB_TRANCEVIBRATOR is not set
|
||||||
|
# CONFIG_USB_U132_HCD is not set
|
||||||
# CONFIG_USB_ULPI is not set
|
# CONFIG_USB_ULPI is not set
|
||||||
# CONFIG_USB_WHCI_HCD is not set
|
# CONFIG_USB_WHCI_HCD is not set
|
||||||
# CONFIG_USB_WUSB_CBAF_DEBUG is not set
|
# CONFIG_USB_WUSB_CBAF_DEBUG is not set
|
||||||
@ -2554,7 +2554,6 @@ CONFIG_ACPI_BUTTON=y
|
|||||||
CONFIG_ACPI_CONTAINER=y
|
CONFIG_ACPI_CONTAINER=y
|
||||||
CONFIG_ACPI_CPPC_CPUFREQ=y
|
CONFIG_ACPI_CPPC_CPUFREQ=y
|
||||||
CONFIG_ACPI_FAN=y
|
CONFIG_ACPI_FAN=y
|
||||||
CONFIG_ACPI_FFH=y
|
|
||||||
CONFIG_ACPI_FPDT=y
|
CONFIG_ACPI_FPDT=y
|
||||||
CONFIG_ACPI_HED=y
|
CONFIG_ACPI_HED=y
|
||||||
CONFIG_ACPI_HMAT=y
|
CONFIG_ACPI_HMAT=y
|
||||||
@ -3576,7 +3575,6 @@ CONFIG_IBMASR=m
|
|||||||
CONFIG_ICE=m
|
CONFIG_ICE=m
|
||||||
CONFIG_ICPLUS_PHY=m
|
CONFIG_ICPLUS_PHY=m
|
||||||
CONFIG_IDLE_PAGE_TRACKING=y
|
CONFIG_IDLE_PAGE_TRACKING=y
|
||||||
CONFIG_IDPF=m
|
|
||||||
CONFIG_IEEE802154_6LOWPAN=m
|
CONFIG_IEEE802154_6LOWPAN=m
|
||||||
CONFIG_IEEE802154_DRIVERS=m
|
CONFIG_IEEE802154_DRIVERS=m
|
||||||
CONFIG_IEEE802154_FAKELB=m
|
CONFIG_IEEE802154_FAKELB=m
|
||||||
@ -5327,6 +5325,7 @@ CONFIG_USB_EMI26=m
|
|||||||
CONFIG_USB_EMI62=m
|
CONFIG_USB_EMI62=m
|
||||||
CONFIG_USB_EPSON2888=y
|
CONFIG_USB_EPSON2888=y
|
||||||
CONFIG_USB_EZUSB_FX2=m
|
CONFIG_USB_EZUSB_FX2=m
|
||||||
|
CONFIG_USB_FTDI_ELAN=m
|
||||||
CONFIG_USB_GL860=m
|
CONFIG_USB_GL860=m
|
||||||
CONFIG_USB_GSPCA=m
|
CONFIG_USB_GSPCA=m
|
||||||
CONFIG_USB_GSPCA_BENQ=m
|
CONFIG_USB_GSPCA_BENQ=m
|
||||||
|
@ -861,7 +861,6 @@
|
|||||||
# CONFIG_KMX61 is not set
|
# CONFIG_KMX61 is not set
|
||||||
# CONFIG_KPROBES_SANITY_TEST is not set
|
# CONFIG_KPROBES_SANITY_TEST is not set
|
||||||
# CONFIG_KS7010 is not set
|
# CONFIG_KS7010 is not set
|
||||||
# CONFIG_KUNIT_DEFAULT_ENABLED is not set
|
|
||||||
# CONFIG_KVM_BOOK3S_HV_EXIT_TIMING is not set
|
# CONFIG_KVM_BOOK3S_HV_EXIT_TIMING is not set
|
||||||
# CONFIG_KXCJK1013 is not set
|
# CONFIG_KXCJK1013 is not set
|
||||||
# CONFIG_KXSD9 is not set
|
# CONFIG_KXSD9 is not set
|
||||||
@ -2109,6 +2108,7 @@
|
|||||||
# CONFIG_USB_SWITCH_FSA9480 is not set
|
# CONFIG_USB_SWITCH_FSA9480 is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
# CONFIG_USB_TRANCEVIBRATOR is not set
|
# CONFIG_USB_TRANCEVIBRATOR is not set
|
||||||
|
# CONFIG_USB_U132_HCD is not set
|
||||||
# CONFIG_USB_ULPI is not set
|
# CONFIG_USB_ULPI is not set
|
||||||
# CONFIG_USB_ULPI_BUS is not set
|
# CONFIG_USB_ULPI_BUS is not set
|
||||||
# CONFIG_USB_WHCI_HCD is not set
|
# CONFIG_USB_WHCI_HCD is not set
|
||||||
@ -2227,7 +2227,6 @@ CONFIG_ACPI_CUSTOM_METHOD=m
|
|||||||
CONFIG_ACPI_DEBUG=y
|
CONFIG_ACPI_DEBUG=y
|
||||||
CONFIG_ACPI_DEBUGGER=y
|
CONFIG_ACPI_DEBUGGER=y
|
||||||
CONFIG_ACPI_DEBUGGER_USER=m
|
CONFIG_ACPI_DEBUGGER_USER=m
|
||||||
CONFIG_ACPI_FFH=y
|
|
||||||
CONFIG_ACPI_FPDT=y
|
CONFIG_ACPI_FPDT=y
|
||||||
CONFIG_ACPI_HED=y
|
CONFIG_ACPI_HED=y
|
||||||
CONFIG_ACPI_HMAT=y
|
CONFIG_ACPI_HMAT=y
|
||||||
@ -3203,7 +3202,6 @@ CONFIG_IBM_BSR=m
|
|||||||
CONFIG_ICE=m
|
CONFIG_ICE=m
|
||||||
CONFIG_ICPLUS_PHY=m
|
CONFIG_ICPLUS_PHY=m
|
||||||
CONFIG_IDLE_PAGE_TRACKING=y
|
CONFIG_IDLE_PAGE_TRACKING=y
|
||||||
CONFIG_IDPF=m
|
|
||||||
CONFIG_IEEE802154=m
|
CONFIG_IEEE802154=m
|
||||||
CONFIG_IEEE802154_6LOWPAN=m
|
CONFIG_IEEE802154_6LOWPAN=m
|
||||||
CONFIG_IEEE802154_DRIVERS=m
|
CONFIG_IEEE802154_DRIVERS=m
|
||||||
@ -5085,6 +5083,7 @@ CONFIG_USB_EMI26=m
|
|||||||
CONFIG_USB_EMI62=m
|
CONFIG_USB_EMI62=m
|
||||||
CONFIG_USB_EPSON2888=y
|
CONFIG_USB_EPSON2888=y
|
||||||
CONFIG_USB_EZUSB_FX2=m
|
CONFIG_USB_EZUSB_FX2=m
|
||||||
|
CONFIG_USB_FTDI_ELAN=m
|
||||||
CONFIG_USB_GL860=m
|
CONFIG_USB_GL860=m
|
||||||
CONFIG_USB_GSPCA=m
|
CONFIG_USB_GSPCA=m
|
||||||
CONFIG_USB_GSPCA_BENQ=m
|
CONFIG_USB_GSPCA_BENQ=m
|
||||||
|
@ -917,7 +917,6 @@
|
|||||||
# CONFIG_KMX61 is not set
|
# CONFIG_KMX61 is not set
|
||||||
# CONFIG_KPROBES_SANITY_TEST is not set
|
# CONFIG_KPROBES_SANITY_TEST is not set
|
||||||
# CONFIG_KS7010 is not set
|
# CONFIG_KS7010 is not set
|
||||||
# CONFIG_KUNIT_DEFAULT_ENABLED is not set
|
|
||||||
# CONFIG_KVM_BOOK3S_HV_EXIT_TIMING is not set
|
# CONFIG_KVM_BOOK3S_HV_EXIT_TIMING is not set
|
||||||
# CONFIG_KXCJK1013 is not set
|
# CONFIG_KXCJK1013 is not set
|
||||||
# CONFIG_KXSD9 is not set
|
# CONFIG_KXSD9 is not set
|
||||||
@ -2186,6 +2185,7 @@
|
|||||||
# CONFIG_USB_SWITCH_FSA9480 is not set
|
# CONFIG_USB_SWITCH_FSA9480 is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
# CONFIG_USB_TRANCEVIBRATOR is not set
|
# CONFIG_USB_TRANCEVIBRATOR is not set
|
||||||
|
# CONFIG_USB_U132_HCD is not set
|
||||||
# CONFIG_USB_ULPI is not set
|
# CONFIG_USB_ULPI is not set
|
||||||
# CONFIG_USB_ULPI_BUS is not set
|
# CONFIG_USB_ULPI_BUS is not set
|
||||||
# CONFIG_USB_WHCI_HCD is not set
|
# CONFIG_USB_WHCI_HCD is not set
|
||||||
@ -2299,7 +2299,6 @@ CONFIG_ACPI_APEI=y
|
|||||||
CONFIG_ACPI_APEI_EINJ=m
|
CONFIG_ACPI_APEI_EINJ=m
|
||||||
CONFIG_ACPI_APEI_GHES=y
|
CONFIG_ACPI_APEI_GHES=y
|
||||||
CONFIG_ACPI_APEI_PCIEAER=y
|
CONFIG_ACPI_APEI_PCIEAER=y
|
||||||
CONFIG_ACPI_FFH=y
|
|
||||||
CONFIG_ACPI_FPDT=y
|
CONFIG_ACPI_FPDT=y
|
||||||
CONFIG_ACPI_HED=y
|
CONFIG_ACPI_HED=y
|
||||||
CONFIG_ACPI_HMAT=y
|
CONFIG_ACPI_HMAT=y
|
||||||
@ -3216,7 +3215,6 @@ CONFIG_IBM_BSR=m
|
|||||||
CONFIG_ICE=m
|
CONFIG_ICE=m
|
||||||
CONFIG_ICPLUS_PHY=m
|
CONFIG_ICPLUS_PHY=m
|
||||||
CONFIG_IDLE_PAGE_TRACKING=y
|
CONFIG_IDLE_PAGE_TRACKING=y
|
||||||
CONFIG_IDPF=m
|
|
||||||
CONFIG_IEEE802154=m
|
CONFIG_IEEE802154=m
|
||||||
CONFIG_IEEE802154_6LOWPAN=m
|
CONFIG_IEEE802154_6LOWPAN=m
|
||||||
CONFIG_IEEE802154_DRIVERS=m
|
CONFIG_IEEE802154_DRIVERS=m
|
||||||
@ -5062,6 +5060,7 @@ CONFIG_USB_EMI26=m
|
|||||||
CONFIG_USB_EMI62=m
|
CONFIG_USB_EMI62=m
|
||||||
CONFIG_USB_EPSON2888=y
|
CONFIG_USB_EPSON2888=y
|
||||||
CONFIG_USB_EZUSB_FX2=m
|
CONFIG_USB_EZUSB_FX2=m
|
||||||
|
CONFIG_USB_FTDI_ELAN=m
|
||||||
CONFIG_USB_GL860=m
|
CONFIG_USB_GL860=m
|
||||||
CONFIG_USB_GSPCA=m
|
CONFIG_USB_GSPCA=m
|
||||||
CONFIG_USB_GSPCA_BENQ=m
|
CONFIG_USB_GSPCA_BENQ=m
|
||||||
|
@ -917,7 +917,6 @@
|
|||||||
# CONFIG_KMX61 is not set
|
# CONFIG_KMX61 is not set
|
||||||
# CONFIG_KPROBES_SANITY_TEST is not set
|
# CONFIG_KPROBES_SANITY_TEST is not set
|
||||||
# CONFIG_KS7010 is not set
|
# CONFIG_KS7010 is not set
|
||||||
# CONFIG_KUNIT_DEFAULT_ENABLED is not set
|
|
||||||
# CONFIG_KVM_S390_UCONTROL is not set
|
# CONFIG_KVM_S390_UCONTROL is not set
|
||||||
# CONFIG_KXCJK1013 is not set
|
# CONFIG_KXCJK1013 is not set
|
||||||
# CONFIG_KXSD9 is not set
|
# CONFIG_KXSD9 is not set
|
||||||
@ -2245,6 +2244,7 @@
|
|||||||
# CONFIG_USB_SWITCH_FSA9480 is not set
|
# CONFIG_USB_SWITCH_FSA9480 is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
# CONFIG_USB_TRANCEVIBRATOR is not set
|
# CONFIG_USB_TRANCEVIBRATOR is not set
|
||||||
|
# CONFIG_USB_U132_HCD is not set
|
||||||
# CONFIG_USB_ULPI is not set
|
# CONFIG_USB_ULPI is not set
|
||||||
# CONFIG_USB_ULPI_BUS is not set
|
# CONFIG_USB_ULPI_BUS is not set
|
||||||
# CONFIG_USB_WHCI_HCD is not set
|
# CONFIG_USB_WHCI_HCD is not set
|
||||||
@ -2367,7 +2367,6 @@ CONFIG_ACPI_CUSTOM_METHOD=m
|
|||||||
CONFIG_ACPI_DEBUG=y
|
CONFIG_ACPI_DEBUG=y
|
||||||
CONFIG_ACPI_DEBUGGER=y
|
CONFIG_ACPI_DEBUGGER=y
|
||||||
CONFIG_ACPI_DEBUGGER_USER=m
|
CONFIG_ACPI_DEBUGGER_USER=m
|
||||||
CONFIG_ACPI_FFH=y
|
|
||||||
CONFIG_ACPI_FPDT=y
|
CONFIG_ACPI_FPDT=y
|
||||||
CONFIG_ACPI_HED=y
|
CONFIG_ACPI_HED=y
|
||||||
CONFIG_ACPI_HMAT=y
|
CONFIG_ACPI_HMAT=y
|
||||||
@ -3269,7 +3268,6 @@ CONFIG_IBMASR=m
|
|||||||
CONFIG_IBM_PARTITION=y
|
CONFIG_IBM_PARTITION=y
|
||||||
CONFIG_ICE=m
|
CONFIG_ICE=m
|
||||||
CONFIG_IDLE_PAGE_TRACKING=y
|
CONFIG_IDLE_PAGE_TRACKING=y
|
||||||
CONFIG_IDPF=m
|
|
||||||
CONFIG_IEEE802154=m
|
CONFIG_IEEE802154=m
|
||||||
CONFIG_IEEE802154_6LOWPAN=m
|
CONFIG_IEEE802154_6LOWPAN=m
|
||||||
CONFIG_IEEE802154_DRIVERS=m
|
CONFIG_IEEE802154_DRIVERS=m
|
||||||
@ -4986,6 +4984,7 @@ CONFIG_USB_EMI26=m
|
|||||||
CONFIG_USB_EMI62=m
|
CONFIG_USB_EMI62=m
|
||||||
CONFIG_USB_EPSON2888=y
|
CONFIG_USB_EPSON2888=y
|
||||||
CONFIG_USB_EZUSB_FX2=m
|
CONFIG_USB_EZUSB_FX2=m
|
||||||
|
CONFIG_USB_FTDI_ELAN=m
|
||||||
CONFIG_USB_GL860=m
|
CONFIG_USB_GL860=m
|
||||||
CONFIG_USB_GSPCA=m
|
CONFIG_USB_GSPCA=m
|
||||||
CONFIG_USB_GSPCA_BENQ=m
|
CONFIG_USB_GSPCA_BENQ=m
|
||||||
|
@ -1059,7 +1059,6 @@
|
|||||||
# CONFIG_KSM is not set
|
# CONFIG_KSM is not set
|
||||||
# CONFIG_KUNIT is not set
|
# CONFIG_KUNIT is not set
|
||||||
# CONFIG_KUNIT_ALL_TESTS is not set
|
# CONFIG_KUNIT_ALL_TESTS is not set
|
||||||
# CONFIG_KUNIT_DEFAULT_ENABLED is not set
|
|
||||||
# CONFIG_KVM is not set
|
# CONFIG_KVM is not set
|
||||||
# CONFIG_KVM_S390_UCONTROL is not set
|
# CONFIG_KVM_S390_UCONTROL is not set
|
||||||
# CONFIG_KXCJK1013 is not set
|
# CONFIG_KXCJK1013 is not set
|
||||||
@ -2492,6 +2491,7 @@
|
|||||||
# CONFIG_USB_SWITCH_FSA9480 is not set
|
# CONFIG_USB_SWITCH_FSA9480 is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
# CONFIG_USB_TRANCEVIBRATOR is not set
|
# CONFIG_USB_TRANCEVIBRATOR is not set
|
||||||
|
# CONFIG_USB_U132_HCD is not set
|
||||||
# CONFIG_USB_ULPI is not set
|
# CONFIG_USB_ULPI is not set
|
||||||
# CONFIG_USB_ULPI_BUS is not set
|
# CONFIG_USB_ULPI_BUS is not set
|
||||||
# CONFIG_USB_WHCI_HCD is not set
|
# CONFIG_USB_WHCI_HCD is not set
|
||||||
@ -2621,7 +2621,6 @@ CONFIG_ACPI_APEI=y
|
|||||||
CONFIG_ACPI_APEI_EINJ=m
|
CONFIG_ACPI_APEI_EINJ=m
|
||||||
CONFIG_ACPI_APEI_GHES=y
|
CONFIG_ACPI_APEI_GHES=y
|
||||||
CONFIG_ACPI_APEI_PCIEAER=y
|
CONFIG_ACPI_APEI_PCIEAER=y
|
||||||
CONFIG_ACPI_FFH=y
|
|
||||||
CONFIG_ACPI_FPDT=y
|
CONFIG_ACPI_FPDT=y
|
||||||
CONFIG_ACPI_HED=y
|
CONFIG_ACPI_HED=y
|
||||||
CONFIG_ACPI_HMAT=y
|
CONFIG_ACPI_HMAT=y
|
||||||
@ -3415,7 +3414,6 @@ CONFIG_IBMASR=m
|
|||||||
CONFIG_IBM_PARTITION=y
|
CONFIG_IBM_PARTITION=y
|
||||||
CONFIG_ICE=m
|
CONFIG_ICE=m
|
||||||
CONFIG_IDLE_PAGE_TRACKING=y
|
CONFIG_IDLE_PAGE_TRACKING=y
|
||||||
CONFIG_IDPF=m
|
|
||||||
CONFIG_IEEE802154_6LOWPAN=m
|
CONFIG_IEEE802154_6LOWPAN=m
|
||||||
CONFIG_IEEE802154_DRIVERS=m
|
CONFIG_IEEE802154_DRIVERS=m
|
||||||
CONFIG_IEEE802154_FAKELB=m
|
CONFIG_IEEE802154_FAKELB=m
|
||||||
@ -5010,6 +5008,7 @@ CONFIG_USB_EMI26=m
|
|||||||
CONFIG_USB_EMI62=m
|
CONFIG_USB_EMI62=m
|
||||||
CONFIG_USB_EPSON2888=y
|
CONFIG_USB_EPSON2888=y
|
||||||
CONFIG_USB_EZUSB_FX2=m
|
CONFIG_USB_EZUSB_FX2=m
|
||||||
|
CONFIG_USB_FTDI_ELAN=m
|
||||||
CONFIG_USB_GL860=m
|
CONFIG_USB_GL860=m
|
||||||
CONFIG_USB_GSPCA=m
|
CONFIG_USB_GSPCA=m
|
||||||
CONFIG_USB_GSPCA_BENQ=m
|
CONFIG_USB_GSPCA_BENQ=m
|
||||||
|
@ -974,7 +974,6 @@
|
|||||||
# CONFIG_KMX61 is not set
|
# CONFIG_KMX61 is not set
|
||||||
# CONFIG_KPROBES_SANITY_TEST is not set
|
# CONFIG_KPROBES_SANITY_TEST is not set
|
||||||
# CONFIG_KS7010 is not set
|
# CONFIG_KS7010 is not set
|
||||||
# CONFIG_KUNIT_DEFAULT_ENABLED is not set
|
|
||||||
# CONFIG_KVM_S390_UCONTROL is not set
|
# CONFIG_KVM_S390_UCONTROL is not set
|
||||||
# CONFIG_KXCJK1013 is not set
|
# CONFIG_KXCJK1013 is not set
|
||||||
# CONFIG_KXSD9 is not set
|
# CONFIG_KXSD9 is not set
|
||||||
@ -2323,6 +2322,7 @@
|
|||||||
# CONFIG_USB_SWITCH_FSA9480 is not set
|
# CONFIG_USB_SWITCH_FSA9480 is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
# CONFIG_USB_TRANCEVIBRATOR is not set
|
# CONFIG_USB_TRANCEVIBRATOR is not set
|
||||||
|
# CONFIG_USB_U132_HCD is not set
|
||||||
# CONFIG_USB_ULPI is not set
|
# CONFIG_USB_ULPI is not set
|
||||||
# CONFIG_USB_ULPI_BUS is not set
|
# CONFIG_USB_ULPI_BUS is not set
|
||||||
# CONFIG_USB_WHCI_HCD is not set
|
# CONFIG_USB_WHCI_HCD is not set
|
||||||
@ -2440,7 +2440,6 @@ CONFIG_ACPI_APEI=y
|
|||||||
CONFIG_ACPI_APEI_EINJ=m
|
CONFIG_ACPI_APEI_EINJ=m
|
||||||
CONFIG_ACPI_APEI_GHES=y
|
CONFIG_ACPI_APEI_GHES=y
|
||||||
CONFIG_ACPI_APEI_PCIEAER=y
|
CONFIG_ACPI_APEI_PCIEAER=y
|
||||||
CONFIG_ACPI_FFH=y
|
|
||||||
CONFIG_ACPI_FPDT=y
|
CONFIG_ACPI_FPDT=y
|
||||||
CONFIG_ACPI_HED=y
|
CONFIG_ACPI_HED=y
|
||||||
CONFIG_ACPI_HMAT=y
|
CONFIG_ACPI_HMAT=y
|
||||||
@ -3284,7 +3283,6 @@ CONFIG_IBMASR=m
|
|||||||
CONFIG_IBM_PARTITION=y
|
CONFIG_IBM_PARTITION=y
|
||||||
CONFIG_ICE=m
|
CONFIG_ICE=m
|
||||||
CONFIG_IDLE_PAGE_TRACKING=y
|
CONFIG_IDLE_PAGE_TRACKING=y
|
||||||
CONFIG_IDPF=m
|
|
||||||
CONFIG_IEEE802154=m
|
CONFIG_IEEE802154=m
|
||||||
CONFIG_IEEE802154_6LOWPAN=m
|
CONFIG_IEEE802154_6LOWPAN=m
|
||||||
CONFIG_IEEE802154_DRIVERS=m
|
CONFIG_IEEE802154_DRIVERS=m
|
||||||
@ -4962,6 +4960,7 @@ CONFIG_USB_EMI26=m
|
|||||||
CONFIG_USB_EMI62=m
|
CONFIG_USB_EMI62=m
|
||||||
CONFIG_USB_EPSON2888=y
|
CONFIG_USB_EPSON2888=y
|
||||||
CONFIG_USB_EZUSB_FX2=m
|
CONFIG_USB_EZUSB_FX2=m
|
||||||
|
CONFIG_USB_FTDI_ELAN=m
|
||||||
CONFIG_USB_GL860=m
|
CONFIG_USB_GL860=m
|
||||||
CONFIG_USB_GSPCA=m
|
CONFIG_USB_GSPCA=m
|
||||||
CONFIG_USB_GSPCA_BENQ=m
|
CONFIG_USB_GSPCA_BENQ=m
|
||||||
|
@ -309,7 +309,6 @@
|
|||||||
# CONFIG_CRYPTO_LZ4 is not set
|
# CONFIG_CRYPTO_LZ4 is not set
|
||||||
# CONFIG_CRYPTO_LZ4HC is not set
|
# CONFIG_CRYPTO_LZ4HC is not set
|
||||||
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
|
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
|
||||||
# CONFIG_CRYPTO_MCRYPTD is not set
|
|
||||||
# CONFIG_CRYPTO_MORUS1280 is not set
|
# CONFIG_CRYPTO_MORUS1280 is not set
|
||||||
# CONFIG_CRYPTO_MORUS1280_AVX2 is not set
|
# CONFIG_CRYPTO_MORUS1280_AVX2 is not set
|
||||||
# CONFIG_CRYPTO_MORUS1280_SSE2 is not set
|
# CONFIG_CRYPTO_MORUS1280_SSE2 is not set
|
||||||
@ -861,7 +860,6 @@
|
|||||||
# CONFIG_KMX61 is not set
|
# CONFIG_KMX61 is not set
|
||||||
# CONFIG_KPROBES_SANITY_TEST is not set
|
# CONFIG_KPROBES_SANITY_TEST is not set
|
||||||
# CONFIG_KS7010 is not set
|
# CONFIG_KS7010 is not set
|
||||||
# CONFIG_KUNIT_DEFAULT_ENABLED is not set
|
|
||||||
# CONFIG_KVM_DEBUG_FS is not set
|
# CONFIG_KVM_DEBUG_FS is not set
|
||||||
# CONFIG_KVM_XEN is not set
|
# CONFIG_KVM_XEN is not set
|
||||||
# CONFIG_KXCJK1013 is not set
|
# CONFIG_KXCJK1013 is not set
|
||||||
@ -1720,6 +1718,7 @@
|
|||||||
# CONFIG_SND_SOC_CS4271_I2C is not set
|
# CONFIG_SND_SOC_CS4271_I2C is not set
|
||||||
# CONFIG_SND_SOC_CS4271_SPI is not set
|
# CONFIG_SND_SOC_CS4271_SPI is not set
|
||||||
# CONFIG_SND_SOC_CS42L42 is not set
|
# CONFIG_SND_SOC_CS42L42 is not set
|
||||||
|
# CONFIG_SND_SOC_CS42L42_SDW is not set
|
||||||
# CONFIG_SND_SOC_CS42L51_I2C is not set
|
# CONFIG_SND_SOC_CS42L51_I2C is not set
|
||||||
# CONFIG_SND_SOC_CS42L52 is not set
|
# CONFIG_SND_SOC_CS42L52 is not set
|
||||||
# CONFIG_SND_SOC_CS42L56 is not set
|
# CONFIG_SND_SOC_CS42L56 is not set
|
||||||
@ -1746,6 +1745,7 @@
|
|||||||
# CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98927 is not set
|
# CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98927 is not set
|
||||||
# CONFIG_SND_SOC_INTEL_AVS_MACH_PROBE is not set
|
# CONFIG_SND_SOC_INTEL_AVS_MACH_PROBE is not set
|
||||||
# CONFIG_SND_SOC_MAX9759 is not set
|
# CONFIG_SND_SOC_MAX9759 is not set
|
||||||
|
# CONFIG_SND_SOC_MAX98363 is not set
|
||||||
# CONFIG_SND_SOC_MAX98504 is not set
|
# CONFIG_SND_SOC_MAX98504 is not set
|
||||||
# CONFIG_SND_SOC_MAX9860 is not set
|
# CONFIG_SND_SOC_MAX9860 is not set
|
||||||
# CONFIG_SND_SOC_MAX9867 is not set
|
# CONFIG_SND_SOC_MAX9867 is not set
|
||||||
@ -1766,6 +1766,7 @@
|
|||||||
# CONFIG_SND_SOC_PEB2466 is not set
|
# CONFIG_SND_SOC_PEB2466 is not set
|
||||||
# CONFIG_SND_SOC_RT5616 is not set
|
# CONFIG_SND_SOC_RT5616 is not set
|
||||||
# CONFIG_SND_SOC_RT5631 is not set
|
# CONFIG_SND_SOC_RT5631 is not set
|
||||||
|
# CONFIG_SND_SOC_RT712_SDCA_DMIC_SDW is not set
|
||||||
# CONFIG_SND_SOC_SGTL5000 is not set
|
# CONFIG_SND_SOC_SGTL5000 is not set
|
||||||
# CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set
|
# CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set
|
||||||
# CONFIG_SND_SOC_SMA1303 is not set
|
# CONFIG_SND_SOC_SMA1303 is not set
|
||||||
@ -2097,6 +2098,7 @@
|
|||||||
# CONFIG_USB_SWITCH_FSA9480 is not set
|
# CONFIG_USB_SWITCH_FSA9480 is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
# CONFIG_USB_TRANCEVIBRATOR is not set
|
# CONFIG_USB_TRANCEVIBRATOR is not set
|
||||||
|
# CONFIG_USB_U132_HCD is not set
|
||||||
# CONFIG_USB_ULPI is not set
|
# CONFIG_USB_ULPI is not set
|
||||||
# CONFIG_USB_ULPI_BUS is not set
|
# CONFIG_USB_ULPI_BUS is not set
|
||||||
# CONFIG_USB_WHCI_HCD is not set
|
# CONFIG_USB_WHCI_HCD is not set
|
||||||
@ -2240,7 +2242,6 @@ CONFIG_ACPI_DPTF=y
|
|||||||
CONFIG_ACPI_EC_DEBUGFS=m
|
CONFIG_ACPI_EC_DEBUGFS=m
|
||||||
CONFIG_ACPI_EXTLOG=m
|
CONFIG_ACPI_EXTLOG=m
|
||||||
CONFIG_ACPI_FAN=y
|
CONFIG_ACPI_FAN=y
|
||||||
CONFIG_ACPI_FFH=y
|
|
||||||
CONFIG_ACPI_FPDT=y
|
CONFIG_ACPI_FPDT=y
|
||||||
CONFIG_ACPI_HED=y
|
CONFIG_ACPI_HED=y
|
||||||
CONFIG_ACPI_HMAT=y
|
CONFIG_ACPI_HMAT=y
|
||||||
@ -2686,6 +2687,7 @@ CONFIG_CRYPTO_HW=y
|
|||||||
CONFIG_CRYPTO_KHAZAD=m
|
CONFIG_CRYPTO_KHAZAD=m
|
||||||
CONFIG_CRYPTO_LRW=m
|
CONFIG_CRYPTO_LRW=m
|
||||||
CONFIG_CRYPTO_MANAGER=y
|
CONFIG_CRYPTO_MANAGER=y
|
||||||
|
CONFIG_CRYPTO_MCRYPTD=m
|
||||||
CONFIG_CRYPTO_MD4=m
|
CONFIG_CRYPTO_MD4=m
|
||||||
CONFIG_CRYPTO_MICHAEL_MIC=m
|
CONFIG_CRYPTO_MICHAEL_MIC=m
|
||||||
CONFIG_CRYPTO_PCBC=m
|
CONFIG_CRYPTO_PCBC=m
|
||||||
@ -2703,11 +2705,14 @@ CONFIG_CRYPTO_SERPENT_AVX2_X86_64=m
|
|||||||
CONFIG_CRYPTO_SERPENT_AVX_X86_64=m
|
CONFIG_CRYPTO_SERPENT_AVX_X86_64=m
|
||||||
CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m
|
CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m
|
||||||
CONFIG_CRYPTO_SHA1=y
|
CONFIG_CRYPTO_SHA1=y
|
||||||
|
CONFIG_CRYPTO_SHA1_MB=m
|
||||||
CONFIG_CRYPTO_SHA1_SSSE3=y
|
CONFIG_CRYPTO_SHA1_SSSE3=y
|
||||||
CONFIG_CRYPTO_SHA256=y
|
CONFIG_CRYPTO_SHA256=y
|
||||||
|
CONFIG_CRYPTO_SHA256_MB=m
|
||||||
CONFIG_CRYPTO_SHA256_SSSE3=y
|
CONFIG_CRYPTO_SHA256_SSSE3=y
|
||||||
CONFIG_CRYPTO_SHA3=m
|
CONFIG_CRYPTO_SHA3=m
|
||||||
CONFIG_CRYPTO_SHA512=y
|
CONFIG_CRYPTO_SHA512=y
|
||||||
|
CONFIG_CRYPTO_SHA512_MB=m
|
||||||
CONFIG_CRYPTO_SHA512_SSSE3=y
|
CONFIG_CRYPTO_SHA512_SSSE3=y
|
||||||
CONFIG_CRYPTO_TEA=m
|
CONFIG_CRYPTO_TEA=m
|
||||||
CONFIG_CRYPTO_TEST=m
|
CONFIG_CRYPTO_TEST=m
|
||||||
@ -3359,7 +3364,6 @@ CONFIG_ICE=m
|
|||||||
CONFIG_ICPLUS_PHY=m
|
CONFIG_ICPLUS_PHY=m
|
||||||
CONFIG_IDEAPAD_LAPTOP=m
|
CONFIG_IDEAPAD_LAPTOP=m
|
||||||
CONFIG_IDLE_PAGE_TRACKING=y
|
CONFIG_IDLE_PAGE_TRACKING=y
|
||||||
CONFIG_IDPF=m
|
|
||||||
CONFIG_IE6XX_WDT=m
|
CONFIG_IE6XX_WDT=m
|
||||||
CONFIG_IEEE802154=m
|
CONFIG_IEEE802154=m
|
||||||
CONFIG_IEEE802154_6LOWPAN=m
|
CONFIG_IEEE802154_6LOWPAN=m
|
||||||
@ -5150,7 +5154,6 @@ CONFIG_SND_SOC_AMD_VANGOGH_MACH=m
|
|||||||
CONFIG_SND_SOC_AMD_YC_MACH=m
|
CONFIG_SND_SOC_AMD_YC_MACH=m
|
||||||
CONFIG_SND_SOC_CS35L41_I2C=m
|
CONFIG_SND_SOC_CS35L41_I2C=m
|
||||||
CONFIG_SND_SOC_CS35L41_SPI=m
|
CONFIG_SND_SOC_CS35L41_SPI=m
|
||||||
CONFIG_SND_SOC_CS42L42_SDW=m
|
|
||||||
CONFIG_SND_SOC_ES8326=m
|
CONFIG_SND_SOC_ES8326=m
|
||||||
CONFIG_SND_SOC_INTEL_AVS=m
|
CONFIG_SND_SOC_INTEL_AVS=m
|
||||||
CONFIG_SND_SOC_INTEL_BDW_RT5650_MACH=m
|
CONFIG_SND_SOC_INTEL_BDW_RT5650_MACH=m
|
||||||
@ -5198,14 +5201,12 @@ CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH=m
|
|||||||
CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m
|
CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m
|
||||||
CONFIG_SND_SOC_INTEL_SST_TOPLEVEL=y
|
CONFIG_SND_SOC_INTEL_SST_TOPLEVEL=y
|
||||||
CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES=y
|
CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES=y
|
||||||
CONFIG_SND_SOC_MAX98363=m
|
|
||||||
CONFIG_SND_SOC_NAU8315=m
|
CONFIG_SND_SOC_NAU8315=m
|
||||||
CONFIG_SND_SOC_NAU8821=m
|
CONFIG_SND_SOC_NAU8821=m
|
||||||
CONFIG_SND_SOC_PCM512x_I2C=m
|
CONFIG_SND_SOC_PCM512x_I2C=m
|
||||||
CONFIG_SND_SOC_RT1308_SDW=m
|
CONFIG_SND_SOC_RT1308_SDW=m
|
||||||
CONFIG_SND_SOC_RT700_SDW=m
|
CONFIG_SND_SOC_RT700_SDW=m
|
||||||
CONFIG_SND_SOC_RT711_SDW=m
|
CONFIG_SND_SOC_RT711_SDW=m
|
||||||
CONFIG_SND_SOC_RT712_SDCA_DMIC_SDW=m
|
|
||||||
CONFIG_SND_SOC_RT712_SDCA_SDW=m
|
CONFIG_SND_SOC_RT712_SDCA_SDW=m
|
||||||
CONFIG_SND_SOC_RT715_SDW=m
|
CONFIG_SND_SOC_RT715_SDW=m
|
||||||
CONFIG_SND_SOC_SOF=m
|
CONFIG_SND_SOC_SOF=m
|
||||||
@ -5479,6 +5480,7 @@ CONFIG_USB_EMI62=m
|
|||||||
CONFIG_USB_EPSON2888=y
|
CONFIG_USB_EPSON2888=y
|
||||||
CONFIG_USB_EZUSB_FX2=m
|
CONFIG_USB_EZUSB_FX2=m
|
||||||
CONFIG_USB_FEW_INIT_RETRIES=y
|
CONFIG_USB_FEW_INIT_RETRIES=y
|
||||||
|
CONFIG_USB_FTDI_ELAN=m
|
||||||
CONFIG_USB_GL860=m
|
CONFIG_USB_GL860=m
|
||||||
CONFIG_USB_GSPCA=m
|
CONFIG_USB_GSPCA=m
|
||||||
CONFIG_USB_GSPCA_BENQ=m
|
CONFIG_USB_GSPCA_BENQ=m
|
||||||
|
@ -325,7 +325,6 @@
|
|||||||
# CONFIG_CRYPTO_LZ4 is not set
|
# CONFIG_CRYPTO_LZ4 is not set
|
||||||
# CONFIG_CRYPTO_LZ4HC is not set
|
# CONFIG_CRYPTO_LZ4HC is not set
|
||||||
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
|
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
|
||||||
# CONFIG_CRYPTO_MCRYPTD is not set
|
|
||||||
# CONFIG_CRYPTO_MORUS1280 is not set
|
# CONFIG_CRYPTO_MORUS1280 is not set
|
||||||
# CONFIG_CRYPTO_MORUS1280_AVX2 is not set
|
# CONFIG_CRYPTO_MORUS1280_AVX2 is not set
|
||||||
# CONFIG_CRYPTO_MORUS1280_SSE2 is not set
|
# CONFIG_CRYPTO_MORUS1280_SSE2 is not set
|
||||||
@ -917,7 +916,6 @@
|
|||||||
# CONFIG_KMX61 is not set
|
# CONFIG_KMX61 is not set
|
||||||
# CONFIG_KPROBES_SANITY_TEST is not set
|
# CONFIG_KPROBES_SANITY_TEST is not set
|
||||||
# CONFIG_KS7010 is not set
|
# CONFIG_KS7010 is not set
|
||||||
# CONFIG_KUNIT_DEFAULT_ENABLED is not set
|
|
||||||
# CONFIG_KVM_DEBUG_FS is not set
|
# CONFIG_KVM_DEBUG_FS is not set
|
||||||
# CONFIG_KVM_XEN is not set
|
# CONFIG_KVM_XEN is not set
|
||||||
# CONFIG_KXCJK1013 is not set
|
# CONFIG_KXCJK1013 is not set
|
||||||
@ -1793,6 +1791,7 @@
|
|||||||
# CONFIG_SND_SOC_CS4271_I2C is not set
|
# CONFIG_SND_SOC_CS4271_I2C is not set
|
||||||
# CONFIG_SND_SOC_CS4271_SPI is not set
|
# CONFIG_SND_SOC_CS4271_SPI is not set
|
||||||
# CONFIG_SND_SOC_CS42L42 is not set
|
# CONFIG_SND_SOC_CS42L42 is not set
|
||||||
|
# CONFIG_SND_SOC_CS42L42_SDW is not set
|
||||||
# CONFIG_SND_SOC_CS42L51_I2C is not set
|
# CONFIG_SND_SOC_CS42L51_I2C is not set
|
||||||
# CONFIG_SND_SOC_CS42L52 is not set
|
# CONFIG_SND_SOC_CS42L52 is not set
|
||||||
# CONFIG_SND_SOC_CS42L56 is not set
|
# CONFIG_SND_SOC_CS42L56 is not set
|
||||||
@ -1819,6 +1818,7 @@
|
|||||||
# CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98927 is not set
|
# CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98927 is not set
|
||||||
# CONFIG_SND_SOC_INTEL_AVS_MACH_PROBE is not set
|
# CONFIG_SND_SOC_INTEL_AVS_MACH_PROBE is not set
|
||||||
# CONFIG_SND_SOC_MAX9759 is not set
|
# CONFIG_SND_SOC_MAX9759 is not set
|
||||||
|
# CONFIG_SND_SOC_MAX98363 is not set
|
||||||
# CONFIG_SND_SOC_MAX98504 is not set
|
# CONFIG_SND_SOC_MAX98504 is not set
|
||||||
# CONFIG_SND_SOC_MAX9860 is not set
|
# CONFIG_SND_SOC_MAX9860 is not set
|
||||||
# CONFIG_SND_SOC_MAX9867 is not set
|
# CONFIG_SND_SOC_MAX9867 is not set
|
||||||
@ -1839,6 +1839,7 @@
|
|||||||
# CONFIG_SND_SOC_PEB2466 is not set
|
# CONFIG_SND_SOC_PEB2466 is not set
|
||||||
# CONFIG_SND_SOC_RT5616 is not set
|
# CONFIG_SND_SOC_RT5616 is not set
|
||||||
# CONFIG_SND_SOC_RT5631 is not set
|
# CONFIG_SND_SOC_RT5631 is not set
|
||||||
|
# CONFIG_SND_SOC_RT712_SDCA_DMIC_SDW is not set
|
||||||
# CONFIG_SND_SOC_SGTL5000 is not set
|
# CONFIG_SND_SOC_SGTL5000 is not set
|
||||||
# CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set
|
# CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set
|
||||||
# CONFIG_SND_SOC_SMA1303 is not set
|
# CONFIG_SND_SOC_SMA1303 is not set
|
||||||
@ -2172,6 +2173,7 @@
|
|||||||
# CONFIG_USB_SWITCH_FSA9480 is not set
|
# CONFIG_USB_SWITCH_FSA9480 is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
# CONFIG_USB_TRANCEVIBRATOR is not set
|
# CONFIG_USB_TRANCEVIBRATOR is not set
|
||||||
|
# CONFIG_USB_U132_HCD is not set
|
||||||
# CONFIG_USB_ULPI is not set
|
# CONFIG_USB_ULPI is not set
|
||||||
# CONFIG_USB_ULPI_BUS is not set
|
# CONFIG_USB_ULPI_BUS is not set
|
||||||
# CONFIG_USB_WHCI_HCD is not set
|
# CONFIG_USB_WHCI_HCD is not set
|
||||||
@ -2313,7 +2315,6 @@ CONFIG_ACPI_DPTF=y
|
|||||||
CONFIG_ACPI_EC_DEBUGFS=m
|
CONFIG_ACPI_EC_DEBUGFS=m
|
||||||
CONFIG_ACPI_EXTLOG=m
|
CONFIG_ACPI_EXTLOG=m
|
||||||
CONFIG_ACPI_FAN=y
|
CONFIG_ACPI_FAN=y
|
||||||
CONFIG_ACPI_FFH=y
|
|
||||||
CONFIG_ACPI_FPDT=y
|
CONFIG_ACPI_FPDT=y
|
||||||
CONFIG_ACPI_HED=y
|
CONFIG_ACPI_HED=y
|
||||||
CONFIG_ACPI_HMAT=y
|
CONFIG_ACPI_HMAT=y
|
||||||
@ -2748,6 +2749,7 @@ CONFIG_CRYPTO_HW=y
|
|||||||
CONFIG_CRYPTO_KHAZAD=m
|
CONFIG_CRYPTO_KHAZAD=m
|
||||||
CONFIG_CRYPTO_LRW=m
|
CONFIG_CRYPTO_LRW=m
|
||||||
CONFIG_CRYPTO_MANAGER=y
|
CONFIG_CRYPTO_MANAGER=y
|
||||||
|
CONFIG_CRYPTO_MCRYPTD=m
|
||||||
CONFIG_CRYPTO_MD4=m
|
CONFIG_CRYPTO_MD4=m
|
||||||
CONFIG_CRYPTO_MICHAEL_MIC=m
|
CONFIG_CRYPTO_MICHAEL_MIC=m
|
||||||
CONFIG_CRYPTO_PCBC=m
|
CONFIG_CRYPTO_PCBC=m
|
||||||
@ -2765,11 +2767,14 @@ CONFIG_CRYPTO_SERPENT_AVX2_X86_64=m
|
|||||||
CONFIG_CRYPTO_SERPENT_AVX_X86_64=m
|
CONFIG_CRYPTO_SERPENT_AVX_X86_64=m
|
||||||
CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m
|
CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m
|
||||||
CONFIG_CRYPTO_SHA1=y
|
CONFIG_CRYPTO_SHA1=y
|
||||||
|
CONFIG_CRYPTO_SHA1_MB=m
|
||||||
CONFIG_CRYPTO_SHA1_SSSE3=y
|
CONFIG_CRYPTO_SHA1_SSSE3=y
|
||||||
CONFIG_CRYPTO_SHA256=y
|
CONFIG_CRYPTO_SHA256=y
|
||||||
|
CONFIG_CRYPTO_SHA256_MB=m
|
||||||
CONFIG_CRYPTO_SHA256_SSSE3=y
|
CONFIG_CRYPTO_SHA256_SSSE3=y
|
||||||
CONFIG_CRYPTO_SHA3=m
|
CONFIG_CRYPTO_SHA3=m
|
||||||
CONFIG_CRYPTO_SHA512=y
|
CONFIG_CRYPTO_SHA512=y
|
||||||
|
CONFIG_CRYPTO_SHA512_MB=m
|
||||||
CONFIG_CRYPTO_SHA512_SSSE3=y
|
CONFIG_CRYPTO_SHA512_SSSE3=y
|
||||||
CONFIG_CRYPTO_TEA=m
|
CONFIG_CRYPTO_TEA=m
|
||||||
CONFIG_CRYPTO_TEST=m
|
CONFIG_CRYPTO_TEST=m
|
||||||
@ -3374,7 +3379,6 @@ CONFIG_ICE=m
|
|||||||
CONFIG_ICPLUS_PHY=m
|
CONFIG_ICPLUS_PHY=m
|
||||||
CONFIG_IDEAPAD_LAPTOP=m
|
CONFIG_IDEAPAD_LAPTOP=m
|
||||||
CONFIG_IDLE_PAGE_TRACKING=y
|
CONFIG_IDLE_PAGE_TRACKING=y
|
||||||
CONFIG_IDPF=m
|
|
||||||
CONFIG_IE6XX_WDT=m
|
CONFIG_IE6XX_WDT=m
|
||||||
CONFIG_IEEE802154=m
|
CONFIG_IEEE802154=m
|
||||||
CONFIG_IEEE802154_6LOWPAN=m
|
CONFIG_IEEE802154_6LOWPAN=m
|
||||||
@ -5130,7 +5134,6 @@ CONFIG_SND_SOC_AMD_VANGOGH_MACH=m
|
|||||||
CONFIG_SND_SOC_AMD_YC_MACH=m
|
CONFIG_SND_SOC_AMD_YC_MACH=m
|
||||||
CONFIG_SND_SOC_CS35L41_I2C=m
|
CONFIG_SND_SOC_CS35L41_I2C=m
|
||||||
CONFIG_SND_SOC_CS35L41_SPI=m
|
CONFIG_SND_SOC_CS35L41_SPI=m
|
||||||
CONFIG_SND_SOC_CS42L42_SDW=m
|
|
||||||
CONFIG_SND_SOC_ES8326=m
|
CONFIG_SND_SOC_ES8326=m
|
||||||
CONFIG_SND_SOC_INTEL_AVS=m
|
CONFIG_SND_SOC_INTEL_AVS=m
|
||||||
CONFIG_SND_SOC_INTEL_BDW_RT5650_MACH=m
|
CONFIG_SND_SOC_INTEL_BDW_RT5650_MACH=m
|
||||||
@ -5178,14 +5181,12 @@ CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH=m
|
|||||||
CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m
|
CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m
|
||||||
CONFIG_SND_SOC_INTEL_SST_TOPLEVEL=y
|
CONFIG_SND_SOC_INTEL_SST_TOPLEVEL=y
|
||||||
CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES=y
|
CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES=y
|
||||||
CONFIG_SND_SOC_MAX98363=m
|
|
||||||
CONFIG_SND_SOC_NAU8315=m
|
CONFIG_SND_SOC_NAU8315=m
|
||||||
CONFIG_SND_SOC_NAU8821=m
|
CONFIG_SND_SOC_NAU8821=m
|
||||||
CONFIG_SND_SOC_PCM512x_I2C=m
|
CONFIG_SND_SOC_PCM512x_I2C=m
|
||||||
CONFIG_SND_SOC_RT1308_SDW=m
|
CONFIG_SND_SOC_RT1308_SDW=m
|
||||||
CONFIG_SND_SOC_RT700_SDW=m
|
CONFIG_SND_SOC_RT700_SDW=m
|
||||||
CONFIG_SND_SOC_RT711_SDW=m
|
CONFIG_SND_SOC_RT711_SDW=m
|
||||||
CONFIG_SND_SOC_RT712_SDCA_DMIC_SDW=m
|
|
||||||
CONFIG_SND_SOC_RT712_SDCA_SDW=m
|
CONFIG_SND_SOC_RT712_SDCA_SDW=m
|
||||||
CONFIG_SND_SOC_RT715_SDW=m
|
CONFIG_SND_SOC_RT715_SDW=m
|
||||||
CONFIG_SND_SOC_SOF=m
|
CONFIG_SND_SOC_SOF=m
|
||||||
@ -5451,6 +5452,7 @@ CONFIG_USB_EMI62=m
|
|||||||
CONFIG_USB_EPSON2888=y
|
CONFIG_USB_EPSON2888=y
|
||||||
CONFIG_USB_EZUSB_FX2=m
|
CONFIG_USB_EZUSB_FX2=m
|
||||||
CONFIG_USB_FEW_INIT_RETRIES=y
|
CONFIG_USB_FEW_INIT_RETRIES=y
|
||||||
|
CONFIG_USB_FTDI_ELAN=m
|
||||||
CONFIG_USB_GL860=m
|
CONFIG_USB_GL860=m
|
||||||
CONFIG_USB_GSPCA=m
|
CONFIG_USB_GSPCA=m
|
||||||
CONFIG_USB_GSPCA_BENQ=m
|
CONFIG_USB_GSPCA_BENQ=m
|
||||||
|
@ -13,7 +13,6 @@ qos-test
|
|||||||
resource_kunit
|
resource_kunit
|
||||||
soc-topology-test
|
soc-topology-test
|
||||||
soc-utils-test
|
soc-utils-test
|
||||||
stackinit_kunit
|
|
||||||
string-stream-test
|
string-stream-test
|
||||||
test_linear_ranges
|
test_linear_ranges
|
||||||
test_bits
|
test_bits
|
||||||
|
@ -5,9 +5,9 @@ prompt = no
|
|||||||
x509_extensions = myexts
|
x509_extensions = myexts
|
||||||
|
|
||||||
[ req_distinguished_name ]
|
[ req_distinguished_name ]
|
||||||
O = Red Hat
|
O = AlmaLinux
|
||||||
CN = Red Hat Enterprise Linux kernel signing key
|
CN = AlmaLinux kernel signing key
|
||||||
emailAddress = secalert@redhat.com
|
emailAddress = security@almalinux.org
|
||||||
|
|
||||||
[ myexts ]
|
[ myexts ]
|
||||||
basicConstraints=critical,CA:FALSE
|
basicConstraints=critical,CA:FALSE
|
||||||
|
5341
SPECS/kernel.spec
5341
SPECS/kernel.spec
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user