[PATCH v3 3/3] drm/tilcdc: fix pixel clock setting warning message

2021-03-22 Thread Dario Binacchi
The warning message did not printed the LCD pixel clock rate but the LCD clock divisor input rate. As a consequence, the required and real pixel clock rates are now passed to the tilcdc_pclk_diff(). Signed-off-by: Dario Binacchi --- Changes in v3: - Replace calculated with requested in the

Re: [PATCH v2 3/3] drm/tilcdc: fix pixel clock setting warning message

2021-03-22 Thread Tomi Valkeinen
On 21/03/2021 10:31, Dario Binacchi wrote: The warning message did not printed the LCD pixel clock rate but the LCD clock divisor input rate. As a consequence, the required and real pixel clock rates are now passed to the tilcdc_pclk_diff(). Signed-off-by: Dario Binacchi --- Changes in v2

[PATCH v2 3/3] drm/tilcdc: fix pixel clock setting warning message

2021-03-21 Thread Dario Binacchi
The warning message did not printed the LCD pixel clock rate but the LCD clock divisor input rate. As a consequence, the required and real pixel clock rates are now passed to the tilcdc_pclk_diff(). Signed-off-by: Dario Binacchi --- Changes in v2: - The patch has been added in version 2

[PATCH] media: v4l2-mc: fix a warning message

2021-03-15 Thread Antti Keränen
The message erroneously told that the pad wasn't found from a tuner when in reality it wasn't found from a decoder. Signed-off-by: Antti Keränen --- drivers/media/v4l2-core/v4l2-mc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/v4l2-core/v4l2-mc.c b/drivers/

Re: [PATCH v2 bpf-next] bpf: fix a warning message in mark_ptr_not_null_reg()

2021-02-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Wed, 17 Feb 2021 10:45:25 +0300 you wrote: > The WARN_ON() argument is a condition, not an error message. So this > code will print a stack trace but will not print the warning message. > Fix that and also cha

[PATCH v2 bpf-next] bpf: fix a warning message in mark_ptr_not_null_reg()

2021-02-16 Thread Dan Carpenter
The WARN_ON() argument is a condition, not an error message. So this code will print a stack trace but will not print the warning message. Fix that and also change it to only WARN_ONCE(). Fixes: 4ddb74165ae5 ("bpf: Extract nullable reg type conversion into a helper function") Signed-o

Re: [PATCH] bpf: fix a warning message in mark_ptr_not_null_reg()

2021-02-16 Thread Daniel Borkmann
On 2/16/21 10:10 PM, KP Singh wrote: On Tue, Feb 16, 2021 at 8:37 PM Dan Carpenter wrote: The WARN_ON() argument is a condition, and it generates a stack trace but it doesn't print the warning. Fixes: 4ddb74165ae5 ("bpf: Extract nullable reg type conversion into a helper function") Signed-of

Re: [PATCH] bpf: fix a warning message in mark_ptr_not_null_reg()

2021-02-16 Thread KP Singh
On Tue, Feb 16, 2021 at 8:37 PM Dan Carpenter wrote: > > The WARN_ON() argument is a condition, and it generates a stack trace > but it doesn't print the warning. > > Fixes: 4ddb74165ae5 ("bpf: Extract nullable reg type conversion into a helper > function") > Signed-off-by: Dan Carpenter > --- >

[PATCH] bpf: fix a warning message in mark_ptr_not_null_reg()

2021-02-16 Thread Dan Carpenter
The WARN_ON() argument is a condition, and it generates a stack trace but it doesn't print the warning. Fixes: 4ddb74165ae5 ("bpf: Extract nullable reg type conversion into a helper function") Signed-off-by: Dan Carpenter --- kernel/bpf/verifier.c | 2 +- 1 file changed, 1 insertion(+), 1 delet

[PATCH 5.4 392/453] SMB3: avoid confusing warning message on mount to Azure

2020-12-28 Thread Greg Kroah-Hartman
From: Steve French commit ebcd6de98754d9b6a5f89d7835864b1c365d432f upstream. Mounts to Azure cause an unneeded warning message in dmesg "CIFS: VFS: parse_server_interfaces: incomplete interface info" Azure rounds up the size (by 8 additional bytes, to a 16 byte boundary) of the

[PATCH 5.10 623/717] SMB3: avoid confusing warning message on mount to Azure

2020-12-28 Thread Greg Kroah-Hartman
From: Steve French commit ebcd6de98754d9b6a5f89d7835864b1c365d432f upstream. Mounts to Azure cause an unneeded warning message in dmesg "CIFS: VFS: parse_server_interfaces: incomplete interface info" Azure rounds up the size (by 8 additional bytes, to a 16 byte boundary) of the

[PATCH 5.10 625/717] SMB3.1.1: do not log warning message if server doesnt populate salt

2020-12-28 Thread Greg Kroah-Hartman
From: Steve French commit 7955f105afb6034af344038d663bc98809483cdd upstream. In the negotiate protocol preauth context, the server is not required to populate the salt (although it is done by most servers) so do not warn on mount. We retain the checks (warn) that the preauth context is the mini

[PATCH 4.19 310/346] SMB3.1.1: do not log warning message if server doesnt populate salt

2020-12-28 Thread Greg Kroah-Hartman
From: Steve French commit 7955f105afb6034af344038d663bc98809483cdd upstream. In the negotiate protocol preauth context, the server is not required to populate the salt (although it is done by most servers) so do not warn on mount. We retain the checks (warn) that the preauth context is the mini

