RE: [PATCH 0/2] thermal: Replace thermal_notify_framework with thermal_zone_device_update

2021-01-19 Thread Zhang, Rui
dress the comments in the previous discussion, like doc cleanup? Thanks, rui > -Original Message- > From: Thara Gopinath > Sent: Tuesday, January 19, 2021 10:06 PM > To: Zhang, Rui ; daniel.lezc...@linaro.org; > kv...@codeaurora.org; da...@davemloft.net; k...@kernel.org; Coe

Re: [PATCH 0/3] Fixes for stop monitoring disabled devices series

2020-07-04 Thread Zhang Rui
On Fri, 2020-07-03 at 14:05 +0200, Daniel Lezcano wrote: > On 03/07/2020 13:57, Andrzej Pietrasiewicz wrote: > > Hi, > > > > W dniu 03.07.2020 o 13:06, Daniel Lezcano pisze: > > > On 03/07/2020 12:43, Andrzej Pietrasiewicz wrote: > > > > This short series contains fixes for "Stop monitoring disabl

Re: [PATCH v7 00/11] Stop monitoring disabled devices

2020-07-02 Thread Zhang Rui
On Thu, 2020-07-02 at 19:49 +0200, Daniel Lezcano wrote: > On 02/07/2020 19:19, Andrzej Pietrasiewicz wrote: > > Hi, > > > > W dniu 02.07.2020 o 19:01, Daniel Lezcano pisze: > > > On 02/07/2020 15:53, Andrzej Pietrasiewicz wrote: > > > > Hi Daniel, > > > > > > > > > > > > > > > > > > > > > > >

RE: [PATCH v3 2/2] thermal: core: Stop polling DISABLED thermal devices

2020-04-28 Thread Zhang, Rui
The patch is on top of this patch set. Run into an issue during test today, will send out after the issue resolved. Thanks, rui > -Original Message- > From: linux-acpi-ow...@vger.kernel.org > On Behalf Of Andrzej Pietrasiewicz > Sent: Tuesday, April 28, 2020 2:35 AM >

Re: [-next PATCH 4/4] treewide: Use DEVICE_ATTR_WO

2017-12-20 Thread Zhang Rui
/elants_i2c.c | 2 +- >  drivers/net/ethernet/ibm/ibmvnic.c | 2 +- >  drivers/net/wimax/i2400m/sysfs.c   | 3 +-- >  drivers/scsi/lpfc/lpfc_attr.c  | 3 +-- >  drivers/thermal/thermal_sysfs.c| 2 +- For the thermal part, Acked-by: Zhang Rui thanks, rui >  7 f

Re: CONFIG_DEBUG_INFO_SPLIT impacts on faddr2line

2017-11-12 Thread Zhang Rui
On Mon, 2017-11-13 at 09:13 +0800, Fengguang Wu wrote: > CC Andi and more DEBUG_INFO_SPLIT people. > > On Sun, Nov 12, 2017 at 11:31:56AM -0800, Linus Torvalds wrote: > > > > On Wed, Nov 8, 2017 at 9:12 AM, Fengguang Wu > m> wrote: > > > > > > > > > OK. Here is the original faddr2line output:

Re: [PATCH v1] ACPI: Switch to use generic UUID API

2017-05-09 Thread Zhang Rui
t; Cc: Amir Goldstein > Cc: Jarkko Sakkinen > Cc: Jani Nikula > Cc: Ben Skeggs > Cc: Benjamin Tissoires > Cc: Joerg Roedel > Cc: Adrian Hunter > Cc: Yisen Zhuang > Cc: Bjorn Helgaas > Cc: Zhang Rui > Cc: Felipe Balbi > Cc: Mathias Nyman > Cc: Heikki Kroger

Re: [PATCH] ACPI: export acpi events via generic netlink

2007-07-05 Thread Zhang Rui
On Thu, 2007-07-05 at 10:35 +0200, Johannes Berg wrote: > On Thu, 2007-07-05 at 16:24 +0800, Zhang Rui wrote: > > > I missed the discussion about the multicast issues. > > You don't need to reserve a family and group ID for ACPI. I'll rework > > this on your pa

Re: [PATCH] ACPI: export acpi events via generic netlink

2007-07-05 Thread Zhang Rui
On Wed, 2007-07-04 at 14:01 +0200, Johannes Berg wrote: > On Tue, 2007-07-03 at 15:45 -0400, Len Brown wrote: > > Thanks for including the demo program, Rui, it works for me (tm). > > > > Applied -- with the incremental patch below, which I think > > is correct because the only caller is bus.c, wh

[PATCH] ACPI: export acpi events via generic netlink

2007-06-18 Thread Zhang Rui
From: Zhang Rui <[EMAIL PROTECTED]> Export ACPI events via Generic Netlink. An "acpi_event" genetlink family message is sent when an ACPI event is generated. Note: The behavior of how ACPI event works nowadays is not changed. Use genetlink to export ACPI event instead

Re: Fwd: [PATCH] [-mm] ACPI: export ACPI events via netlink

2007-06-18 Thread Zhang Rui
On Mon, 2007-06-18 at 11:01 -0400, jamal wrote: > On Fri, 2007-15-06 at 09:01 +0800, Zhang Rui wrote: > > > > I dont have much time to look at your code given travel, but did you > > > try to use your group id instead of the controller's? > > > i.e:

Re: Fwd: [PATCH] [-mm] ACPI: export ACPI events via netlink

2007-06-14 Thread Zhang Rui
On Thu, 2007-06-14 at 07:28 -0400, jamal wrote: > On Thu, 2007-14-06 at 16:59 +0800, Zhang Rui wrote: > > Hi, Jamal, > > > > Now the genl utility can find the acpi event genetlink family. > > And a simple user space demo is finished for handling acpi event. > &

Re: Fwd: [PATCH] [-mm] ACPI: export ACPI events via netlink

2007-06-14 Thread Zhang Rui
roadcasted genetlink messages and only parses the ones sent by "acpi_event" genl family. Thanks, Rui On Sun, 2007-05-27 at 09:34 -0400, jamal wrote: > On 5/27/07, Zhang Rui <[EMAIL PROTECTED]> wrote: > > > > I need to write a user application to test my patch.

Re: [PATCH] [-mm] ACPI: export ACPI events via netlink

2007-05-27 Thread Zhang Rui
On Tue, 2007-05-22 at 07:03 -0400, jamal wrote: > Hi Zhang Rui, > > Really cool stuff. Can you instead use genetlink? > http://linux-net.osdl.org/index.php/Generic_Netlink_HOWTO > should help. And if you have more questions post on netdev (not lk). > Yes, I have one now. :)

Re: [PATCH] [-mm] ACPI: export ACPI events via netlink

2007-05-22 Thread Zhang Rui
On Tue, 2007-05-22 at 07:03 -0400, jamal wrote: > Hi Zhang Rui, > > Really cool stuff. Can you instead use genetlink? > http://linux-net.osdl.org/index.php/Generic_Netlink_HOWTO > should help. And if you have more questions post on netdev (not lk). > That's really helpful

[PATCH] [-mm] ACPI: export ACPI events via netlink

2007-05-22 Thread Zhang Rui
From: Zhang Rui <[EMAIL PROTECTED]> Export ACPI events via netlink. A netlink message is broadcasted when an ACPI event is generated. Note: The behaviour of how ACPI event works nowadays is not changed. Netlink is used to export ACPI event instead of /proc/acpi/event s