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-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 9 Feb 2024 10:28:58 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Stanislaw Gruszka <stanislaw.gruszka@...ux.intel.com>
Cc: linux-pm@...r.kernel.org, "Rafael J. Wysocki" <rafael@...nel.org>,
 Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>, Ricardo Neri
 <ricardo.neri-calderon@...ux.intel.com>, Daniel Lezcano
 <daniel.lezcano@...aro.org>, "David S. Miller" <davem@...emloft.net>, Eric
 Dumazet <edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Jiri Pirko
 <jiri@...nulli.us>, Johannes Berg <johannes@...solutions.net>, Florian
 Westphal <fw@...len.de>, netdev@...r.kernel.org
Subject: Re: [PATCH v3 2/3] thermal: netlink: Add genetlink bind/unbind
 notifications

On Fri,  9 Feb 2024 13:06:24 +0100 Stanislaw Gruszka wrote:
> @@ -48,6 +64,15 @@ static inline int thermal_notify_tz_create(const struct thermal_zone_device *tz)
>  	return 0;
>  }
>  
> +int thermal_genl_register_notifier(struct notifier_block *nb)
> +{
> +	return 0;
> +}
> +
> +int thermal_genl_unregister_notifier(struct notifier_block *nb)
> +{
> +	return 0;
> +}

static inline :)
-- 
pw-bot: cr

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