[PATCH V2 net-next 5/7] net: hns3: add more info to hns3_dbg_bd_info()

2020-11-28 Thread Huazhong Tan
Since TX hardware checksum and RX completion checksum have been supported now, so add related information in hns3_dbg_bd_info(). Signed-off-by: Huazhong Tan --- drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 50 +- 1 file changed, 40 insertions(+), 10 deletions(-) diff

Re: [PATCH net-next 5/7] net: hns3: add more info to hns3_dbg_bd_info()

2020-11-27 Thread tanhuazhong
On 2020/11/28 4:53, Jakub Kicinski wrote: On Fri, 27 Nov 2020 16:47:20 +0800 Huazhong Tan wrote: Since TX hardware checksum and RX completion checksum have been supported now, so add related information in hns3_dbg_bd_info(). Signed-off-by: Huazhong Tan drivers/net/ethernet/hisilicon/hns3

Re: [PATCH net-next 5/7] net: hns3: add more info to hns3_dbg_bd_info()

2020-11-27 Thread Jakub Kicinski
On Fri, 27 Nov 2020 16:47:20 +0800 Huazhong Tan wrote: > Since TX hardware checksum and RX completion checksum have been > supported now, so add related information in hns3_dbg_bd_info(). > > Signed-off-by: Huazhong Tan drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:266:22: warning: incorrec

[PATCH net-next 5/7] net: hns3: add more info to hns3_dbg_bd_info()

2020-11-27 Thread Huazhong Tan
Since TX hardware checksum and RX completion checksum have been supported now, so add related information in hns3_dbg_bd_info(). Signed-off-by: Huazhong Tan --- drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 50 +- 1 file changed, 40 insertions(+), 10 deletions(-) diff

[PATCH net-next 09/17] rxrpc: Allow security classes to give more info on server keys

2020-11-23 Thread David Howells
Allow a security class to give more information on an rxrpc_s-type key when it is viewed in /proc/keys. This will allow the upcoming RxGK security class to show the enctype name here. Signed-off-by: David Howells --- net/rxrpc/ar-internal.h |3 +++ net/rxrpc/server_key.c |4 2 fi

[PATCH net-next 5/5] net: hns3: adds debugfs to dump more info of shaping parameters

2020-11-20 Thread Huazhong Tan
From: Yonglong Liu Adds debugfs to dump new shaping parameters: rate and flag. Signed-off-by: Yonglong Liu Signed-off-by: Huazhong Tan --- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/drivers/net

[PATCH net-next 21/23] rxrpc: Allow security classes to give more info on server keys

2020-10-01 Thread David Howells
Allow a security class to give more information on an rxrpc_s-type key when it is viewed in /proc/keys. This will allow the upcoming RxGK security class to show the enctype name here. Signed-off-by: David Howells --- net/rxrpc/ar-internal.h |3 +++ net/rxrpc/server_key.c |4 2 fi

[PATCH v8 12/18] perf ftrace: add option 'verbose' to show more info for graph tracer

2020-08-07 Thread Changbin Du
Sometimes we want ftrace display more and longer information about the trace. $ sudo perf ftrace -G '*' 2) 0.979 us| mutex_unlock(); 2) 1.540 us| __fsnotify_parent(); 2) 0.433 us| fsnotify(); $ sudo perf ftrace -G '*' --graph-opts verbose 14160.770883 | 0) <...>-47814

[PATCH v7 12/18] perf ftrace: add option 'verbose' to show more info for graph tracer

2020-07-17 Thread Changbin Du
Sometimes we want ftrace display more and longer information about the trace. $ sudo perf ftrace -G '*' 2) 0.979 us| mutex_unlock(); 2) 1.540 us| __fsnotify_parent(); 2) 0.433 us| fsnotify(); $ sudo perf ftrace -G '*' --graph-opts verbose 14160.770883 | 0) <...>-47814

[PATCH v6 12/17] perf ftrace: add option 'verbose' to show more info for graph tracer

2020-07-17 Thread Changbin Du
Sometimes we want ftrace display more and longer information about the trace. $ sudo perf ftrace -G '*' 2) 0.979 us| mutex_unlock(); 2) 1.540 us| __fsnotify_parent(); 2) 0.433 us| fsnotify(); $ sudo perf ftrace -G '*' --graph-opts verbose 14160.770883 | 0) <...>-47814

Re: [PATCH v5 13/17] perf ftrace: add option 'verbose' to show more info for graph tracer

2020-07-17 Thread Changbin Du
On Mon, Jul 13, 2020 at 11:07:56AM +0900, Namhyung Kim wrote: > On Sat, Jul 11, 2020 at 9:43 PM Changbin Du wrote: > > > > Sometimes we want ftrace display more and longer information about > > the trace. > > > > $ sudo perf ftrace -G > > 2) 0.979 us| mutex_unlock(); > > 2) 1.540 us

Re: [PATCH v5 13/17] perf ftrace: add option 'verbose' to show more info for graph tracer

