The patch titled net/ipv4/netfilter/ip_tables.c: lower printk severity has been removed from the -mm tree. Its filename was net-ipv4-netfilter-ip_tablesc-lower-printk-severity.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: net/ipv4/netfilter/ip_tables.c: lower printk severity From: Dan Aloni <da-x@xxxxxxxxxxxxx> Signed-off-by: Dan Aloni <da-x@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- net/ipv4/netfilter/ip_tables.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN net/ipv4/netfilter/ip_tables.c~net-ipv4-netfilter-ip_tablesc-lower-printk-severity net/ipv4/netfilter/ip_tables.c --- a/net/ipv4/netfilter/ip_tables.c~net-ipv4-netfilter-ip_tablesc-lower-printk-severity +++ a/net/ipv4/netfilter/ip_tables.c @@ -2331,7 +2331,7 @@ static int __init ip_tables_init(void) if (ret < 0) goto err5; - printk("ip_tables: (C) 2000-2006 Netfilter Core Team\n"); + printk(KERN_INFO "ip_tables: (C) 2000-2006 Netfilter Core Team\n"); return 0; err5: _ Patches currently in -mm which might be from da-x@xxxxxxxxxxxxx are drivers-acpi-pci_linkc-lower-printk-severity.patch git-net.patch fix-i-oat-for-kexec.patch arch-x86_64-kernel-processc-lower-printk-severity.patch arch-x86_64-kernel-aperturec-lower-printk-severity.patch arch-x86_64-kernel-e820c-lower-printk-severity.patch mm-page_allocc-lower-printk-severity.patch drivers-char-ipmi-ipmi_poweroffc-lower-printk-severity.patch drivers-char-ipmi-ipmi_si_intfc-lower-printk-severity.patch drivers-block-rdc-lower-printk-severity.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html