[PATCH v2 all 10/14] bus: imx-weim: use of_platform_default_populate() to populate default bus

2016-03-16 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Acked-by: Shawn Guo Cc: Signed-off-by: Huang Shijie Cc: Shawn Guo Signed-off-by: Kefeng Wang --- drivers/bus/imx-weim.c | 5 ++--- 1 file

[PATCH v2 all 12/14] memory: omap-gpmc: use of_platform_default_populate() to populate default bus

2016-03-16 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Cc: Roger Quadros Cc: Tony Lindgren Signed-off-by: Kefeng Wang --- drivers/memory/omap-gpmc.c | 3 +-- 1 file changed, 1 insertion(+), 2

[PATCH] irqchip/mbigen: Display message of MBIGEN domain created

2016-04-08 Thread Kefeng Wang
Add message of MBIGEN domain created, it's useful for check which MBIGEN domain is created. Meanwhile, drop module owner, it will be set by driver core. Signed-off-by: Kefeng Wang --- drivers/irqchip/irq-mbigen.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-)

Re: [PATCH] irqchip/mbigen: Display message of MBIGEN domain created

2016-04-08 Thread Kefeng Wang
On 2016/4/8 16:09, Marc Zyngier wrote: > On Fri, 8 Apr 2016 15:16:02 +0800 > Kefeng Wang wrote: > >> Add message of MBIGEN domain created, it's useful for check >> which MBIGEN domain is created. >> >> Meanwhile, drop module owner, it will be set by dr

Re: [PATCH] irqchip/mbigen: Display message of MBIGEN domain created

2016-04-08 Thread Kefeng Wang
On 2016/4/8 16:53, Marc Zyngier wrote: > On Fri, 8 Apr 2016 16:26:21 +0800 > Kefeng Wang wrote: >>> Overall, this doesn't look like a critical patch to me. I think Ma Jun >>> is working on separate series reworking the way the mgigen is getting >>> probed,

Re: [PATCH] irqchip/mbigen: Display message of MBIGEN domain created

2016-04-10 Thread Kefeng Wang
On 2016/4/8 18:46, Marc Zyngier wrote: > On 08/04/16 11:33, Kefeng Wang wrote: >> >> >> On 2016/4/8 16:53, Marc Zyngier wrote: >>> On Fri, 8 Apr 2016 16:26:21 +0800 >>> Kefeng Wang wrote: >> [...] >> But there is still one issue in the fo

[PATCH v2] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()

2016-04-04 Thread Kefeng Wang
97("serial: 8250_dw: Use 64-bit access for OCTEON") for OCTEON, so for !PORT_OCTEON, we better to use coincident write func. Fixes: cdcea058e510("serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()") Signe:-off-by: Kefeng Wang --- drivers/tty/serial/8250/

[PATCH v2 resend] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()

2016-04-04 Thread Kefeng Wang
7 ("serial: 8250_dw: Use 64-bit access for OCTEON.") for OCTEON, so for !PORT_OCTEON, we better to use coincident write func. Fixes: cdcea058e510("serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()") Signed-off-by: Kefeng Wang --- drivers/tty/serial/

Re: [PATCH v2] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()

2016-04-04 Thread Kefeng Wang
Please ignore, sorry for typos, and will resend. On 2016/4/5 10:49, Kefeng Wang wrote: > Commit cdcea058e510("serial: 8250_dw: Avoid serial_outx code duplicate > with new dw8250_check_lcr()") introduce a wrong logic when write val to > LCR reg. When CONFIG_64BIT enabled, _

[PATCH v3] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()

2016-04-04 Thread Kefeng Wang
7 ("serial: 8250_dw: Use 64-bit access for OCTEON.") for OCTEON, so for !PORT_OCTEON, we better to use coincident write func. Fixes: cdcea058e510("serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()") Signed-off-by: Kefeng Wang --- Keep #ifdef CONFIG_64BIT

Re: [PATCH v3] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()

2016-04-04 Thread Kefeng Wang
On 2016/4/5 12:02, Greg Kroah-Hartman wrote: > On Tue, Apr 05, 2016 at 11:32:46AM +0800, Kefeng Wang wrote: >> Commit cdcea058e510 ("serial: 8250_dw: Avoid serial_outx code duplicate >> with new dw8250_check_lcr()") introduce a wrong logic when write val to >> LCR