2020-07-12 Thread Namhyung Kim
On Sat, Jul 11, 2020 at 9:43 PM Changbin Du wrote: > > Sometimes we want ftrace display more and longer information about > the trace. > > $ sudo perf ftrace -G > 2) 0.979 us| mutex_unlock(); > 2) 1.540 us| __fsnotify_parent(); > 2) 0.433 us| fsnotify(); > > $ sudo perf ftr

[PATCH v5 13/17] perf ftrace: add option 'verbose' to show more info for graph tracer

2020-07-11 Thread Changbin Du
Sometimes we want ftrace display more and longer information about the trace. $ sudo perf ftrace -G 2) 0.979 us| mutex_unlock(); 2) 1.540 us| __fsnotify_parent(); 2) 0.433 us| fsnotify(); $ sudo perf ftrace -G --graph-opts verbose 14160.770883 | 0) <...>-47814 |

[PATCH v3 14/17] perf ftrace: add option 'verbose' to show more info for graph tracer

2020-07-08 Thread Changbin Du
Sometimes we want ftrace display more and longer information about the trace. $ sudo perf ftrace -G 2) 0.979 us| mutex_unlock(); 2) 1.540 us| __fsnotify_parent(); 2) 0.433 us| fsnotify(); $ sudo perf ftrace -G --graph-opts verbose 14160.770883 | 0) <...>-47814 |

[PATCH v2 13/15] perf ftrace: add option '--graph-verbose' to show more info for graph tracer

2020-06-27 Thread Changbin Du
Sometimes we want ftrace display more and longer information about the trace. $ sudo perf ftrace -G 2) 0.979 us| mutex_unlock(); 2) 1.540 us| __fsnotify_parent(); 2) 0.433 us| fsnotify(); $ sudo perf ftrace -G --graph-verbose 14160.770883 | 0) <...>-47814 | |

Re: [PATCH 08/19] perf ftrace: add option -l/--long-info to show more info

2020-06-06 Thread Changbin Du
On Wed, May 20, 2020 at 06:02:57PM -0300, Arnaldo Carvalho de Melo wrote: > Em Sun, May 10, 2020 at 11:06:17PM +0800, Changbin Du escreveu: > > Sometimes we want ftrace display more and longer information about trace. > > Humm, -v? Or that would bring too much stuff from other parts of perf? > I g

Re: [PATCH 08/19] perf ftrace: add option -l/--long-info to show more info

2020-05-30 Thread Namhyung Kim
On Thu, May 21, 2020 at 6:03 AM Arnaldo Carvalho de Melo wrote: > > Em Sun, May 10, 2020 at 11:06:17PM +0800, Changbin Du escreveu: > > Sometimes we want ftrace display more and longer information about trace. > > Humm, -v? Or that would bring too much stuff from other parts of perf? > I guess so,

Re: [PATCH 18/19] perf ftrace: add option --latency-format to display more info about delay

2020-05-20 Thread Arnaldo Carvalho de Melo
Em Sun, May 10, 2020 at 11:06:27PM +0800, Changbin Du escreveu: > This is for the function graph tracer to display more info about latency. > The execution context is shown in this case. Ok, another --function-graph-opts entry, maybe you can just make -G receive optional args. - A

Re: [PATCH 08/19] perf ftrace: add option -l/--long-info to show more info

2020-05-20 Thread Arnaldo Carvalho de Melo
Em Sun, May 10, 2020 at 11:06:17PM +0800, Changbin Du escreveu: > Sometimes we want ftrace display more and longer information about trace. Humm, -v? Or that would bring too much stuff from other parts of perf? I guess so, perhaps as an option to the function-graph tracer, one that combines, as yo

[PATCH 18/19] perf ftrace: add option --latency-format to display more info about delay

2020-05-10 Thread Changbin Du
This is for the function graph tracer to display more info about latency. The execution context is shown in this case. $ sudo perf ftrace -G --latency-format \# tracer: function_graph \# 1) | 0.992 us| mutex_unlock(); 1) | 1.404 us| __fsnotify_parent(); 1

[PATCH 08/19] perf ftrace: add option -l/--long-info to show more info

2020-05-10 Thread Changbin Du
Sometimes we want ftrace display more and longer information about trace. $ sudo perf ftrace -G -l 6800.190937 | 4) <...>-7683 | 2.072 us| mutex_unlock(); 6800.190941 | 4) <...>-7683 | 2.171 us| __fsnotify_parent(); 6800.190943 | 4) <...>-7683 | 1.497 us|

[for-next][PATCH 05/29] tracing: Show more info for funcgraph wakeup tracers

2019-02-20 Thread Steven Rostedt
From: Changbin Du Add these info fields to funcgraph wakeup tracers: o Show CPU info since the waker could be on a different CPU. o Show function duration and overhead. o Show IRQ markers. Link: http://lkml.kernel.org/r/20190101154614.8887-3-changbin...@gmail.com Signed-off-by: Changbin D

[PATCH 2/5] sched/tracing: Show more info for funcgraph wakeup tracers

