[PATCH 1/2] perf: fix build error on MUSL libc

2020-12-10 Thread Chanho Park
/2018/9/13/78 Cc: Mathieu Poirier Cc: Suzuki K Poulose Cc: Mike Leach Cc: Leo Yan Cc: John Garry Cc: Will Deacon Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Cc: Mark Rutland Cc: Jiri Olsa Cc: Namhyung Kim Cc: Khem Raj Signed-off-by: Chanho Park --- include/uapi/linux

[PATCH 0/2] fix perf tool build error on MUSL libc

2020-12-10 Thread Chanho Park
Cc: Suzuki K Poulose Cc: Mike Leach Cc: Leo Yan Cc: John Garry Cc: Will Deacon Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Cc: Mark Rutland Cc: Jiri Olsa Cc: Namhyung Kim Cc: Khem Raj Chanho Park (2): perf: fix build error on MUSL libc perf: tool: fix build error

[PATCH 2/2] perf: tool: fix build error on MUSL libc

2020-12-10 Thread Chanho Park
/2018/9/13/78 Cc: Mathieu Poirier Cc: Suzuki K Poulose Cc: Mike Leach Cc: Leo Yan Cc: John Garry Cc: Will Deacon Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Cc: Mark Rutland Cc: Jiri Olsa Cc: Namhyung Kim Cc: Khem Raj Signed-off-by: Chanho Park --- tools/include/uapi

RE: [PATCH] perf arm pmu: fix build error on MUSL libc

2020-12-08 Thread Chanho Park
Hi Namhyung and Jiri, > -Original Message- > From: Jiri Olsa > Sent: Monday, December 7, 2020 10:29 PM > To: Namhyung Kim > Cc: Chanho Park ; Will Deacon ; > Chanho Park ; mathieu.poir...@linaro.org; > suzuki.poul...@arm.com; coresi...@lists.linaro.

RE: [PATCH] perf arm pmu: fix build error on MUSL libc

2020-12-07 Thread Chanho Park
de tools/perf/util/namespaces.h:#include tools/perf/util/record.h:#include tools/perf/util/session.h:#include tools/perf/util/pmu.h:#include tools/perf/util/synthetic-events.c:#include tools/perf/util/parse-events.h:#include tools/perf/util/perf_event_attr_fprintf.c:#include Best Regard

[PATCH] perf arm pmu: fix build error on MUSL libc

2020-12-06 Thread Chanho Park
/9/13/78 Cc: Mathieu Poirier Cc: Suzuki K Poulose Cc: Mike Leach Cc: Leo Yan Cc: John Garry Cc: Will Deacon Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Cc: Mark Rutland Cc: Jiri Olsa Cc: Namhyung Kim Cc: Khem Raj Signed-off-by: Chanho Park --- tools/perf/arch/arm

[PATCH] drivers core: export symbols for device hotplug

2020-11-26 Thread Chanho Park
To support module build for cpu hotplug driver on type-1 hypervisor such as drivers/xen/cpu_hotplug.c, we need to export below four symbols. lock_device_hotplug / unlock_device_hotplug device_online / device_offline Signed-off-by: Chanho Park --- drivers/base/core.c | 4 1 file changed, 4

RE: [PATCH] scsi: ufs: make sure scan sequence for multiple hosts

2020-10-26 Thread Chanho Park
Best Regards, Chanho Park

RE: [PATCH] scsi: ufs: make sure scan sequence for multiple hosts

2020-10-21 Thread Chanho Park
all UFS driver, we can put this as controller specific or optional feature. Best Regards, Chanho Park

[PATCH] scsi: ufs: make sure scan sequence for multiple hosts

2020-10-20 Thread Chanho Park
e sure the scan sequences according to the host, we can use a bitmap which hosts are scanned and wait until previous hosts are finished to scan. Signed-off-by: Chanho Park --- drivers/scsi/ufs/ufshcd.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/sc

[PATCH] scsi: ufs: make sure scan sequence for multiple hosts

2020-10-20 Thread Chanho Park
e sure the scan sequences according to the host, we can use a bitmap which hosts are scanned and wait until previous hosts are finished to scan. Signed-off-by: Chanho Park --- drivers/scsi/ufs/ufshcd.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/sc

