l.org/lkml/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/
irier
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
l.org/lkml/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/in
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.
include
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 R
/lkml/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/per
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
rder.
Best Regards,
Chanho Park
codes for all UFS driver, we can put this as controller specific or
optional feature.
Best Regards,
Chanho Park
re 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
re 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
AMA0: not a tty
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 delet
cci-control-port = <&cci_control1>;
> -};
> + cpu4: cpu@0 {
> + device_type = "cpu";
> + compatible = "arm,cortex-a15";
> + reg = <0x0>;
> + cloc
max_nr);
> }
>
> - combiner_init(combiner_base, np, max_nr);
> + combiner_init(combiner_base, np);
> +
> + register_syscore_ops(&combiner_syscore_ops);
>
> return 0;
> }
> --
> 2.1.4
>
> --
> To unsubscribe from this l
#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/msg373
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(-)
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 Chanw
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
_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
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
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
gic2, "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..
0>;
> + };
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/
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; hyunhee@samsun
tch[1] 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
25 matches
Mail list logo