2019-01-01 Thread Changbin Du
Add these info fields to funcgraph wakeup tracers: o Show CPU info since the waker could be on a different CPU. o Show function duration and overhead. o Show IRQ markers. Signed-off-by: Changbin Du --- kernel/trace/trace_sched_wakeup.c | 5 - 1 file changed, 4 insertions(+), 1 deletion

Reply For More Info

2018-09-09 Thread Mr Fridman Mikhail
I have a donation for you and for my charity work in your region. Please reply me ASAp for more info

more info

2018-09-05 Thread info
Good day, I have an interesting business offer for you which will be of immense benefit to you. Although this may be hard to believe and thought of as one of the numerous online scam but Please grant me the benefit of doubt and write me to know what this entails, am sure you wont regret it. You

Re: [PATCH] documentation: kernel-api: add more info on bitmap functions

2017-10-19 Thread Jonathan Corbet
On Mon, 16 Oct 2017 16:32:51 -0700 Randy Dunlap wrote: > There are some good comments about bitmap operations in lib/bitmap.c > and include/linux/bitmap.h, so format them for document generation and > pull them into core-api/kernel-api.rst. > > I converted the "tables" of functions from using ta

[PATCH] documentation: kernel-api: add more info on bitmap functions

2017-10-16 Thread Randy Dunlap
From: Randy Dunlap There are some good comments about bitmap operations in lib/bitmap.c and include/linux/bitmap.h, so format them for document generation and pull them into core-api/kernel-api.rst. I converted the "tables" of functions from using tabs to using spaces so that they are more reada

[PATCH 1/3] f2fs: show more info if fail to issue discard

2017-05-19 Thread Chao Yu
From: Chao Yu Signed-off-by: Chao Yu --- fs/f2fs/segment.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index a29919330e27..d310b82caef1 100644 --- a/fs/f2fs/segment.c +++ b/fs/f2fs/segment.c @@ -740,7 +740,8 @@ static void __remove

[PATCH 1/9] i2c: mux: provide more info on failure in i2c_mux_add_adapter

2017-04-03 Thread Peter Rosin
No callers then need to report any further info, thus reducing both the amount of code and the log noise. Signed-off-by: Peter Rosin --- drivers/i2c/i2c-mux.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/i2c-mux.c b/drivers/i2c/i2c-mux.c index 2178266b

Re: [lustre-devel] [PATCH 10/60] staging: lustre: obdclass: add more info to sysfs version string

2017-02-07 Thread Greg Kroah-Hartman
On Wed, Feb 08, 2017 at 01:04:52AM +, Dilger, Andreas wrote: > > > On Feb 3, 2017, at 03:33, Greg Kroah-Hartman > > wrote: > > > > On Sat, Jan 28, 2017 at 07:04:38PM -0500, James Simmons wrote: > >> From: Andreas Dilger > >> > >> Update the sysfs "version" file to print "lustre: " with >

Re: [lustre-devel] [PATCH 10/60] staging: lustre: obdclass: add more info to sysfs version string

2017-02-07 Thread Dilger, Andreas
> On Feb 3, 2017, at 03:33, Greg Kroah-Hartman > wrote: > > On Sat, Jan 28, 2017 at 07:04:38PM -0500, James Simmons wrote: >> From: Andreas Dilger >> >> Update the sysfs "version" file to print "lustre: " with >> the version number. >> >> Signed-off-by: Andreas Dilger >> Intel-bug-id: https

Re: [PATCH 10/60] staging: lustre: obdclass: add more info to sysfs version string

2017-02-03 Thread Greg Kroah-Hartman
On Sat, Jan 28, 2017 at 07:04:38PM -0500, James Simmons wrote: > From: Andreas Dilger > > Update the sysfs "version" file to print "lustre: " with > the version number. > > Signed-off-by: Andreas Dilger > Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5969 > Reviewed-on: http://review.wham

[PATCH 10/60] staging: lustre: obdclass: add more info to sysfs version string

2017-01-28 Thread James Simmons
From: Andreas Dilger Update the sysfs "version" file to print "lustre: " with the version number. Signed-off-by: Andreas Dilger Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5969 Reviewed-on: http://review.whamcloud.com/16721 Reviewed-by: James Simmons Reviewed-by: Dmitry Eremin Reviewe

[RFC 46/55] KVM: arm64: Add more info to the S2 translation result

2017-01-08 Thread Jintack Lim
From: Christoffer Dall When translating an L2 IPA to an L1 IPA, we some times need to know at which level this translation occurred and what the resulting permissions was, so populate the translation result structure with these additional fields. Signed-off-by: Christoffer Dall Signed-off-by: J

Loan Offer at 3%, Feel Free to REPLY back to us for more info

2016-04-06 Thread Fidelity Mortgage Loan

[PATCH 2/5] f2fs: show more info about superblock recovery

2016-02-22 Thread Chao Yu
This patch changes to show more info in message log about the recovery of the corrupted superblock during ->mount, e.g. the index of corrupted superblock and the result of recovery. Signed-off-by: Chao Yu --- fs/f2fs/super.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) d

[PATCH-v4 05/11] i2c: pxa: Update debug function to dump more info on error

