search for: vgupta

Displaying 20 results from an estimated 23 matches for "vgupta".

Did you mean: gupta
2013 Nov 21
1
[PATCH -tip v3 18/23] x86/dumpstack: Use NOKPROBE_SYMBOL macro in dumpstack.c
...tronix.de> > Cc: Ingo Molnar <mingo at redhat.com> > Cc: "H. Peter Anvin" <hpa at zytor.com> > Cc: Andrew Morton <akpm at linux-foundation.org> > Cc: Jiri Slaby <jslaby at suse.cz> > Cc: Tejun Heo <tj at kernel.org> > Cc: Vineet Gupta <vgupta at synopsys.com> > --- > arch/x86/kernel/dumpstack.c | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) Btw., all these mechanic changes of the __kprobes annotation can be merged into a single patch. That will cut down on the size of the series substantially. Thank...
2013 Nov 21
1
[PATCH -tip v3 18/23] x86/dumpstack: Use NOKPROBE_SYMBOL macro in dumpstack.c
...tronix.de> > Cc: Ingo Molnar <mingo at redhat.com> > Cc: "H. Peter Anvin" <hpa at zytor.com> > Cc: Andrew Morton <akpm at linux-foundation.org> > Cc: Jiri Slaby <jslaby at suse.cz> > Cc: Tejun Heo <tj at kernel.org> > Cc: Vineet Gupta <vgupta at synopsys.com> > --- > arch/x86/kernel/dumpstack.c | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) Btw., all these mechanic changes of the __kprobes annotation can be merged into a single patch. That will cut down on the size of the series substantially. Thank...
2020 Apr 22
1
[PATCH V2 0/2] mm/thp: Rename pmd_mknotpresent() as pmd_mkinvalid()
...id() as pmd_mkinvalid() per Will Changes in V1: (https://patchwork.kernel.org/project/linux-mm/list/?series=259139) Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org> Cc: Michael Ellerman <mpe at ellerman.id.au> Cc: Paul Mackerras <paulus at samba.org> Cc: Vineet Gupta <vgupta at synopsys.com> Cc: Russell King <linux at armlinux.org.uk> Cc: Catalin Marinas <catalin.marinas at arm.com> Cc: Will Deacon <will at kernel.org> Cc: Thomas Bogendoerfer <tsbogend at alpha.franken.de> Cc: Thomas Gleixner <tglx at linutronix.de> Cc: Ingo Molnar <...
2020 Mar 20
4
[PATCH 0/2] mm/thp: Rename pmd_mknotpresent() as pmd_mknotvalid()
...-rc6. Boot tested on arm64 and x86 platforms. Built tested on many other platforms including the ones changed here. Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org> Cc: Michael Ellerman <mpe at ellerman.id.au> Cc: Paul Mackerras <paulus at samba.org> Cc: Vineet Gupta <vgupta at synopsys.com> Cc: Russell King <linux at armlinux.org.uk> Cc: Catalin Marinas <catalin.marinas at arm.com> Cc: Will Deacon <will at kernel.org> Cc: Thomas Bogendoerfer <tsbogend at alpha.franken.de> Cc: Thomas Gleixner <tglx at linutronix.de> Cc: Ingo Molnar <...
2013 Nov 20
0
[PATCH -tip v3 18/23] x86/dumpstack: Use NOKPROBE_SYMBOL macro in dumpstack.c
...omas Gleixner <tglx at linutronix.de> Cc: Ingo Molnar <mingo at redhat.com> Cc: "H. Peter Anvin" <hpa at zytor.com> Cc: Andrew Morton <akpm at linux-foundation.org> Cc: Jiri Slaby <jslaby at suse.cz> Cc: Tejun Heo <tj at kernel.org> Cc: Vineet Gupta <vgupta at synopsys.com> --- arch/x86/kernel/dumpstack.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/dumpstack.c b/arch/x86/kernel/dumpstack.c index d9c12d3..b74ebc7 100644 --- a/arch/x86/kernel/dumpstack.c +++ b/arch/x86/kernel/dumpstack.c @@ -200,7...
2020 Nov 03
0
[patch V3 09/37] arc/mm/highmem: Use generic kmap atomic implementation
...clearly the highmem code was never tested with any system with more than a few CPUs. Use the default number of slots and fail the build when it does not fit. Randomly failing at runtime is not a really good option. Signed-off-by: Thomas Gleixner <tglx at linutronix.de> Cc: Vineet Gupta <vgupta at synopsys.com> Cc: linux-snps-arc at lists.infradead.org --- V3: Make it actually more correct. --- arch/arc/Kconfig | 1 arch/arc/include/asm/highmem.h | 26 ++++++++++++++---- arch/arc/include/asm/kmap_types.h | 14 --------- arch/arc/mm/highmem.c |...
2020 Mar 20
0
[PATCH 2/2] mm/thp: Rename pmd_mknotpresent() as pmd_mknotvalid()
...functional change. [pmd_present(pmd_mknotvalid(pmd)) = true] This is not applicable for platforms that define own pmdp_invalidate() via __HAVE_ARCH_PMDP_INVALIDATE. Suggestion for renaming came during a previous discussion here. https://patchwork.kernel.org/patch/11019637/ Cc: Vineet Gupta <vgupta at synopsys.com> Cc: Russell King <linux at armlinux.org.uk> Cc: Catalin Marinas <catalin.marinas at arm.com> Cc: Will Deacon <will at kernel.org> Cc: Thomas Bogendoerfer <tsbogend at alpha.franken.de> Cc: Thomas Gleixner <tglx at linutronix.de> Cc: Ingo Molnar <...
2013 Nov 20
28
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Hi, Here is the version 3 of NOKPORBE_SYMBOL series. Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've introduced NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() macros can be placed right after the function is defined
2013 Nov 20
28
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Hi, Here is the version 3 of NOKPORBE_SYMBOL series. Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've introduced NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() macros can be placed right after the function is defined
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...rs <vince@collabora.co.uk> Vincent Stehlé <v-stehle@ti.com> Vincent Stehlé <vincent.stehle@freescale.com> Vincent Stehlé <vincent.stehle@laposte.net> Vincent Wen <vincentwenlinux@gmail.com> Vincenzo Frascino <vincenzo.frascino@st.com> Vineet Gupta <vgupta@synopsys.com> Vineet Gupta <vgupta@synopsys.com> # for arch/arc Vineet Gupta <vgupta@synopsys.com> [arch/arc bits] Vineet Gupta <vgupta@synopsys.com> for arch/arc bits Vinh Nguyen Huu Tuong <vhtnguyen@apm.com> Vinicius Costa Gomes <vinicius.gomes@openboss...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...rs <vince@collabora.co.uk> Vincent Stehlé <v-stehle@ti.com> Vincent Stehlé <vincent.stehle@freescale.com> Vincent Stehlé <vincent.stehle@laposte.net> Vincent Wen <vincentwenlinux@gmail.com> Vincenzo Frascino <vincenzo.frascino@st.com> Vineet Gupta <vgupta@synopsys.com> Vineet Gupta <vgupta@synopsys.com> # for arch/arc Vineet Gupta <vgupta@synopsys.com> [arch/arc bits] Vineet Gupta <vgupta@synopsys.com> for arch/arc bits Vinh Nguyen Huu Tuong <vhtnguyen@apm.com> Vinicius Costa Gomes <vinicius.gomes@openboss...
2013 Nov 15
23
[PATCH -tip RFC v2 00/22] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've tried to implement new NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() macros can be placed right after the function is defined, it is easy to maintain. This series
2013 Nov 15
23
[PATCH -tip RFC v2 00/22] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've tried to implement new NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() macros can be placed right after the function is defined, it is easy to maintain. This series
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
Following up to the discussion in: https://lore.kernel.org/r/20200914204209.256266093 at linutronix.de and the second version of this: https://lore.kernel.org/r/20201029221806.189523375 at linutronix.de this series provides a preemptible variant of kmap_atomic & related interfaces. This is achieved by: - Removing the RT dependency from migrate_disable/enable() - Consolidating all
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
Following up to the discussion in: https://lore.kernel.org/r/20200914204209.256266093 at linutronix.de and the second version of this: https://lore.kernel.org/r/20201029221806.189523375 at linutronix.de this series provides a preemptible variant of kmap_atomic & related interfaces. This is achieved by: - Removing the RT dependency from migrate_disable/enable() - Consolidating all
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
Following up to the discussion in: https://lore.kernel.org/r/20200914204209.256266093 at linutronix.de and the second version of this: https://lore.kernel.org/r/20201029221806.189523375 at linutronix.de this series provides a preemptible variant of kmap_atomic & related interfaces. This is achieved by: - Removing the RT dependency from migrate_disable/enable() - Consolidating all
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...org> Vincent Penquerc''h <vincent.penquerch@collabora.co.uk> Vincent Sanders <vince@collabora.co.uk> Vincent Stehlé <vincent.stehle@laposte.net> Vincent Wen <vincentwenlinux@gmail.com> Vincenzo Frascino <vincenzo.frascino@st.com> Vineet Gupta <vgupta@synopsys.com> Vinh Nguyen Huu Tuong <vhtnguyen@apm.com> Vinicius Costa Gomes <vinicius.gomes@openbossa.org> Vinit Kamalaksha Shenoy <vinit.shenoy@st.com> Vinit Shenoy <vinit.shenoy@st.com> Vinod Koul <vinod.koul@intel.com> Vinod Koul <vinod.koul@linux...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...org> Vincent Penquerc''h <vincent.penquerch@collabora.co.uk> Vincent Sanders <vince@collabora.co.uk> Vincent Stehlé <vincent.stehle@laposte.net> Vincent Wen <vincentwenlinux@gmail.com> Vincenzo Frascino <vincenzo.frascino@st.com> Vineet Gupta <vgupta@synopsys.com> Vinh Nguyen Huu Tuong <vhtnguyen@apm.com> Vinicius Costa Gomes <vinicius.gomes@openbossa.org> Vinit Agnihotri <vinit.abhay.agnihotri@intel.com> Vinit Kamalaksha Shenoy <vinit.shenoy@st.com> Vinit Shenoy <vinit.shenoy@st.com> Vinod Koul <...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...org> Vincent Penquerc''h <vincent.penquerch@collabora.co.uk> Vincent Sanders <vince@collabora.co.uk> Vincent Stehlé <vincent.stehle@laposte.net> Vincent Wen <vincentwenlinux@gmail.com> Vincenzo Frascino <vincenzo.frascino@st.com> Vineet Gupta <vgupta@synopsys.com> Vinh Nguyen Huu Tuong <vhtnguyen@apm.com> Vinicius Costa Gomes <vinicius.gomes@openbossa.org> Vinit Agnihotri <vinit.abhay.agnihotri@intel.com> Vinit Kamalaksha Shenoy <vinit.shenoy@st.com> Vinit Shenoy <vinit.shenoy@st.com> Vinod Koul <...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...;vincent.penquerch@collabora.co.uk> Vincent Sanders <vince@collabora.co.uk> Vincent Stehlé <v-stehle@ti.com> Vincent Stehlé <vincent.stehle@laposte.net> Vincent Wen <vincentwenlinux@gmail.com> Vincenzo Frascino <vincenzo.frascino@st.com> Vineet Gupta <vgupta@synopsys.com> Vinh Nguyen Huu Tuong <vhtnguyen@apm.com> Vinicius Costa Gomes <vinicius.gomes@openbossa.org> Vinit Agnihotri <vinit.abhay.agnihotri@intel.com> Vinit Kamalaksha Shenoy <vinit.shenoy@st.com> Vinit Shenoy <vinit.shenoy@st.com> Vinod Koul <...