[PATCH] tty: do not set TTY_IO_ERROR flag if console port

2018-11-22 Thread Chanho Park
Fixes: 761ed4a94582ab29 ("tty: serial_core: convert uart_close to use tty_port_close") Cc: Geert Uytterhoeven Cc: Rob Herring Cc: Greg Kroah-Hartman Cc: Jiri Slaby Signed-off-by: Chanho Park --- drivers/tty/tty_port.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --

[PATCH] tty: do not set TTY_IO_ERROR flag if console port

2018-11-22 Thread Chanho Park
Fixes: 761ed4a94582ab29 ("tty: serial_core: convert uart_close to use tty_port_close") Cc: Geert Uytterhoeven Cc: Rob Herring Cc: Greg Kroah-Hartman Cc: Jiri Slaby Signed-off-by: Chanho Park --- drivers/tty/tty_port.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --

Re: [PATCH] ARM: dts: Make CPU configuration more readable for exynos542x/5800

2015-12-17 Thread Chanho Park
gt;; > - cci-control-port = <_control1>; > -}; > + cpu4: cpu@0 { > + device_type = "cpu"; > + compatible = "arm,cortex-a15"; > + reg = <0x0>; > +

Re: [PATCH] ARM: dts: Make CPU configuration more readable for exynos542x/5800

2015-12-17 Thread Chanho Park
15"; > - reg = <0x1>; > - clock-frequency = <18>; > - cci-control-port = <_control1>; > -}; > + cpu4: cpu@0 { > + device_type = "cpu"; > + compatible = &

Re: [PATCH 1/1] irqchip: exynos-combiner: Save IRQ enable set on suspend

2015-06-10 Thread Chanho Park
> } > > - combiner_init(combiner_base, np, max_nr); > + combiner_init(combiner_base, np); > + > + register_syscore_ops(_syscore_ops); > > return 0; > } > -- > 2.1.4 > > -- > To unsubscribe from this list: send the line &quo

Re: [PATCH 1/1] irqchip: exynos-combiner: Save IRQ enable set on suspend

2015-06-10 Thread Chanho Park
/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Best Regards, Chanho Park -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v1 1/1] ARM: EXYNOS: fix DEBUG_LL on Cortex-A7.

2015-05-17 Thread Chanho Park
#EXYNOS4_PA_UART @@ EXYNOS4 > ldr \rv, =S3C_VA_UART > -- > 1.9.1 > Please see previous Joonyoung's patch. Your patch could break exynos3250 because it has not only two cortex-a7 cpus but also uses EXYOS4_PA_UART. http://www.spinics.net/lists/linux-samsung-soc/msg37318.ht

Re: [PATCH v1 1/1] ARM: EXYNOS: fix DEBUG_LL on Cortex-A7.

2015-05-17 Thread Chanho Park
\rv, =S3C_VA_UART -- 1.9.1 Please see previous Joonyoung's patch. Your patch could break exynos3250 because it has not only two cortex-a7 cpus but also uses EXYOS4_PA_UART. http://www.spinics.net/lists/linux-samsung-soc/msg37318.html -- Best Regards, Chanho Park -- To unsubscribe from

[PATCH] ext4 crypto: remove duplicated encryption mode definitions

2015-04-23 Thread Chanho Park
This patch removes duplicated encryption modes which were already in ext4.h. They were duplicated from commit 3edc18d and commit f542fb. Cc: Theodore Ts'o Cc: Michael Halcrow Cc: Andreas Dilger Signed-off-by: Chanho Park --- fs/ext4/ext4.h | 6 -- 1 file changed, 6 deletions(-) diff

[PATCH] ext4 crypto: remove duplicated encryption mode definitions

2015-04-23 Thread Chanho Park
This patch removes duplicated encryption modes which were already in ext4.h. They were duplicated from commit 3edc18d and commit f542fb. Cc: Theodore Ts'o ty...@mit.edu Cc: Michael Halcrow mhalc...@google.com Cc: Andreas Dilger adilger.ker...@dilger.ca Signed-off-by: Chanho Park chanho61.p