[PATCH v4] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()

2016-04-04 Thread Kefeng Wang
7 ("serial: 8250_dw: Use 64-bit access for OCTEON.") for OCTEON, so for !PORT_OCTEON, we better to use coincident write func. Fixes: cdcea058e510("serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()") Signed-off-by: Kefeng Wang --- Changes since v3: - A

[PATCH v3 00/14] use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
: - https://lkml.org/lkml/2016/1/26/1123 Kefeng Wang (14): arm: use of_platform_default_populate() to populate default bus arm64: use of_platform_default_populate() to populate default bus mips: use of_platform_default_populate() to populate default bus c6x: use of_platform_default_populate

[PATCH v3 07/14] nios2: use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Cc: Ley Foon Tan Signed-off-by: Kefeng Wang --- arch/nios2/platform/platform.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

[PATCH v3 05/14] metag: use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Acked-by: James Hogan Cc: James Hogan Signed-off-by: Kefeng Wang --- arch/metag/kernel/setup.c | 3 +-- 1 file changed, 1 insertion(+), 2

[PATCH v3 03/14] mips: use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Tested-by: Joshua Henderson Cc: Ralf Baechle Signed-off-by: Kefeng Wang --- arch/mips/ath79/setup.c | 2 +- arch/mips/jz4740/setup.c

[PATCH v3 08/14] xtensa: use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Acked-by: Max Filippov Cc: Chris Zankel Cc: Max Filippov Signed-off-by: Kefeng Wang --- arch/xtensa/kernel/setup.c | 2 +- 1 file changed, 1

[PATCH v3 06/14] cris: use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Cc: Mikael Starvik Cc: Jesper Nilsson Signed-off-by: Kefeng Wang --- arch/cris/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH v3 04/14] c6x: use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Acked-by: Mark Salter Cc: Mark Salter Cc: Aurelien Jacquiot Signed-off-by: Kefeng Wang --- arch/c6x/platforms/platform.c | 2 +- 1 file

[PATCH v3 02/14] arm64: use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Acked-by: Catalin Marinas Cc: Catalin Marinas Cc: Will Deacon Cc: Arnd Bergmann Signed-off-by: Kefeng Wang --- arch/arm64/kernel/setup.c | 3

[PATCH v3 10/14] bus: imx-weim: use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Acked-by: Shawn Guo Cc: Signed-off-by: Huang Shijie Cc: Shawn Guo Signed-off-by: Kefeng Wang --- drivers/bus/imx-weim.c | 5 ++--- 1 file

[PATCH v3 12/14] memory: omap-gpmc: use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Acked-by: Roger Quadros Cc: Roger Quadros Cc: Tony Lindgren Signed-off-by: Kefeng Wang --- drivers/memory/omap-gpmc.c | 3 +-- 1 file changed

[PATCH v3 13/14] of: unittest: use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Cc: Rob Herring Cc: Frank Rowand Cc: Grant Likely Signed-off-by: Kefeng Wang --- drivers/of/unittest.c | 5 ++--- 1 file changed, 2 insertions

[PATCH v3 11/14] bus: uniphier-system-bus: use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Acked-by: Masahiro Yamada Cc: Masahiro Yamada Signed-off-by: Kefeng Wang --- drivers/bus/uniphier-system-bus.c | 3 +-- 1 file changed, 1

[PATCH v3 14/14] Revert "of/platform: export of_default_bus_match_table"

2016-04-04 Thread Kefeng Wang
: Grant Likely Signed-off-by: Kefeng Wang --- drivers/of/platform.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/of/platform.c b/drivers/of/platform.c index 8d103e4..af98343 100644 --- a/drivers/of/platform.c +++ b/drivers/of/platform.c @@ -31,7 +31,6 @@ const struct of_device_id

[PATCH v3 01/14] arm: use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
Cc: Olof Johansson Signed-off-by: Kefeng Wang --- arch/arm/kernel/setup.c | 3 +-- arch/arm/mach-artpec/board-artpec6.c | 2 +- arch/arm/mach-at91/at91rm9200.c | 2 +- arch/arm/mach-at91/at91sam9.c| 2 +- arch/arm/mach-at91/sama5.c | 2

