[PATCH] powerpc/sysdev: fix refcount leak in icp_opal_init()

2022-04-01 Thread cgel . zte
From: Lv Ruyi The of_find_compatible_node() function returns a node pointer with refcount incremented, use of_node_put() on it when done. Reported-by: Zeal Robot Signed-off-by: Lv Ruyi --- arch/powerpc/sysdev/xics/icp-opal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/sys

Re: [PATCH] powerpc/85xx: Remove fsl,85... bindings

2022-04-01 Thread Scott Wood
On Thu, 2022-03-31 at 12:13 +0200, Christophe Leroy wrote: > Since commit 8a4ab218ef70 ("powerpc/85xx: Change deprecated binding > for 85xx-based boards"), those bindings are not used anymore. > > A comment in drivers/edac/mpc85xx_edac.c say they are to be removed > with kernel 2.6.30. > > Remove

[PATCH 4/4] tools/perf: Fix perf bench numa testcase to check if CPU used to bind task is online

2022-04-01 Thread Athira Rajeev
Perf numa bench test fails with error: Testcase: ./perf bench numa mem -p 2 -t 1 -P 1024 -C 0,8 -M 1,0 -s 20 -zZq --thp 1 --no-data_rand_walk Failure snippet: <<>> Running 'numa/mem' benchmark: # Running main, "perf bench numa numa-mem -p 2 -t 1 -P 1024 -C 0,8 -M 1,0 -s 20 -zZq --thp 1 --no-d

[PATCH 3/4] tools/perf: Fix perf numa bench to fix usage of affinity for machines with #CPUs > 1K

2022-04-01 Thread Athira Rajeev
perf bench numa testcase fails on systems with CPU's more than 1K. Testcase: perf bench numa mem -p 1 -t 3 -P 512 -s 100 -zZ0qcm --thp 1 Snippet of code: <<>> perf: bench/numa.c:302: bind_to_node: Assertion `!(ret)' failed. Aborted (core dumped) <<>> bind_to_node function uses "sched_getaffinity

[PATCH 2/4] tools/perf: Fix perf bench epoll to correct usage of affinity for machines with #CPUs > 1K

2022-04-01 Thread Athira Rajeev
perf bench epoll testcase fails on systems with CPU's more than 1K. Testcase: perf bench epoll all Result snippet: <<>> Run summary [PID 106497]: 1399 threads monitoring on 64 file-descriptors for 8 secs. perf: pthread_create: No such file or directory <<>> In epoll benchmarks (ctl, wait) pthre

[PATCH 1/4] tools/perf: Fix perf bench futex to correct usage of affinity for machines with #CPUs > 1K

2022-04-01 Thread Athira Rajeev
perf bench futex testcase fails on systems with CPU's more than 1K. Testcase: perf bench futex all Failure snippet: <<>>Running futex/hash benchmark... perf: pthread_create: No such file or directory <<>> All the futex benchmarks ( ie hash, lock-api, requeue, wake, wake-parallel ), pthread_creat

[PATCH 0/4] tools/perf: Fix perf bench numa, futex and epoll to work with machines having #CPUs > 1K

2022-04-01 Thread Athira Rajeev
The perf benchmark for collections: numa, futex and epoll hits failure in system configuration with CPU's more than 1024. These benchmarks uses "sched_getaffinity" and "sched_setaffinity" in the code to work with affinity. Example snippet from numa benchmark: <<>> perf: bench/numa.c:302: bind_to_n

[PATCH net-next] net: ethernet: Prepare cleanup of powerpc's asm/prom.h

2022-04-01 Thread Christophe Leroy
powerpc's asm/prom.h brings some headers that it doesn't need itself. In order to clean it up, first add missing headers in users of asm/prom.h Signed-off-by: Christophe Leroy --- drivers/net/ethernet/apple/bmac.c| 2 +- drivers/net/ethernet/apple/mace.c| 2 +- d

[PATCH] cpufreq: Prepare cleanup of powerpc's asm/prom.h

2022-04-01 Thread Christophe Leroy
powerpc's asm/prom.h brings some headers that it doesn't need itself. In order to clean it up, first add missing headers in users of asm/prom.h Signed-off-by: Christophe Leroy --- drivers/cpufreq/pasemi-cpufreq.c | 1 - drivers/cpufreq/pmac32-cpufreq.c | 2 +- drivers/cpufreq/pmac64-c