RE: [PATCH v3] pinctrl: exynos: Add support for Exynos5433

2015-02-11 Thread Chanho Park
Hi Linus, We're looking forward to merging it on the v3.20. Could you pick this patch up before merge-window is closed? Best Regards, Chanho Park > -Original Message- > From: linux-arm-kernel [mailto:linux-arm-kernel- > boun...@lists.infradead.org] On Behalf Of Chanwoo Ch

RE: [PATCH v3] pinctrl: exynos: Add support for Exynos5433

2015-02-11 Thread Chanho Park
Hi Linus, We're looking forward to merging it on the v3.20. Could you pick this patch up before merge-window is closed? Best Regards, Chanho Park -Original Message- From: linux-arm-kernel [mailto:linux-arm-kernel- boun...@lists.infradead.org] On Behalf Of Chanwoo Choi Sent: Thursday

[tip:perf/core] perf tools: define _DEFAULT_SOURCE for glibc_2.20

2014-09-18 Thread tip-bot for Chanho Park
Commit-ID: 512fe365373b9c95a70b4b6357503ee74d27214f Gitweb: http://git.kernel.org/tip/512fe365373b9c95a70b4b6357503ee74d27214f Author: Chanho Park AuthorDate: Fri, 12 Sep 2014 11:10:17 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 17 Sep 2014 17:08:10 -0300 perf tools

[tip:perf/core] perf tools: define _DEFAULT_SOURCE for glibc_2.20

2014-09-18 Thread tip-bot for Chanho Park
Commit-ID: 512fe365373b9c95a70b4b6357503ee74d27214f Gitweb: http://git.kernel.org/tip/512fe365373b9c95a70b4b6357503ee74d27214f Author: Chanho Park chanho61.p...@samsung.com AuthorDate: Fri, 12 Sep 2014 11:10:17 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed, 17

[PATCH] perf tools: define _DEFAULT_SOURCE for glibc_2.20

2014-09-11 Thread Chanho Park
_BSD_SOURCE was deprecated in favour of _DEFAULT_SOURCE since glibc 2.20[1]. To avoid build warning on glibc2.20, _DEFAULT_SOURCE should also be defined. [1]: https://sourceware.org/glibc/wiki/Release/2.20 Signed-off-by: Chanho Park --- tools/perf/util/util.h | 2 ++ 1 file changed, 2

[PATCH] perf tools: define _DEFAULT_SOURCE for glibc_2.20

2014-09-11 Thread Chanho Park
_BSD_SOURCE was deprecated in favour of _DEFAULT_SOURCE since glibc 2.20[1]. To avoid build warning on glibc2.20, _DEFAULT_SOURCE should also be defined. [1]: https://sourceware.org/glibc/wiki/Release/2.20 Signed-off-by: Chanho Park chanho61.p...@samsung.com --- tools/perf/util/util.h | 2 ++ 1

RE: [PATCH] Smack: separate smackfstransmute and smackfsroot

2014-06-18 Thread Chanho Park
Hi, > -Original Message- > From: Casey Schaufler [mailto:ca...@schaufler-ca.com] > Sent: Wednesday, June 18, 2014 10:26 PM > To: Chanho Park > Cc: james.l.mor...@oracle.com; linux-security-mod...@vger.kernel.org; > linux-kernel@vger.kernel.org; Casey Schaufler > Subje

[PATCH] Smack: separate smackfstransmute and smackfsroot

2014-06-18 Thread Chanho Park
ute option like below: mount -t tmpfs -o size=128M,smackfsroot=*,smackfstransmute=TRUE tmpfs /tmp Signed-off-by: Chanho Park --- Documentation/security/Smack.txt | 3 +++ security/smack/smack.h | 2 ++ security/smack/smack_lsm.c | 5 ++--- 3 files changed, 7 insertions(+), 3 deletion

[PATCH] Smack: separate smackfstransmute and smackfsroot