2015-07-14 Thread Vaibhav Hiremath
Update i2c_pxa_scream_blue_murder() fn to print more information in case of error. Also, use dev_err variants instead of printk. Signed-off-by: Jett.Zhou Signed-off-by: Vaibhav Hiremath Cc: Wolfram Sang --- drivers/i2c/busses/i2c-pxa.c | 22 +++--- 1 file changed, 15 insertions

[PATCH-v3 05/11] i2c: pxa: Update debug function to dump more info on error

2015-07-06 Thread Vaibhav Hiremath
Update i2c_pxa_scream_blue_murder() fn to print more information in case of error. Also, use dev_err variants instead of printk. Signed-off-by: Jett.Zhou Signed-off-by: Vaibhav Hiremath Cc: Wolfram Sang --- drivers/i2c/busses/i2c-pxa.c | 22 +++--- 1 file changed, 15 insertions

You have been pick for a personal donation from me. Email ( leon.hirt...@mail.com ) for more info.‏

2015-05-29 Thread Fernandez, Mercedes M.
-- 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/

Do you need financail help? If yes contact us for more info

2015-05-25 Thread World Finance Loan
-- 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 v2 0/3] gpiolib: debugfs: update to show more info for gpios requested as irq

2015-05-20 Thread Alexandre Courbot
On Wed, May 20, 2015 at 7:30 PM, Grygorii Strashko wrote: > This series updates gpiolib debugfs code to show more information about > GPIOs requested as IRQ. > > First patch ensures that information about GPIOs requested as IRQ only > will be provided through GPIO debugfs. > > Other two patches ex

[PATCH v2 0/3] gpiolib: debugfs: update to show more info for gpios requested as irq

2015-05-20 Thread Grygorii Strashko
This series updates gpiolib debugfs code to show more information about GPIOs requested as IRQ. First patch ensures that information about GPIOs requested as IRQ only will be provided through GPIO debugfs. Other two patches extend information for GPIOs requested as IRQ - show Linux irq number - s

[PATCH tip/core/rcu 7/9] rcu: More info about potential deadlocks with rcu_read_unlock()

2014-10-28 Thread Paul E. McKenney
From: Oleg Nesterov The comment above rcu_read_unlock() explains the potential deadlock if the caller holds one of the locks taken by rt_mutex_unlock() paths, but it is not clear from this documentation that any lock which can be taken from interrupt can lead to deadlock as well and we need to ta

[PATCH v2 2/2] rcu: more info about potential deadlocks with rcu_read_unlock()

2014-09-28 Thread Oleg Nesterov
The comment above rcu_read_unlock() explains the potential deadlock if the caller holds one of the locks taken by rt_mutex_unlock() paths, but it is not clear from this documentation that any lock which can be taken from interrupt can lead to deadlock as well and we need to take rt_mutex_lock() int

[ 062/143] af_key: more info leaks in pfkey messages

2014-05-11 Thread Willy Tarreau
2.6.32-longterm review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter [ Upstream commit ff862a4668dd6dba962b1d2d8bd344afa6375683 ] This is inspired by a5cc68f3d6 "af_key: fix info leaks in notify messages". There are some struct members which

[161/251] af_key: more info leaks in pfkey messages

2013-09-10 Thread Steven Rostedt
3.6.11.9-rc1 stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter [ Upstream commit ff862a4668dd6dba962b1d2d8bd344afa6375683 ] This is inspired by a5cc68f3d6 "af_key: fix info leaks in notify messages". There are some struct members whi

[014/121] af_key: more info leaks in pfkey messages

2013-09-07 Thread Ben Hutchings
3.2.51-rc1 review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter [ Upstream commit ff862a4668dd6dba962b1d2d8bd344afa6375683 ] This is inspired by a5cc68f3d6 "af_key: fix info leaks in notify messages". There are some struct members which don't

[PATCH 128/133] af_key: more info leaks in pfkey messages

2013-08-16 Thread Kamal Mostafa
3.8.13.7 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter [ Upstream commit ff862a4668dd6dba962b1d2d8bd344afa6375683 ] This is inspired by a5cc68f3d6 "af_key: fix info leaks in notify messages". There are some struct members whic

[PATCH 44/75] af_key: more info leaks in pfkey messages

2013-08-14 Thread Luis Henriques
3.5.7.19 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit ff862a4668dd6dba962b1d2d8bd344afa6375683 upstream. This is inspired by a5cc68f3d6 "af_key: fix info leaks in notify messages". There are some struct members which d

[ 094/102] af_key: more info leaks in pfkey messages

2013-08-08 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter [ Upstream commit ff862a4668dd6dba962b1d2d8bd344afa6375683 ] This is inspired by a5cc68f3d6 "af_key: fix info leaks in notify messages". There are some struct members which don'

[ 23/25] af_key: more info leaks in pfkey messages

2013-08-08 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter [ Upstream commit ff862a4668dd6dba962b1d2d8bd344afa6375683 ] This is inspired by a5cc68f3d6 "af_key: fix info leaks in notify messages". There are some struct members which don't