[PATCH] macintosh: Prepare cleanup of powerpc's asm/prom.h

2022-04-01 Thread Christophe Leroy
powerpc's asm/prom.h brings some headers that it doesn't need itself. In order to clean it up, first add missing headers in users of asm/prom.h Signed-off-by: Christophe Leroy --- drivers/macintosh/adb.c | 2 +- drivers/macintosh/ans-lcd.c | 2 +- drivers/mac

[PATCH AUTOSEL 4.9 03/16] powerpc: dts: t104xrdb: fix phy type for FMAN 4/5

2022-04-01 Thread Sasha Levin
From: Maxim Kiselev [ Upstream commit 17846485dff91acce1ad47b508b633dffc32e838 ] T1040RDB has two RTL8211E-VB phys which requires setting of internal delays for correct work. Changing the phy-connection-type property to `rgmii-id` will fix this issue. Signed-off-by: Maxim Kiselev Reviewed-by:

[PATCH AUTOSEL 4.14 17/22] powerpc/code-patching: Pre-map patch area

2022-04-01 Thread Sasha Levin
From: Michael Ellerman [ Upstream commit 591b4b268435f00d2f0b81f786c2c7bd5ef66416 ] Paul reported a warning with DEBUG_ATOMIC_SLEEP=y: BUG: sleeping function called from invalid context at include/linux/sched/mm.h:256 in_atomic(): 0, irqs_disabled(): 1, non_block: 0, pid: 1, name: swapper/

[PATCH AUTOSEL 4.14 07/22] powerpc: Set crashkernel offset to mid of RMA region

2022-04-01 Thread Sasha Levin
From: Sourabh Jain [ Upstream commit 7c5ed82b800d8615cdda00729e7b62e5899f0b13 ] On large config LPARs (having 192 and more cores), Linux fails to boot due to insufficient memory in the first memblock. It is due to the memory reservation for the crash kernel which starts at 128MB offset of the fi

[PATCH AUTOSEL 4.14 03/22] powerpc: dts: t104xrdb: fix phy type for FMAN 4/5

2022-04-01 Thread Sasha Levin
From: Maxim Kiselev [ Upstream commit 17846485dff91acce1ad47b508b633dffc32e838 ] T1040RDB has two RTL8211E-VB phys which requires setting of internal delays for correct work. Changing the phy-connection-type property to `rgmii-id` will fix this issue. Signed-off-by: Maxim Kiselev Reviewed-by:

[PATCH AUTOSEL 4.19 23/29] powerpc/code-patching: Pre-map patch area

2022-04-01 Thread Sasha Levin
From: Michael Ellerman [ Upstream commit 591b4b268435f00d2f0b81f786c2c7bd5ef66416 ] Paul reported a warning with DEBUG_ATOMIC_SLEEP=y: BUG: sleeping function called from invalid context at include/linux/sched/mm.h:256 in_atomic(): 0, irqs_disabled(): 1, non_block: 0, pid: 1, name: swapper/

[PATCH AUTOSEL 4.19 09/29] powerpc: Set crashkernel offset to mid of RMA region

2022-04-01 Thread Sasha Levin
From: Sourabh Jain [ Upstream commit 7c5ed82b800d8615cdda00729e7b62e5899f0b13 ] On large config LPARs (having 192 and more cores), Linux fails to boot due to insufficient memory in the first memblock. It is due to the memory reservation for the crash kernel which starts at 128MB offset of the fi

[PATCH AUTOSEL 4.19 05/29] powerpc: dts: t104xrdb: fix phy type for FMAN 4/5

2022-04-01 Thread Sasha Levin
From: Maxim Kiselev [ Upstream commit 17846485dff91acce1ad47b508b633dffc32e838 ] T1040RDB has two RTL8211E-VB phys which requires setting of internal delays for correct work. Changing the phy-connection-type property to `rgmii-id` will fix this issue. Signed-off-by: Maxim Kiselev Reviewed-by:

[PATCH AUTOSEL 5.4 30/37] powerpc/code-patching: Pre-map patch area

2022-04-01 Thread Sasha Levin
From: Michael Ellerman [ Upstream commit 591b4b268435f00d2f0b81f786c2c7bd5ef66416 ] Paul reported a warning with DEBUG_ATOMIC_SLEEP=y: BUG: sleeping function called from invalid context at include/linux/sched/mm.h:256 in_atomic(): 0, irqs_disabled(): 1, non_block: 0, pid: 1, name: swapper/