2014-06-18 Thread Chanho Park
below: mount -t tmpfs -o size=128M,smackfsroot=*,smackfstransmute=TRUE tmpfs /tmp Signed-off-by: Chanho Park chanho61.p...@samsung.com --- Documentation/security/Smack.txt | 3 +++ security/smack/smack.h | 2 ++ security/smack/smack_lsm.c | 5 ++--- 3 files changed, 7 insertions

RE: [PATCH] Smack: separate smackfstransmute and smackfsroot

2014-06-18 Thread Chanho Park
Hi, -Original Message- From: Casey Schaufler [mailto:ca...@schaufler-ca.com] Sent: Wednesday, June 18, 2014 10:26 PM To: Chanho Park Cc: james.l.mor...@oracle.com; linux-security-mod...@vger.kernel.org; linux-kernel@vger.kernel.org; Casey Schaufler Subject: Re: [PATCH] Smack

RE: [PATCH 07/27] irqchip: Declare cortex-a7's irqchip to initialize gic from dt

2014-04-10 Thread Chanho Park
t;qcom,msm-qgic2", gic_of_init); > > Frankly, this patch adds no value. Are we going to add > "arm,cortex-a12-gic", "arm,cortex-a17-gic", "arm,cortex-a53-gic", > "arm,cortex-a57-gic"? And that's just to mention the ARM Ltd cores... >

RE: [PATCH 21/27] ARM: dts: exynos3250: Add PMU dt data

2014-04-10 Thread Chanho Park
t;; > + }; As I know, the exynos3250 has two CPU cores. Why does it have four pmu interrupts? IMO it is sufficient it has only two interrupts. Best Regards, Chanho Park -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

RE: [PATCH 02/27] ARM: EXYNOS: Add IO mapping for non-secure SYSRAM of Exynos3250

2014-04-10 Thread Chanho Park
Hi Arnd, > -Original Message- > From: linux-arm-kernel [mailto:linux-arm-kernel- > boun...@lists.infradead.org] On Behalf Of Arnd Bergmann > Sent: Thursday, April 10, 2014 6:45 PM > To: linux-arm-ker...@lists.infradead.org > Cc: kgene@samsung.com; t.f...@samsung.com;

RE: [PATCH 02/27] ARM: EXYNOS: Add IO mapping for non-secure SYSRAM of Exynos3250

2014-04-10 Thread Chanho Park
Hi Arnd, -Original Message- From: linux-arm-kernel [mailto:linux-arm-kernel- boun...@lists.infradead.org] On Behalf Of Arnd Bergmann Sent: Thursday, April 10, 2014 6:45 PM To: linux-arm-ker...@lists.infradead.org Cc: kgene@samsung.com; t.f...@samsung.com;

RE: [PATCH 21/27] ARM: dts: exynos3250: Add PMU dt data

2014-04-10 Thread Chanho Park
interrupts. Best Regards, Chanho Park -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

RE: [PATCH 07/27] irqchip: Declare cortex-a7's irqchip to initialize gic from dt

2014-04-10 Thread Chanho Park
... Instead, how about defining a generic arm,gic property, and mandate that new DT files are using that? We can always use a more precise compatible for quirks. I prefer it would be arm,gicv2 instead arm-gic. In case of GICv3 of arm64, it can be arm,gicv3. Best Regards, Chanho Park

[PATCHv2] dma: pl330: add pl330_prep_dma_sg to transfer from sglist to sglist

2013-09-13 Thread Chanho Park
] which fixes burst_size calculation. The burst_size should be aligned not only length but also source and destionation addresses. [1] : http://lkml.indiana.edu/hypermail/linux/kernel/1201.1/00246.html Cc: Boojin Kim Signed-off-by: Chanho Park Acked-by: Jassi Brar Signed-off-by: Kyungmin Park

[PATCHv2] dma: pl330: add pl330_prep_dma_sg to transfer from sglist to sglist

2013-09-13 Thread Chanho Park
] which fixes burst_size calculation. The burst_size should be aligned not only length but also source and destionation addresses. [1] : http://lkml.indiana.edu/hypermail/linux/kernel/1201.1/00246.html Cc: Boojin Kim boojin@samsung.com Signed-off-by: Chanho Park chanho61.p...@samsung.com Acked