[PATCH v1 1/1] perf/x86/amd/power: do not load amd power module in intel platform

2018-01-21 Thread Xiao Liang
+0x25/0xf0 amd_power_pmu_exit+0x1c/0xd23 [power] SyS_delete_module+0x1a8/0x2b0 ? exit_to_usermode_loop+0x8f/0xb0 entry_SYSCALL_64_fastpath+0x20/0x83 RIP: 0033:0x7fb67d78e5c7 Signed-off-by: Xiao Liang --- arch/x86/events/amd/power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/

Re: [PATCH net-next v14 17/22] ovpn: implement peer add/get/dump/delete via netlink

2024-12-11 Thread Xiao Liang
On Wed, Dec 11, 2024 at 7:30 PM Antonio Quartulli wrote: > > Hi Xiao and thanks for chiming in, > > On 11/12/2024 04:08, Xiao Liang wrote: > > On Mon, Dec 9, 2024 at 6:48 PM Antonio Quartulli > > wrote: > > [...] > >> +/** > >> + * ovpn_nl_peer_

Re: [PATCH net-next v14 17/22] ovpn: implement peer add/get/dump/delete via netlink

2024-12-11 Thread Xiao Liang
On Wed, Dec 11, 2024 at 8:51 PM Antonio Quartulli wrote: > > On 11/12/2024 13:35, Xiao Liang wrote: > > On Wed, Dec 11, 2024 at 7:30 PM Antonio Quartulli > > wrote: > >> > >> Hi Xiao and thanks for chiming in, > >> > >> On 11/12/2024 04:08,

Re: [PATCH net-next v14 17/22] ovpn: implement peer add/get/dump/delete via netlink

2024-12-11 Thread Xiao Liang
On Wed, Dec 11, 2024 at 10:07 PM Antonio Quartulli wrote: > > On 11/12/2024 14:53, Xiao Liang wrote: > > On Wed, Dec 11, 2024 at 8:51 PM Antonio Quartulli > > wrote: > >> > >> On 11/12/2024 13:35, Xiao Liang wrote: > >>> On Wed, Dec 11,

Re: [PATCH net-next v14 17/22] ovpn: implement peer add/get/dump/delete via netlink

2024-12-10 Thread Xiao Liang
On Mon, Dec 9, 2024 at 6:48 PM Antonio Quartulli wrote: [...] > +/** > + * ovpn_nl_peer_modify - modify the peer attributes according to the > incoming msg > + * @peer: the peer to modify > + * @info: generic netlink info from the user request > + * @attrs: the attributes from the user request >

Re: [PATCH net-next v2 4/4] selftests: drv-net: Test that NAPI ID is non-zero

2025-04-17 Thread Xiao Liang
On Thu, Apr 17, 2025 at 9:33 AM Joe Damato wrote: > [...] > diff --git a/tools/testing/selftests/drivers/net/napi_id.py > b/tools/testing/selftests/drivers/net/napi_id.py > new file mode 100755 > index ..aee6f90be49b > --- /dev/null > +++ b/tools/testing/selftests/drivers/net/napi_id.

[tip:x86/urgent] perf/x86/amd/power: Do not load AMD power module on !AMD platforms

2018-01-24 Thread tip-bot for Xiao Liang
Commit-ID: 40d4071ce2d20840d224b4a77b5dc6f752c9ab15 Gitweb: https://git.kernel.org/tip/40d4071ce2d20840d224b4a77b5dc6f752c9ab15 Author: Xiao Liang AuthorDate: Mon, 22 Jan 2018 14:12:52 +0800 Committer: Thomas Gleixner CommitDate: Wed, 24 Jan 2018 13:00:35 +0100 perf/x86/amd/power: Do