[ 21/22] af_key: more info leaks in pfkey messages

2013-08-08 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter [ Upstream commit ff862a4668dd6dba962b1d2d8bd344afa6375683 ] This is inspired by a5cc68f3d6 "af_key: fix info leaks in notify messages". There are some struct members which don't

[tip:core/locking] hung_task debugging: Print more info when reporting the problem

2013-08-02 Thread tip-bot for Oleg Nesterov
more info when reporting the problem printk(KERN_ERR) from check_hung_task() likely means we have a bug, but unlike BUG_ON()/WARN_ON ()it doesn't show the kernel version, this complicates the bug-reports investigation. Add the additional pr_err() to print tainted/release/version

[PATCH] hung_task: print more info when reporting the problem

2013-08-01 Thread Oleg Nesterov
printk(KERN_ERR) from check_hung_task() likely means the bug, but unlike BUG_ON/WARN_ON it doesn't show the kernel version, this complicates the bug-reports investigation. Add the additional pr_err() to print tainted/release/version like dump_stack_print_info() does, the output becomes: I

[PATCH] menuconfig: print more info for symbol without prompts

2013-04-26 Thread Libo Chen
From: Wengmeiling When we search a config symbol, if it has no prompt the position of this symbol in the Kconfig file and it's dependencies are not printed. This can be inconvenient, especially when it's set to n and we want to find out why. the following is an example: before: Symbol: GENERIC

Re: [PATCH 0/3] posix timers: Extend kernel API to report more info about timers (v3)

2013-04-11 Thread Pavel Emelyanov
On 03/25/2013 05:32 PM, Pavel Emelyanov wrote: > On 03/11/2013 01:11 PM, Pavel Emelyanov wrote: >> Hi. >> >> This v3 series is ported on v3.9-rc2 and patches' changelogs are fixed >> according to Thomas' feedback to contain info why the change is required. > > Gentlemen, > > I'm sorry for botheri

Re: [PATCH 0/3] posix timers: Extend kernel API to report more info about timers (v3)

2013-03-25 Thread Pavel Emelyanov
On 03/11/2013 01:11 PM, Pavel Emelyanov wrote: > Hi. > > Currently kernel doesn't provide any API for getting information about > what timers are currently created by process and in which state they > are. Also, the way timer IDs are generated makes it impossible to create > a timer with any desi

[PATCH 0/3] posix timers: Extend kernel API to report more info about timers (v3)

2013-03-11 Thread Pavel Emelyanov
Hi. Currently kernel doesn't provide any API for getting information about what timers are currently created by process and in which state they are. Also, the way timer IDs are generated makes it impossible to create a timer with any desired ID. Both facilities are very very tempting by the check

Re: [PATCH 0/3] posix timers: Extend kernel API to report more info about timers (v2)

2013-03-08 Thread Thomas Gleixner
On Fri, 8 Mar 2013, Pavel Emelyanov wrote: > On 02/21/2013 10:21 PM, Pavel Emelyanov wrote: > > Hi. > > > > Here's another approach to address the problems with insufficient API > > of posix timers. > > Gentlemen, Sir, that caught my attention. Will move it up on my todo list :) -- To unsubs

Re: [PATCH 0/3] posix timers: Extend kernel API to report more info about timers (v2)

2013-03-08 Thread Pavel Emelyanov
On 02/21/2013 10:21 PM, Pavel Emelyanov wrote: > Hi. > > Here's another approach to address the problems with insufficient API > of posix timers. Gentlemen, If you don't mind, I'd like to remind you about this set :) If you could find some time in your schedule and share your thoughts about one

[tip:core/locking] lockdep: Print more info when MAX_LOCK_DEPTH is exceeded

2013-02-22 Thread tip-bot for Ben Greear
Commit-ID: c0540606837af79b2ae101e5e7b2206e3844d150 Gitweb: http://git.kernel.org/tip/c0540606837af79b2ae101e5e7b2206e3844d150 Author: Ben Greear AuthorDate: Wed, 6 Feb 2013 10:56:19 -0800 Committer: Ingo Molnar CommitDate: Tue, 19 Feb 2013 08:42:44 +0100 lockdep: Print more info when

[PATCH 0/3] posix timers: Extend kernel API to report more info about timers (v2)

2013-02-21 Thread Pavel Emelyanov
Hi. Here's another approach to address the problems with insufficient API of posix timers. Currently kernel doesn't provide any API for getting information about what timers are currently created by process and in which state they are. Initially the proposal was to add a couple of system calls

Re: [PATCH 0/3] posix timers: Extend kernel API to report more info about timers

2013-02-21 Thread Pavel Emelyanov
On 02/21/2013 05:21 AM, Matthew Helsley wrote: > On Thu, Feb 14, 2013 at 8:18 AM, Pavel Emelyanov wrote: >> Hi. >> >> I'm working on the checkpoint-restore project (http://criu.org), briefly >> it's aim is to collect information about process' state and saving it so >> that later it is possible to

Re: [PATCH 0/3] posix timers: Extend kernel API to report more info about timers

2013-02-20 Thread Matthew Helsley
On Thu, Feb 14, 2013 at 8:18 AM, Pavel Emelyanov wrote: > Hi. > > I'm working on the checkpoint-restore project (http://criu.org), briefly > it's aim is to collect information about process' state and saving it so > that later it is possible to recreate the processes in the very same state > as th

[PATCH 0/3] posix timers: Extend kernel API to report more info about timers

2013-02-14 Thread Pavel Emelyanov
Hi. I'm working on the checkpoint-restore project (http://criu.org), briefly it's aim is to collect information about process' state and saving it so that later it is possible to recreate the processes in the very same state as they were, using the collected information. One part of the task's st

[tip:core/locking] lockdep: Print more info when MAX_LOCK_DEPTH is exceeded

2013-02-07 Thread tip-bot for Ben Greear
Commit-ID: 7a508076d4efdfd4fcb6fbd50a32d2c1a6e98791 Gitweb: http://git.kernel.org/tip/7a508076d4efdfd4fcb6fbd50a32d2c1a6e98791 Author: Ben Greear AuthorDate: Wed, 6 Feb 2013 10:56:19 -0800 Committer: Ingo Molnar CommitDate: Thu, 7 Feb 2013 12:17:43 +0100 lockdep: Print more info when

[PATCH] lockdep: Print more info when MAX_LOCK_DEPTH is exceeded.

2013-02-06 Thread greearb
From: Ben Greear This helps debug cases where a lock is acquired over and over without being released. Signed-off-by: Ben Greear --- kernel/lockdep.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/kernel/lockdep.c b/kernel/lockdep.c index 7981e5b..7e76b69 100644

Re: [PATCH 3/6] dyndbg: add more info to -E2BIG log warning