[PATCH AUTOSEL 5.4 11/37] powerpc: Set crashkernel offset to mid of RMA region

2022-04-01 Thread Sasha Levin
From: Sourabh Jain [ Upstream commit 7c5ed82b800d8615cdda00729e7b62e5899f0b13 ] On large config LPARs (having 192 and more cores), Linux fails to boot due to insufficient memory in the first memblock. It is due to the memory reservation for the crash kernel which starts at 128MB offset of the fi

[PATCH AUTOSEL 5.4 05/37] powerpc: dts: t104xrdb: fix phy type for FMAN 4/5

2022-04-01 Thread Sasha Levin
From: Maxim Kiselev [ Upstream commit 17846485dff91acce1ad47b508b633dffc32e838 ] T1040RDB has two RTL8211E-VB phys which requires setting of internal delays for correct work. Changing the phy-connection-type property to `rgmii-id` will fix this issue. Signed-off-by: Maxim Kiselev Reviewed-by:

[PATCH AUTOSEL 5.10 52/65] powerpc/secvar: fix refcount leak in format_show()

2022-04-01 Thread Sasha Levin
From: Hangyu Hua [ Upstream commit d601fd24e6964967f115f036a840f4f28488f63f ] Refcount leak will happen when format_show returns failure in multiple cases. Unified management of of_node_put can fix this problem. Signed-off-by: Hangyu Hua Signed-off-by: Michael Ellerman Link: https://lore.kern

[PATCH AUTOSEL 5.10 51/65] powerpc/code-patching: Pre-map patch area

2022-04-01 Thread Sasha Levin
From: Michael Ellerman [ Upstream commit 591b4b268435f00d2f0b81f786c2c7bd5ef66416 ] Paul reported a warning with DEBUG_ATOMIC_SLEEP=y: BUG: sleeping function called from invalid context at include/linux/sched/mm.h:256 in_atomic(): 0, irqs_disabled(): 1, non_block: 0, pid: 1, name: swapper/

[PATCH AUTOSEL 5.10 19/65] powerpc: Set crashkernel offset to mid of RMA region

2022-04-01 Thread Sasha Levin
From: Sourabh Jain [ Upstream commit 7c5ed82b800d8615cdda00729e7b62e5899f0b13 ] On large config LPARs (having 192 and more cores), Linux fails to boot due to insufficient memory in the first memblock. It is due to the memory reservation for the crash kernel which starts at 128MB offset of the fi

[PATCH AUTOSEL 5.10 08/65] powerpc: dts: t104xrdb: fix phy type for FMAN 4/5

2022-04-01 Thread Sasha Levin
From: Maxim Kiselev [ Upstream commit 17846485dff91acce1ad47b508b633dffc32e838 ] T1040RDB has two RTL8211E-VB phys which requires setting of internal delays for correct work. Changing the phy-connection-type property to `rgmii-id` will fix this issue. Signed-off-by: Maxim Kiselev Reviewed-by:

[PATCH AUTOSEL 5.15 77/98] powerpc/secvar: fix refcount leak in format_show()

2022-04-01 Thread Sasha Levin
From: Hangyu Hua [ Upstream commit d601fd24e6964967f115f036a840f4f28488f63f ] Refcount leak will happen when format_show returns failure in multiple cases. Unified management of of_node_put can fix this problem. Signed-off-by: Hangyu Hua Signed-off-by: Michael Ellerman Link: https://lore.kern

[PATCH AUTOSEL 5.15 76/98] powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3E

2022-04-01 Thread Sasha Levin
From: Michael Ellerman [ Upstream commit 1a76e520ee1831a81dabf8a9a58c6453f700026e ] Since the IBM A2 CPU support was removed, see commit fb5a515704d7 ("powerpc: Remove platforms/wsp and associated pieces"), the only 64-bit Book3E CPUs we support are Freescale (NXP) ones. However our Kconfig sti

[PATCH AUTOSEL 5.15 75/98] powerpc/code-patching: Pre-map patch area

2022-04-01 Thread Sasha Levin
From: Michael Ellerman [ Upstream commit 591b4b268435f00d2f0b81f786c2c7bd5ef66416 ] Paul reported a warning with DEBUG_ATOMIC_SLEEP=y: BUG: sleeping function called from invalid context at include/linux/sched/mm.h:256 in_atomic(): 0, irqs_disabled(): 1, non_block: 0, pid: 1, name: swapper/

