Re: [PATCH -next] ACPI: HMAT: Release platform device in case of platform_device_add_data() fails

2022-09-26 Thread linyujun (C)
kindly ping 在 2022/9/14 11:37, Lin Yujun 写道: The platform device is not released when platform_device_add_data() fails. And platform_device_put() perfom one more pointer check than put_device() to check for errors in the 'pdev' pointer. Use platform_device_put() to release platform device in

[no subject]

2021-04-19 Thread Will C
https://bit.ly/3x8LDhsWill

Re: [PATCH 3/3] mtd: phram: Fix error return code in phram_setup()

2021-04-08 Thread yukuai (C)
On 2021/04/08 20:46, Miquel Raynal wrote: Hi Yu, Yu Kuai wrote on Thu, 8 Apr 2021 19:15:14 +0800: Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Reported-by: Hulk Robot Signed-off-by: Yu Kuai ---

Re: [PATCH 2/2] powerpc: make 'boot_text_mapped' static

2021-04-08 Thread yukuai (C)
On 2021/04/08 13:04, Christophe Leroy wrote: Le 08/04/2021 à 03:18, Yu Kuai a écrit : The sparse tool complains as follow: arch/powerpc/kernel/btext.c:48:5: warning:   symbol 'boot_text_mapped' was not declared. Should it be static? This symbol is not used outside of btext.c, so this commit

Re: [PATCH 1/2] powerpc: remove set but not used variable 'force_printk_to_btext'

2021-04-08 Thread yukuai (C)
On 2021/04/08 13:01, Christophe Leroy wrote: Le 08/04/2021 à 03:18, Yu Kuai a écrit : Fixes gcc '-Wunused-but-set-variable' warning: arch/powerpc/kernel/btext.c:49:12: error: 'force_printk_to_btext' defined but not used. You don't get this error as it is now. You will get this error only

Re: [PATCH] powerpc: Make some symbols static

2021-04-07 Thread yukuai (C)
On 2021/04/08 0:57, kernel test robot wrote: Hi Yu, Thank you for the patch! Yet something to improve: [auto build test ERROR on powerpc/next] [also build test ERROR on v5.12-rc6 next-20210407] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch,

[ANNOUNCE] Git v2.31.1

2021-03-26 Thread Junio C Hamano
structure used by fsmonitor interface was not properly duplicated during an in-core merge, leading to use-after-free etc. * "git bisect" reimplemented more in C during 2.30 timeframe did not take an annotated tag as a good/bad endpoint well. This regression has been correcte

[ANNOUNCE] Git v2.31.0

2021-03-15 Thread Junio C Hamano
Verma, Heba Waly, Jean-Noël Avila, Jeff Hostetler, Jeff King, Jiang Xin, Joey Salazar, Johannes Schindelin, Johannes Sixt, Jonathan Nieder, Jonathan Tan, Jordi Mas, Junio C Hamano, Kevin Daudt, Kevin Willford, Lars Schneider, Martin Ågren, Martin von Zweigbergk, Matheus Tavares, Matthias

[PATCH] drivers: android: binder.c: Fix indentation of multi-line comment

2021-03-13 Thread Abhishek C
Fixed alignment of multi-line comment. Added a * for each line of the comment. Signed-off-by: Abhishek C --- drivers/android/binder.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/android/binder.c b/drivers/android/binder.c index c119736ca56a..700719c58147

[ANNOUNCE] Git v2.31.0-rc2

2021-03-09 Thread Junio C Hamano
, Christian Couder, Denton Liu, Derrick Stolee, Elijah Newren, Eric Sunshine, Eric Wong, Felipe Contreras, Han-Wen Nienhuys, Hariom Verma, Heba Waly, Jeff Hostetler, Jeff King, Jiang Xin, Joey Salazar, Johannes Schindelin, Johannes Sixt, Jonathan Tan, Junio C Hamano, Kevin Daudt, Kevin

[ANNOUNCE] Git v2.30.2 and below for CVE-2021-21300

2021-03-09 Thread Junio C Hamano
The latest maintenance release Git v2.30.2, together with releases for older maintenance tracks v2.17.6, v2.18.5, v2.19.6, v2.20.5, v2.21.4, v2.22.5, v2.23.4, v2.24.4, v2.25.5, v2.26.3, v2.27.1, v2.28.1 and v2.29.3, is now available at the usual places. These maintenance releases are to addresses

Re: A note on the 5.12-rc1 tag

2021-03-05 Thread Junio C Hamano
Josh Triplett writes: >> It is trivial for you to fetch the refs/notes/do-not--checkout notes >> tree from me and merge it into your refs/notes/do-not--checkout >> notes tree, I would think; "git notes merge" may have room for >> improvement, but essentially it would just want a union of two >>

Re: A note on the 5.12-rc1 tag