[PATCH v3 09/14] sh: use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Cc: Rich Felker Cc: Yoshinori Sato Signed-off-by: Kefeng Wang --- arch/sh/boards/of-generic.c | 3 +-- 1 file changed, 1 insertion(+), 2

Re: [PATCH v3 00/14] use of_platform_default_populate() to populate default bus

2016-04-05 Thread Kefeng Wang
Hi all, On 2016/4/5 13:59, Kefeng Wang wrote: > Use helper of_platform_default_populate() in linux/of_platform > when possible, instead of calling of_platform_populate() with > the default match table. > > Then it is possible for driver code build as a module, and no &

Re: [PATCH v4] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()

2016-04-07 Thread Kefeng Wang
On 2016/4/5 18:50, Andy Shevchenko wrote: > On Tue, 2016-04-05 at 13:53 +0800, Kefeng Wang wrote: >> Commit cdcea058e510 ("serial: 8250_dw: Avoid serial_outx code >> duplicate >> with new dw8250_check_lcr()") introduce a wrong logic when write val >> to

Re: [PATCH v4] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()

2016-04-19 Thread Kefeng Wang
Hi Greg, ping... On 2016/4/7 16:33, Kefeng Wang wrote: > > > On 2016/4/5 18:50, Andy Shevchenko wrote: >> On Tue, 2016-04-05 at 13:53 +0800, Kefeng Wang wrote: >>> Commit cdcea058e510 ("serial: 8250_dw: Avoid serial_outx code >>> duplicate >>>

[PATCH] of: iommu: make of_iommu_init() postcore_initcall_sync

2016-04-23 Thread Kefeng Wang
of_iommu_init() called before of_platform_populate. Cc: Arnd Bergmann Cc: Marek Szyprowski Cc: Rich Felker Cc: Rob Herring Cc: Robin Murphy Cc: Will Deacon Signed-off-by: Kefeng Wang --- arch/arm/kernel/setup.c | 2 -- arch/arm64/kernel/setup.c | 2 -- arch/sh/boards/of-generic.c | 2

Re: arm64: kernel v4.6-rc1 hangs on QEMU

2016-03-29 Thread Kefeng Wang
On 2016/3/30 6:52, Yury Norov wrote: > On Wed, Mar 30, 2016 at 12:32:42AM +0200, Arnd Bergmann wrote: >> On Wednesday 30 March 2016 01:22:17 Yury Norov wrote: Undefined instruction in cpuinfo_store_boot_cpu() could be related to the SYS_ID_AA64MMFR2_EL1 access that was recently add

[PATCH] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()

2016-04-01 Thread Kefeng Wang
ned-off-by: Kefeng Wang --- We met following calltrace twice, if the change is not necessary, correct me, and any advice will be appreciated, thanks. 8030.uart: ttyS0 at MMIO 0x8030 (irq = 7, base_baud = 1250) is a 16550A Unable to handle kernel paging request at virtual address ff

Re: [PATCH] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()

2016-04-01 Thread Kefeng Wang
On 2016/4/1 17:58, Andy Shevchenko wrote: > On Fri, 2016-04-01 at 17:06 +0800, Kefeng Wang wrote: >> Commit cdcea058e510("serial: 8250_dw: Avoid serial_outx code >> duplicate >> with new dw8250_check_lcr()") introduce a wrong logic when write val >> to

[PATCH] workqueue, lockdep: Fix new alloc_workqueue() error path

2019-03-18 Thread Kefeng Wang
ckdep: Fix an alloc_workqueue() error path") Signed-off-by: Kefeng Wang --- kernel/workqueue.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 4026d1871407..2c19f2968bc7 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c

Re: [PATCH] workqueue, lockdep: Fix new alloc_workqueue() error path

2019-03-18 Thread Kefeng Wang
Please ignore, no check lkml again,  see https://lkml.org/lkml/2019/3/11/1274:-) On 2019/3/18 19:58, Kefeng Wang wrote: > If alloc_workqueue_attrs() fails, the workqueue lockdep is > uninitialized, it will trigger a warning in err_free_wq path > when try to unregister workqueue lockde

[PATCH] media: vim2m: Fix BUG_ON in vim2m_device_release()

2019-09-07 Thread Kefeng Wang
do_syscall_64+0x5b/0x1c0 entry_SYSCALL_64_after_hwframe+0x44/0xa9 Fixes: ea6c7e34f3b2 ("media: vim2m: replace devm_kzalloc by kzalloc") Reported-by: Hulk Robot Cc: Laurent Pinchart Cc: Hans Verkuil Cc: Mauro Carvalho Chehab Signed-off-by: Kefeng Wang --- drivers/media/platform/v

Re: [PATCH] userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctx

2019-08-20 Thread Kefeng Wang
On 2019/8/21 0:02, Oleg Nesterov wrote: > userfaultfd_release() should clear vm_flags/vm_userfaultfd_ctx even > if mm->core_state != NULL. > > Otherwise a page fault can see userfaultfd_missing() == T and use an > already freed userfaultfd_ctx. > > Reported-by: Kefeng Wan

[PATCH v3] PCI: mobiveil: Fix csr_read/write build issue

2019-10-03 Thread Kefeng Wang
val, u32 off, size_t size) Cc: Hou Zhiqiang Cc: Lorenzo Pieralisi Cc: Minghuan Lian Cc: Subrahmanya Lingappa Cc: Andrew Murray Fixes: bcbe0d9a8d93 ("PCI: mobiveil: Unify register accessors") Signed-off-by: Kefeng Wang --- v3: - reduce line lengths suggested by Andrew v2: - usin

