lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 25 Aug 2015 17:48:51 +0800
From:	Huang Shijie <shijie.huang@....com>
To:	jiang.liu@...ux.intel.com
Cc:	marc.zyngier@....com, tglx@...utronix.de,
	linux-kernel@...r.kernel.org, Huang Shijie <shijie.huang@....com>
Subject: [PATCH] irqdomain: remove the confused log

When the dynamic debug is enabled for irq domain, the kernel will print out:
  ------------------------------------------------------
    irqdomain:__irq_domain_add: irq: Added domain (null)
  ------------------------------------------------------

It does not print out the irq domain's name, since the @domain->name is NULL.
Keep the log here just makes people nervous.

Signed-off-by: Huang Shijie <shijie.huang@....com>
---
 kernel/irq/irqdomain.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 79baaf8..8c582de 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -66,7 +66,6 @@ struct irq_domain *__irq_domain_add(struct device_node *of_node, int size,
 	list_add(&domain->link, &irq_domain_list);
 	mutex_unlock(&irq_domain_mutex);
 
-	pr_debug("Added domain %s\n", domain->name);
 	return domain;
 }
 EXPORT_SYMBOL_GPL(__irq_domain_add);
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