2021-03-05 Thread Junio C Hamano
Christian Couder writes: >> (git notes would be nice for this, but they're hard to share reliably; >> the above mechanism to accumulate entries from a file in the repo seems >> simpler. I can imagine other possibilities.) > > If the notes are created automatically from the `/.git-bisect-skip` >

Re: [ANNOUNCE] Git v2.31.0-rc1

2021-03-03 Thread Junio C Hamano
Eric Sunshine writes: > On Wed, Mar 3, 2021 at 7:23 PM Junio C Hamano wrote: >> Pratyush Yadav (1): >> git-gui: remove lines starting with the comment character > > Is there some way that this can be removed from v2.31.0 before final > release? It badly bre

[ANNOUNCE] Git v2.31.0-rc1

2021-03-03 Thread Junio C Hamano
, Denton Liu, Derrick Stolee, Elijah Newren, Eric Sunshine, Eric Wong, Felipe Contreras, Han-Wen Nienhuys, Hariom Verma, Heba Waly, Jeff Hostetler, Jeff King, Jiang Xin, Joey Salazar, Johannes Schindelin, Johannes Sixt, Jonathan Tan, Junio C Hamano, Kevin Daudt, Kevin Willford, Lars Schneider

[ANNOUNCE] Git v2.31.0-rc0

2021-02-25 Thread Junio C Hamano
Newren, Eric Sunshine, Eric Wong, Felipe Contreras, Jeff King, Jiang Xin, Joey Salazar, Johannes Schindelin, Johannes Sixt, Jonathan Tan, Junio C Hamano, Kevin Daudt, Lars Schneider, Martin Ågren, Martin von Zweigbergk, Matheus Tavares, Michael Haggerty, Patrick Steinhardt, Paul Jolly, Peter

[ANNOUNCE] Git v2.30.1

2021-02-08 Thread Junio C Hamano
_BUILT_INS: respect `config.mak` Johannes Sixt (1): annotate-tests: quote variable expansions containing path names Jonathan Tan (1): Doc: clarify contents of packfile sent as URI Junio C Hamano (5): parse-options: format argh like error messages SubmittingPatches

RE: [PATCH v4 32/34] dt-bindings: misc: hddl_dev: Add hddl device management documentation

2021-02-02 Thread C, Udhayakumar
> On Fri, 29 Jan 2021 18:21:22 -0800, mgr...@linux.intel.com wrote: > > From: "C, Udhayakumar" > > > > Add hddl device management documentation > > > > The HDDL client driver acts as an software RTC to sync with network time. > > It abstracts

RE: [PATCH v4 26/34] dt-bindings: misc: intel_tsens: Add tsens thermal bindings documentation

2021-02-02 Thread C, Udhayakumar
> On Fri, 29 Jan 2021 18:21:16 -0800, mgr...@linux.intel.com wrote: > > From: "C, Udhayakumar" > > > > Add device tree bindings for local host thermal sensors Intel Edge.AI > > Computer Vision platforms. > > > > The tsens module enables readin

RE: [PATCH v3 28/34] misc: Intel tsens IA host driver.

2021-02-01 Thread C, Udhayakumar
> On Fri, 2021-01-29 at 18:20 -0800, mgr...@linux.intel.com wrote: > > From: "C, Udhayakumar" > > > > Add Intel tsens IA host driver for Intel Edge.AI Computer Vision > > platforms. > [] > > diff --git a/drivers/misc/intel_tsens/intel_tsens_host.c >

My Dearest Beloved in Christ ,

2021-01-28 Thread Rosemary C. williams
My Dearest Beloved in Christ , Happy new year 2021. How are you today? I hope all is well with you and your family to the glory of Almighty God. My name is Mrs. Rosemary C. Williams, I am married to Late MR. C. Williams,who works in SAUDI ARABIA Embassy in Africa for nine years and also a Gold

RE: [PATCH v2 29/34] Intel tsens i2c slave driver.

2021-01-26 Thread C, Udhayakumar
> On Tue, Jan 26, 2021 at 12:39 AM mark gross > wrote: > > > > On Mon, Jan 11, 2021 at 11:15:06PM -0800, Randy Dunlap wrote: > > > On 1/8/21 1:25 PM, mgr...@linux.intel.com wrote: > > > > diff --git a/drivers/misc/intel_tsens/Kconfig > > > > b/drivers/misc/intel_tsens/Kconfig > > > > index

RE: [PATCH v2 29/34] Intel tsens i2c slave driver.

2021-01-26 Thread C, Udhayakumar
> On Mon, Jan 11, 2021 at 11:15:06PM -0800, Randy Dunlap wrote: > > On 1/8/21 1:25 PM, mgr...@linux.intel.com wrote: > > > diff --git a/drivers/misc/intel_tsens/Kconfig > > > b/drivers/misc/intel_tsens/Kconfig > > > index 8b263fdd80c3..c2138339bd89 100644 > > > ---

Re: [PATCH 1/3] blk-mq: allow hardware queue to get more tag while sharing a tag set

2020-12-28 Thread yukuai (C)
Hi On 2020/12/29 9:15, Ming Lei wrote: Just wondering why you try to set 128 via sysfs for all disks? If you do that, you should know the potential result given the whole tags queue depth is just 128. It's just a extreme example to show the unexpected result of "always return true from

[ANNOUNCE] Git v2.30.0

2020-12-28 Thread Junio C Hamano
, Han-Wen Nienhuys, Jean-Noël Avila, Jeff Hostetler, Jeff King, Jiang Xin, Johannes Berg, Johannes Schindelin, Jonathan Tan, Jordi Mas, Josh Steadmon, Junio C Hamano, Kyle Meyer, Martin Ågren, Matheus Tavares, Matthias Rüster, Nicolas Morey-Chaisemartin, Patrick Steinhardt, Peter Kaestle

Re: [PATCH 1/3] blk-mq: allow hardware queue to get more tag while sharing a tag set

2020-12-28 Thread yukuai (C)
Hi On 2020/12/28 16:28, Ming Lei wrote: Another candidate solution may be to always return true from hctx_may_queue() for this kind of queue because queue_depth has provided fair allocation for each LUN, and looks not necessary to do that again. If always return true from hctx_may_queue() in

Re: [PATCH 1/3] blk-mq: allow hardware queue to get more tag while sharing a tag set

2020-12-27 Thread yukuai (C)
Hi, On 2020/12/27 19:58, Ming Lei wrote: Hi Yu Kuai, On Sat, Dec 26, 2020 at 06:28:06PM +0800, Yu Kuai wrote: When sharing a tag set, if most disks are issuing small amount of IO, and only a few is issuing a large amount of IO. Current approach is to limit the max amount of tags a disk can

Re: [ANNOUNCE] Git v2.30.0-rc2

2020-12-23 Thread Junio C Hamano
Thanks.

[ANNOUNCE] Git v2.30.0-rc2

2020-12-23 Thread Junio C Hamano
ll. * GitHub Actions automated test improvement to skip tests on a tree identical to what has already been tested. * Test-coverage for running commit-graph task "git maintenance" has been extended. * Our test scripts can be told to run only individual pieces while skipp

Re: k10temp: ZEN3 readings are broken

2020-12-23 Thread Gabriel C
Am Mi., 23. Dez. 2020 um 11:41 Uhr schrieb Jan Engelhardt : > > > On Tuesday 2020-12-22 04:58, Guenter Roeck wrote: > >On 12/21/20 5:45 PM, Gabriel C wrote: > >> Hello Guenter, > >> > >> while trying to add ZEN3 support for zenpower out of tree modules, I

Re: k10temp: ZEN3 readings are broken

2020-12-23 Thread Gabriel C
Am Mi., 23. Dez. 2020 um 11:41 Uhr schrieb Jan Engelhardt : > > > On Tuesday 2020-12-22 04:58, Guenter Roeck wrote: > >On 12/21/20 5:45 PM, Gabriel C wrote: > >> Hello Guenter, > >> > >> while trying to add ZEN3 support for zenpower out of tree modules, I

Re: k10temp: ZEN3 readings are broken

2020-12-22 Thread Gabriel C
Am Di., 22. Dez. 2020 um 07:16 Uhr schrieb Guenter Roeck : > > On Tue, Dec 22, 2020 at 05:33:17AM +0100, Gabriel C wrote: > [ ... ] > > At least is what the weird amd_energy driver added and since is only > > supporting > > fam 17h model 0x31 which is TR 3000 &

Re: k10temp: ZEN3 readings are broken

2020-12-21 Thread Gabriel C
Am Di., 22. Dez. 2020 um 05:33 Uhr schrieb Wei Huang : > > > > On 12/21/20 9:58 PM, Guenter Roeck wrote: > > Hi, > > > > On 12/21/20 5:45 PM, Gabriel C wrote: > >> Hello Guenter, > >> > >> while trying to add ZEN3 support for zenpower

Re: k10temp: ZEN3 readings are broken

2020-12-21 Thread Gabriel C
Am Di., 22. Dez. 2020 um 04:58 Uhr schrieb Guenter Roeck : > > Hi, > > On 12/21/20 5:45 PM, Gabriel C wrote: > > Hello Guenter, > > > > while trying to add ZEN3 support for zenpower out of tree modules, I find > > out > > the in-kernel k10temp driver is

k10temp: ZEN3 readings are broken

2020-12-21 Thread Gabriel C
ing for both drivers: https://github.com/ocerman/zenpower/issues/39 Best Regards, Gabriel C

[ANNOUNCE] Git v2.30.0-rc1

2020-12-18 Thread Junio C Hamano
, Jeff King, Jiang Xin, Johannes Berg, Johannes Schindelin, Jonathan Tan, Josh Steadmon, Junio C Hamano, Kyle Meyer, Martin Ågren, Matheus Tavares, Nicolas Morey-Chaisemartin, Patrick Steinhardt, Peter Kaestle, Philippe Blain, Phillip Wood, Pranit Bauva, Pratyush Yadav, Ramsay Jones, Randall

Re: [PATCH v2] vfio iommu type1: Improve vfio_iommu_type1_pin_pages performance

2020-12-15 Thread xuxiaoyang (C)
On 2020/12/15 2:58, Eric Farman wrote: > > > On 12/10/20 8:56 AM, xuxiaoyang (C) wrote: >> >> >> On 2020/12/9 22:42, Eric Farman wrote: >>> >>> >>> On 12/9/20 6:54 AM, Cornelia Huck wrote: >>>> On Tue, 8 Dec 2020 21:55:53

[ANNOUNCE] Git v2.30.0-rc0

2020-12-14 Thread Junio C Hamano
, Alex Vandiver, Arnout Engelen, brian m. carlson, Christian Couder, Chris. Webster, Denton Liu, Derrick Stolee, Drew DeVault, Elijah Newren, Emily Shaffer, Felipe Contreras, Han-Wen Nienhuys, Jeff King, Jiang Xin, Johannes Schindelin, Jonathan Tan, Josh Steadmon, Junio C Hamano, Kyle

Re: [PATCH v2] vfio iommu type1: Improve vfio_iommu_type1_pin_pages performance

2020-12-10 Thread xuxiaoyang (C)
On 2020/12/9 22:42, Eric Farman wrote: > > > On 12/9/20 6:54 AM, Cornelia Huck wrote: >> On Tue, 8 Dec 2020 21:55:53 +0800 >> "xuxiaoyang (C)" wrote: >> >>> On 2020/11/21 15:58, xuxiaoyang (C) wrote: >>>> vfio_pin_pages() accep

Re: [PATCH v2] vfio iommu type1: Improve vfio_iommu_type1_pin_pages performance

2020-12-10 Thread xuxiaoyang (C)
On 2020/12/9 19:54, Cornelia Huck wrote: > On Tue, 8 Dec 2020 21:55:53 +0800 > "xuxiaoyang (C)" wrote: > >> On 2020/11/21 15:58, xuxiaoyang (C) wrote: >>> vfio_pin_pages() accepts an array of unrelated iova pfns and processes >>> each to return

Re: [PATCH] net: dsa: sja1105: Remove an unprofessional word from the code comments

2020-12-09 Thread Aswin C
ad. Thank you. ‐‐‐ Original Message ‐‐‐ On Tuesday, December 8, 2020 6:05 PM, Vladimir Oltean wrote: Hi Aswin, On Tue, Dec 08, 2020 at 04:03:32PM +0530, Aswin C wrote: Remove the word 'retarded' from the code comments with a more professional word 'erroneous' to make it le

Re: [PATCH v2] vfio iommu type1: Improve vfio_iommu_type1_pin_pages performance

2020-12-08 Thread xuxiaoyang (C)
On 2020/11/21 15:58, xuxiaoyang (C) wrote: > vfio_pin_pages() accepts an array of unrelated iova pfns and processes > each to return the physical pfn. When dealing with large arrays of > contiguous iovas, vfio_iommu_type1_pin_pages is very inefficient because > it is processed pag

[PATCH] net: dsa: sja1105: Remove an unprofessional word from the code comments

2020-12-08 Thread Aswin C
Remove the word 'retarded' from the code comments with a more professional word 'erroneous' to make it less profane. --- drivers/net/dsa/sja1105/sja1105_dynamic_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/dsa/sja1105/sja1105_dynamic_config.c

Re: [RFC PATCH] blk-cgroup: prevent rcu_sched detected stalls warnings in blkg_destroy_all()

2020-11-25 Thread yukuai (C)
On 2020/11/25 20:32, Tejun Heo wrote: Hello, Thanks for the fix. A couple comments below. On Sat, Nov 21, 2020 at 04:34:20PM +0800, Yu Kuai wrote: +#define BLKG_DESTROY_BATH 4096 I think you meant BLKG_DESTROY_BATCH. static void blkg_destroy_all(struct request_queue *q) {

[PATCH v2] vfio iommu type1: Improve vfio_iommu_type1_pin_pages performance

2020-11-20 Thread xuxiaoyang (C)
fio/vfio_iommu_type1.c | 231 1 file changed, 204 insertions(+), 27 deletions(-) diff --git a/drivers/vfio/vfio_iommu_type1.c b/drivers/vfio/vfio_iommu_type1.c index 67e827638995..080727b531c6 100644 --- a/drivers/vfio/vfio_iommu_type1.c +++ b/drivers/v

Re: [PATCH] vfio iommu type1: Improve vfio_iommu_type1_pin_pages performance

2020-11-16 Thread xuxiaoyang (C)
On 2020/11/17 0:33, Alex Williamson wrote: > On Mon, 16 Nov 2020 21:47:33 +0800 > "xuxiaoyang (C)" wrote: > >> On 2020/11/14 0:44, Alex Williamson wrote: >>> On Tue, 10 Nov 2020 21:42:33 +0800 >>> "xuxiaoyang (C)" wrote: >>>

Re: [PATCH] vfio iommu type1: Improve vfio_iommu_type1_pin_pages performance

2020-11-16 Thread xuxiaoyang (C)
On 2020/11/14 0:44, Alex Williamson wrote: > On Tue, 10 Nov 2020 21:42:33 +0800 > "xuxiaoyang (C)" wrote: > >> vfio_iommu_type1_pin_pages is very inefficient because >> it is processed page by page when calling vfio_pin_page_external. >> Added contiguous_vadd

Re: [PATCH] vfio iommu type1: Improve vfio_iommu_type1_pin_pages performance

2020-11-12 Thread xuxiaoyang (C)
On 2020/11/11 23:56, Alex Williamson wrote: > On Tue, 10 Nov 2020 21:42:33 +0800 > "xuxiaoyang (C)" wrote: > >> vfio_iommu_type1_pin_pages is very inefficient because >> it is processed page by page when calling vfio_pin_page_external. >> Added contiguou

Re: [PATCH V3] memory: tegra: add missing put_device() call in error path of tegra_emc_probe()

2020-11-10 Thread yukuai (C)
On 2020/11/10 23:21, Krzysztof Kozlowski wrote: On Tue, Nov 10, 2020 at 09:33:11AM +0800, Yu Kuai wrote: The reference to device obtained with of_find_device_by_node() should be dropped. Thus add jump target to fix the exception handling for this function implementation. Fixes:

[PATCH] vfio iommu type1: Improve vfio_iommu_type1_pin_pages performance

2020-11-10 Thread xuxiaoyang (C)
/vfio_iommu_type1.c | 241 1 file changed, 214 insertions(+), 27 deletions(-) diff --git a/drivers/vfio/vfio_iommu_type1.c b/drivers/vfio/vfio_iommu_type1.c index 67e827638995..935f80807527 100644 --- a/drivers/vfio/vfio_iommu_type1.c +++ b/drivers/vfio/vfio_iommu_type1.c

Re: [PATCH] mtd: rawnand: ingenic: remove redundant get_device() in ingenic_ecc_get()

2020-11-09 Thread yukuai (C)
ping.. On 2020/10/31 18:54, Yu Kuai wrote: of_find_device_by_node() already takes a reference to the device, and ingenic_ecc_release() will drop the reference. So, the get_device() in ingenic_ecc_get() is redundand. Fixes: 15de8c6efd0e("mtd: rawnand: ingenic: Separate top-level and SoC

Re: [PATCH V3] fsl/fman: add missing put_devcie() call in fman_port_probe()

2020-11-09 Thread yukuai (C)
在 2020/11/08 6:09, Jakub Kicinski 写道: On Sat, 7 Nov 2020 17:09:25 +0800 Yu Kuai wrote: if of_find_device_by_node() succeed, fman_port_probe() doesn't have a corresponding put_device(). Thus add jump target to fix the exception handling for this function implementation. Fixes: 0572054617f3

Re: [PATCH -next v3 1/2] watchdog: Fix potential dereferencing of null pointer

2020-11-05 Thread wangwensheng (C)
在 2020/11/5 22:26, Guenter Roeck 写道: > On Thu, Nov 05, 2020 at 12:38:47PM +, Wang Wensheng wrote: >> A reboot notifier, which stops the WDT by calling the stop hook without >> any check, would be registered when we set WDOG_STOP_ON_REBOOT flag. >> >> Howerer we allow the WDT driver to omit the

Re: [PATCH] fsl/fman: add missing put_devcie() call in fman_port_probe()

2020-11-03 Thread yukuai (C)
On 2020/11/03 9:30, Jakub Kicinski wrote: On Sat, 31 Oct 2020 18:54:18 +0800 Yu Kuai wrote: if of_find_device_by_node() succeed, fman_port_probe() doesn't have a corresponding put_device(). Thus add jump target to fix the exception handling for this function implementation. Fixes:

Re: [PATCH] iommu/rockchip: check return value of of_find_device_by_node() in rk_iommu_of_xlate()

2020-10-29 Thread yukuai (C)
On 2020/10/29 21:51, Robin Murphy wrote: On 2020-10-29 13:19, yukuai (C) wrote: On 2020/10/29 18:08, Robin Murphy wrote: On 2020-10-29 09:22, Yu Kuai wrote: If of_find_device_by_node() failed in rk_iommu_of_xlate(), null pointer dereference will be triggered. Thus return error code

[ANNOUNCE] Git v2.29.2

2020-10-29 Thread Junio C Hamano
ommitter-date-is-author-date result more carefully am: fix broken email with --committer-date-is-author-date rebase: fix broken email with --committer-date-is-author-date Junio C Hamano (1): Git 2.29.2

Re: [PATCH] iommu/rockchip: check return value of of_find_device_by_node() in rk_iommu_of_xlate()

2020-10-29 Thread yukuai (C)
On 2020/10/29 18:08, Robin Murphy wrote: On 2020-10-29 09:22, Yu Kuai wrote: If of_find_device_by_node() failed in rk_iommu_of_xlate(), null pointer dereference will be triggered. Thus return error code if of_find_device_by_node() failed. How can that happen? (Given that

[ANNOUNCE] Git v2.29.1

2020-10-23 Thread Junio C Hamano
an exception. Changes since v2.29.0 are as follows: Johannes Schindelin (1): SKIP_DASHED_BUILT_INS: do not skip the bin/ programs Junio C Hamano (1): Git 2.29.1

[ANNOUNCE] Git v2.29.0

2020-10-19 Thread Junio C Hamano
Keller, Jean-Noël Avila, Jeff Hostetler, Jeff King, Jiang Xin, Johannes Berg, Johannes Schindelin, Johannes Sixt, Jonathan Tan, Jordi Mas, Junio C Hamano, Kazuhiro Kato, Luke Diamand, Martin Ågren, Matheus Tavares, Matthew Rogers, Matthias Rüster, Michael Forney, Michal Privoznik, Miriam

[PATCH] vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pages

2020-10-16 Thread xuxiaoyang (C)
nal will exit directly without calling vfio_iova_put_vfio_pfn.This will lead to a memory leak. Signed-off-by: Xiaoyang Xu --- drivers/vfio/vfio_iommu_type1.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/vfio/vfio_iommu_type1.c b/drivers/vfio/vfio_iommu_type

[ANNOUNCE] Git v2.29.0-rc2

2020-10-15 Thread Junio C Hamano
L-terminated array) of strings, and has seen adoption to a certain degree. It has been renamed to "strvec" to reduce the barrier to adoption. * The final leg of SHA-256 transition plus doc updates. Note that there is no interoperability between SHA-1 and SHA-256 repositories yet.

zram NULL pointer dereference (zs_malloc)

2020-10-15 Thread David C. Manuelda
I found a serious bug about kernel NULL pointer dereference when using zram (in my case zram+btrfs) that makes system unstable and usually ends in a forced unclean reboot like powering off power source. This issue is present since >5.8.0 version (this one seems not affected) and still present

[ANNOUNCE] Git v2.29.0-rc1

2020-10-09 Thread Junio C Hamano
, Johannes Berg, Johannes Schindelin, Johannes Sixt, Jonathan Tan, Junio C Hamano, Kazuhiro Kato, Luke Diamand, Martin Ågren, Matheus Tavares, Matthew Rogers, Michael Forney, Michal Privoznik, Miriam Rubio, Orgad Shaneh, Patrick Steinhardt, Paul Mackerras, Philippe Blain, Phillip Wood

Re: [ANNOUNCE] Git v2.29.0-rc0

2020-10-06 Thread Junio C Hamano
Martin Ågren writes: > Minor comments follow. > ... > s/used // (without 'g' flag!) Thanks.

[ANNOUNCE] Git v2.29.0-rc0

2020-10-05 Thread Junio C Hamano
Berg, Johannes Schindelin, Johannes Sixt, Jonathan Tan, Junio C Hamano, Kazuhiro Kato, Luke Diamand, Martin Ågren, Matheus Tavares, Matthew Rogers, Michael Forney, Michal Privoznik, Miriam Rubio, Orgad Shaneh, Patrick Steinhardt, Paul Mackerras, Philippe Blain, Phillip Wood, Pranit Bauva

Re: Linux 5.9-rc7

2020-10-03 Thread Gabriel C
64bit defconfig. Best Regards, Gabriel C.

Re: [PATCH] iommu/qcom: add missing put_device() call in qcom_iommu_of_xlate()

2020-09-28 Thread yukuai (C)
On 2020/09/29 7:08, Will Deacon wrote: On Mon, Sep 21, 2020 at 09:45:57PM +0100, Will Deacon wrote: On Tue, Sep 22, 2020 at 03:13:53AM +0800, kernel test robot wrote: Thank you for the patch! Perhaps something to improve: [auto build test WARNING on iommu/next] [also build test WARNING on

Re: [RFC PATCH V4] iomap: add support to track dirty state of sub pages

2020-09-24 Thread yukuai (C)
On 2020/09/11 20:05, Matthew Wilcox wrote: @@ -683,7 +736,7 @@ static size_t __iomap_write_end(struct inode *inode, loff_t pos, size_t len, if (unlikely(copied < len && !PageUptodate(page))) return 0; iomap_set_range_uptodate(page, offset_in_page(pos), len); -

Re: [RFC PATCH V4] iomap: add support to track dirty state of sub pages

2020-09-11 Thread yukuai (C)
Hi, Sorry that after copy and paste, the content of the patch somehow changed and looks strange. Best regards, Yu Kuai On 2020/09/11 16:27, yukuai (C) wrote: On 2020/08/21 20:44, Matthew Wilcox wrote: On Fri, Aug 21, 2020 at 08:33:06PM +0800, Yu Kuai wrote: changes from v3: - add

Re: [RFC PATCH V4] iomap: add support to track dirty state of sub pages

2020-09-11 Thread yukuai (C)
On 2020/08/21 20:44, Matthew Wilcox wrote: On Fri, Aug 21, 2020 at 08:33:06PM +0800, Yu Kuai wrote: changes from v3: - add IOMAP_STATE_ARRAY_SIZE - replace set_bit / clear_bit with bitmap_set / bitmap_clear - move iomap_set_page_dirty() out of 'iop->state_lock' - merge

Re: [PATCH] drm/mediatek: add missing put_device() call in mtk_ddp_comp_init()

2020-09-07 Thread yukuai (C)
On 2020/09/08 6:56, Chun-Kuang Hu wrote: Hi Yu Kuai: Yu Kuai 於 2020年9月5日 週六 下午4:31寫道: if of_find_device_by_node() succeed, mtk_ddp_comp_init() doesn't have a corresponding put_device(). Thus add put_device() to fix the exception handling for this function implementation. This patch looks

Re: Kernel 5.9-rc Regression: Boot failure with nvme

2020-08-29 Thread Gabriel C
Am Sa., 29. Aug. 2020 um 19:57 Uhr schrieb Christoph Hellwig : > > On Sat, Aug 29, 2020 at 10:54:47AM -0700, Linus Torvalds wrote: > > Just adding Christoph to the participants list, since at a guess it's > > due to his changes whether they came from the nvme side or the dma > > side.. > > > >

Re: [PATCH] drm/sun4i: add missing put_device() call in sun8i_r40_tcon_tv_set_mux()

2020-08-25 Thread yukuai (C)
On 2020/08/25 21:38, Maxime Ripard wrote: Hi, On Tue, Aug 25, 2020 at 07:44:03PM +0800, Yu Kuai wrote: If sun8i_r40_tcon_tv_set_mux() succeed, at_dma_xlate() doesn't have a corresponding put_device(). Thus add put_device() to fix the exception handling for this function implementation. Fixes:

Re: [PATCH 1/2] ASoC: fsl: imx-es8328: add missing kfree() call in imx_es8328_probe()

2020-08-25 Thread yukuai (C)
On 2020/08/25 20:11, Mark Brown wrote: On Tue, Aug 25, 2020 at 08:05:30PM +0800, Yu Kuai wrote: If memory allocation for 'data' or 'comp' succeed, imx_es8328_probe() doesn't have corresponding kfree() in exception handling. Thus add kfree() for this function implementation. @@ -151,7

Re: [RFC PATCH V3] iomap: add support to track dirty state of sub pages

2020-08-19 Thread yukuai (C)
On 2020/8/19 20:56, Gao Xiang wrote: On Wed, Aug 19, 2020 at 08:05:42PM +0800, Yu Kuai wrote: ... +static void +iomap_iop_set_range_dirty(struct page *page, unsigned int off, + unsigned int len) +{ + struct iomap_page *iop = to_iomap_page(page); + struct inode *inode

RE: [PATCH 2/2][RFC] tools/power turbostat: Introduce reliable RAPL display

2020-08-14 Thread Chen, Yu C
Hi Len, > From: Len Brown > Sent: Friday, August 14, 2020 5:51 AM > To: Chen, Yu C > Cc: Linux PM list ; Linux Kernel Mailing List > ker...@vger.kernel.org>; Zhang, Rui > Subject: Re: [PATCH 2/2][RFC] tools/power turbostat: Introduce reliable RAPL > display > >

Re: [RFC PATCH] iomap: add support to track dirty state of sub pages

2020-07-29 Thread yukuai (C)
On 2020/7/30 11:19, Matthew Wilcox wrote: Maybe let the discussion on removing the ->uptodate array finish before posting another patch for review? Hi, Matthew! Of course, I missed the discussion thread before sending this path. And thanks for your suggestions. Best regards, Yu Kuai

Re: [RFC PATCH] iomap: add support to track dirty state of sub pages

2020-07-29 Thread yukuai (C)
On 2020/7/30 10:27, Gao Xiang wrote: Hi Kuai, On Thu, Jul 30, 2020 at 09:19:01AM +0800, Yu Kuai wrote: commit 9dc55f1389f9 ("iomap: add support for sub-pagesize buffered I/O without buffer heads") replace the per-block structure buffer_head with the per-page structure iomap_page. However,

[ANNOUNCE] Git v2.28.0

2020-07-27 Thread Junio C Hamano
, John Lin, Jonathan Nieder, Jonathan Tan, Jordi Mas, Josh Steadmon, Junio C Hamano, Laurent Arnoud, Martin Ågren, Matheus Tavares, Matthias Rüster, Paolo Bonzini, Patrick Steinhardt, Peter Krefting, Pratyush Yadav, Ralf Thielow, Ramsay Jones, Randall S. Becker, René Scharfe, Shourya Shukla

[ANNOUNCE] Git v2.28.0-rc2

2020-07-22 Thread Junio C Hamano
, Jeff King, Johannes Schindelin, John Lin, Jonathan Nieder, Jonathan Tan, Josh Steadmon, Junio C Hamano, Laurent Arnoud, Martin Ågren, Matheus Tavares, Paolo Bonzini, Patrick Steinhardt, Pratyush Yadav, Ramsay Jones, Randall S. Becker, René Scharfe, Shourya Shukla, SZEDER Gábor, Taylor Blau

Re: [PATCH] ARM: at91: pm: add missing put_device() call in at91_pm_sram_init()

2020-07-21 Thread yukuai (C)
On 2020/7/18 6:55, Alexandre Belloni wrote: A better fix would have been to also factorize imx_suspend_alloc_ocram, imx6q_suspend_init, socfpga_setup_ocram_self_refresh and at91_pm_sram_init as they were all copied from pm-imx6.c imx_suspend_alloc_ocram and imx6q_suspend_init are done areadly

[ANNOUNCE] Git v2.28.0-rc1

2020-07-17 Thread Junio C Hamano
Lin, Jonathan Nieder, Jonathan Tan, Josh Steadmon, Junio C Hamano, Laurent Arnoud, Martin Ågren, Matheus Tavares, Paolo Bonzini, Patrick Steinhardt, Ramsay Jones, Randall S. Becker, René Scharfe, Shourya Shukla, SZEDER Gábor, Taylor Blau, Ville Skyttä, and Xin Li

Re: [ANNOUNCE] Git v2.28.0-rc0

2020-07-10 Thread Junio C Hamano
Derrick Stolee writes: > On 7/9/2020 5:40 PM, Junio C Hamano wrote: >> An early preview release Git v2.28.0-rc0 is now available for >> testing at the usual places. > > This might be part of your new process, or it might be an > oversight. It seems that GIT-VE

[ANNOUNCE] Git v2.28.0-rc0

2020-07-09 Thread Junio C Hamano
, Jonathan Nieder, Jonathan Tan, Josh Steadmon, Junio C Hamano, Laurent Arnoud, Martin Ågren, Matheus Tavares, Paolo Bonzini, Patrick Steinhardt, Ramsay Jones, Randall S. Becker, René Scharfe, Shourya Shukla, SZEDER Gábor, Taylor Blau, Ville Skyttä, and Xin Li

Re: nr_cpu_ids vs AMD 3970x(32 physical CPUs)

2020-07-03 Thread Gabriel C
Am Fr., 3. Juli 2020 um 19:45 Uhr schrieb Peter Zijlstra : > > On Fri, Jul 03, 2020 at 07:07:39PM +0200, Gabriel C wrote: > > > I boot all the boxes restricting the cores to the correct count on the > > command line. > > This, because you're right about the wasted me

Re: nr_cpu_ids vs AMD 3970x(32 physical CPUs)

2020-07-03 Thread Gabriel C
his is not a 5.8-rc3 problem. Almost all AMD CPUs and APUs are looking like this. The only CPUs I own are getting that right is a dual EPYC box, everything else is broken regarding the right C/T & socket(s) count, and that probably bc is using NUAM code to have the info. I reported that a wh

Re: [PATCH] ARM: at91: pm: add missing put_device() call in at91_pm_sram_init()

2020-07-02 Thread yukuai (C)
On 2020/7/3 4:09, Alexandre Belloni wrote: Hi, On 04/06/2020 20:33:01+0800, yu kuai wrote: if of_find_device_by_node() succeed, at91_pm_sram_init() doesn't have a corresponding put_device(). Thus add a jump target to fix the exception handling for this function implementation. Fixes:

Re: ath9k broken [was: Linux 5.7.3]

2020-06-26 Thread Gabriel C
Am Fr., 26. Juni 2020 um 15:51 Uhr schrieb Gabriel C : > > Am Fr., 26. Juni 2020 um 15:40 Uhr schrieb Greg Kroah-Hartman > : > > > > On Fri, Jun 26, 2020 at 01:48:59PM +0200, Gabriel C wrote: > > > Am Do., 25. Juni 2020 um 12:52 Uhr schrieb Gabriel C > > >

Re: ath9k broken [was: Linux 5.7.3]

2020-06-26 Thread Gabriel C
Am Fr., 26. Juni 2020 um 15:40 Uhr schrieb Greg Kroah-Hartman : > > On Fri, Jun 26, 2020 at 01:48:59PM +0200, Gabriel C wrote: > > Am Do., 25. Juni 2020 um 12:52 Uhr schrieb Gabriel C > > : > > > > > > Am Do., 25. Juni 2020 um 12:48 Uhr schrieb Gabriel C >

Re: ath9k broken [was: Linux 5.7.3]

2020-06-26 Thread Gabriel C
Am Do., 25. Juni 2020 um 12:52 Uhr schrieb Gabriel C : > > Am Do., 25. Juni 2020 um 12:48 Uhr schrieb Gabriel C > : > > > > Am Do., 25. Juni 2020 um 06:57 Uhr schrieb Jiri Slaby > > : > > > > > > On 25. 06. 20, 0:05, Gabriel C wrote: > > > &

Re: ath9k broken [was: Linux 5.7.3]

2020-06-25 Thread Gabriel C
Am Do., 25. Juni 2020 um 12:48 Uhr schrieb Gabriel C : > > Am Do., 25. Juni 2020 um 06:57 Uhr schrieb Jiri Slaby : > > > > On 25. 06. 20, 0:05, Gabriel C wrote: > > > Am Mi., 17. Juni 2020 um 18:13 Uhr schrieb Greg Kroah-Hartman > > > : > > >> >

Re: ath9k broken [was: Linux 5.7.3]

2020-06-25 Thread Gabriel C
Am Do., 25. Juni 2020 um 06:57 Uhr schrieb Jiri Slaby : > > On 25. 06. 20, 0:05, Gabriel C wrote: > > Am Mi., 17. Juni 2020 um 18:13 Uhr schrieb Greg Kroah-Hartman > > : > >> > >> I'm announcing the release of the 5.7.3 kernel. > >> > > > >

Re: Linux 5.7.3

2020-06-24 Thread Gabriel C
ed the reporter to CC too. https://gist.github.com/AngryPenguinPL/1e545f0da3c2339e443b9e5044fcccea If you need more info, please let me know and I'll try my best to get it as fast as possible for you. Best Regards, Gabriel C

Re: [PATCH] drivers: staging: vt6655: replace CamelCase names on function s_uGetRTSCTSRsvTime

2020-06-24 Thread Rodolfo C Villordo
On Wed, Jun 24, 2020 at 12:05:49PM +0200, Julia Lawall wrote: > > > On Wed, 24 Jun 2020, Rodolfo C. Villordo wrote: > > > Replace function and variables name from CamelCase style to snake_case > > style. > > Remove Hungarian notation. > > &g

[PATCH] drivers: staging: vt6655: replace CamelCase names on function s_uGetRTSCTSRsvTime

2020-06-24 Thread Rodolfo C. Villordo
Replace function and variables name from CamelCase style to snake_case style. Remove Hungarian notation. Signed-off-by: Rodolfo C. Villordo --- drivers/staging/vt6655/rxtx.c | 80 +-- 1 file changed, 38 insertions(+), 42 deletions(-) diff --git a/drivers/staging

Re: [PATCH] ARM: socfpga: add missing put_device() call in socfpga_setup_ocram_self_refresh()

2020-06-24 Thread yukuai (C)
ping? On 2020/6/4 21:10, yu kuai wrote: if of_find_device_by_node() succeed, socfpga_setup_ocram_self_refresh() doesn't have a corresponding put_device(). Thus add a jump target to fix the exception handling for this function implementation. Fixes: 44fd8c7d4005 ("ARM: socfpga: support suspend

Re: [PATCH] ARM: at91: pm: add missing put_device() call in at91_pm_sram_init()

2020-06-24 Thread yukuai (C)
ping? On 2020/6/4 20:33, yu kuai wrote: if of_find_device_by_node() succeed, at91_pm_sram_init() doesn't have a corresponding put_device(). Thus add a jump target to fix the exception handling for this function implementation. Fixes: d2e467905596 ("ARM: at91: pm: use the mmio-sram pool to

Re: [PATCH] ARM: imx6: add missing put_device() call in imx6q_suspend_init()

2020-06-23 Thread yukuai (C)
On 2020/6/23 20:11, Shawn Guo wrote: On Thu, Jun 04, 2020 at 08:54:49PM +0800, yu kuai wrote: if of_find_device_by_node() succeed, imx6q_suspend_init() doesn't have a corresponding put_device(). Thus add a jump target to fix the exception handling for this function implementation.

[PATCH v2] staging: gasket: replace symbolic permissions

2020-06-22 Thread Rodolfo C. Villordo
-off-by: Rodolfo C. Villordo --- drivers/staging/gasket/gasket_sysfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/gasket/gasket_sysfs.h b/drivers/staging/gasket/gasket_sysfs.h index ab5aa351d555..d5e167dfbe76 100644 --- a/drivers/staging/gasket

Re: [PATCH] staging: gasket: replace symbolic permissions

2020-06-22 Thread Rodolfo C Villordo
On Fri, Jun 19, 2020 at 10:32:24AM +0200, Greg Kroah-Hartman wrote: > On Fri, Jun 19, 2020 at 08:27:14AM +, Rodolfo C Villordo wrote: > > On Thu, Jun 18, 2020 at 09:47:50AM +0200, Greg Kroah-Hartman wrote: > > > On Mon, Jun 01, 2020 at 12:52:40AM +, Rodolfo

  1   2   3   4   5   6   7   8   9   10   >