Commit 48bc8869 authored by Jiri Slaby (SUSE)'s avatar Jiri Slaby (SUSE) Committed by Borislav Petkov (AMD)

EDAC: Remove dynamic attributes from edac_device_alloc_ctl_info()

Dynamic attributes are not passed from any caller of
edac_device_alloc_ctl_info(). Drop this unused/untested functionality
completely.
Signed-off-by: default avatarJiri Slaby (SUSE) <jirislaby@kernel.org>
Signed-off-by: default avatarBorislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20240213112051.27715-5-jirislaby@kernel.orgSigned-off-by: default avatarBorislav Petkov (AMD) <bp@alien8.de>
parent 9186695e
...@@ -737,8 +737,7 @@ static int altr_edac_device_probe(struct platform_device *pdev) ...@@ -737,8 +737,7 @@ static int altr_edac_device_probe(struct platform_device *pdev)
} }
dci = edac_device_alloc_ctl_info(sizeof(*drvdata), ecc_name, dci = edac_device_alloc_ctl_info(sizeof(*drvdata), ecc_name,
1, ecc_name, 1, 0, NULL, 0, 1, ecc_name, 1, 0, dev_instance++);
dev_instance++);
if (!dci) { if (!dci) {
edac_printk(KERN_ERR, EDAC_DEVICE, edac_printk(KERN_ERR, EDAC_DEVICE,
...@@ -1514,7 +1513,7 @@ static int altr_portb_setup(struct altr_edac_device_dev *device) ...@@ -1514,7 +1513,7 @@ static int altr_portb_setup(struct altr_edac_device_dev *device)
/* Create the PortB EDAC device */ /* Create the PortB EDAC device */
edac_idx = edac_device_alloc_index(); edac_idx = edac_device_alloc_index();
dci = edac_device_alloc_ctl_info(sizeof(*altdev), ecc_name, 1, dci = edac_device_alloc_ctl_info(sizeof(*altdev), ecc_name, 1,
ecc_name, 1, 0, NULL, 0, edac_idx); ecc_name, 1, 0, edac_idx);
if (!dci) { if (!dci) {
edac_printk(KERN_ERR, EDAC_DEVICE, edac_printk(KERN_ERR, EDAC_DEVICE,
"%s: Unable to allocate PortB EDAC device\n", "%s: Unable to allocate PortB EDAC device\n",
...@@ -1921,8 +1920,7 @@ static int altr_edac_a10_device_add(struct altr_arria10_edac *edac, ...@@ -1921,8 +1920,7 @@ static int altr_edac_a10_device_add(struct altr_arria10_edac *edac,
edac_idx = edac_device_alloc_index(); edac_idx = edac_device_alloc_index();
dci = edac_device_alloc_ctl_info(sizeof(*altdev), ecc_name, dci = edac_device_alloc_ctl_info(sizeof(*altdev), ecc_name,
1, ecc_name, 1, 0, NULL, 0, 1, ecc_name, 1, 0, edac_idx);
edac_idx);
if (!dci) { if (!dci) {
edac_printk(KERN_ERR, EDAC_DEVICE, edac_printk(KERN_ERR, EDAC_DEVICE,
......
...@@ -366,8 +366,7 @@ static int amd8111_dev_probe(struct pci_dev *dev, ...@@ -366,8 +366,7 @@ static int amd8111_dev_probe(struct pci_dev *dev,
dev_info->edac_idx = edac_device_alloc_index(); dev_info->edac_idx = edac_device_alloc_index();
dev_info->edac_dev = dev_info->edac_dev =
edac_device_alloc_ctl_info(0, dev_info->ctl_name, 1, edac_device_alloc_ctl_info(0, dev_info->ctl_name, 1,
NULL, 0, 0, NULL, 0, 0, dev_info->edac_idx);
NULL, 0, dev_info->edac_idx);
if (!dev_info->edac_dev) { if (!dev_info->edac_dev) {
ret = -ENOMEM; ret = -ENOMEM;
goto err_dev_put; goto err_dev_put;
......
...@@ -523,7 +523,7 @@ static int aurora_l2_probe(struct platform_device *pdev) ...@@ -523,7 +523,7 @@ static int aurora_l2_probe(struct platform_device *pdev)
dev_warn(&pdev->dev, "data ECC is not enabled\n"); dev_warn(&pdev->dev, "data ECC is not enabled\n");
dci = edac_device_alloc_ctl_info(sizeof(*drvdata), dci = edac_device_alloc_ctl_info(sizeof(*drvdata),
"cpu", 1, "L", 1, 2, NULL, 0, 0); "cpu", 1, "L", 1, 2, 0);
if (!dci) if (!dci)
return -ENOMEM; return -ENOMEM;
......
...@@ -797,7 +797,7 @@ static void cpc925_add_edac_devices(void __iomem *vbase) ...@@ -797,7 +797,7 @@ static void cpc925_add_edac_devices(void __iomem *vbase)
dev_info->edac_idx = edac_device_alloc_index(); dev_info->edac_idx = edac_device_alloc_index();
dev_info->edac_dev = dev_info->edac_dev =
edac_device_alloc_ctl_info(0, dev_info->ctl_name, edac_device_alloc_ctl_info(0, dev_info->ctl_name,
1, NULL, 0, 0, NULL, 0, dev_info->edac_idx); 1, NULL, 0, 0, dev_info->edac_idx);
if (!dev_info->edac_dev) { if (!dev_info->edac_dev) {
cpc925_printk(KERN_ERR, "No memory for edac device\n"); cpc925_printk(KERN_ERR, "No memory for edac device\n");
goto err1; goto err1;
......
...@@ -56,14 +56,12 @@ static void edac_device_dump_device(struct edac_device_ctl_info *edac_dev) ...@@ -56,14 +56,12 @@ static void edac_device_dump_device(struct edac_device_ctl_info *edac_dev)
struct edac_device_ctl_info * struct edac_device_ctl_info *
edac_device_alloc_ctl_info(unsigned pvt_sz, char *dev_name, unsigned nr_instances, edac_device_alloc_ctl_info(unsigned pvt_sz, char *dev_name, unsigned nr_instances,
char *blk_name, unsigned nr_blocks, unsigned off_val, char *blk_name, unsigned nr_blocks, unsigned off_val,
struct edac_dev_sysfs_block_attribute *attrib_spec, int device_index)
unsigned nr_attrib, int device_index)
{ {
struct edac_dev_sysfs_block_attribute *dev_attrib, *attrib_p, *attrib;
struct edac_device_block *dev_blk, *blk_p, *blk; struct edac_device_block *dev_blk, *blk_p, *blk;
struct edac_device_instance *dev_inst, *inst; struct edac_device_instance *dev_inst, *inst;
struct edac_device_ctl_info *dev_ctl; struct edac_device_ctl_info *dev_ctl;
unsigned instance, block, attr; unsigned instance, block;
void *pvt; void *pvt;
int err; int err;
...@@ -85,15 +83,6 @@ edac_device_alloc_ctl_info(unsigned pvt_sz, char *dev_name, unsigned nr_instance ...@@ -85,15 +83,6 @@ edac_device_alloc_ctl_info(unsigned pvt_sz, char *dev_name, unsigned nr_instance
dev_ctl->blocks = dev_blk; dev_ctl->blocks = dev_blk;
if (nr_attrib) {
dev_attrib = kcalloc(nr_attrib, sizeof(struct edac_dev_sysfs_block_attribute),
GFP_KERNEL);
if (!dev_attrib)
goto free;
dev_ctl->attribs = dev_attrib;
}
if (pvt_sz) { if (pvt_sz) {
pvt = kzalloc(pvt_sz, GFP_KERNEL); pvt = kzalloc(pvt_sz, GFP_KERNEL);
if (!pvt) if (!pvt)
...@@ -132,41 +121,6 @@ edac_device_alloc_ctl_info(unsigned pvt_sz, char *dev_name, unsigned nr_instance ...@@ -132,41 +121,6 @@ edac_device_alloc_ctl_info(unsigned pvt_sz, char *dev_name, unsigned nr_instance
edac_dbg(4, "instance=%d inst_p=%p block=#%d block_p=%p name='%s'\n", edac_dbg(4, "instance=%d inst_p=%p block=#%d block_p=%p name='%s'\n",
instance, inst, block, blk, blk->name); instance, inst, block, blk, blk->name);
/* if there are NO attributes OR no attribute pointer
* then continue on to next block iteration
*/
if ((nr_attrib == 0) || (attrib_spec == NULL))
continue;
/* setup the attribute array for this block */
blk->nr_attribs = nr_attrib;
attrib_p = &dev_attrib[block*nr_instances*nr_attrib];
blk->block_attributes = attrib_p;
edac_dbg(4, "THIS BLOCK_ATTRIB=%p\n",
blk->block_attributes);
/* Initialize every user specified attribute in this
* block with the data the caller passed in
* Each block gets its own copy of pointers,
* and its unique 'value'
*/
for (attr = 0; attr < nr_attrib; attr++) {
attrib = &attrib_p[attr];
/* populate the unique per attrib
* with the code pointers and info
*/
attrib->attr = attrib_spec[attr].attr;
attrib->show = attrib_spec[attr].show;
edac_dbg(4, "alloc-attrib=%p attrib_name='%s' attrib-spec=%p spec-name=%s\n",
attrib, attrib->attr.name,
&attrib_spec[attr],
attrib_spec[attr].attr.name
);
}
} }
} }
......
...@@ -208,7 +208,6 @@ struct edac_device_ctl_info { ...@@ -208,7 +208,6 @@ struct edac_device_ctl_info {
u32 nr_instances; u32 nr_instances;
struct edac_device_instance *instances; struct edac_device_instance *instances;
struct edac_device_block *blocks; struct edac_device_block *blocks;
struct edac_dev_sysfs_block_attribute *attribs;
/* Event counters for the this whole EDAC Device */ /* Event counters for the this whole EDAC Device */
struct edac_device_counter counters; struct edac_device_counter counters;
...@@ -236,8 +235,6 @@ extern struct edac_device_ctl_info *edac_device_alloc_ctl_info( ...@@ -236,8 +235,6 @@ extern struct edac_device_ctl_info *edac_device_alloc_ctl_info(
char *edac_device_name, unsigned nr_instances, char *edac_device_name, unsigned nr_instances,
char *edac_block_name, unsigned nr_blocks, char *edac_block_name, unsigned nr_blocks,
unsigned offset_value, unsigned offset_value,
struct edac_dev_sysfs_block_attribute *block_attributes,
unsigned nr_attribs,
int device_index); int device_index);
/* The offset value can be: /* The offset value can be:
...@@ -347,7 +344,6 @@ static inline void __edac_device_free_ctl_info(struct edac_device_ctl_info *ci) ...@@ -347,7 +344,6 @@ static inline void __edac_device_free_ctl_info(struct edac_device_ctl_info *ci)
{ {
if (ci) { if (ci) {
kfree(ci->pvt_info); kfree(ci->pvt_info);
kfree(ci->attribs);
kfree(ci->blocks); kfree(ci->blocks);
kfree(ci->instances); kfree(ci->instances);
kfree(ci); kfree(ci);
......
...@@ -54,7 +54,7 @@ static int highbank_l2_err_probe(struct platform_device *pdev) ...@@ -54,7 +54,7 @@ static int highbank_l2_err_probe(struct platform_device *pdev)
int res = 0; int res = 0;
dci = edac_device_alloc_ctl_info(sizeof(*drvdata), "cpu", dci = edac_device_alloc_ctl_info(sizeof(*drvdata), "cpu",
1, "L", 1, 2, NULL, 0, 0); 1, "L", 1, 2, 0);
if (!dci) if (!dci)
return -ENOMEM; return -ENOMEM;
......
...@@ -496,7 +496,7 @@ static int mpc85xx_l2_err_probe(struct platform_device *op) ...@@ -496,7 +496,7 @@ static int mpc85xx_l2_err_probe(struct platform_device *op)
return -ENOMEM; return -ENOMEM;
edac_dev = edac_device_alloc_ctl_info(sizeof(*pdata), edac_dev = edac_device_alloc_ctl_info(sizeof(*pdata),
"cpu", 1, "L", 1, 2, NULL, 0, "cpu", 1, "L", 1, 2,
edac_dev_idx); edac_dev_idx);
if (!edac_dev) { if (!edac_dev) {
devres_release_group(&op->dev, mpc85xx_l2_err_probe); devres_release_group(&op->dev, mpc85xx_l2_err_probe);
......
...@@ -138,7 +138,7 @@ static int octeon_l2c_probe(struct platform_device *pdev) ...@@ -138,7 +138,7 @@ static int octeon_l2c_probe(struct platform_device *pdev)
/* 'Tags' are block 0, 'Data' is block 1*/ /* 'Tags' are block 0, 'Data' is block 1*/
l2c = edac_device_alloc_ctl_info(0, "l2c", num_tads, "l2c", 2, 0, l2c = edac_device_alloc_ctl_info(0, "l2c", num_tads, "l2c", 2, 0,
NULL, 0, edac_device_alloc_index()); edac_device_alloc_index());
if (!l2c) if (!l2c)
return -ENOMEM; return -ENOMEM;
......
...@@ -92,7 +92,7 @@ static int co_cache_error_probe(struct platform_device *pdev) ...@@ -92,7 +92,7 @@ static int co_cache_error_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, p); platform_set_drvdata(pdev, p);
p->ed = edac_device_alloc_ctl_info(0, "cpu", num_possible_cpus(), p->ed = edac_device_alloc_ctl_info(0, "cpu", num_possible_cpus(),
"cache", 2, 0, NULL, 0, "cache", 2, 0,
edac_device_alloc_index()); edac_device_alloc_index());
if (!p->ed) if (!p->ed)
goto err; goto err;
......
...@@ -349,7 +349,6 @@ static int qcom_llcc_edac_probe(struct platform_device *pdev) ...@@ -349,7 +349,6 @@ static int qcom_llcc_edac_probe(struct platform_device *pdev)
/* Allocate edac control info */ /* Allocate edac control info */
edev_ctl = edac_device_alloc_ctl_info(0, "qcom-llcc", 1, "bank", edev_ctl = edac_device_alloc_ctl_info(0, "qcom-llcc", 1, "bank",
llcc_driv_data->num_banks, 1, llcc_driv_data->num_banks, 1,
NULL, 0,
edac_device_alloc_index()); edac_device_alloc_index());
if (!edev_ctl) if (!edev_ctl)
......
...@@ -52,8 +52,7 @@ static int ecc_register(struct platform_device *pdev) ...@@ -52,8 +52,7 @@ static int ecc_register(struct platform_device *pdev)
platform_set_drvdata(pdev, p); platform_set_drvdata(pdev, p);
p->dci = edac_device_alloc_ctl_info(0, "sifive_ecc", 1, "sifive_ecc", p->dci = edac_device_alloc_ctl_info(0, "sifive_ecc", 1, "sifive_ecc",
1, 1, NULL, 0, 1, 1, edac_device_alloc_index());
edac_device_alloc_index());
if (!p->dci) if (!p->dci)
return -ENOMEM; return -ENOMEM;
......
...@@ -1365,8 +1365,7 @@ static int thunderx_ocx_probe(struct pci_dev *pdev, ...@@ -1365,8 +1365,7 @@ static int thunderx_ocx_probe(struct pci_dev *pdev,
idx = edac_device_alloc_index(); idx = edac_device_alloc_index();
snprintf(name, sizeof(name), "OCX%d", idx); snprintf(name, sizeof(name), "OCX%d", idx);
edac_dev = edac_device_alloc_ctl_info(sizeof(struct thunderx_ocx), edac_dev = edac_device_alloc_ctl_info(sizeof(struct thunderx_ocx),
name, 1, "CCPI", 1, name, 1, "CCPI", 1, 0, idx);
0, NULL, 0, idx);
if (!edac_dev) { if (!edac_dev) {
dev_err(&pdev->dev, "Cannot allocate EDAC device\n"); dev_err(&pdev->dev, "Cannot allocate EDAC device\n");
return -ENOMEM; return -ENOMEM;
...@@ -2004,8 +2003,7 @@ static int thunderx_l2c_probe(struct pci_dev *pdev, ...@@ -2004,8 +2003,7 @@ static int thunderx_l2c_probe(struct pci_dev *pdev,
snprintf(name, sizeof(name), fmt, idx); snprintf(name, sizeof(name), fmt, idx);
edac_dev = edac_device_alloc_ctl_info(sizeof(struct thunderx_l2c), edac_dev = edac_device_alloc_ctl_info(sizeof(struct thunderx_l2c),
name, 1, "L2C", 1, 0, name, 1, "L2C", 1, 0, idx);
NULL, 0, idx);
if (!edac_dev) { if (!edac_dev) {
dev_err(&pdev->dev, "Cannot allocate EDAC device\n"); dev_err(&pdev->dev, "Cannot allocate EDAC device\n");
return -ENOMEM; return -ENOMEM;
......
...@@ -913,8 +913,8 @@ static int xgene_edac_pmd_add(struct xgene_edac *edac, struct device_node *np, ...@@ -913,8 +913,8 @@ static int xgene_edac_pmd_add(struct xgene_edac *edac, struct device_node *np,
snprintf(edac_name, sizeof(edac_name), "l2c%d", pmd); snprintf(edac_name, sizeof(edac_name), "l2c%d", pmd);
edac_dev = edac_device_alloc_ctl_info(sizeof(*ctx), edac_dev = edac_device_alloc_ctl_info(sizeof(*ctx),
edac_name, 1, "l2c", 1, 2, NULL, edac_name, 1, "l2c", 1, 2,
0, edac_device_alloc_index()); edac_device_alloc_index());
if (!edac_dev) { if (!edac_dev) {
rc = -ENOMEM; rc = -ENOMEM;
goto err_group; goto err_group;
...@@ -1208,8 +1208,7 @@ static int xgene_edac_l3_add(struct xgene_edac *edac, struct device_node *np, ...@@ -1208,8 +1208,7 @@ static int xgene_edac_l3_add(struct xgene_edac *edac, struct device_node *np,
edac_idx = edac_device_alloc_index(); edac_idx = edac_device_alloc_index();
edac_dev = edac_device_alloc_ctl_info(sizeof(*ctx), edac_dev = edac_device_alloc_ctl_info(sizeof(*ctx),
"l3c", 1, "l3c", 1, 0, NULL, 0, "l3c", 1, "l3c", 1, 0, edac_idx);
edac_idx);
if (!edac_dev) { if (!edac_dev) {
rc = -ENOMEM; rc = -ENOMEM;
goto err_release_group; goto err_release_group;
...@@ -1748,8 +1747,7 @@ static int xgene_edac_soc_add(struct xgene_edac *edac, struct device_node *np, ...@@ -1748,8 +1747,7 @@ static int xgene_edac_soc_add(struct xgene_edac *edac, struct device_node *np,
edac_idx = edac_device_alloc_index(); edac_idx = edac_device_alloc_index();
edac_dev = edac_device_alloc_ctl_info(sizeof(*ctx), edac_dev = edac_device_alloc_ctl_info(sizeof(*ctx),
"SOC", 1, "SOC", 1, 2, NULL, 0, "SOC", 1, "SOC", 1, 2, edac_idx);
edac_idx);
if (!edac_dev) { if (!edac_dev) {
rc = -ENOMEM; rc = -ENOMEM;
goto err_release_group; goto err_release_group;
......
...@@ -381,7 +381,7 @@ static int edac_probe(struct platform_device *pdev) ...@@ -381,7 +381,7 @@ static int edac_probe(struct platform_device *pdev)
} }
dci = edac_device_alloc_ctl_info(sizeof(*priv), ZYNQMP_OCM_EDAC_STRING, dci = edac_device_alloc_ctl_info(sizeof(*priv), ZYNQMP_OCM_EDAC_STRING,
1, ZYNQMP_OCM_EDAC_STRING, 1, 0, NULL, 0, 1, ZYNQMP_OCM_EDAC_STRING, 1, 0,
edac_device_alloc_index()); edac_device_alloc_index());
if (!dci) if (!dci)
return -ENOMEM; return -ENOMEM;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment