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-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c5fdac6f90b7b2191914f632dc89bac8b4701bdc.camel@sipsolutions.net>
Date: Wed, 03 Jul 2024 10:42:41 +0200
From: Johannes Berg <johannes@...solutions.net>
To: "Rafael J. Wysocki" <rjw@...ysocki.net>, Linux PM
 <linux-pm@...r.kernel.org>
Cc: LKML <linux-kernel@...r.kernel.org>, "Rafael J. Wysocki"
 <rafael@...nel.org>,  Lukasz Luba <lukasz.luba@....com>, Daniel Lezcano
 <daniel.lezcano@...aro.org>, Srinivas Pandruvada
 <srinivas.pandruvada@...ux.intel.com>, Zhang Rui <rui.zhang@...el.com>, 
 Shawn Guo <shawnguo@...nel.org>, Pengutronix Kernel Team
 <kernel@...gutronix.de>, Thara Gopinath <thara.gopinath@...il.com>, Thierry
 Reding <thierry.reding@...il.com>,  Jonathan Hunter <jonathanh@...dia.com>,
 linux-wireless@...r.kernel.org, linux-tegra@...r.kernel.org
Subject: Re: [RESEND][PATCH v1 3/5] thermal: trip: Pass trip pointer to
 .set_trip_temp() thermal zone callback

You said in the cover letter this hasn't received much attention ... as
far as I can tell, the only wireless thing is this:

> --- linux-pm.orig/drivers/net/wireless/intel/iwlwifi/mvm/tt.c
> +++ linux-pm/drivers/net/wireless/intel/iwlwifi/mvm/tt.c
> @@ -638,7 +638,7 @@ out:
>  }
>  
>  static int iwl_mvm_tzone_set_trip_temp(struct thermal_zone_device *device,
> -				       int trip, int temp)
> +				       const struct thermal_trip *trip, int temp)
>  {
>  	struct iwl_mvm *mvm = thermal_zone_device_priv(device);
>  	int ret;

which I guess looks totally fine :)

johannes


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