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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <439babd9-2f47-4881-a541-5cb63b94aa57@nchip.com>
Date: Tue, 29 Jul 2025 19:26:12 -0400
From: _ <j9@...ip.com>
To: netdev@...r.kernel.org
Subject: no printk output in dmesg

Hi

In "stmmac_main.c", in function "stmmac_dvr_probe", after probing is 
done and "ret = register_netdev(ndev);" is successfully executed I try this

netdev_info(priv->dev, "%s:%d", __func__, __LINE__);
netdev_alert(priv->dev, "%s:%d", __func__, __LINE__);
printk(KERN_ALERT "%s : %d", __func__, __LINE__);

But in kernel buffer there is no messages from these 3 function calls

Any suggestions how to make printing work and why these are skipped ?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