[PATCH v2] PCI: mobiveil: Fix csr_read/write build issue

2019-09-28 Thread Kefeng Wang
val, u32 off, size_t size) Cc: Hou Zhiqiang Cc: Lorenzo Pieralisi Cc: Minghuan Lian Cc: Subrahmanya Lingappa Cc: Christoph Hellwig Cc: Andrew Murray Fixes: bcbe0d9a8d93 ("PCI: mobiveil: Unify register accessors") Signed-off-by: Kefeng Wang --- v2: - using mobiveil prefix sug

Re: [PATCH 00/32] Kill pr_warning in the whole linux code

2019-10-07 Thread Kefeng Wang
Hi all, On 2019/10/2 16:55, Petr Mladek wrote: > Linus, > > On Fri 2019-09-20 14:25:12, Kefeng Wang wrote: >> There are pr_warning and pr_warng to show WARNING level message, >> most of the code using pr_warn, number based on next-20190919, >> >> pr_warn: 5

[PATCH 02/32] arm64: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Will Deacon Cc: Mark Rutland Cc: Catalin Marinas Signed-off-by: Kefeng Wang --- arch/arm64/kernel/hw_br

[PATCH 24/32] dma-debug: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Christoph Hellwig Cc: Marek Szyprowski Cc: Robin Murphy Signed-off-by: Kefeng Wang --- kernel/dma/debug.c

[PATCH 23/32] vgacon: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Bartlomiej Zolnierkiewicz Cc: linux-fb...@vger.kernel.org Signed-off-by: Kefeng Wang --- drivers/video/conso

[PATCH 07/32] x86: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
Shevchenko Signed-off-by: Kefeng Wang --- arch/x86/kernel/amd_gart_64.c | 11 --- arch/x86/kernel/apic/apic.c| 41 -- arch/x86/kernel/setup_percpu.c | 4 +-- arch/x86/kernel/tboot.c| 15 +- arch/x86/kernel/ts

[PATCH 29/32] tools lib api: Renaming pr_warning to pr_warn

2019-09-19 Thread Kefeng Wang
Signed-off-by: Kefeng Wang --- tools/lib/api/debug-internal.h | 4 ++-- tools/lib/api/debug.c | 4 ++-- tools/lib/api/fs/fs.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/lib/api/debug-internal.h b/tools/lib/api/debug-internal.h index 80c783497d25

[PATCH 32/32] checkpatch: Drop pr_warning check