[PATCH 4.19 309/346] SMB3: avoid confusing warning message on mount to Azure

2020-12-28 Thread Greg Kroah-Hartman
From: Steve French commit ebcd6de98754d9b6a5f89d7835864b1c365d432f upstream. Mounts to Azure cause an unneeded warning message in dmesg "CIFS: VFS: parse_server_interfaces: incomplete interface info" Azure rounds up the size (by 8 additional bytes, to a 16 byte boundary) of the

Re: [PATCH] power: supply: Fix a typo in warning message

2020-12-12 Thread Sebastian Reichel
Hi, On Sat, Dec 05, 2020 at 10:25:32AM +0900, Masanari Iida wrote: > This patch fix a warning messages in power_supply_sysfs.c > > Signed-off-by: Masanari Iida > --- Thanks, queued. -- Sebastian > drivers/power/supply/power_supply_sysfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(

[PATCH] power: supply: Fix a typo in warning message

2020-12-04 Thread Masanari Iida
This patch fix a warning messages in power_supply_sysfs.c Signed-off-by: Masanari Iida --- drivers/power/supply/power_supply_sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/supply/power_supply_sysfs.c b/drivers/power/supply/power_supply_sysfs.c index a6

[PATCH 5.4 066/214] brcmfmac: Fix warning message after dongle setup failed

2020-11-03 Thread Greg Kroah-Hartman
From: Wright Feng [ Upstream commit 6aa5a83a7ed8036c1388a811eb8bdfa77b21f19c ] Brcmfmac showed warning message in fweh.c when checking the size of event queue which is not initialized. Therefore, we only cancel the worker and reset event handler only when it is initialized. [ 145.505899

[PATCH 5.9 128/391] brcmfmac: Fix warning message after dongle setup failed

2020-11-03 Thread Greg Kroah-Hartman
From: Wright Feng [ Upstream commit 6aa5a83a7ed8036c1388a811eb8bdfa77b21f19c ] Brcmfmac showed warning message in fweh.c when checking the size of event queue which is not initialized. Therefore, we only cancel the worker and reset event handler only when it is initialized. [ 145.505899

[PATCH AUTOSEL 5.8 082/132] brcmfmac: Fix warning message after dongle setup failed

2020-10-26 Thread Sasha Levin
From: Wright Feng [ Upstream commit 6aa5a83a7ed8036c1388a811eb8bdfa77b21f19c ] Brcmfmac showed warning message in fweh.c when checking the size of event queue which is not initialized. Therefore, we only cancel the worker and reset event handler only when it is initialized. [ 145.505899

[PATCH AUTOSEL 5.4 49/80] brcmfmac: Fix warning message after dongle setup failed

2020-10-26 Thread Sasha Levin
From: Wright Feng [ Upstream commit 6aa5a83a7ed8036c1388a811eb8bdfa77b21f19c ] Brcmfmac showed warning message in fweh.c when checking the size of event queue which is not initialized. Therefore, we only cancel the worker and reset event handler only when it is initialized. [ 145.505899

[PATCH AUTOSEL 5.9 090/147] brcmfmac: Fix warning message after dongle setup failed

2020-10-26 Thread Sasha Levin
From: Wright Feng [ Upstream commit 6aa5a83a7ed8036c1388a811eb8bdfa77b21f19c ] Brcmfmac showed warning message in fweh.c when checking the size of event queue which is not initialized. Therefore, we only cancel the worker and reset event handler only when it is initialized. [ 145.505899

Re: [PATCH -next] powerpc/powernv: fix wrong warning message in opalcore_config_init()

2020-09-24 Thread Michael Ellerman
On Wed, 16 Sep 2020 14:21:29 +0800, Qinglang Miao wrote: > The logic of the warn output is incorrect. The two args should be > exchanged. Applied to powerpc/next. [1/1] powerpc/powernv: fix wrong warning message in opalcore_config_init() https://git.kernel.org/pow

[PATCH -next] powerpc/powernv: fix wrong warning message in opalcore_config_init()

2020-09-15 Thread Qinglang Miao
The logic of the warn output is incorrect. The two args should be exchanged. Signed-off-by: Qinglang Miao --- arch/powerpc/platforms/powernv/opal-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/platforms/powernv/opal-core.c b/arch/powerpc/platforms/powern

Re: [PATCH bpf] bpf: doc: remove references to warning message when using bpf_trace_printk()

2020-08-07 Thread Daniel Borkmann
On 8/7/20 1:50 PM, Alan Maguire wrote: The BPF helper bpf_trace_printk() no longer uses trace_printk(); it is now triggers a dedicated trace event. Hence the described warning is no longer present, so remove the discussion of it as it may confuse people. Fixes: ac5a72ea5c89 ("bpf: Use dedicated

[PATCH bpf] bpf: doc: remove references to warning message when using bpf_trace_printk()

2020-08-07 Thread Alan Maguire
.rst +++ b/Documentation/bpf/bpf_design_QA.rst @@ -246,17 +246,6 @@ program is loaded the kernel will print warning message, so this helper is only useful for experiments and prototypes. Tracing BPF programs are root only. -Q: bpf_trace_printk() helper warning

Re: [PATCH] powerpc/powernv: Fix a warning message

2020-06-08 Thread Michael Ellerman
On Sat, 2020-05-02 at 11:59:49 UTC, Christophe JAILLET wrote: > Fix a cut'n'paste error in a warning message. This should be > 'cpu-idle-state-residency-ns' to match the property searched in the > previous 'of_property_read_u32_array()' > > Fixes:

[PATCH AUTOSEL 5.6 019/606] bootconfig: Fix to prevent warning message if no bootconfig option

2020-06-08 Thread Sasha Levin
From: Masami Hiramatsu commit 611d0a95d46b0977a530b4d538948c69d447b001 upstream. Commit de462e5f1071 ("bootconfig: Fix to remove bootconfig data from initrd while boot") causes a cosmetic regression on dmesg, which warns "no bootconfig data" message without bootconfig cmdline option. Fix setup_

[PATCH v2 12/41] media: atomisp: get rid of a warning message

2020-05-29 Thread Mauro Carvalho Chehab
There's a warning message about an unused code. The code that were using it were commented out, due to a problem causing the firmware load to fail on the machines we're using for testing. Change the place where we're commenting the code out, in order to avoid the warning. Fixe

Re: [PATCH 2/2] perf intel-pt: Refine kernel decoding only warning message

2020-05-28 Thread Arnaldo Carvalho de Melo
Em Thu, May 28, 2020 at 03:08:59PM +0300, Adrian Hunter escreveu: > Stop the message displaying when user space is not being traced. > > Example: > > Prerequisites: > > sudo setcap > "cap_sys_rawio,cap_sys_admin,cap_sys_ptrace,cap_syslog,cap_ipc_lock=ep" > ~/bin/perf > sudo chmod +r

[PATCH 2/2] perf intel-pt: Refine kernel decoding only warning message

2020-05-28 Thread Adrian Hunter
Stop the message displaying when user space is not being traced. Example: Prerequisites: sudo setcap "cap_sys_rawio,cap_sys_admin,cap_sys_ptrace,cap_syslog,cap_ipc_lock=ep" ~/bin/perf sudo chmod +r /proc/kcore Before: $ perf record --no-switch-events --kcore -a -e intel_pt//k

[PATCH 5.6 135/194] bootconfig: Fix to prevent warning message if no bootconfig option

2020-05-18 Thread Greg Kroah-Hartman
From: Masami Hiramatsu commit 611d0a95d46b0977a530b4d538948c69d447b001 upstream. Commit de462e5f1071 ("bootconfig: Fix to remove bootconfig data from initrd while boot") causes a cosmetic regression on dmesg, which warns "no bootconfig data" message without bootconfig cmdline option. Fix setup_

Re: [for-linus][PATCH 3/3] bootconfig: Fix to prevent warning message if no bootconfig option

2020-05-12 Thread Steven Rostedt
On Tue, 12 May 2020 16:36:53 +0200 Paul Menzel wrote: > Dear Steven, > > > Am 12.05.20 um 15:23 schrieb Steven Rostedt: > > From: Masami Hiramatsu > > > > Commit de462e5f1071 ("bootconfig: Fix to remove bootconfig > > data from initrd while boot") causes a cosmetic regression > > on dmesg, wh

Re: [for-linus][PATCH 3/3] bootconfig: Fix to prevent warning message if no bootconfig option

2020-05-12 Thread Paul Menzel
Dear Steven, Am 12.05.20 um 15:23 schrieb Steven Rostedt: From: Masami Hiramatsu Commit de462e5f1071 ("bootconfig: Fix to remove bootconfig data from initrd while boot") causes a cosmetic regression on dmesg, which warns "no bootconfig data" message without bootconfig cmdline option. Fix set

[for-linus][PATCH 3/3] bootconfig: Fix to prevent warning message if no bootconfig option

2020-05-12 Thread Steven Rostedt
From: Masami Hiramatsu Commit de462e5f1071 ("bootconfig: Fix to remove bootconfig data from initrd while boot") causes a cosmetic regression on dmesg, which warns "no bootconfig data" message without bootconfig cmdline option. Fix setup_boot_config() by moving no bootconfig check after commandli

[PATCH] bootconfig: Fix to prevent warning message if no bootconfig option

2020-05-10 Thread Masami Hiramatsu
Commit de462e5f1071 ("bootconfig: Fix to remove bootconfig data from initrd while boot") causes a cosmetic regression on dmesg, which warns "no bootconfig data" message without bootconfig cmdline option. Fix setup_boot_config() by moving no bootconfig check after commandline option check. Fixes:

[PATCH 4.4 174/312] VFIO: platform: reset: fix a warning message condition

2020-05-08 Thread Greg Kroah-Hartman
From: Dan Carpenter commit 967628827f404b3063016c138ccc7b06c54350f8 upstream. This loop ends with count set to -1 and not zero so the warning message isn't printed when it should be. I've fixed this by change the postop to a preop. Fixes: 0990822c9866 ('VFIO: platform: reset:

Re: [PATCH] powerpc/powernv: Fix a warning message

2020-05-03 Thread Gautham R Shenoy
Hello Christophe, On Sat, May 02, 2020 at 01:59:49PM +0200, Christophe JAILLET wrote: > Fix a cut'n'paste error in a warning message. This should be > 'cpu-idle-state-residency-ns' to match the property searched in the > previous 'of_property_read_u32_array()&#

[PATCH] powerpc/powernv: Fix a warning message

2020-05-02 Thread Christophe JAILLET
Fix a cut'n'paste error in a warning message. This should be 'cpu-idle-state-residency-ns' to match the property searched in the previous 'of_property_read_u32_array()' Fixes: 9c7b185ab2fe ("powernv/cpuidle: Parse dt idle properties into global structure&

[PATCH 4.9 42/92] xhci: Fix false warning message about wrong bounce buffer write length

2019-10-16 Thread Greg Kroah-Hartman
From: Mathias Nyman commit c03101ff4f74bb30679c1a03d551ecbef1024bf6 upstream. The check printing out the "WARN Wrong bounce buffer write length:" uses incorrect values when comparing bytes written from scatterlist to bounce buffer. Actual copied lengths are fine. The used seg->bounce_len will b

[PATCH 4.14 08/65] xhci: Fix false warning message about wrong bounce buffer write length

2019-10-16 Thread Greg Kroah-Hartman
From: Mathias Nyman commit c03101ff4f74bb30679c1a03d551ecbef1024bf6 upstream. The check printing out the "WARN Wrong bounce buffer write length:" uses incorrect values when comparing bytes written from scatterlist to bounce buffer. Actual copied lengths are fine. The used seg->bounce_len will b

[PATCH 4.19 08/81] xhci: Fix false warning message about wrong bounce buffer write length

2019-10-16 Thread Greg Kroah-Hartman
From: Mathias Nyman commit c03101ff4f74bb30679c1a03d551ecbef1024bf6 upstream. The check printing out the "WARN Wrong bounce buffer write length:" uses incorrect values when comparing bytes written from scatterlist to bounce buffer. Actual copied lengths are fine. The used seg->bounce_len will b

[PATCH 5.3 007/112] xhci: Fix false warning message about wrong bounce buffer write length

2019-10-16 Thread Greg Kroah-Hartman
From: Mathias Nyman commit c03101ff4f74bb30679c1a03d551ecbef1024bf6 upstream. The check printing out the "WARN Wrong bounce buffer write length:" uses incorrect values when comparing bytes written from scatterlist to bounce buffer. Actual copied lengths are fine. The used seg->bounce_len will b

Re: [PATCH] powerpc/pseries: Remove confusing warning message.

2019-10-11 Thread Michael Ellerman
On Tue, 2019-10-01 at 13:29:28 UTC, Laurent Dufour wrote: > Since the commit 1211ee61b4a8 ("powerpc/pseries: Read TLB Block Invalidate > Characteristics"), a warning message is displayed when booting a guest on > top of KVM: > > lpar: arch/powerpc

Applied "regulator: rk808: Fix warning message in rk817_set_ramp_delay" to the regulator tree

2019-10-08 Thread Mark Brown
The patch regulator: rk808: Fix warning message in rk817_set_ramp_delay has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.5 All being well this means that it will be integrated into the linux-next tree (usually sometime

[PATCH 2/3] regulator: rk808: Fix warning message in rk817_set_ramp_delay

2019-10-07 Thread Axel Lin
The default in rk817_set_ramp_delay is 25MV rather than 10MV. Signed-off-by: Axel Lin --- drivers/regulator/rk808-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/rk808-regulator.c b/drivers/regulator/rk808-regulator.c index eda056fce65f..d0d1b86

Re: [PATCH] powerpc/pseries: Remove confusing warning message.

2019-10-03 Thread Michael Ellerman
On Tue, 2019-10-01 at 13:29:28 UTC, Laurent Dufour wrote: > Since the commit 1211ee61b4a8 ("powerpc/pseries: Read TLB Block Invalidate > Characteristics"), a warning message is displayed when booting a guest on > top of KVM: > > lpar: arch/powerpc

Re: [PATCH] powerpc/pseries: Remove confusing warning message.

2019-10-01 Thread Stephen Rothwell
Hi Laurent, On Tue, 1 Oct 2019 15:29:28 +0200 Laurent Dufour wrote: > > Fixes: 1211ee61b4a8 ("powerpc/pseries: Read TLB Block Invalidate > Characteristics") > Reported-by: Stephen Rothwell Please use my external email address , thanks. -- Cheers, Stephen Rothwell pgpu_iF55Ewhm.pgp Descrip

[PATCH] powerpc/pseries: Remove confusing warning message.

2019-10-01 Thread Laurent Dufour
Since the commit 1211ee61b4a8 ("powerpc/pseries: Read TLB Block Invalidate Characteristics"), a warning message is displayed when booting a guest on top of KVM: lpar: arch/powerpc/platforms/pseries/lpar.c pseries_lpar_read_hblkrm_characteristics Error calling get-system-parameter (

[PATCH 5.2 06/20] ath10k: Change the warning message string

2019-08-02 Thread Greg Kroah-Hartman
From: Fabio Estevam commit 265df32eae5845212ad9f55f5ae6b6dcb68b187b upstream. The "WARNING" string confuses syzbot, which thinks it found a crash [1]. Change the string to avoid such problem. [1] https://lkml.org/lkml/2019/5/9/243 Reported-by: syzbot+c1b25598aa60dcd47...@syzkaller.appspotmail

[PATCH 4.19 12/32] ath10k: Change the warning message string

2019-08-02 Thread Greg Kroah-Hartman
From: Fabio Estevam commit 265df32eae5845212ad9f55f5ae6b6dcb68b187b upstream. The "WARNING" string confuses syzbot, which thinks it found a crash [1]. Change the string to avoid such problem. [1] https://lkml.org/lkml/2019/5/9/243 Reported-by: syzbot+c1b25598aa60dcd47...@syzkaller.appspotmail

[PATCH 4.14 12/25] ath10k: Change the warning message string

2019-08-02 Thread Greg Kroah-Hartman
From: Fabio Estevam commit 265df32eae5845212ad9f55f5ae6b6dcb68b187b upstream. The "WARNING" string confuses syzbot, which thinks it found a crash [1]. Change the string to avoid such problem. [1] https://lkml.org/lkml/2019/5/9/243 Reported-by: syzbot+c1b25598aa60dcd47...@syzkaller.appspotmail

[PATCH AUTOSEL 5.2 072/171] usb: gadget: storage: Remove warning message

2019-07-18 Thread Sasha Levin
From: EJ Hsu [ Upstream commit e70b3f5da00119e057b7faa557753fee7f786f17 ] This change is to fix below warning message in following scenario: usb_composite_setup_continue: Unexpected call When system tried to enter suspend, the fsg_disable() will be called to disable fsg driver and send a

[PATCH AUTOSEL 5.1 054/141] usb: gadget: storage: Remove warning message

2019-07-18 Thread Sasha Levin
From: EJ Hsu [ Upstream commit e70b3f5da00119e057b7faa557753fee7f786f17 ] This change is to fix below warning message in following scenario: usb_composite_setup_continue: Unexpected call When system tried to enter suspend, the fsg_disable() will be called to disable fsg driver and send a

[PATCH AUTOSEL 4.14 22/60] usb: gadget: storage: Remove warning message

2019-07-18 Thread Sasha Levin
From: EJ Hsu [ Upstream commit e70b3f5da00119e057b7faa557753fee7f786f17 ] This change is to fix below warning message in following scenario: usb_composite_setup_continue: Unexpected call When system tried to enter suspend, the fsg_disable() will be called to disable fsg driver and send a

[PATCH AUTOSEL 4.19 036/101] usb: gadget: storage: Remove warning message

2019-07-18 Thread Sasha Levin
From: EJ Hsu [ Upstream commit e70b3f5da00119e057b7faa557753fee7f786f17 ] This change is to fix below warning message in following scenario: usb_composite_setup_continue: Unexpected call When system tried to enter suspend, the fsg_disable() will be called to disable fsg driver and send a

[PATCH 3.16 76/86] x86/speculation/mds: Add SMT warning message

2019-05-16 Thread Ben Hutchings
3.16.68-rc1 review patch. If anyone has any objections, please let me know. -- From: Josh Poimboeuf commit 39226ef02bfb43248b7db12a4fdccb39d95318e3 upstream. MDS is vulnerable with SMT. Make that clear with a one-time printk whenever SMT first gets enabled. Signed-off-by: Jo

[PATCH 4.4 244/266] x86/speculation/mds: Add SMT warning message

2019-05-15 Thread Greg Kroah-Hartman
From: Josh Poimboeuf commit 39226ef02bfb43248b7db12a4fdccb39d95318e3 upstream. MDS is vulnerable with SMT. Make that clear with a one-time printk whenever SMT first gets enabled. Signed-off-by: Josh Poimboeuf Signed-off-by: Thomas Gleixner Reviewed-by: Tyler Hicks Acked-by: Jiri Kosina Sig

Re: [PATCH] svm: Add warning message for AVIC IPI invalid target

2019-01-25 Thread Paolo Bonzini
On 22/01/19 11:24, Suthikulpanit, Suravee wrote: > From: Suravee Suthikulpanit > > Print warning message when IPI target ID is invalid due to one of > the following reasons: > * In logical mode: cluster > max_cluster (64) > * In physical mode: target > max_physical (5

[PATCH] svm: Add warning message for AVIC IPI invalid target

2019-01-22 Thread Suthikulpanit, Suravee
From: Suravee Suthikulpanit Print warning message when IPI target ID is invalid due to one of the following reasons: * In logical mode: cluster > max_cluster (64) * In physical mode: target > max_physical (512) * Address is not present in the physical or logical ID tables Signed-

[PATCH 2/2] scripts: coccinelle: Correct warning message

2018-12-12 Thread Julia Lawall
"Assignment" requires the assigned value before the place that value is stored into. Signed-off-by: Julia Lawall --- scripts/coccinelle/misc/boolinit.cocci | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/coccinelle/misc/boolinit.cocci b/scripts/coccinell

[PATCH 4.14 033/109] bonding: fix warning message

2018-10-16 Thread Greg Kroah-Hartman
4.14-stable review patch. If anyone has any objections, please let me know. -- From: Mahesh Bandewar [ Upstream commit 0f3b914c9cfcd7bbedd445dc4ac5dd999fa213c2 ] RX queue config for bonding master could be different from its slave device(s). With the commit 6a9e461f6fe4 ("bond

[PATCH 4.18 040/135] bonding: fix warning message

2018-10-16 Thread Greg Kroah-Hartman
4.18-stable review patch. If anyone has any objections, please let me know. -- From: Mahesh Bandewar [ Upstream commit 0f3b914c9cfcd7bbedd445dc4ac5dd999fa213c2 ] RX queue config for bonding master could be different from its slave device(s). With the commit 6a9e461f6fe4 ("bond

[PATCH AUTOSEL 4.14 53/61] bonding: fix warning message

2018-10-15 Thread Sasha Levin
From: Mahesh Bandewar [ Upstream commit 0f3b914c9cfcd7bbedd445dc4ac5dd999fa213c2 ] RX queue config for bonding master could be different from its slave device(s). With the commit 6a9e461f6fe4 ("bonding: pass link-local packets to bonding master also."), the packet is reinjected into stack with s

[PATCH AUTOSEL 4.18 077/100] bonding: fix warning message

2018-10-15 Thread Sasha Levin
From: Mahesh Bandewar [ Upstream commit 0f3b914c9cfcd7bbedd445dc4ac5dd999fa213c2 ] RX queue config for bonding master could be different from its slave device(s). With the commit 6a9e461f6fe4 ("bonding: pass link-local packets to bonding master also."), the packet is reinjected into stack with s

Re: [tip:x86/boot] ACPI/NUMA: Add warning message if the padding size for KASLR is not enough

2018-10-03 Thread Masayoshi Mizuma
On Wed, Oct 03, 2018 at 02:48:14PM +0200, Borislav Petkov wrote: > On Wed, Oct 03, 2018 at 02:34:02PM +0200, Peter Zijlstra wrote: > > > > Subject: ACPI/NUMA: Fix KASLR build error > > > > There is no point in trying to compile KASLR specific code when there is > > no KASLR. > > > > Signed-off-b

Re: [tip:x86/boot] ACPI/NUMA: Add warning message if the padding size for KASLR is not enough

2018-10-03 Thread Borislav Petkov
On Wed, Oct 03, 2018 at 02:34:02PM +0200, Peter Zijlstra wrote: > > Subject: ACPI/NUMA: Fix KASLR build error > > There is no point in trying to compile KASLR specific code when there is > no KASLR. > > Signed-off-by: Peter Zijlstra (Intel) > --- Yeah, Peter and I were just talking on IRC and

Re: [tip:x86/boot] ACPI/NUMA: Add warning message if the padding size for KASLR is not enough

2018-10-03 Thread Peter Zijlstra
Subject: ACPI/NUMA: Fix KASLR build error There is no point in trying to compile KASLR specific code when there is no KASLR. Signed-off-by: Peter Zijlstra (Intel) --- diff --git a/drivers/acpi/numa.c b/drivers/acpi/numa.c index 3d69834c692f..5767733976b3 100644 --- a/drivers/acpi/numa.c +++ b/

Re: [tip:x86/boot] ACPI/NUMA: Add warning message if the padding size for KASLR is not enough

2018-10-03 Thread Masayoshi Mizuma
18 10:08:42 -0400 > Committer: Ingo Molnar > CommitDate: Tue, 2 Oct 2018 11:47:21 +0200 > > ACPI/NUMA: Add warning message if the padding size for KASLR is not enough > > Add warning message if the padding size for KASLR, > rand_mem_physical_padding, is not enough. The message

[PATCH v6 2/3] ACPI/NUMA: Add warning message if the padding size for KASLR is not enough

2018-10-02 Thread Masayoshi Mizuma
Add warning message if the padding size for KASLR, rand_mem_physical_padding, is not enough. The message also says the suitable padding size. Signed-off-by: Masayoshi Mizuma --- drivers/acpi/numa.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/acpi/numa.c b

Re: [tip:x86/boot] ACPI/NUMA: Add warning message if the padding size for KASLR is not enough

2018-10-02 Thread Masayoshi Mizuma
6a12d4b6d6bd0ae826f41 > > Author: Masayoshi Mizuma > > AuthorDate: Mon, 1 Oct 2018 10:08:42 -0400 > > Committer: Ingo Molnar > > CommitDate: Tue, 2 Oct 2018 11:47:21 +0200 > > > > ACPI/NUMA: Add warning message if the padding size for KASLR is not enough &

Re: [tip:x86/boot] ACPI/NUMA: Add warning message if the padding size for KASLR is not enough

2018-10-02 Thread Borislav Petkov
10:08:42 -0400 > Committer: Ingo Molnar > CommitDate: Tue, 2 Oct 2018 11:47:21 +0200 > > ACPI/NUMA: Add warning message if the padding size for KASLR is not enough > > Add warning message if the padding size for KASLR, > rand_mem_physical_padding, is not enough. The message a

[tip:x86/boot] ACPI/NUMA: Add warning message if the padding size for KASLR is not enough

2018-10-02 Thread tip-bot for Masayoshi Mizuma
message if the padding size for KASLR is not enough Add warning message if the padding size for KASLR, rand_mem_physical_padding, is not enough. The message also says the suitable padding size. Signed-off-by: Masayoshi Mizuma Cc: Baoquan He Cc: Borislav Petkov Cc: Linus Torvalds Cc: Masayoshi

[PATCH v5 2/3] ACPI / NUMA: Add warning message if the padding size for KASLR is not enough

2018-10-01 Thread Masayoshi Mizuma
From: Masayoshi Mizuma Add warning message if the padding size for KASLR, rand_mem_physical_padding, is not enough. The message also says the suitable padding size. Signed-off-by: Masayoshi Mizuma --- arch/x86/include/asm/setup.h | 2 ++ drivers/acpi/numa.c | 16 2

Re: [PATCH v4 2/3] ACPI / NUMA: Add warning message if the padding size for KASLR is not enough

2018-09-28 Thread Masayoshi Mizuma
On Fri, Sep 28, 2018 at 10:48:57AM +0800, Baoquan He wrote: > On 09/27/18 at 04:31pm, Masayoshi Mizuma wrote: > > From: Masayoshi Mizuma > > > > Add warning message if the padding size for KASLR, > > rand_mem_physical_padding, is not enough. The message also > &g

Re: [PATCH v4 2/3] ACPI / NUMA: Add warning message if the padding size for KASLR is not enough

2018-09-27 Thread Baoquan He
On 09/27/18 at 04:31pm, Masayoshi Mizuma wrote: > From: Masayoshi Mizuma > > Add warning message if the padding size for KASLR, > rand_mem_physical_padding, is not enough. The message also > says the suitable padding size. > > Signed-off-by: Masayoshi Mizuma > ---

Re: [PATCH v4 2/3] ACPI / NUMA: Add warning message if the padding size for KASLR is not enough

2018-09-27 Thread Masayoshi Mizuma
On Thu, Sep 27, 2018 at 11:14:25PM +0200, Borislav Petkov wrote: > On Thu, Sep 27, 2018 at 04:31:45PM -0400, Masayoshi Mizuma wrote: > > From: Masayoshi Mizuma > > > > Add warning message if the padding size for KASLR, > > rand_mem_physical_padding, is not enough. Th

Re: [PATCH v4 2/3] ACPI / NUMA: Add warning message if the padding size for KASLR is not enough

2018-09-27 Thread Borislav Petkov
On Thu, Sep 27, 2018 at 04:31:45PM -0400, Masayoshi Mizuma wrote: > From: Masayoshi Mizuma > > Add warning message if the padding size for KASLR, > rand_mem_physical_padding, is not enough. The message also > says the suitable padding size. > > Signed-off-by: Masayoshi Mizu

[PATCH v4 2/3] ACPI / NUMA: Add warning message if the padding size for KASLR is not enough

2018-09-27 Thread Masayoshi Mizuma
From: Masayoshi Mizuma Add warning message if the padding size for KASLR, rand_mem_physical_padding, is not enough. The message also says the suitable padding size. Signed-off-by: Masayoshi Mizuma --- arch/x86/include/asm/setup.h | 2 ++ drivers/acpi/numa.c | 14 ++ 2

Re: [PATCH v2] xen: issue warning message when out of grant maptrack entries

2018-09-20 Thread Boris Ostrovsky
On 9/19/18 9:42 AM, Juergen Gross wrote: > When a driver domain (e.g. dom0) is running out of maptrack entries it > can't map any more foreign domain pages. Instead of silently stalling > the affected domUs issue a rate limited warning in this case in order > to make it easier to detect that situat

Re: [PATCH v2] xen: issue warning message when out of grant maptrack entries

2018-09-19 Thread Boris Ostrovsky
On 9/19/18 9:42 AM, Juergen Gross wrote: > When a driver domain (e.g. dom0) is running out of maptrack entries it > can't map any more foreign domain pages. Instead of silently stalling > the affected domUs issue a rate limited warning in this case in order > to make it easier to detect that situat

[tip:locking/core] jump_label: Fix typo in warning message

2018-09-10 Thread tip-bot for Borislav Petkov
warning message There's no 'allocatote' - use the next best thing: 'allocate' :-) Signed-off-by: Borislav Petkov Signed-off-by: Peter Zijlstra (Intel) Cc: Jason Baron Cc: Josh Poimboeuf Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Steven Rostedt (VMware) Cc: Th

Re: [PATCH] jump_label: Fix typo in warning message

2018-09-07 Thread Steven Rostedt
On Fri, 7 Sep 2018 12:35:21 +0200 Borislav Petkov wrote: > From: Borislav Petkov > > There's no 'allocatote' - use the next best thing: 'allocate' :-) Nice. Probably can go through the trivial tree (Cc'd). Acked-by: Steven Rostedt (VMware) -- Steve > > Signed-off-by: Borislav Petkov >

Re: [PATCH] jump_label: Fix typo in warning message

2018-09-07 Thread Peter Zijlstra
On Fri, Sep 07, 2018 at 12:35:21PM +0200, Borislav Petkov wrote: > From: Borislav Petkov > > There's no 'allocatote' - use the next best thing: 'allocate' :-) There damn well should be ;-) Thanks!

[PATCH] jump_label: Fix typo in warning message

2018-09-07 Thread Borislav Petkov
From: Borislav Petkov There's no 'allocatote' - use the next best thing: 'allocate' :-) Signed-off-by: Borislav Petkov Cc: Ingo Molnar Cc: Josh Poimboeuf Cc: Peter Zijlstra Cc: "Steven Rostedt (VMware)" Cc: Jason Baron --- kernel/jump_label.c | 2 +- 1 file changed, 1 insertion(+), 1 dele

Re: [PATCH] ext4: fix warning message to output correct type.

2018-07-22 Thread Theodore Y. Ts'o
On Fri, Jul 13, 2018 at 06:15:47PM +0900, Junichi Uekawa wrote: > Output the warning message before we clobber type and be -1 all the time. > The error message would now be > > [1.519791] EXT4-fs warning (device vdb): ext4_enable_quotas:5402: > Failed to enable quota tracking

[PATCH] ext4: fix warning message to output correct type.

2018-07-13 Thread Junichi Uekawa
Output the warning message before we clobber type and be -1 all the time. The error message would now be [1.519791] EXT4-fs warning (device vdb): ext4_enable_quotas:5402: Failed to enable quota tracking (type=0, err=-3). Please run e2fsck to fix. Signed-off-by: Junichi Uekawa --- fs/ext4

[tip:perf/urgent] trace_kprobe: Remove warning message "Could not insert probe at..."

2018-04-16 Thread tip-bot for Song Liu
message "Could not insert probe at..." This warning message is not very helpful, as the return value should already show information about the error. Also, this message will spam dmesg if the user space does testing in a loop, like: for x in {0..5} do echo p:xx xx+$x >

[PATCH] trace_kprobe: Remove warning message "Could not insert probe at..."

2018-04-13 Thread Song Liu
This warning message is not very helpful, as the return value should already show information about the error. Also, this message will flush dmesg if the user space do something silly in a loop, like: for x in {0..5} do echo p:xx xx+$x >> /sys/kernel/debug/tracing/kprobe_

[PATCH 4.4 083/190] perf probe: Add warning message if there is unexpected event name

2018-04-11 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Masami Hiramatsu [ Upstream commit 9f5c6d8777a2d962b0eeacb2a16f37da6bea545b ] This improve the error message so that user can know event-name error before writing new events to kprobe-events i

[PATCH 4.9 123/310] perf probe: Add warning message if there is unexpected event name

2018-04-11 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Masami Hiramatsu [ Upstream commit 9f5c6d8777a2d962b0eeacb2a16f37da6bea545b ] This improve the error message so that user can know event-name error before writing new events to kprobe-events i

[PATCH 4.15 010/168] perf probe: Add warning message if there is unexpected event name

2018-04-10 Thread Greg Kroah-Hartman
4.15-stable review patch. If anyone has any objections, please let me know. -- From: Masami Hiramatsu [ Upstream commit 9f5c6d8777a2d962b0eeacb2a16f37da6bea545b ] This improve the error message so that user can know event-name error before writing new events to kprobe-events

[PATCH 4.14 010/138] perf probe: Add warning message if there is unexpected event name

2018-04-10 Thread Greg Kroah-Hartman
4.14-stable review patch. If anyone has any objections, please let me know. -- From: Masami Hiramatsu [ Upstream commit 9f5c6d8777a2d962b0eeacb2a16f37da6bea545b ] This improve the error message so that user can know event-name error before writing new events to kprobe-events

[PATCH AUTOSEL for 4.14 10/97] perf probe: Add warning message if there is unexpected event name

2018-03-19 Thread Sasha Levin
From: Masami Hiramatsu [ Upstream commit 9f5c6d8777a2d962b0eeacb2a16f37da6bea545b ] This improve the error message so that user can know event-name error before writing new events to kprobe-events interface. E.g. == #./perf probe -x /lib64/libc-2.25.so malloc_get_state* Internal er

[PATCH AUTOSEL for 4.9 125/281] perf probe: Add warning message if there is unexpected event name

2018-03-19 Thread Sasha Levin
From: Masami Hiramatsu [ Upstream commit 9f5c6d8777a2d962b0eeacb2a16f37da6bea545b ] This improve the error message so that user can know event-name error before writing new events to kprobe-events interface. E.g. == #./perf probe -x /lib64/libc-2.25.so malloc_get_state* Internal er

[PATCH AUTOSEL for 4.4 084/167] perf probe: Add warning message if there is unexpected event name

2018-03-19 Thread Sasha Levin
From: Masami Hiramatsu [ Upstream commit 9f5c6d8777a2d962b0eeacb2a16f37da6bea545b ] This improve the error message so that user can know event-name error before writing new events to kprobe-events interface. E.g. == #./perf probe -x /lib64/libc-2.25.so malloc_get_state* Internal er

[PATCH AUTOSEL for 4.15 010/124] perf probe: Add warning message if there is unexpected event name

2018-03-19 Thread Sasha Levin
From: Masami Hiramatsu [ Upstream commit 9f5c6d8777a2d962b0eeacb2a16f37da6bea545b ] This improve the error message so that user can know event-name error before writing new events to kprobe-events interface. E.g. == #./perf probe -x /lib64/libc-2.25.so malloc_get_state* Internal er

Applied "regmap: debugfs: Improve warning message on debugfs_create_dir() failure" to the regmap tree

2018-03-07 Thread Mark Brown
The patch regmap: debugfs: Improve warning message on debugfs_create_dir() failure has been applied to the regmap tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git All being well this means that it will be integrated into the linux-next tree (usually sometime in

[PATCH] regmap: debugfs: Improve warning message on debugfs_create_dir() failure

2018-03-05 Thread Fabio Estevam
From: Fabio Estevam Currently when debugfs_create_dir() fails we receive a warning message that provides no indication as to what was the directory entry that failed to be created. Improve the warning message by printing the directory name that failed in order to help debugging. Signed-off-by

Re: [PATCH 0/2] perf-probe: Improve warning message for buildid mismatch

2018-01-02 Thread Ravi Bangoria
On 12/18/2017 12:58 PM, Masami Hiramatsu wrote: > Hello, > > This series ensure the build-ids for target binary and debuginfo > are matched. If there is a mismatch, it warns user to check the > package versions. For the series, Reviewed-by: Ravi Bangoria

Re: [PATCH 0/2] perf-probe: Improve warning message for buildid mismatch

2017-12-28 Thread Masami Hiramatsu
Hello Arnaldo, Could you review it? Thank you, On Mon, 18 Dec 2017 16:28:35 +0900 Masami Hiramatsu wrote: > Hello, > > This series ensure the build-ids for target binary and debuginfo > are matched. If there is a mismatch, it warns user to check the > package versions. > > To reproduce the p

  1   2   3   >