[PATCH AUTOSEL 5.15 60/98] powerpc/64s/hash: Make hash faults work in NMI context

2022-04-01 Thread Sasha Levin
From: Nicholas Piggin [ Upstream commit 8b91cee5eadd2021f55e6775f2d50bd56d00c217 ] Hash faults are not resoved in NMI context, instead causing the access to fail. This is done because perf interrupts can get backtraces including walking the user stack, and taking a hash fault on those could dead

[PATCH AUTOSEL 5.15 40/98] powerpc/set_memory: Avoid spinlock recursion in change_page_attr()

2022-04-01 Thread Sasha Levin
From: Christophe Leroy [ Upstream commit a4c182ecf33584b9b2d1aa9dad073014a504c01f ] Commit 1f9ad21c3b38 ("powerpc/mm: Implement set_memory() routines") included a spin_lock() to change_page_attr() in order to safely perform the three step operations. But then commit 9f7853d7609d ("powerpc/mm: Fi

[PATCH AUTOSEL 5.15 29/98] powerpc: Set crashkernel offset to mid of RMA region

2022-04-01 Thread Sasha Levin
From: Sourabh Jain [ Upstream commit 7c5ed82b800d8615cdda00729e7b62e5899f0b13 ] On large config LPARs (having 192 and more cores), Linux fails to boot due to insufficient memory in the first memblock. It is due to the memory reservation for the crash kernel which starts at 128MB offset of the fi

[PATCH AUTOSEL 5.15 12/98] powerpc: dts: t104xrdb: fix phy type for FMAN 4/5

2022-04-01 Thread Sasha Levin
From: Maxim Kiselev [ Upstream commit 17846485dff91acce1ad47b508b633dffc32e838 ] T1040RDB has two RTL8211E-VB phys which requires setting of internal delays for correct work. Changing the phy-connection-type property to `rgmii-id` will fix this issue. Signed-off-by: Maxim Kiselev Reviewed-by:

[PATCH AUTOSEL 5.16 087/109] powerpc/secvar: fix refcount leak in format_show()

2022-04-01 Thread Sasha Levin
From: Hangyu Hua [ Upstream commit d601fd24e6964967f115f036a840f4f28488f63f ] Refcount leak will happen when format_show returns failure in multiple cases. Unified management of of_node_put can fix this problem. Signed-off-by: Hangyu Hua Signed-off-by: Michael Ellerman Link: https://lore.kern

[PATCH AUTOSEL 5.16 086/109] powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3E

2022-04-01 Thread Sasha Levin
From: Michael Ellerman [ Upstream commit 1a76e520ee1831a81dabf8a9a58c6453f700026e ] Since the IBM A2 CPU support was removed, see commit fb5a515704d7 ("powerpc: Remove platforms/wsp and associated pieces"), the only 64-bit Book3E CPUs we support are Freescale (NXP) ones. However our Kconfig sti

[PATCH AUTOSEL 5.16 071/109] powerpc/64s/hash: Make hash faults work in NMI context

2022-04-01 Thread Sasha Levin
From: Nicholas Piggin [ Upstream commit 8b91cee5eadd2021f55e6775f2d50bd56d00c217 ] Hash faults are not resoved in NMI context, instead causing the access to fail. This is done because perf interrupts can get backtraces including walking the user stack, and taking a hash fault on those could dead

[PATCH AUTOSEL 5.16 048/109] powerpc/set_memory: Avoid spinlock recursion in change_page_attr()

2022-04-01 Thread Sasha Levin
From: Christophe Leroy [ Upstream commit a4c182ecf33584b9b2d1aa9dad073014a504c01f ] Commit 1f9ad21c3b38 ("powerpc/mm: Implement set_memory() routines") included a spin_lock() to change_page_attr() in order to safely perform the three step operations. But then commit 9f7853d7609d ("powerpc/mm: Fi

[PATCH AUTOSEL 5.16 035/109] powerpc: Set crashkernel offset to mid of RMA region

2022-04-01 Thread Sasha Levin
From: Sourabh Jain [ Upstream commit 7c5ed82b800d8615cdda00729e7b62e5899f0b13 ] On large config LPARs (having 192 and more cores), Linux fails to boot due to insufficient memory in the first memblock. It is due to the memory reservation for the crash kernel which starts at 128MB offset of the fi

[PATCH AUTOSEL 5.16 018/109] powerpc: dts: t104xrdb: fix phy type for FMAN 4/5

2022-04-01 Thread Sasha Levin
From: Maxim Kiselev [ Upstream commit 17846485dff91acce1ad47b508b633dffc32e838 ] T1040RDB has two RTL8211E-VB phys which requires setting of internal delays for correct work. Changing the phy-connection-type property to `rgmii-id` will fix this issue. Signed-off-by: Maxim Kiselev Reviewed-by:

[PATCH AUTOSEL 5.17 124/149] powerpc/secvar: fix refcount leak in format_show()

2022-04-01 Thread Sasha Levin
From: Hangyu Hua [ Upstream commit d601fd24e6964967f115f036a840f4f28488f63f ] Refcount leak will happen when format_show returns failure in multiple cases. Unified management of of_node_put can fix this problem. Signed-off-by: Hangyu Hua Signed-off-by: Michael Ellerman Link: https://lore.kern

[PATCH AUTOSEL 5.17 123/149] powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3E

2022-04-01 Thread Sasha Levin
From: Michael Ellerman [ Upstream commit 1a76e520ee1831a81dabf8a9a58c6453f700026e ] Since the IBM A2 CPU support was removed, see commit fb5a515704d7 ("powerpc: Remove platforms/wsp and associated pieces"), the only 64-bit Book3E CPUs we support are Freescale (NXP) ones. However our Kconfig sti

[PATCH AUTOSEL 5.17 122/149] powerpc/code-patching: Pre-map patch area

2022-04-01 Thread Sasha Levin
From: Michael Ellerman [ Upstream commit 591b4b268435f00d2f0b81f786c2c7bd5ef66416 ] Paul reported a warning with DEBUG_ATOMIC_SLEEP=y: BUG: sleeping function called from invalid context at include/linux/sched/mm.h:256 in_atomic(): 0, irqs_disabled(): 1, non_block: 0, pid: 1, name: swapper/

[PATCH AUTOSEL 5.17 102/149] powerpc/64s/hash: Make hash faults work in NMI context

2022-04-01 Thread Sasha Levin
From: Nicholas Piggin [ Upstream commit 8b91cee5eadd2021f55e6775f2d50bd56d00c217 ] Hash faults are not resoved in NMI context, instead causing the access to fail. This is done because perf interrupts can get backtraces including walking the user stack, and taking a hash fault on those could dead

[PATCH AUTOSEL 5.17 069/149] powerpc/set_memory: Avoid spinlock recursion in change_page_attr()

2022-04-01 Thread Sasha Levin
From: Christophe Leroy [ Upstream commit a4c182ecf33584b9b2d1aa9dad073014a504c01f ] Commit 1f9ad21c3b38 ("powerpc/mm: Implement set_memory() routines") included a spin_lock() to change_page_attr() in order to safely perform the three step operations. But then commit 9f7853d7609d ("powerpc/mm: Fi

[PATCH AUTOSEL 5.17 047/149] powerpc: Set crashkernel offset to mid of RMA region

2022-04-01 Thread Sasha Levin
From: Sourabh Jain [ Upstream commit 7c5ed82b800d8615cdda00729e7b62e5899f0b13 ] On large config LPARs (having 192 and more cores), Linux fails to boot due to insufficient memory in the first memblock. It is due to the memory reservation for the crash kernel which starts at 128MB offset of the fi

[PATCH AUTOSEL 5.17 028/149] powerpc: dts: t104xrdb: fix phy type for FMAN 4/5

2022-04-01 Thread Sasha Levin
From: Maxim Kiselev [ Upstream commit 17846485dff91acce1ad47b508b633dffc32e838 ] T1040RDB has two RTL8211E-VB phys which requires setting of internal delays for correct work. Changing the phy-connection-type property to `rgmii-id` will fix this issue. Signed-off-by: Maxim Kiselev Reviewed-by:

[PATCH AUTOSEL 5.17 027/149] powerpc/xive: Export XIVE IPI information for online-only processors.

2022-04-01 Thread Sasha Levin
From: Sachin Sant [ Upstream commit 279d1a72c0f8021520f68ddb0a1346ff9ba1ea8c ] Cédric pointed out that XIVE IPI information exported via sysfs (debug/powerpc/xive) display empty lines for processors which are not online. Switch to using for_each_online_cpu() so that information is displayed for

[PATCH v2] powerpc/rtas: Keep MSR[RI] set when calling RTAS

2022-04-01 Thread Laurent Dufour
RTAS runs in real mode (MSR[DR] and MSR[IR] unset) and in 32bits mode (MSR[SF] unset). The change in MSR is done in enter_rtas() in a relatively complex way, since the MSR value could be hardcoded. Furthermore, a panic has been reported when hitting the watchdog interrupt while running in RTAS, t

Re: [PATCH v4 1/2] Revert "powerpc: Set max_mapnr correctly"

2022-04-01 Thread Christophe Leroy
Le 01/04/2022 à 13:23, Michael Ellerman a écrit : > Christophe Leroy writes: >> Le 28/03/2022 à 12:37, Michael Ellerman a écrit : >>> Kefeng Wang writes: Hi maintainers, I saw the patches has been reviewed[1], could they be merged? >>> >>> Maybe I'm just misreading the change log

Re: [PATCH v4 1/2] Revert "powerpc: Set max_mapnr correctly"

2022-04-01 Thread Michael Ellerman
Christophe Leroy writes: > Le 28/03/2022 à 12:37, Michael Ellerman a écrit : >> Kefeng Wang writes: >>> Hi maintainers, >>> >>> I saw the patches has been reviewed[1], could they be merged? >> >> Maybe I'm just misreading the change log, but it seems wrong that we >> need to add extra checks. pfn

[RFC PATCH 4.19 2/2] powerpc/64s: Unmerge EX_LR and EX_DAR

2022-04-01 Thread Michael Ellerman
The SLB miss handler is not fully re-entrant, it is able to work because we ensure that the SLB entries for the kernel text and data segment, as well as the kernel stack are pinned in the SLB. Accesses to kernel data outside of those areas has to be carefully managed and can only occur in certain p

[RFC PATCH 4.19 1/2] powerpc/64/interrupt: Temporarily save PPR on stack to fix register corruption due to SLB miss

2022-04-01 Thread Michael Ellerman
From: Nicholas Piggin This is a minimal stable kernel fix for the problem solved by 4c2de74cc869 ("powerpc/64: Interrupts save PPR on stack rather than thread_struct"). Upstream kernels between 4.17-4.20 have this bug, so I propose this patch for 4.19 stable. Longer description from mpe: In co

[PATCH] KVM: PPC: Book3S HV: fix the return value of kvm_age_rmapp()

2022-04-01 Thread Bo Liu
The return value type defined in the function kvm_age_rmapp() is "bool", but the return value type defined in the implementation of the function kvm_age_rmapp() is "int". Change the return value type to "bool". Signed-off-by: Bo Liu --- arch/powerpc/kvm/book3s_64_mmu_hv.c | 6 +++--- 1 file cha

Re: [PATCH] powerpc/85xx: Remove fsl,85... bindings

2022-04-01 Thread Krzysztof Kozlowski
On 31/03/2022 12:13, Christophe Leroy wrote: > Since commit 8a4ab218ef70 ("powerpc/85xx: Change deprecated binding > for 85xx-based boards"), those bindings are not used anymore. > > A comment in drivers/edac/mpc85xx_edac.c say they are to be removed > with kernel 2.6.30. > > Remove them now. >

Re: [PATCH 05/22] acpica: Replace comments with C99 initializers

2022-04-01 Thread Christoph Hellwig
On Sun, Mar 27, 2022 at 10:59:54PM +0300, Andy Shevchenko wrote: > On Sat, Mar 26, 2022 at 7:39 PM Benjamin Stürz wrote: > > > > This replaces comments with C99's designated > > initializers because the kernel supports them now. > > Does it follow the conventions which are accepted in the ACPI CA

Re: [PATCH 05/22] acpica: Replace comments with C99 initializers

2022-04-01 Thread Christoph Hellwig
Please fix your mailer. This mail is completely unreadable.

[PATCH] KVM: PPC: Book3S HV: fix the return value of kvm_age_rmapp()

2022-04-01 Thread Bo Liu
The return value type defined in the function kvm_age_rmapp() is "bool", but the return value type defined in the implementation of the function kvm_age_rmapp() is "int". Change the return value type to "bool". Signed-off-by: Bo Liu --- arch/powerpc/kvm/book3s_64_mmu_hv.c | 6 +++--- 1 file cha