2019-09-19 Thread Kefeng Wang
For now, all pr_warning are removed, delete pr_warning check in checkpatch. Cc: Andy Whitcroft Cc: Joe Perches Signed-off-by: Kefeng Wang --- scripts/checkpatch.pl | 9 - 1 file changed, 9 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 93a7edfe0f05

[PATCH 21/32] staging: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Karsten Keil Cc: Greg Kroah-Hartman Signed-off-by: Kefeng Wang --- drivers/staging/isdn/gigaset/interface.c

[PATCH 31/32] tools perf: Renaming pr_warning to pr_warn

2019-09-19 Thread Kefeng Wang
: Alexander Shishkin Cc: Jiri Olsa Signed-off-by: Kefeng Wang --- tools/perf/arch/x86/util/intel-pt.c | 2 +- tools/perf/builtin-annotate.c| 7 +- tools/perf/builtin-buildid-cache.c | 28 +++--- tools/perf/builtin-diff.c| 12 +-- tools/perf/builtin-help.c

[PATCH 25/32] trace: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Steven Rostedt Cc: Ingo Molnar Signed-off-by: Kefeng Wang --- kernel/trace/trace_benchmark.c | 4 ++-- 1

[PATCH 26/32] lib: cpu_rmap: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Andrew Morton Signed-off-by: Kefeng Wang --- lib/cpu_rmap.c | 2 +- 1 file changed, 1 insertion(+), 1 de

[PATCH 30/32] tools lib bpf: Renaming pr_warning to pr_warn

2019-09-19 Thread Kefeng Wang
: Yonghong Song Cc: b...@vger.kernel.org Signed-off-by: Kefeng Wang --- tools/lib/bpf/btf.c | 56 +-- tools/lib/bpf/btf_dump.c| 20 +- tools/lib/bpf/libbpf.c | 652 tools/lib/bpf/libbpf_internal.h | 2 +- tools/lib/bpf/xsk.c

[PATCH 08/32] acpi: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: "Rafael J. Wysocki" Cc: Len Brown Cc: James Morse Signed-off-by: Kefeng Wang --- drivers/a

[PATCH 18/32] platform/x86: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Corentin Chary Cc: Darren Hart Cc: Andy Shevchenko Signed-off-by: Kefeng Wang --- drivers/platform/x8

[PATCH 19/32] scsi: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: "James E.J. Bottomley" Cc: "Martin K. Petersen" Signed-off-by: Kefeng Wang --- drivers/

[PATCH 14/32] idsn: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Karsten Keil Signed-off-by: Kefeng Wang --- drivers/isdn/hardware/mISDN/avmfritz.c | 16 ---

[PATCH 09/32] drbd: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Philipp Reisner Cc: Lars Ellenberg Cc: Jens Axboe Cc: drbd-...@lists.linbit.com Signed-off-by: Kefeng Wan

[PATCH 03/32] ia64: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Tony Luck Cc: Fenghua Yu Signed-off-by: Kefeng Wang --- arch/ia64/kernel/setup.c | 2 +- 1 file changed, 1

[PATCH 27/32] ASoC: samsung: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Krzysztof Kozlowski Cc: Sangbeom Kim Cc: Sylwester Nawrocki Cc: Jaroslav Kysela Cc: Takashi Iwai Signed

[PATCH 12/32] crypto: n2: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Herbert Xu Cc: "David S. Miller" Signed-off-by: Kefeng Wang --- drivers/crypto/n2_core.c | 12 +++

[PATCH 05/32] sh: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Stephen Rothwell Cc: Yoshinori Sato Cc: Rich Felker Signed-off-by: Kefeng Wang --- arch/sh/boards/mac

[PATCH 20/32] sh/intc: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Yoshinori Sato Cc: Rich Felker Signed-off-by: Kefeng Wang --- drivers/sh/intc/core.c | 4 ++-- 1 file change

[PATCH 28/32] printk: Drop pr_warning

2019-09-19 Thread Kefeng Wang
With all pr_warning are removed, saftely drop pr_warning definition. Cc: Petr Mladek Cc: Sergey Senozhatsky Cc: Steven Rostedt Signed-off-by: Kefeng Wang --- include/linux/printk.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/linux/printk.h b/include/linux

[PATCH 17/32] oprofile: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Robert Richter Signed-off-by: Kefeng Wang --- drivers/oprofile/oprofile_perf.c | 8 1 file change

