BUG: Kernel 3.10.65: Kernel panic while send-receive MMS on same device

2016-06-27 Thread PINTU KUMAR
Hi, Need a help or some pointer about this issue. Yesterday, received one kernel panic issue on one of our mobile device. Scenario is: Sender is sending an MMS content to its own number. After MMS is received, device vibrates and immediately went into kernel panic. We checked and could not found a

RE: [RFC v3 1/2] mm, compaction: introduce kcompactd

2015-08-11 Thread PINTU KUMAR
Hi, > -Original Message- > From: Vlastimil Babka [mailto:vba...@suse.cz] > Sent: Monday, August 10, 2015 3:14 PM > To: PINTU KUMAR; linux...@kvack.org > Cc: linux-kernel@vger.kernel.org; Andrew Morton; Hugh Dickins; Andrea > Arcangeli; Kirill A. Shutemov; Rik van Riel;

RE: [PATCH 1/1] mm: compaction: include compact_nodes in compaction.h

2015-08-11 Thread PINTU KUMAR
Hi, > -Original Message- > From: Vlastimil Babka [mailto:vba...@suse.cz] > Sent: Friday, August 07, 2015 7:48 PM > To: Pintu Kumar; a...@linux-foundation.org; linux-kernel@vger.kernel.org; > linux...@kvack.org; iamjoonsoo@lge.com; mho...@suse.cz; > r...@redhat.com;

RE: [PATCH 1/1] mm: vmstat: introducing vm counter for slowpath

2015-08-12 Thread PINTU KUMAR
Hi, > -Original Message- > From: Michal Hocko [mailto:mho...@kernel.org] > Sent: Tuesday, August 11, 2015 4:25 PM > To: PINTU KUMAR > Cc: 'Andrew Morton'; linux-kernel@vger.kernel.org; linux...@kvack.org; > minc...@kernel.org; d...@stgolabs.net; koc...@gmail

[PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature

2015-07-03 Thread Pintu Kumar
ill any application. Signed-off-by: Pintu Kumar --- Documentation/sysctl/vm.txt | 16 include/linux/swap.h|7 +++ kernel/sysctl.c |9 + mm/Kconfig |8 mm/vmscan.c | 23 +--

RE: [PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature

2015-07-06 Thread PINTU KUMAR
> -Original Message- > From: Heinrich Schuchardt [mailto:xypron.g...@gmx.de] > Sent: Friday, July 03, 2015 10:51 PM > To: Pintu Kumar; cor...@lwn.net; a...@linux-foundation.org; vba...@suse.cz; > gorcu...@openvz.org; mho...@suse.cz; emun...@akamai.com; > kirill.shute.

RE: [PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature

2015-07-06 Thread PINTU KUMAR
Hi, > -Original Message- > From: Xishi Qiu [mailto:qiuxi...@huawei.com] > Sent: Monday, July 06, 2015 3:53 PM > To: Pintu Kumar > Cc: cor...@lwn.net; a...@linux-foundation.org; vba...@suse.cz; > gorcu...@openvz.org; mho...@suse.cz; emun...@akamai.com; > kirill.shu

Re: [PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature

2015-07-06 Thread Pintu Kumar
Sorry, looks like some problem with the yahoo mail. Some emails are bouncing. Sending again with the gmail. - Original Message - > From: "valdis.kletni...@vt.edu" > To: Pintu Kumar > Cc: cor...@lwn.net; a...@linux-foundation.org; vba...@suse.cz; > gorcu...@open

Re: [PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature

2015-07-06 Thread Pintu Kumar
Hi, Please find my comments inline. > Sent: Saturday, 4 July 2015 6:25 PM > Subject: Re: [PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory > feature > > On Sat, Jul 04, 2015 at 06:04:37AM +0000, PINTU KUMAR wrote: >> >On Fri, Jul 03, 2015 at 06:50:07PM

RE: [PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature

2015-07-07 Thread PINTU KUMAR
Hi, > -Original Message- > From: Xishi Qiu [mailto:qiuxi...@huawei.com] > Sent: Tuesday, July 07, 2015 7:08 AM > To: PINTU KUMAR > Cc: cor...@lwn.net; a...@linux-foundation.org; vba...@suse.cz; > gorcu...@openvz.org; mho...@suse.cz; emun...@akamai.com; > kirill.shu

[PATCH] mm/util.c: Add error logs for commitment overflow

2020-10-02 Thread Pintu Kumar
y: commitment overflow: ppid:150, pid:164, pages:62451 fork failed[count:0]: Cannot allocate memory Signed-off-by: Pintu Kumar --- mm/util.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mm/util.c b/mm/util.c index 5ef378a..9431ce7a 100644 --- a/mm/util.c +++ b/mm/util.c @@ -895,6

[PATCH] mm/slab.h: Fix duplicate include file kmemleak.h

2020-09-10 Thread Pintu Kumar
As I was browsing through this code, I found that linux/kmemleak.h was declared twice. When I run ./scripts/checkincludes.pl it reported the same: mm/slab.h: linux/kmemleak.h is included more than once. Thus removing the last included header. Signed-off-by: Pintu Kumar --- mm/slab.h | 1 - 1

Re: [PATCH] selftests/android: Fix line continuation in Makefile

2018-02-07 Thread Pintu Kumar
On Wed, Feb 7, 2018 at 10:46 PM, Daniel Díaz Rodríguez wrote: > Hello! > > > On 7 February 2018 at 00:01, Pintu Kumar wrote: > [...] >> Thanks for your patch. >> However, I have copied this Makefile from >> tools/testing/selftests/futex/Makefile before modifying

Re: [PATCH] selftests/android: Fix line continuation in Makefile

2018-02-07 Thread Pintu Kumar
On Wed, Feb 7, 2018 at 5:22 AM, Daniel Díaz wrote: > The Makefile lacks a couple of line continuation backslashes > in an `if' clause, which can make the subsequent rsync > command go awry over the whole filesystem (`rsync -a / /`). > > /bin/sh: -c: line 5: syntax error: unexpected end of file >

Re: [VDSO]: vdso_test failing on arm 32 bit

2018-02-07 Thread Pintu Kumar
rote: > On Thu, Dec 14, 2017 at 10:50:50AM +0530, Pintu Kumar wrote: >> Oh ok. Thanks for this information. >> So, in conclusion, can I summarize like this: VDSO support on ARM 32-bit >> 1) VDSO works only on Cortex A7/A15 -> where generic timer extension >> is availabl

Re: [VDSO]: vdso_test failing on arm 32 bit

2018-02-08 Thread Pintu Kumar
On Thu, Feb 8, 2018 at 9:41 PM, Lynch, Nathan wrote: >> I commented the device tree reading property: >> arm,cpu-registers-not-fw-configured , from the arch/arm/kernel/vdso.c > > Don't do that, please. The presence of that property indicates that the > counter is not suitable for use by the OS. T

Re: [perf] perf test BPF fails on 4.9.20

2018-02-01 Thread Pintu Kumar
Is there any fix available for this issue? I searched 4.15, but could not relate any of the patches to this. Thanks, Pintu On Thu, Feb 1, 2018 at 7:34 PM, Pintu Kumar wrote: > Hi, > > After enabling DEBUG_INFO in kernel I still get this error for BPF test. > Please help.

Re: [perf] perf test BPF fails on 4.9.20

2018-02-02 Thread Pintu Kumar
o fix this issue I had to enable full version of CONFIG_DEBUG_INFO in kernel. Now, my question is: Is it possible to pass BPF test without enabling CONFIG_DEBUG_INFO in kernel ? Thanks, Pintu On Fri, Feb 2, 2018 at 1:25 PM, Pintu Kumar wrote: > Hi, > > perf test bpf prologue ge

Re: [perf] perf test BPF fails on 4.9.20

2018-02-05 Thread Pintu Kumar
On Sat, Feb 3, 2018 at 6:49 PM, Masami Hiramatsu wrote: > Hi Pintu, > > On Fri, 2 Feb 2018 19:03:30 +0530 > Pintu Kumar wrote: > >> Hi All, >> >> I have fixed both the issue with perf test. >> >> 1) 16: Try 'import perf' in python, checki

Re: [perf] perf test BPF fails on 4.9.20

2018-02-05 Thread Pintu Kumar
On Mon, Feb 5, 2018 at 7:24 PM, Masami Hiramatsu wrote: > On Mon, 5 Feb 2018 15:17:41 +0530 > Pintu Kumar wrote: > >> On Sat, Feb 3, 2018 at 6:49 PM, Masami Hiramatsu wrote: >> > Hi Pintu, >> > >> > On Fri, 2 Feb 2018 19:03:30 +0530 >> > Pintu

Re: [PATCH] selftests/android: Fix line continuation in Makefile

2018-02-06 Thread Pintu Kumar
On Wed, Feb 7, 2018 at 5:22 AM, Daniel Díaz wrote: > The Makefile lacks a couple of line continuation backslashes > in an `if' clause, which can make the subsequent rsync > command go awry over the whole filesystem (`rsync -a / /`). > > /bin/sh: -c: line 5: syntax error: unexpected end of file >

Re: [tegra186]: emmc resume failing after booting from snapshot image

2017-11-21 Thread Pintu Kumar
) - On Mon, Nov 20, 2017 at 12:48 PM, Pintu Kumar wrote: > Hi, > > I am trying to verify suspend-to-disk on jetson-tx2 board (nvidia tegra186). > Suspend is working fine, but during resume emmc is failing to resume. > Kern

Re: [tegra186]: emmc resume failing after booting from snapshot image

2017-11-22 Thread Pintu Kumar
C driver between upstream and >> downstream are currently quite diverged so the upstream folks are >> unlikely to be able to help with issues with the downstream code. >> >> Mikko >> >> On 22.11.2017 08:41, Pintu Kumar wrote: >>> Hi, >>> >>>

Re: [tegra186]: emmc resume failing after booting from snapshot image

2017-11-22 Thread Pintu Kumar
On Wed, Nov 22, 2017 at 9:45 PM, Jon Hunter wrote: > > On 22/11/17 12:26, Pintu Kumar wrote: >> Hello Jon, >> Yes I raised my query there almost 1 week back here. >> https://devtalk.nvidia.com/default/topic/1026527/jetson-tx2/-jetson-tx2-mmc-resume-errors-after-booting-fr

[VDSO]: vdso_test failing on arm 32 bit

2017-12-12 Thread Pintu Kumar
Hi All, Did anybody tried running vdso_test (under Documentation/vDSO in kernel 4.1) on an ARM 32 bit system? When I test it on iMX.7 board (kernel 4.1, ARM 32 bit), I get this: # ./vdso_test Could not find __vdso_gettimeofday When I check more in parse_vdso.c, I found that under vdso_sym functi

Re: [PATCH v2] mm/oom_kill: count global and memory cgroup oom kills

2017-09-13 Thread Pintu Kumar
On Wed, Sep 13, 2017 at 1:05 PM, Konstantin Khlebnikov wrote: > On 13.09.2017 07:51, PINTU KUMAR wrote: >> >> >> >> Hi, >> >> I have submitted a similar patch 2 years ago (Oct/2015). >> But at that time the patch was rejected. >> Here is

Re: [PATCHv2 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-10-04 Thread Pintu Kumar
On Wed, Oct 4, 2017 at 12:50 PM, Greg KH wrote: > On Tue, Oct 03, 2017 at 12:48:59PM -0400, Pintu Agarwal wrote: >> This is a test utility to verify ION buffer sharing in user space >> between 2 independent processes. >> It uses unix domain socket as IPC to transfer an FD to another process >> and

Re: [PATCHv2 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-10-04 Thread Pintu Kumar
{ >> + fprintf(stderr, "<%s>: Failed opensocket.\n", __func__); >> + goto err_socket; >> + } >> + skinfo.sockfd = sockfd; >> + >> + ret = ion_export_buffer_fd(&info); >> + if (ret < 0) { &

Re: [PATCH 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-09-26 Thread Pintu Kumar
+ * > + * It is a user space utility to create and export android > + * ion memory buffer fd to another process using unix domain socket as IPC. > + * This acts like a server for ionapp_import(client). > + * So, this server has to be started first before the client. > + * > + * Copy

Re: How to verify linux-next

2017-09-29 Thread Pintu Kumar
Thanks Mr. Tso for your reply. Please find my reply inline. On Sat, Sep 30, 2017 at 3:20 AM, Theodore Ts'o wrote: > On Fri, Sep 29, 2017 at 07:56:41PM +0530, Pintu Kumar wrote: >> BTW, I am more interested in my another query about QEMU arm. >> This will be much quicker and

Re: [PATCH 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-09-29 Thread Pintu Kumar
On Thu, Sep 28, 2017 at 11:46 PM, Pintu Kumar wrote: > On Thu, Sep 28, 2017 at 11:41 PM, Pintu Kumar wrote: >> On Wed, Sep 27, 2017 at 7:54 PM, Pintu Kumar wrote: >>> On Wed, Sep 27, 2017 at 12:52 AM, Laura Abbott wrote: >>>> On 09/26/2017 11:08 AM, Pintu Agarwa

Re: How to verify linux-next

2017-10-01 Thread Pintu Kumar
On Sat, Sep 30, 2017 at 10:55 AM, Theodore Ts'o wrote: > On Sat, Sep 30, 2017 at 09:28:09AM +0530, Pintu Kumar wrote: >> I need to submit a patch to mainline which should be verified against >> linux-next tree with latest API. > > If you want to verify a patch that you

Re: How to verify linux-next

2017-10-01 Thread Pintu Kumar
On Sun, Oct 1, 2017 at 10:33 PM, Mike Galbraith wrote: > On Sun, 2017-10-01 at 09:48 -0700, Randy Dunlap wrote: >> On 10/01/17 09:44, Damian Tometzki wrote: >> >> > i resolved the issue with: >> > sudo /etc/init.d/apparmor stop >> >> or boot with: apparmor=0 > > or systemctl mask apparmor Ok, tha

Re: [PATCH 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-09-27 Thread Pintu Kumar
On Wed, Sep 27, 2017 at 12:52 AM, Laura Abbott wrote: > On 09/26/2017 11:08 AM, Pintu Agarwal wrote: >> >> This is a test utility to verify ION buffer sharing in user space >> between 2 independent processes. >> It uses unix domain socket as IPC to transfer an FD to another process >> and install

Re: [PATCH 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-09-28 Thread Pintu Kumar
On Wed, Sep 27, 2017 at 7:54 PM, Pintu Kumar wrote: > On Wed, Sep 27, 2017 at 12:52 AM, Laura Abbott wrote: >> On 09/26/2017 11:08 AM, Pintu Agarwal wrote: >>> >>> This is a test utility to verify ION buffer sharing in user space >>> between 2 independen

Re: [PATCH 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-09-28 Thread Pintu Kumar
On Thu, Sep 28, 2017 at 11:41 PM, Pintu Kumar wrote: > On Wed, Sep 27, 2017 at 7:54 PM, Pintu Kumar wrote: >> On Wed, Sep 27, 2017 at 12:52 AM, Laura Abbott wrote: >>> On 09/26/2017 11:08 AM, Pintu Agarwal wrote: >>>> >>>> This is a test utility

How to verify linux-next

2017-09-29 Thread Pintu Kumar
Hi, I have a general question. How do we normally verify linux-next tree? I wanted to work on linux-next but I am facing some issues. I could able to build linux-next for both x86 and arm, but I could not verify it on any machine. Currently I don't have a real Linux PC to boot with linux-next ker

Re: How to verify linux-next

2017-09-29 Thread Pintu Kumar
f any better option to use linux-next please tell me. It will be really helpful. Thank You! Regards, Pintu On Fri, Sep 29, 2017 at 3:12 PM, Pintu Kumar wrote: > Hi, > > I have a general question. > How do we normally verify linux-next tree? > > I wanted to work on linux-ne

Re: How to verify linux-next

2017-09-29 Thread Pintu Kumar
Hi, I have a general question. How do we normally verify linux-next tree? I wanted to work on linux-next but I am facing some issues. I could able to build linux-next for both x86 and arm, but I could not verify it on any machine. Currently I don't have a real Linux PC to boot with linux-next ker

Re: How to verify linux-next

2017-09-29 Thread Pintu Kumar
ieb > valdis.kletni...@vt.edu: >> On Fri, 29 Sep 2017 16:08:07 +0530, Pintu Kumar said: >> >> > >> > I have a general question. >> > How do we normally verify linux-next tree? >> The same exact way you "verify" any other Linux kernel, for wha

Re: How to verify linux-next

2017-09-29 Thread Pintu Kumar
On Fri, Sep 29, 2017 at 7:56 PM, Pintu Kumar wrote: > On Fri, Sep 29, 2017 at 6:44 PM, Damian Tometzki > wrote: >> Hello, >> >> Ubuntu 16.04 with current linux-next Kernel workson virtualbox 5.1.28 >> >> Host: Windows 10 >> Guest: Ubuntu 16.04 >&g

Re: [PATCHv2 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-10-06 Thread Pintu Kumar
>> + >> + heap_type = ion_info->heap_type; >> + heap_size = ion_info->heap_size; >> + flag_type = ion_info->flag_type; >> + alloc_data.len = heap_size; >> + alloc_data.heap_id_mask = heap_type; > > The heap type and heap ID are not the same thing. You need > to determine the hea

Re: [PATCHv2 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-10-09 Thread Pintu Kumar
On Fri, Oct 6, 2017 at 7:58 PM, Pintu Kumar wrote: >>> + >>> + heap_type = ion_info->heap_type; >>> + heap_size = ion_info->heap_size; >>> + flag_type = ion_info->flag_type; >>> + alloc_data.len = heap_size; >>> +

Re: [PATCHv3 1/1] [tools/selftests]: android/ion: userspace test utility for ion buffer sharing

2017-10-20 Thread Pintu Kumar
On Fri, Oct 20, 2017 at 8:10 PM, Shuah Khan wrote: > On 10/18/2017 04:38 AM, Pintu Kumar wrote: >> On Wed, Oct 18, 2017 at 2:28 AM, Shuah Khan wrote: >>> On 10/17/2017 02:21 PM, Laura Abbott wrote: >>>> On 10/14/2017 04:36 AM, Pintu Agarwal wrote: >>>

Re: [PATCHv3 1/1] [tools/selftests]: android/ion: userspace test utility for ion buffer sharing

2017-10-23 Thread Pintu Kumar
On Sat, Oct 21, 2017 at 12:51 AM, Shuah Khan wrote: > On 10/20/2017 09:18 AM, Pintu Kumar wrote: >> On Fri, Oct 20, 2017 at 8:10 PM, Shuah Khan wrote: >>> On 10/18/2017 04:38 AM, Pintu Kumar wrote: >>>> On Wed, Oct 18, 2017 at 2:28 AM, Shuah Khan wrote: >&

[tegra186]: emmc resume errors after booting from suspend

2017-11-19 Thread Pintu Kumar
Hi, I am trying to verify suspend-to-disk on jetson-tx2 board (nvidia tegra186). Suspend is working fine, but during resume emmc is failing to resume. Kernel version: 4.4 Repo: https://nv-tegra.nvidia.com/gitweb/?p=linux-4.4.git;a=summary It returns with: mmc0: error -110 during resume (card was

Re: Proposal: single defconfig for all ARM

2017-11-06 Thread Pintu Kumar
On Tue, Nov 7, 2017 at 4:21 AM, Enrico Weigelt, metux IT consult wrote: > On 26.10.2017 18:26, Pintu Kumar wrote: >> >> Hi, >> >> My proposal is to maintain a common base defconfig file for all ARM >> products and only add the additional configs in the new defco

RE: Memory fragmentation issue related suggestion request

2016-09-11 Thread PINTU KUMAR
Dear Ankur, I would suggest you register to linux...@kvack.org and explain your issues in details. There are other experts here, who can guide you. Few comments are inline below. > From: Ankur Tank [mailto:ankur.t...@lnttechservices.com] > Sent: Saturday, September 10, 2016 5:26 PM > To: pint..

[PATCH] selftests/sched: add basic test for psi

2024-10-22 Thread Pintu Kumar
There is a psi module that exists under kernel/sched/psi. Add a basic test to test the psi. This test just add the basic support to check cpu/memory/io interface. Further test will be added on top of this. Signed-off-by: Pintu Kumar --- MAINTAINERS | 2 + tools

<    1   2