2012-09-24 Thread Jim Cromie
On Mon, Sep 24, 2012 at 1:04 PM, Geert Uytterhoeven wrote: > On Mon, Sep 24, 2012 at 9:00 PM, Jason Baron wrote: >>> - pr_warn("expected <%d bytes into control\n", USER_BUF_PAGE); > > %u? > >>> + pr_warn("expected <%d bytes into control, you wrote %d\n", >>> +

Re: [PATCH 3/6] dyndbg: add more info to -E2BIG log warning

2012-09-24 Thread Geert Uytterhoeven
On Mon, Sep 24, 2012 at 9:00 PM, Jason Baron wrote: >> - pr_warn("expected <%d bytes into control\n", USER_BUF_PAGE); %u? >> + pr_warn("expected <%d bytes into control, you wrote %d\n", >> + USER_BUF_PAGE, (int) len); > > The style here, I think, is ge

Re: [PATCH 3/6] dyndbg: add more info to -E2BIG log warning

2012-09-24 Thread Jason Baron
On Tue, Sep 18, 2012 at 05:36:44PM -0600, Jim Cromie wrote: > Tell user how big the attempted write was, in case its not obvious. > This helped identify a missing flush in my stress-test script. > > Signed-off-by: Jim Cromie > --- > lib/dynamic_debug.c | 3 ++- > 1 file changed, 2 insertions(+),

[PATCH 3/6] dyndbg: add more info to -E2BIG log warning

2012-09-18 Thread Jim Cromie
Tell user how big the attempted write was, in case its not obvious. This helped identify a missing flush in my stress-test script. Signed-off-by: Jim Cromie --- lib/dynamic_debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c ind

[PATCH 2/2] dyndbg: add more info to -E2BIG log warning

2012-08-16 Thread Jim Cromie
ddebug_proc_write() warns if the written buffer is >4096 bytes. Might as well tell user how much was attempted, in case its not obvious. Signed-off-by: Jim Cromie --- lib/dynamic_debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug

Re: + memcg-oom-provide-more-info-while-memcg-oom-happening.patch added to -mm tree

2012-07-30 Thread Michal Hocko
Hi and sorry for the late reply. On Tue 24-07-12 13:33:03, Andrew Morton wrote: > > The patch titled > Subject: memcg, oom: provide more info while memcg oom happening > has been added to the -mm tree. Its filename is > memcg-oom-provide-more-info-while-memcg-oom-

Re: More info on port 80 symptoms on MCP51 machine.

2007-12-15 Thread David P. Reed
Allen Martin wrote: Nothing inside the chipset should be decoding port 80 writes. It's possible this board has a port 80 decoder wired onto the board that's misbehaving. I've seen other laptop boards with port 80 decoders wired onto the board, even if the 7 segment display is only populated o

Re: More info on port 80 symptoms on MCP51 machine.

2007-12-15 Thread H. Peter Anvin
Allen Martin wrote: Nothing inside the chipset should be decoding port 80 writes. It's possible this board has a port 80 decoder wired onto the board that's misbehaving. I've seen other laptop boards with port 80 decoders wired onto the board, even if the 7 segment display is only populated

RE: More info on port 80 symptoms on MCP51 machine.

2007-12-15 Thread Allen Martin
> Alan Cox wrote: > > On Wed, 12 Dec 2007 21:58:25 +0100 > > Rene Herman <[EMAIL PROTECTED]> wrote: > > > >> On 12-12-07 21:26, Rene Herman wrote: > >> > >>> On 12-12-07 21:07, David P. Reed wrote: > Someone might have an in to nVidia to clarify this, > since I don't. > In any case, t

Re: More info on port 80 symptoms on MCP51 machine.

2007-12-14 Thread Rene Herman
On 14-12-07 23:05, Chuck Ebbert wrote: On 12/12/2007 04:05 PM, H. Peter Anvin wrote: Rene Herman wrote: By the way, _does_ anyone have a contact at nVidia who could clarify? Alan maybe? I'm quite curious what they did... Summary: Unless after booting with "acpi=off", outputs to port 0x80

Re: More info on port 80 symptoms on MCP51 machine.

2007-12-14 Thread Chuck Ebbert
On 12/12/2007 04:05 PM, H. Peter Anvin wrote: > Rene Herman wrote: >> On 12-12-07 21:26, Rene Herman wrote: >> >>> On 12-12-07 21:07, David P. Reed wrote: >> Someone might have an in to nVidia to clarify this, since I don't. In any case, the udelay(2) approach seems to be a safe fix for

Re: More info on port 80 symptoms on MCP51 machine.

2007-12-12 Thread Alan Cox
> One wonders if it does some SMM trick to capture port 0x80 writes and > attempt to haul them off for debugging; it almost sounds like some kind > of debugging code got let out into the field. Not implausible. We've got a bug I've been dealing with where a vendor left debug stuff enabled via th

Re: More info on port 80 symptoms on MCP51 machine.

2007-12-12 Thread H. Peter Anvin
Alan Cox wrote: On Wed, 12 Dec 2007 21:58:25 +0100 Rene Herman <[EMAIL PROTECTED]> wrote: On 12-12-07 21:26, Rene Herman wrote: On 12-12-07 21:07, David P. Reed wrote: Someone might have an in to nVidia to clarify this, since I don't. In any case, the udelay(2) approach seems to be a safe f

Re: More info on port 80 symptoms on MCP51 machine.

2007-12-12 Thread H. Peter Anvin
Rene Herman wrote: On 12-12-07 21:26, Rene Herman wrote: On 12-12-07 21:07, David P. Reed wrote: Someone might have an in to nVidia to clarify this, since I don't. In any case, the udelay(2) approach seems to be a safe fix for this machine. By the way, _does_ anyone have a contact at nVi

Re: More info on port 80 symptoms on MCP51 machine.

2007-12-12 Thread Alan Cox
On Wed, 12 Dec 2007 21:58:25 +0100 Rene Herman <[EMAIL PROTECTED]> wrote: > On 12-12-07 21:26, Rene Herman wrote: > > > On 12-12-07 21:07, David P. Reed wrote: > > >> Someone might have an in to nVidia to clarify this, since I don't. In > >> any case, the udelay(2) approach seems to be a safe

Re: More info on port 80 symptoms on MCP51 machine.

2007-12-12 Thread Rene Herman
On 12-12-07 21:26, Rene Herman wrote: On 12-12-07 21:07, David P. Reed wrote: Someone might have an in to nVidia to clarify this, since I don't. In any case, the udelay(2) approach seems to be a safe fix for this machine. By the way, _does_ anyone have a contact at nVidia who could clarify

Re: More info on port 80 symptoms on MCP51 machine.

2007-12-12 Thread David P. Reed
Port 0xED, just FYI: cycles: out 1430, in 1370 cycles: out 1429, in 1370 (800 Mhz) Rene Herman wrote: On 12-12-07 21:07, David P. Reed wrote: Sadly, I've been busy with other crises in my day job for the last few days. I did modify Rene's test program and ran it on my "problem" machine,

Re: More info on port 80 symptoms on MCP51 machine.

2007-12-12 Thread Rene Herman
On 12-12-07 21:07, David P. Reed wrote: Sadly, I've been busy with other crises in my day job for the last few days. I did modify Rene's test program and ran it on my "problem" machine, with the results below. The interesting part of this is that port 80 seems to respond to "in" instructio

More info on port 80 symptoms on MCP51 machine.

2007-12-12 Thread David P. Reed
Sadly, I've been busy with other crises in my day job for the last few days. I did modify Rene's test program and ran it on my "problem" machine, with the results below. The interesting part of this is that port 80 seems to respond to "in" instructions faster than the presumably "unused" por

[RFC] [PATCH] Add more info to /proc/$pid/smaps

2007-10-05 Thread Maxim Levitsky
esent, and non-swapped. The patch below adds two fields to /proc/$pid/smaps, that give this information. Probably even more info will be interesting. How about adding amount of locked memory, and most importantly map count? This way I can estimate how 'shared' a process memory really

Re: [RFC] [PATCH] Add more info to /proc/$pid/smaps

2007-10-05 Thread Maxim Levitsky
>From 145247b8e776b32c9930018ab65bb6c5401e28ef Mon Sep 17 00:00:00 2001 From: Maxim Levitsky <[EMAIL PROTECTED]> Date: Fri, 5 Oct 2007 08:04:03 +0200 Subject: [PATCH] Add more statistics to /proc/$pid/smaps Add amount of swapped memory and amount of anonymous memory to /proc/$pid/smaps Signed-off

[PATCH 23/33] KVM: MMU: If an empty shadow page is not empty, report more info

2007-01-04 Thread Avi Kivity
Signed-off-by: Avi Kivity <[EMAIL PROTECTED]> Index: linux-2.6/drivers/kvm/mmu.c === --- linux-2.6.orig/drivers/kvm/mmu.c +++ linux-2.6/drivers/kvm/mmu.c @@ -305,12 +305,16 @@ static void rmap_write_protect(struct kv static int is_

2.6.12.5 ATAPI Iomega Zip100 problem, more info, solved?

2005-08-15 Thread Grant Coady
Greetings, Some more info on removable media oddness. I use both vfat and ext2 format zip disk. Two mountpoints: /dev/hdc4 /mnt/zipvfatnoauto,user 0 0 /dev/hdc1 /mnt/zip2 ext2noauto,user 0 0 Odd behaviour: $ mount

Re: 2.6.11-rc5 and 2.6.12: cannot transmit anything - more info

2005-08-07 Thread Denis Vlasenko
On Thursday 04 August 2005 23:45, Tommy Christensen wrote: > Denis Vlasenko wrote: > > Hi, > > > > As reported earlier, sometimes my home box don't want > > to send anything. > > > > # ip r > > 1.1.5.5 dev tun0 proto kernel scope link src 1.1.5.6 > > 1.1.4.0/24 dev if proto kernel scope link

Re: 2.6.11-rc5 and 2.6.12: cannot transmit anything - more info

2005-08-04 Thread Tommy Christensen
Denis Vlasenko wrote: Hi, As reported earlier, sometimes my home box don't want to send anything. # ip r 1.1.5.5 dev tun0 proto kernel scope link src 1.1.5.6 1.1.4.0/24 dev if proto kernel scope link src 1.1.4.6 default via 1.1.5.5 dev tun0 # ping 1.1.4.1 -i 0.01 2005-08-02_19:12:18.19

2.6.11-rc5 and 2.6.12: cannot transmit anything - more info

2005-08-02 Thread Denis Vlasenko
Hi, As reported earlier, sometimes my home box don't want to send anything. # ip r 1.1.5.5 dev tun0 proto kernel scope link src 1.1.5.6 1.1.4.0/24 dev if proto kernel scope link src 1.1.4.6 default via 1.1.5.5 dev tun0 # ping 1.1.4.1 -i 0.01 kernel log: 2005-07-30_21:28:25.15338 kern.info:

Problem with kernel 2.2.19 Ultra-DMA and SMP, more info

2001-06-01 Thread Magnus . Sandberg
Hi again, Earlier today I wrote about my SMP and Ultra-DMA problem. Now have I written down the boot information. I hope that the attachment show the correct information, it was written in W*rd so some lower case chars can have been converted into upper case... I also checked the IDE-patch and t

Re: bdflush/mm performance drop-out defect (more info)

2001-05-23 Thread Rik van Riel
On Tue, 22 May 2001, null wrote: > Here is some additional info about the 2.4 performance defect. > > Only one person offered a suggestion about the use of HIGHMEM. > I tried with and without HIGHMEM enabled with the same results. > However, it does appear to take a bit longer to reach > performa

Re: bdflush/mm performance drop-out defect (more info)

2001-05-23 Thread null
> post I quoted some conversation between Rick Van Riel and Alan Cox Oops. The least I can do is spell his name right. Sorry Rik. 8) Keep up the good work. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo i

Re: bdflush/mm performance drop-out defect (more info)

2001-05-23 Thread null
On Tue, 22 May 2001, Jeffrey W. Baker wrote: > In short, I'm not seeing this problem. I appreciate your attempt to duplicate the defect on your system. In my original post I quoted some conversation between Rick Van Riel and Alan Cox where they describe seeing the same symptoms under heavy load.

Re: bdflush/mm performance drop-out defect (more info)

2001-05-22 Thread Jeffrey W. Baker
On Tue, 22 May 2001, null wrote: > Here is some additional info about the 2.4 performance defect. > > Only one person offered a suggestion about the use of HIGHMEM. I tried > with and without HIGHMEM enabled with the same results. However, it does > appear to take a bit longer to reach perfor

bdflush/mm performance drop-out defect (more info)

2001-05-22 Thread null
Here is some additional info about the 2.4 performance defect. Only one person offered a suggestion about the use of HIGHMEM. I tried with and without HIGHMEM enabled with the same results. However, it does appear to take a bit longer to reach performance drop-out condition when HIGHMEM is disa

Re: OOPS: Resend - more info

2001-03-31 Thread Mircea Damian
?? -- Mircea Damian E-mails: [EMAIL PROTECTED], [EMAIL PROTECTED] WebPage: http://taz.mania.k.ro/~dmircea/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html P

  1   2   >