[PATCH 10/32] gdrom: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Jens Axboe Signed-off-by: Kefeng Wang --- drivers/cdrom/gdrom.c | 4 ++-- 1 file changed, 2 insertions(

[PATCH 00/32] Kill pr_warning in the whole linux code

2019-09-19 Thread Kefeng Wang
Miscellanea: o Coalesce formats o Realign arguments o Remove unnecessary line continuations

[PATCH 15/32] macintosh: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Benjamin Herrenschmidt Cc: linuxppc-...@lists.ozlabs.org Signed-off-by: Kefeng Wang --- dr

[PATCH 22/32] fs: afs: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: David Howells Cc: linux-...@lists.infradead.org Signed-off-by: Kefeng Wang --- fs/afs/flock.c | 4 ++--

[PATCH 01/32] alpha: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Peter Zijlstra Cc: Ingo Molnar Signed-off-by: Kefeng Wang --- arch/alpha/kernel/perf_event.c | 4 ++-- 1

[PATCH 13/32] ide: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: "David S. Miller" Signed-off-by: Kefeng Wang --- drivers/ide/tx4938ide.c | 2 +- drivers/ide/tx4939

[PATCH 06/32] sparc: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: "David S. Miller" Cc: Andrew Morton Signed-off-by: Kefeng Wang --- arch/sparc/kernel/smp_64.c | 6

[PATCH 16/32] of: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Rob Herring Cc: Frank Rowand Signed-off-by: Kefeng Wang --- drivers/of/fdt.c | 20 ++-- 1 f

[PATCH 04/32] riscv: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Paul Walmsley Cc: Palmer Dabbelt Cc: Albert Ou Signed-off-by: Kefeng Wang --- arch/riscv/kernel/module.c |

[PATCH 11/32] clocksource: samsung_pwm_timer: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Daniel Lezcano Signed-off-by: Kefeng Wang --- drivers/clocksource/samsung_pwm_timer.c | 2 +- 1 file chang

Re: [PATCH 18/32] platform/x86: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
On 2019/9/20 14:26, Andy Shevchenko wrote: > On Fri, Sep 20, 2019 at 9:10 AM Kefeng Wang > wrote: >> As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of >> pr_warning"), removing pr_warning so all logging messages use a >> consistent _warn style.

[PATCH v2 2/3] platform/x86: asus-laptop: Use pr_warn instead of pr_warning

2019-09-20 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Corentin Chary Cc: Darren Hart Cc: Andy Shevchenko Cc: Andy Shevchenko Signed-off-by: Kefeng Wang --- d

[PATCH v2 3/3] platform/x86: intel_oaktrail: Use pr_warn instead of pr_warning

2019-09-20 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Corentin Chary Cc: Darren Hart Cc: Andy Shevchenko Cc: Andy Shevchenko Signed-off-by: Kefeng Wang --- d

[PATCH v2 1/3] platform/x86: eeepc-laptop: Use pr_warn instead of pr_warning

2019-09-20 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Corentin Chary Cc: Darren Hart Cc: Andy Shevchenko Cc: Andy Shevchenko Signed-off-by: Kefeng Wang --- d

Re: [PATCH 07/32] x86: Use pr_warn instead of pr_warning

2019-09-20 Thread Kefeng Wang
On 2019/9/20 17:28, Robert Richter wrote: > On 20.09.19 14:25:19, Kefeng Wang wrote: >> As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of >> pr_warning"), removing pr_warning so all logging messages use a >> consistent _warn style. Let's

[PATCH] PCI: mobiveil: Fix csr_read/write build issue

2019-09-25 Thread Kefeng Wang
i Cc: Minghuan Lian Cc: Subrahmanya Lingappa Cc: Karthikeyan Mitran Cc: Lorenzo Pieralisi Fixes: bcbe0d9a8d93 ("PCI: mobiveil: Unify register accessors") Signed-off-by: Kefeng Wang --- drivers/pci/controller/pcie-mobiveil.c | 8 1 file changed, 4 insertions(+), 4 deletion

Re: [PATCH v2 3/3] platform/x86: intel_oaktrail: Use pr_warn instead of pr_warning

2019-09-25 Thread Kefeng Wang
On 2019/9/25 23:04, Andy Shevchenko wrote: > On Fri, Sep 20, 2019 at 1:55 PM Kefeng Wang > wrote: >> As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of >> pr_warning"), removing pr_warning so all logging messages use a >> consistent _warn style.

Re: [PATCH 07/32] x86: Use pr_warn instead of pr_warning

2019-09-25 Thread Kefeng Wang
On 2019/9/20 23:28, Joe Perches wrote: > On Fri, 2019-09-20 at 19:57 +0800, Kefeng Wang wrote: >> On 2019/9/20 17:28, Robert Richter wrote: >>> On 20.09.19 14:25:19, Kefeng Wang wrote: >>>> As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of >&g

Re: [PATCH 24/32] dma-debug: Use pr_warn instead of pr_warning

2019-09-25 Thread Kefeng Wang
On 2019/9/26 1:13, Christoph Hellwig wrote: > On Fri, Sep 20, 2019 at 02:25:36PM +0800, Kefeng Wang wrote: >> As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of >> pr_warning"), removing pr_warning so all logging messages use a >> consistent _warn st

Re: [PATCH 30/32] tools lib bpf: Renaming pr_warning to pr_warn

2019-09-25 Thread Kefeng Wang
On 2019/9/23 21:35, Daniel Borkmann wrote: > On Mon, Sep 23, 2019 at 01:03:06PM +0200, Petr Mladek wrote: >> On Mon 2019-09-23 10:20:39, Daniel Borkmann wrote: >>> On Sun, Sep 22, 2019 at 02:07:21PM -0700, Andrii Nakryiko wrote: >>>> On Fri, Sep 20, 2019 at 10:

[PATCH] riscv: move flush_icache_range/user_range() after flush_icache_all()

2019-09-25 Thread Kefeng Wang
When build lkdtm module, which used flush_icache_range(), error occurred, ERROR: "flush_icache_all" [drivers/misc/lkdtm/lkdtm.ko] undefined! Fix it. Cc: Paul Walmsley Cc: Palmer Dabbelt Cc: Albert Ou Signed-off-by: Kefeng Wang --- arch/riscv/include/asm/cacheflush.h | 14 +++

Re: [PATCH] riscv: move flush_icache_range/user_range() after flush_icache_all()

2019-09-25 Thread Kefeng Wang
Please ignore this version. On 2019/9/26 10:29, Kefeng Wang wrote: > When build lkdtm module, which used flush_icache_range(), error occurred, > > ERROR: "flush_icache_all" [drivers/misc/lkdtm/lkdtm.ko] undefined! > > Fix it. > > Cc: Paul Walmsley > Cc: Palmer

Re: [PATCH v2 3/3] platform/x86: intel_oaktrail: Use pr_warn instead of pr_warning

2019-09-25 Thread Kefeng Wang
On 2019/9/26 13:48, Andy Shevchenko wrote: > On Thu, Sep 26, 2019 at 4:29 AM Kefeng Wang > wrote: >> On 2019/9/25 23:04, Andy Shevchenko wrote: >>> On Fri, Sep 20, 2019 at 1:55 PM Kefeng Wang >>> wrote: >>> You have to send to proper mailing lists a

Re: [PATCH] riscv: move flush_icache_range/user_range() after flush_icache_all()

2019-09-26 Thread Kefeng Wang
On 2019/9/26 14:52, Andreas Schwab wrote: > https://lore.kernel.org/linux-riscv/mvm7e9spggv@suse.de/ > > Andreas. > Hi Andreas, my change is wrong. For no SMP, lkdtm built ok because flush_icache_all() is defined as local_flush_icache_all() macro, but for SMP, the reason of build error

Re: [PATCH v2 3/3] platform/x86: intel_oaktrail: Use pr_warn instead of pr_warning

2019-09-26 Thread Kefeng Wang
On 2019/9/26 15:32, Andy Shevchenko wrote: > On Thu, Sep 26, 2019 at 9:09 AM Kefeng Wang > wrote: >> On 2019/9/26 13:48, Andy Shevchenko wrote: >>> On Thu, Sep 26, 2019 at 4:29 AM Kefeng Wang >>> wrote: >>>> On 2019/9/25 23:04, Andy Shevchenko wr

Re: [PATCH 00/32] Kill pr_warning in the whole linux code

2019-10-17 Thread Kefeng Wang
On 2019/10/17 21:05, Petr Mladek wrote: > On Tue 2019-10-08 14:39:32, Kefeng Wang wrote: >> Hi all, >> >> On 2019/10/2 16:55, Petr Mladek wrote: >>> Linus, >>> >>> On Fri 2019-09-20 14:25:12, Kefeng Wang wrote: >>>> There are pr_warn

Re: [PATCH 00/32] Kill pr_warning in the whole linux code

2019-10-17 Thread Kefeng Wang
On 2019/10/18 0:38, Joe Perches wrote: > On Thu, 2019-10-17 at 21:29 +0800, Kefeng Wang wrote: >> On 2019/10/17 21:05, Petr Mladek wrote: >>> On Tue 2019-10-08 14:39:32, Kefeng Wang wrote: >>>> On 2019/10/2 16:55, Petr Mladek wrote: >>>>>

[PATCH v2 07/33] x86: Use pr_warn instead of pr_warning

2019-10-17 Thread Kefeng Wang
y Shevchenko Reviewed-by: Sergey Senozhatsky Signed-off-by: Kefeng Wang --- arch/x86/kernel/amd_gart_64.c | 12 arch/x86/kernel/apic/apic.c| 41 -- arch/x86/kernel/setup_percpu.c | 4 +-- arch/x86/kernel/tboot.c| 15 ++

[PATCH v2 20/33] platform/x86: intel_oaktrail: Use pr_warn instead of pr_warning

2019-10-17 Thread Kefeng Wang
Signed-off-by: Kefeng Wang --- drivers/platform/x86/intel_oaktrail.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/platform/x86/intel_oaktrail.c b/drivers/platform/x86/intel_oaktrail.c index 3c0438ba385e..1a09a75bd16d 100644 --- a/drivers/platform/x86/intel_o

[PATCH v2 01/33] alpha: Use pr_warn instead of pr_warning

2019-10-17 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Peter Zijlstra Cc: Ingo Molnar Reviewed-by: Sergey Senozhatsky Signed-off-by: Kefeng Wang --- ar

[PATCH v2 10/33] gdrom: Use pr_warn instead of pr_warning

2019-10-17 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Jens Axboe Reviewed-by: Sergey Senozhatsky Signed-off-by: Kefeng Wang --- drivers/cdrom/gdrom.c | 4 ++-- 1

[PATCH v2 13/33] ide: Use pr_warn instead of pr_warning

2019-10-17 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: "David S. Miller" Reviewed-by: Sergey Senozhatsky Signed-off-by: Kefeng Wang --- drivers/ide/tx

[PATCH v2 24/33] vgacon: Use pr_warn instead of pr_warning

2019-10-17 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Bartlomiej Zolnierkiewicz Cc: linux-fb...@vger.kernel.org Reviewed-by: Sergey Senozhatsky Signed-off-

[PATCH v2 32/33] tools perf: Renaming pr_warning to pr_warn

2019-10-17 Thread Kefeng Wang
: Alexander Shishkin Cc: Jiri Olsa Reviewed-by: Sergey Senozhatsky Signed-off-by: Kefeng Wang --- tools/perf/arch/x86/util/intel-pt.c | 2 +- tools/perf/builtin-annotate.c| 7 +- tools/perf/builtin-buildid-cache.c | 28 +++--- tools/perf/builtin-diff.c

[PATCH v2 23/33] fs: afs: Use pr_warn instead of pr_warning

2019-10-17 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: David Howells Cc: linux-...@lists.infradead.org Reviewed-by: Sergey Senozhatsky Signed-off-by: Kefeng Wa

[PATCH v2 19/33] platform/x86: asus-laptop: Use pr_warn instead of pr_warning

2019-10-17 Thread Kefeng Wang
Signed-off-by: Kefeng Wang --- drivers/platform/x86/asus-laptop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index fc6446209854..a666fbc2e73b 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drive

<    1   2   3   4   5   6   >