Re: [ovs-dev] [PATCH OVN] DHCP Relay Agent support for overlay subnets

2024-02-26 Thread Naveen Yerramneni
> On 24-Jan-2024, at 6:30 PM, Naveen Yerramneni > wrote: > > > >> On 24-Jan-2024, at 8:59 AM, Numan Siddique wrote: >> >> On Tue, Jan 23, 2024 at 8:02 PM Naveen Yerramneni >> wrote: >>> >>> >>> >>>> On 1

[ovs-dev] [PATCH OVN] ovn-nb: Add documentation for disable_arp_nd_rsp option

2024-02-16 Thread Naveen Yerramneni
Signed-off-by: Naveen Yerramneni --- ovn-nb.xml | 7 +++ 1 file changed, 7 insertions(+) diff --git a/ovn-nb.xml b/ovn-nb.xml index e0b983ed6..b652046a7 100644 --- a/ovn-nb.xml +++ b/ovn-nb.xml @@ -1268,6 +1268,13 @@ unknown ports connected to the same Logical Switch

[PATCH RESEND] selftests/ftrace: Add test to exercize function tracer across cpu hotplug

2024-02-16 Thread Naveen N Rao
Add a test to exercize cpu hotplug with the function tracer active to ensure that sensitive functions in idle path are excluded from being traced. This helps catch issues such as the one fixed by commit 4b3338aaa74d ("powerpc/ftrace: Fix stack teardown in ftrace_no_trace"). Signed-off-

Re: [ovs-dev] [PATCH OVN] Add "disable_arp_nd_rsp" option to LSP

2024-02-15 Thread Naveen Yerramneni
> On 12-Feb-2024, at 8:36 PM, Ihar Hrachyshka wrote: > > On Tue, Jan 30, 2024 at 10:52 PM Naveen Yerramneni > wrote: > > > > On 29-Jan-2024, at 9:11 PM, Ihar Hrachyshka wrote: > > > > On Mon, Jan 22, 2024 at 12:22 PM Naveen Yerramneni > > wr

Re: [PATCH v2 2/2] powerpc/bpf: enable kfunc call

2024-02-15 Thread Naveen N Rao
urn true; > > +} > > + > > +bool bpf_jit_supports_far_kfunc_call(void) > > +{ > > + return true; > > +} I am not sure there is value in keeping this as a separate patch since all support code for kfunc calls is introduced in an earlier patch. Consider folding this into the previous patch. - Naveen

Re: [PATCH v2 1/2] powerpc/bpf: ensure module addresses are supported

2024-02-15 Thread Naveen N Rao
_has_kfunc_call() to decide whether to use optimized > instruction sequence or not as suggested by Naveen. > > > arch/powerpc/net/bpf_jit.h| 5 +- > arch/powerpc/net/bpf_jit_comp.c | 4 +- > arch/powerpc/net/bpf_jit_comp32.c | 8 ++- > arch/powerpc/net/bpf_jit_comp6

[PATCH v2] powerpc/ftrace: Ignore ftrace locations in exit text sections

2024-02-13 Thread Naveen N Rao
;) Cc: sta...@vger.kernel.org Reported-by: Michael Ellerman Signed-off-by: Naveen N Rao Reviewed-by: Benjamin Gray --- v2: - Rename exit text section variable name to match other architectures - Fix clang builds I've collected Benjamin's Reviewed-by tag since those parts of the patch remain the same.

Re: [PATCH] powerpc/ftrace: Ignore ftrace locations in exit text sections

2024-02-12 Thread Naveen N Rao
On Mon, Feb 12, 2024 at 07:31:03PM +, Christophe Leroy wrote: > > > Le 09/02/2024 à 08:59, Naveen N Rao a écrit : > > diff --git a/arch/powerpc/include/asm/sections.h > > b/arch/powerpc/include/asm/sections.h > > index ea26665f82cf..d389dcecdb0b 100644 > &g

[PATCH] powerpc/ftrace: Ignore ftrace locations in exit text sections

2024-02-09 Thread Naveen N Rao
;) Cc: sta...@vger.kernel.org Reported-by: Michael Ellerman Signed-off-by: Naveen N Rao --- arch/powerpc/include/asm/ftrace.h | 9 + arch/powerpc/include/asm/sections.h | 1 + arch/powerpc/kernel/trace/ftrace.c | 12 arch/powerpc/kernel/vmlinux.lds.S | 2 ++ 4 files c

Re: Re: [PATCH v2 1/3] powerpc/code-patching: Add generic memory patching

2024-02-05 Thread Naveen N Rao
On Mon, Feb 05, 2024 at 01:30:46PM +1100, Benjamin Gray wrote: > On Thu, 2023-11-30 at 15:55 +0530, Naveen N Rao wrote: > > On Mon, Oct 16, 2023 at 04:01:45PM +1100, Benjamin Gray wrote: > > > > > > diff --git a/arch/powerpc/include/asm/code-patching.h > >

[PATCH v2] powerpc/64: Set task pt_regs->link to the LR value on scv entry

2024-02-02 Thread Naveen N Rao
[unknown] [unknown] __clone -multipathd (698) 3001661 Fixes: 7fa95f9adaee ("powerpc/64s: system call support for scv/rfscv instructions") Cc: sta...@vger.kernel.org Reported-by: Nysal Jan K.A Signed-off-by: Naveen N Rao --- v2: Update change log,

Re: Re: [PATCH] powerpc/64: Set LR to a non-NULL value in task pt_regs on scv entry

2024-02-02 Thread Naveen N Rao
On Fri, Feb 02, 2024 at 01:02:39PM +1100, Michael Ellerman wrote: > Segher Boessenkool writes: > > Hi! > > > > On Thu, Jan 25, 2024 at 05:12:28PM +0530, Naveen N Rao wrote: > >> diff --git a/arch/powerpc/kernel/interrupt_64.S > >> b/arch/powerpc/kernel

Re: [ovs-dev] [PATCH OVN] Add "disable_arp_nd_rsp" option to LSP

2024-01-30 Thread Naveen Yerramneni
> On 29-Jan-2024, at 9:11 PM, Ihar Hrachyshka wrote: > > On Mon, Jan 22, 2024 at 12:22 PM Naveen Yerramneni > wrote: > This option can be used to enable/disable arp/nd reply flows. > > Usecase: > = > It is useful to reduce packet loss when VM is being mig

[PATCH] powerpc/64: Set LR to a non-NULL value in task pt_regs on scv entry

2024-01-25 Thread Naveen N Rao
-python (1293) 11 clock_nanosleep clock_nanosleep nanosleep sleep [unknown] [unknown] __clone -multipathd (698) 3001661 Reported-by: Nysal Jan K.A Signed-off-by: Naveen N Rao

Re: [ovs-dev] [PATCH OVN] DHCP Relay Agent support for overlay subnets

2024-01-24 Thread Naveen Yerramneni
> On 24-Jan-2024, at 8:59 AM, Numan Siddique wrote: > > On Tue, Jan 23, 2024 at 8:02 PM Naveen Yerramneni > wrote: >> >> >> >>> On 16-Jan-2024, at 2:30 AM, Numan Siddique wrote: >>> >>> On Tue, Dec 12, 2023 at 1:05 PM Naveen Yerram

[meta-intel] [PATCH 5/5] onednn: upgrade 3.3.1 -> 3.3.4

2024-01-23 Thread Naveen Saini
Signed-off-by: Naveen Saini --- .../recipes-core/dnn/{onednn_3.3.1.bb => onednn_3.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dynamic-layers/clang-layer/recipes-core/dnn/{onednn_3.3.1.bb => onednn_3.3.4.bb} (97%) diff --git a/dynamic-layers/clang-layer/r

[meta-intel] [PATCH 3/5] libva-intel-utils: upgrade 2.20.0 -> 2.20.1

2024-01-23 Thread Naveen Saini
Signed-off-by: Naveen Saini --- ...{libva-intel-utils_2.20.0.bb => libva-intel-utils_2.20.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-graphics/libva/{libva-intel-utils_2.20.0.bb => libva-intel-utils_2.20.1.bb} (96%) diff --git a/recipes-graphics/libva

[meta-intel] [PATCH 4/5] metrics-discovery: upgrade 1.12.165.1 -> 1.12.170

2024-01-23 Thread Naveen Saini
Signed-off-by: Naveen Saini --- ...cs-discovery_1.12.165.1.bb => metrics-discovery_1.12.170.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-graphics/metrics-discovery/{metrics-discovery_1.12.165.1.bb => metrics-discovery_1.12.170.bb} (91%) diff --git a/r

[meta-intel] [PATCH 1/5] itt: upgrade 3.24.2 -> 3.24.6

2024-01-23 Thread Naveen Saini
Signed-off-by: Naveen Saini --- recipes-multimedia/itt/{itt_3.24.2.bb => itt_3.24.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-multimedia/itt/{itt_3.24.2.bb => itt_3.24.6.bb} (96%) diff --git a/recipes-multimedia/itt/itt_3.24.2.bb b/recipes-multimed

[meta-intel] [PATCH 2/5] level-zero: upgrade 1.11.0 -> 1.15.8

2024-01-23 Thread Naveen Saini
Signed-off-by: Naveen Saini --- .../levelzero/{level-zero_1.11.0.bb => level-zero_1.15.8.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dynamic-layers/openembedded-layer/recipes-core/levelzero/{level-zero_1.11.0.bb => level-zero_1.15.8.bb} (95%) diff --git a/d

Re: [ovs-dev] [PATCH OVN] DHCP Relay Agent support for overlay subnets

2024-01-23 Thread Naveen Yerramneni
> On 16-Jan-2024, at 2:30 AM, Numan Siddique wrote: > > On Tue, Dec 12, 2023 at 1:05 PM Naveen Yerramneni > wrote: >> >>This patch contains changes to enable DHCP Relay Agent support for >> overlay subnets. >> >>USE CASE: >>-

Re: Plugin amazon-inspector-image-scanner-plugin/pull/25

2024-01-22 Thread naveen sharma
> run the CD action in github. > > > > *From:* jenkinsci-dev@googlegroups.com *On > Behalf Of *naveen sharma > *Sent:* Montag, 22. Januar 2024 21:41 > *To:* jenkinsci-dev@googlegroups.com > *Subject:* Plugin amazon-inspector-image-scanner-plugin/pull/25 > > > >

Plugin amazon-inspector-image-scanner-plugin/pull/25

2024-01-22 Thread naveen sharma
Hi All, Looking to help pushing this urgent change for our plugin. https://github.com/jenkinsci/amazon-inspector-image-scanner-plugin/pull/25 Can you please publish it today? Regards, Naveen -- You received this message because you are subscribed to the Google Groups "Jenkins Devel

[ovs-dev] [PATCH OVN] Add "disable_arp_nd_rsp" option to LSP

2024-01-22 Thread Naveen Yerramneni
is active on only one logical switch. Skipping ARP/ND responder and letting the ARP/ND get flooded to learn the location of the port. Signed-off-by: Naveen Yerramneni --- northd/northd.c | 10 +- tests/ovn-northd.at | 31 +++ 2 files changed, 40 insertions(+), 1

[ovs-dev] [PATCH OVN] Add "pkt_clone_type" option to LSP.

2024-01-22 Thread Naveen Yerramneni
. Port is configured in both AZs on different logical switches which are sharing same IP subnet. VTEP device is connected to the same logical switch on both AZs and its port is set to unknown. Signed-off-by: Naveen Yerramneni --- northd/northd.c | 23 +-- ovn-nb.xml

[linux-yocto] [kernel-cache][master][yocto-6.6][PATCH] features/qat/qat.cfg: enable CONFIG_PCIEAER

2024-01-18 Thread Naveen Saini
cap) | | ^~~ | | ats_cap https://github.com/torvalds/linux/blob/296455ade1fdcf5f8f8c033201633b60946c589a/include/linux/pci.h#L339 Signed-off-by: Naveen Saini --- features/qat/qat.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/qat/qat.cfg b/features/qat/qat.cfg index 2dc36225..5f138f1f 100

[meta-intel] [meta-intel-qat][PATCH] qat17: upgrade 4.23.0-00001 -> qat17_4.24.0-00005

2024-01-18 Thread Naveen Saini
-quickassist-technology-driver-for-linux-hw-version-1-x.html [3] https://github.com/torvalds/linux/commit/7ec4b34be4234599cf1241ef807cdb7c3636f6fe https://github.com/torvalds/linux/commit/69b264df8a412820e98867dbab871c6526c5e5aa Signed-off-by: Naveen Saini --- recipes-extended/qat/files

[Bug target/112980] 64-bit powerpc ELFv2 does not allow nops to be generated before function global entry point

2024-01-18 Thread naveen at kernel dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112980 --- Comment #2 from Naveen N Rao --- I don't really have a preference, though I tend to agree that nops before the local entry point aren't that useful. Even with the current approach, not all functions have instructions at the GEP

Potential Enhancement for ViewMetadata

2024-01-17 Thread Naveen Kumar
thoughts. Ref: https://github.com/apache/iceberg/pull/8907#discussion_r1441986754 Regards, Naveen Kumar

Re: [DISCUSS] Iceberg community summit

2024-01-17 Thread Naveen Kumar
Happy to volunteer wherever I can. I would love to start with promotional content stuff. Regards, Naveen Kumar On Wed, Jan 17, 2024 at 7:11 AM Steven Wu wrote: > Happy to volunteer for the selection committee too. Looking forward to a > great event! > > On Tue, Jan 16, 2024 at

[meta-intel] [PATCH] linux-intel: fix menuconfig

2024-01-17 Thread Naveen Saini
Refreshed and include patches from linux-yocto 6.6 to detect ncurses correctly when cross-compiling. Signed-off-by: Naveen Saini --- recipes-kernel/linux/linux-intel.inc | 1 + ...-cfg-Allow-specification-of-ncurses-.patch | 22 +- ...f-fix-output-of-cflags

Re: [PATCH v2] selftests/ftrace: Add test to exercize function tracer across cpu hotplug

2024-01-11 Thread Naveen N Rao
Hi Shuah, On Wed, Dec 13, 2023 at 10:06:29AM -0500, Steven Rostedt wrote: > On Wed, 13 Dec 2023 21:54:50 +0900 > Masami Hiramatsu (Google) wrote: > > > On Wed, 13 Dec 2023 17:08:02 +0530 > > Naveen N Rao wrote: > > > > > Add a test to exercize cpu hot

[meta-intel] [PATCH 2/2] qemuboot-intel.inc: clean up

2024-01-11 Thread Naveen Saini
/dev/urandom entropy source already being passed using QB_RNG [1]. [1] https://git.yoctoproject.org/poky/tree/meta/classes-recipe/qemuboot.bbclass#n101 Signed-off-by: Naveen Saini --- conf/machine/include/qemuboot-intel.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[meta-intel] [PATCH 1/2] qemu-intel.inc: Drop rng-tools

2024-01-11 Thread Naveen Saini
rng-tools is not needed anymore since Kernel 5.6 because /dev/random does not block anymore. https://github.com/torvalds/linux/commit/30c08efec8884fb106b8e57094baa51bb4c44e32 Signed-off-by: Naveen Saini --- conf/machine/include/qemu-intel.inc | 4 1 file changed, 4 deletions(-) diff

[PATCH v2] powerpc/Makefile: Remove bits related to the previous use of -mcmodel=large

2024-01-10 Thread Naveen N Rao
All supported compilers today (gcc v5.1+ and clang v11+) have support for -mcmodel=medium. As such, NO_MINIMAL_TOC is no longer being set. Remove NO_MINIMAL_TOC as well as the fallback to -mminimal-toc. Reviewed-by: Christophe Leroy Signed-off-by: Naveen N Rao --- v2: Drop the call to cc-option

Re: [PATCH] powerpc/Makefile: Remove bits related to the previous use of -mcmodel=large

2024-01-10 Thread Naveen N Rao
ke it such that it > > fails in case the compiler doesn't support -mcmodel=medium ? Yup, v2 on its way. > > The -mcmodel= flag has been supported since 2010. The kernel requires > a GCC from 2015 or later (GCC 5.1 is the minimum). -mcmodel=medium is > (and always has been) the default, so it is always supported, yes. Thanks for confirming! - Naveen

[PATCH] powerpc/Makefile: Remove bits related to the previous use of -mcmodel=large

2024-01-09 Thread Naveen N Rao
All supported compilers today (gcc v5.1+ and clang v11+) have support for -mcmodel=medium. As such, NO_MINIMAL_TOC is no longer being set. Remove NO_MINIMAL_TOC as well as the fallback to -mminimal-toc. Signed-off-by: Naveen N Rao --- arch/powerpc/Makefile | 6 +- arch

[PyMOL] Error when opening PyMOL installed through Anaconda

2024-01-05 Thread Naveen Ravichandran
ul. I am at a loss as to what is causing the installer install to go through but the Anaconda install to fail. I was hoping if others have a fix for this so that the Anaconda installation opens as I have tried looking for a solution online but failed to find anything useful. Hope you have a nic

Re: [RFC PATCH 6/9] powerpc/ftrace: Update and move function profile instructions out-of-line

2023-12-22 Thread Naveen N Rao
On Thu, Dec 21, 2023 at 10:46:08AM +, Christophe Leroy wrote: > > > Le 08/12/2023 à 17:30, Naveen N Rao a écrit : > > Function profile sequence on powerpc includes two instructions at the > > beginning of each function: > > > > mflrr0 > >

Re: [PATCH 1/2] powerpc/bpf: ensure module addresses are supported

2023-12-22 Thread Naveen N Rao
uctions just for those? Unless unavoidable, I would prefer to retain the existing optimal sequence using TOC for calls to bpf kernel helpers, since those are a lot more common than kfunc. - Naveen

[jira] [Resolved] (HIVE-27952) Hive fails to create SslContextFactory when KeyStore has multiple certificates

2023-12-18 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-27952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam resolved HIVE-27952. -- Resolution: Fixed > Hive fails to create SslContextFactory when KeyStore has multi

[jira] [Commented] (HIVE-27952) Hive fails to create SslContextFactory when KeyStore has multiple certificates

2023-12-18 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-27952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17798295#comment-17798295 ] Naveen Gangam commented on HIVE-27952: -- Jetty's SslContextFactory has been split for Client/Server

Re: [ovs-dev] [PATCH OVN] Add support to make fdb table local to the chassis.

2023-12-18 Thread Naveen Yerramneni
> On 18-Dec-2023, at 7:26 PM, Dumitru Ceara wrote: > > On 11/30/23 16:32, Dumitru Ceara wrote: >> On 11/30/23 15:54, Naveen Yerramneni wrote: >>> >>> >>>> On 30-Nov-2023, at 6:06 PM, Dumitru Ceara wrote: >>>> >>>> On 11

Re: [PATCH 07/13] powerpc/kprobes: Unpoison instruction in kprobe struct

2023-12-14 Thread Naveen N Rao
->ainsn.insn, insn); > + kmsan_unpoison_memory(p->ainsn.insn, sizeof(kprobe_opcode_t)); kprobe_opcode_t is u32, but we could be probing a prefixed instruction. You can pass the instruction length through ppc_inst_len(insn). - Naveen

[jira] [Commented] (HIVE-27749) SchemaTool initSchema fails on Mariadb 10.2

2023-12-14 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-27749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796874#comment-17796874 ] Naveen Gangam commented on HIVE-27749: -- Thats might be fine. I do not expect that this table

[PATCH v4] trace/kprobe: Display the actual notrace function when rejecting a probe

2023-12-13 Thread Naveen N Rao
: trace_kprobe: Could not probe notrace function update_sd_lb_stats.constprop.0 Signed-off-by: Naveen N Rao --- v4: Use printk format specifier %ps with probe address to lookup the symbol, as suggested by Masami. kernel/trace/trace_kprobe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

Re: [PATCH v3] trace/kprobe: Display the actual notrace function when rejecting a probe

2023-12-13 Thread Naveen N Rao
On Thu, Dec 14, 2023 at 08:02:10AM +0900, Masami Hiramatsu wrote: > On Wed, 13 Dec 2023 20:09:14 +0530 > Naveen N Rao wrote: > > > Trying to probe update_sd_lb_stats() using perf results in the below > > message in the kernel log: > > trace_kprobe: Could not p

[jira] [Commented] (HIVE-27749) SchemaTool initSchema fails on Mariadb 10.2

2023-12-13 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-27749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796487#comment-17796487 ] Naveen Gangam commented on HIVE-27749: -- [~sbadhya] Thank you for the research. Does

[PATCH v3] trace/kprobe: Display the actual notrace function when rejecting a probe

2023-12-13 Thread Naveen N Rao
not probe notrace function update_sd_lb_stats.constprop.0 Signed-off-by: Naveen N Rao --- v3: Remove tk parameter from within_notrace_func() as suggested by Masami kernel/trace/trace_kprobe.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/kernel/trace/trace_kprobe.c

[PATCH v2] selftests/ftrace: Add test to exercize function tracer across cpu hotplug

2023-12-13 Thread Naveen N Rao
Add a test to exercize cpu hotplug with the function tracer active to ensure that sensitive functions in idle path are excluded from being traced. This helps catch issues such as the one fixed by commit 4b3338aaa74d ("powerpc/ftrace: Fix stack teardown in ftrace_no_trace"). Signed-off-

Re: [PATCH] selftests/ftrace: Add test to exercize function tracer across cpu hotplug

2023-12-13 Thread Naveen N Rao
On Wed, Dec 13, 2023 at 09:40:38AM +0900, Masami Hiramatsu wrote: > Hi Naveen, > > On Tue, 12 Dec 2023 14:26:07 +0530 > Naveen N Rao wrote: > > > Add a test to exercize cpu hotplug with the function tracer active to > > ensure that sensitive functions in idle p

Re: [PATCH] MAINTAINERS: powerpc: Add Aneesh & Naveen

2023-12-13 Thread Naveen N. Rao
Michael Ellerman wrote: Aneesh and Naveen are helping out with some aspects of upstream maintenance, add them as reviewers. Signed-off-by: Michael Ellerman --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) Acked-by: Naveen N. Rao Thanks, Naveen diff --git a/MAINTAINERS b

[ovs-dev] [PATCH OVN] DHCP Relay Agent support for overlay subnets

2023-12-12 Thread Naveen Yerramneni
t router ovn-nbctl lsp-set-addresses lr1-attachment ovn-nbctl lsp-set-options lr1-attachment router-port=lr1-port1 ovn-nbctl create DHCP_Relay servers= ovn-nbctl set Logical_Router_port dhcp_relay= ovn-nbctl set Logical_Switch dhcp_relay_port= Limitations:

[Bug target/112980] New: 64-bit powerpc ELFv2 does not allow nops to be generated before function global entry point

2023-12-12 Thread naveen at kernel dot org via Gcc-bugs
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: naveen at kernel dot org Target Milestone: --- Bug 99888 addressed issue with -fpatchable-function-entry not generating nops at function local entry

[PATCH] selftests/ftrace: Add test to exercize function tracer across cpu hotplug

2023-12-12 Thread Naveen N Rao
Add a test to exercize cpu hotplug with the function tracer active to ensure that sensitive functions in idle path are excluded from being traced. This helps catch issues such as the one fixed by commit 4b3338aaa74d ("powerpc/ftrace: Fix stack teardown in ftrace_no_trace"). Signed-off-

[RFC PATCH 1/9] powerpc/ftrace: Fix indentation in ftrace.h

2023-12-08 Thread Naveen N Rao
Replace seven spaces with a tab character to fix an indentation issue reported by the kernel test robot. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202311221731.aluwtdim-...@intel.com/ Signed-off-by: Naveen N Rao --- arch/powerpc/include/asm/ftrace.h | 2

[RFC PATCH 9/9] samples/ftrace: Add support for ftrace direct samples on powerpc

2023-12-08 Thread Naveen N Rao
Add powerpc 32-bit and 64-bit samples for ftrace direct. This serves to show the sample instruction sequence to be used by ftrace direct calls to adhere to the ftrace ABI. On 64-bit powerpc, TOC setup requires some additional work. Signed-off-by: Naveen N Rao --- arch/powerpc/Kconfig

[RFC PATCH 8/9] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS

2023-12-08 Thread Naveen N Rao
pr3 that can then be tested on the return path from the ftrace trampoline to branch into the direct caller. Signed-off-by: Naveen N Rao --- arch/powerpc/Kconfig | 1 + arch/powerpc/include/asm/ftrace.h| 15 arch/powerpc/kernel/asm-offsets.c| 3 + arch/powe

[RFC PATCH 7/9] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS

2023-12-08 Thread Naveen N Rao
into ftrace_ops->func(). For 64-bit powerpc, we also select FUNCTION_ALIGNMENT_8B so that the ftrace_ops pointer is double word aligned and can be updated atomically. Signed-off-by: Naveen N Rao --- arch/powerpc/Kconfig | 2 + arch/powerpc/kernel/asm-offsets.c|

[RFC PATCH 6/9] powerpc/ftrace: Update and move function profile instructions out-of-line

2023-12-08 Thread Naveen N Rao
). On 64-bit powerpc with the current implementation of -fpatchable-function-entry though, this is not avoidable since we are forced to emit 6 instructions between the GEP and the LEP even if we are to only support DYNAMIC_FTRACE_WITH_CALL_OPS. Signed-off-by: Naveen N Rao --- arch/powerpc/Makefile

[RFC PATCH 5/9] powerpc/kprobes: Use ftrace to determine if a probe is at function entry

2023-12-08 Thread Naveen N Rao
fall back to using a fixed offset of 8 (two instructions) to categorize a probe as being at function entry for 64-bit elfv2. Signed-off-by: Naveen N Rao --- arch/powerpc/kernel/kprobes.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/arch/powerpc/kernel

[RFC PATCH 4/9] powerpc/Kconfig: Select FUNCTION_ALIGNMENT_4B

2023-12-08 Thread Naveen N Rao
From: Sathvika Vasireddy Commit d49a0626216b95 ("arch: Introduce CONFIG_FUNCTION_ALIGNMENT") introduced a generic function-alignment infrastructure. Move to using FUNCTION_ALIGNMENT_4B on powerpc, to use the same alignment as that of the existing _GLOBAL macro. Signed-off-by: Sathvika Vasireddy

[RFC PATCH 3/9] powerpc/ftrace: Remove nops after the call to ftrace_stub

2023-12-08 Thread Naveen N Rao
ftrace_stub is within the same CU, so there is no need for a subsequent nop instruction. Signed-off-by: Naveen N Rao --- arch/powerpc/kernel/trace/ftrace_entry.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/powerpc/kernel/trace/ftrace_entry.S b/arch/powerpc/kernel/trace

[RFC PATCH 2/9] powerpc/ftrace: Unify 32-bit and 64-bit ftrace entry code

2023-12-08 Thread Naveen N Rao
instruction sequence for function profiling (with -mprofile-kernel) with a 'std' instruction to mimic the 'stw' above. Address that scenario also by nop-ing out the 'std' instruction during ftrace init. Signed-off-by: Naveen N Rao --- arch/powerpc/kernel/trace/ftrace.c | 6 -- arch/powerpc/kernel

[RFC PATCH 0/9] powerpc: ftrace updates

2023-12-08 Thread Naveen N Rao
. - Naveen Naveen N Rao (8): powerpc/ftrace: Fix indentation in ftrace.h powerpc/ftrace: Unify 32-bit and 64-bit ftrace entry code powerpc/ftrace: Remove nops after the call to ftrace_stub powerpc/kprobes: Use ftrace to determine if a probe is at function entry powerpc/ftrace: Update

[meta-intel] [master][nanbield][PATCH] README: update tested hardware list

2023-12-07 Thread Naveen Saini
Added Raptor Lake-P & Alder Lake-P platforms. Signed-off-by: Naveen Saini --- README | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README b/README index c12740be..ca2c5041 100644 --- a/README +++ b/README @@ -394,16 +394,20 @@ Note that both 64-bit and 32

Re: [DISCUSS] Run GC with Catalog or Tables

2023-12-06 Thread Naveen Kumar
eed. I started this discussion to take the opinions of individuals on the idea of GC per catalog. If this does sound a good use case, I can start spending time around the complexity and challenges. Please advise. Regards, Naveen Kumar On Thu, Dec 7, 2023 at 9:24 AM Renjie Liu wrote: > Also ice

[jira] [Commented] (HIVE-27749) SchemaTool initSchema fails on Mariadb 10.2

2023-12-06 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-27749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793877#comment-17793877 ] Naveen Gangam commented on HIVE-27749: -- [~sbadhya] This seems to be broken since alpha-2 due

[DISCUSS] Run GC with Catalog or Tables

2023-12-06 Thread naveen
CALL hive_prod.system.expire_snapshots(tables => Array('db1.table1', 'db2.table2), ) PS: There could be exceptions for individual catalogs. Like Nessie doesn't support GC other than Nessie CLI. Hadoop can't list all the Namespaces. Regards, Naveen Kumar

Re: Hosting New Jenkins plugin on Jenkins

2023-11-30 Thread naveen sharma
Thu, Nov 30, 2023 at 11:23 AM Adrien Lecharpentier < > adrien.lecharpent...@gmail.com> wrote: > >> I don't recall exactly but someone in the community might know exactly >> >> Le jeu. 30 nov. 2023, 18:59, naveen sharma a >> écrit : >> >>> Hi Adrien

Re: [ovs-dev] [PATCH OVN] Add support to make fdb table local to the chassis.

2023-11-30 Thread Naveen Yerramneni
> On 30-Nov-2023, at 6:06 PM, Dumitru Ceara wrote: > > On 11/30/23 09:45, Naveen Yerramneni wrote: >> >> >>> On 29-Nov-2023, at 2:24 PM, Dumitru Ceara wrote: >>> >>> On 11/29/23 07:45, naveen.yerramneni wrote: >>>> T

Re: [PATCH v2 2/3] powerpc/64: Convert patch_instruction() to patch_u32()

2023-11-30 Thread Naveen N Rao
th PCREL addresing") and 7e3a68be42e1 ("powerpc/64: vmlinux support building with PCREL addresing") - Naveen

Re: [PATCH v2 1/3] powerpc/code-patching: Add generic memory patching

2023-11-30 Thread Naveen N Rao
#include > #include > > -static int __patch_instruction(u32 *exec_addr, ppc_inst_t instr, u32 > *patch_addr) > +static int __patch_memory(void *exec_addr, unsigned long val, void > *patch_addr, > + bool is_dword) > { > - if (!ppc_inst_prefixed(instr)) { > - u32 val = ppc_inst_val(instr); > + if (!IS_ENABLED(CONFIG_PPC64) || likely(!is_dword)) { > + u32 val32 = val; Would be good to add a comment indicating the need for this for BE. - Naveen

Re: [ovs-dev] [PATCH OVN] Add support to make fdb table local to the chassis.

2023-11-30 Thread Naveen Yerramneni
between VMs part of same VLAN >> deployed on different hypervisors then, MAC addrs of the source and >> destination VMs keeps flapping between VM port and localnet port in >> Southbound FDB table. Enabling fdb_local config makes fdb table local to >> the chassis and avoids MA

[PATCH] powerpc/ftrace: Fix stack teardown in ftrace_no_trace

2023-11-29 Thread Naveen N Rao
n addition, the commit missed saving the correct stack pointer in pt_regs. Update the same. Fixes: 41a506ef71eb ("powerpc/ftrace: Create a dummy stackframe to fix stack unwind") Cc: sta...@vger.kernel.org Signed-off-by: Naveen N Rao --- arch/powerpc/kernel/trace/ftrace_entry.S | 4 ++-

[oe] [meta-oe][PATCH 1/2] tbb: upgrade 2021.9.0 -> 2021.11.0

2023-11-29 Thread Naveen Saini
riscv arch support enabled in this release, so patching for riscv* not required anymore. Drop patch. Release note: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0 Signed-off-by: Naveen Saini --- ...akeLists.txt-exclude-riscv64-riscv32.patch | 35 --- .../tbb

[oe] [meta-oe][PATCH 2/2] tbb: enable NUMA/Hybrid CPU support

2023-11-29 Thread Naveen Saini
oneTBB relies on HWLOC* to identify the underlying topology of the system to optimize thread scheduling and memory allocation. Ref: https://oneapi-src.github.io/oneTBB/GSG/next_steps.html#hybrid-cpu-and-numa-support Signed-off-by: Naveen Saini --- cmake-remove-cross-compiation-check.patch

[meta-intel] [PATCH 2/2] ispc: upgrade 1.21.1 -> 1.22.0

2023-11-29 Thread Naveen Saini
Release notes: https://github.com/ispc/ispc/releases/tag/v1.22.0 Signed-off-by: Naveen Saini --- ...01-Fix-return-type-of-lParseOperator.patch | 51 +++ .../ispc/{ispc_1.21.1.bb => ispc_1.22.0.bb} | 5 +- 2 files changed, 54 insertions(+), 2 deletions(-) create mode 100

[meta-intel] [PATCH 1/2] oidn: upgrade 1.4.3 -> 2.1.0

2023-11-29 Thread Naveen Saini
Drop patch, which is not required anymore. Update license files path. Refreshed copyrights in license and third party programs. Signed-off-by: Naveen Saini --- .../oidn/0001-remove-redundant-RPATH.patch| 37 --- .../oidn/{oidn_1.4.3.bb => oidn_2.1.0.bb} | 9 ++---

[meta-intel] [PATCH 6/7] onedpl: upgrade 2022.2.0 -> 2022.3.0

2023-11-26 Thread Naveen Saini
Signed-off-by: Naveen Saini --- .../onedpl/{onedpl_2022.2.0.bb => onedpl_2022.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-oneapi/onedpl/{onedpl_2022.2.0.bb => onedpl_2022.3.0.bb} (92%) diff --git a/recipes-oneapi/onedpl/onedpl_2022.2.0.bb b/r

[meta-intel] [PATCH 3/7] intel-oneapi-ipp: 2021.7.0-25396 -> 2021.10.0-653

2023-11-26 Thread Naveen Saini
Updated license installation location in licensing/third-party-programs.txt. Signed-off-by: Naveen Saini --- .../ipp/intel-oneapi-ipp_2021.10.0-653.bb | 35 ++ .../ipp/intel-oneapi-ipp_2021.7.0-25396.bb| 47 --- 2 files changed, 35 insertions(+), 47 deletions

[meta-intel] [PATCH 7/7] onednn: upgrade 3.3 -> 3.3.1

2023-11-26 Thread Naveen Saini
Signed-off-by: Naveen Saini --- .../recipes-core/dnn/{onednn_3.3.bb => onednn_3.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dynamic-layers/clang-layer/recipes-core/dnn/{onednn_3.3.bb => onednn_3.3.1.bb} (97%) diff --git a/dynamic-layers/clang-layer/r

[meta-intel] [PATCH 5/7] intel-oneapi-compiler: drop recipe

2023-11-26 Thread Naveen Saini
With v2024.0 version, intel-oneapi-mkl runtime dependencies are provided by intel-oneapi-dpcpp-cpp-runtime packages. So this is of no use now. Signed-off-by: Naveen Saini --- .../intel-oneapi-compiler_2023.0.0-25370.bb | 59 --- 1 file changed, 59 deletions(-) delete mode

[meta-intel] [PATCH 4/7] intel-oneapi-mkl: upgrade 2023.0.0-25398 -> 2024.0.0-49656

2023-11-26 Thread Naveen Saini
Now intel-oneapi-mkl runtime dependencies are provided by intel-oneapi-dpcpp-cpp-runtime packages. Signed-off-by: Naveen Saini --- bb => intel-oneapi-mkl_2024.0.0-49656.bb} | 38 +-- 1 file changed, 18 insertions(+), 20 deletions(-) rename dynamic-layers/openembedded-la

[meta-intel] [PATCH 1/7] intel-oneapi-dpcpp-cpp-runtime: upgrade 2023.1.0-46305 -> 2024.0.0-49819

2023-11-26 Thread Naveen Saini
Date update, format change, license installation location updates, re-arragement, listed additional third party softwares in license.htm. Release note: https://www.intel.com/content/www/us/en/developer/articles/release-notes/intel-oneapi-dpc-c-compiler-release-notes.html Signed-off-by: Naveen

[meta-intel] [PATCH 2/7] intel-oneapi-dpcpp-cpp: 2023.1.0-46305 -> 2024.0.0-49819

2023-11-26 Thread Naveen Saini
credist.txt lists additional files being installed with this version. Signed-off-by: Naveen Saini --- ...305.bb => intel-oneapi-dpcpp-cpp_2024.0.0-49819.bb} | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) rename dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compi

Re: [PATCH] powerpc/lib: Avoid array bounds warnings in vec ops

2023-11-24 Thread Naveen N Rao
o A. R. Silva Thanks for testing. I intended my patch to go atop Michael's patch since do_fp_load()/do_fp_store() also clamp down the size passed to do_byte_reverse(). While the use of min() isn't strictly necessary with the added check for 'size' at the beginning of the function, it doesn't hurt to have it and Michael's patch does have a better description for the change :) - Naveen

[PATCH] powerpc/lib: Validate size for vector operations

2023-11-22 Thread Naveen N Rao
kernel stack corruption. Signed-off-by: Naveen N Rao --- arch/powerpc/lib/sstep.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/powerpc/lib/sstep.c b/arch/powerpc/lib/sstep.c index a13f05cfc7db..5766180f5380 100644 --- a/arch/powerpc/lib/sstep.c +++ b/arch/powerpc/lib/sstep.c

[jira] [Resolved] (HIVE-27885) Cast decimal from string with space without digits before dot returns NULL

2023-11-22 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-27885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam resolved HIVE-27885. -- Fix Version/s: 4.0.0 Resolution: Fixed Fix has been merged to master. Thank you

Re: [PATCH] powerpc/lib: Avoid array bounds warnings in vec ops

2023-11-22 Thread Naveen N Rao
On Wed, Nov 22, 2023 at 03:44:07PM +1100, Michael Ellerman wrote: > Naveen N Rao writes: > > On Tue, Nov 21, 2023 at 10:54:36AM +1100, Michael Ellerman wrote: > >> Building with GCC 13 (which has -array-bounds enabled) there are several > > > > Thanks, gcc13 indee

Re: [PATCH] powerpc/lib: Avoid array bounds warnings in vec ops

2023-11-21 Thread Naveen N Rao
iple of size */ @@ -707,6 +710,9 @@ static nokprobe_inline int do_vec_store(int rn, unsigned long ea, u8 b[sizeof(__vector128)]; } u; + if (WARN_ON_ONCE(size > sizeof(u))) + return -EINVAL; + if (!address_ok(regs, ea & ~0xfUL, 16)) return -EFAULT; /* align to multiple of size */ - Naveen

Re: [RFC - is this a bug?] powerpc/lib/sstep: Asking for some light on this, please. :)

2023-11-20 Thread Naveen N Rao
On Mon, Nov 20, 2023 at 08:33:45AM -0600, Gustavo A. R. Silva wrote: > > > On 11/20/23 08:25, Naveen N Rao wrote: > > On Fri, Nov 17, 2023 at 12:36:01PM -0600, Gustavo A. R. Silva wrote: > > > Hi all, > > > > > > I'm trying to fix the following

Re: [RFC - is this a bug?] powerpc/lib/sstep: Asking for some light on this, please. :)

2023-11-20 Thread Naveen N Rao
if (!(regs->msr & MSR_PR) && !(regs->msr & MSR_VEC)) > 3509 return 0; > 3510 err = do_vec_store(op->reg, ea, size, regs, > cross_endian); > 3511 break; LOAD_VMX and STORE_VMX are set in analyse_instr() and size does not exceed 16. So, the warning looks incorrect to me. - Naveen

Re: Hosting New Jenkins plugin on Jenkins

2023-11-17 Thread naveen sharma
hosting process as soon as possible, because this is > the only thing that you don't totally control. > > Best regards, > > Le ven. 17 nov. 2023, 19:35, naveen sharma a écrit : > >> Hi Team, >> >> We built new plugin and ready to create hosting request. Can s

Hosting New Jenkins plugin on Jenkins

2023-11-17 Thread naveen sharma
Hi Team, We built new plugin and ready to create hosting request. Can someone please help how much time it take to approve and can we select specific date for plugin to available in marketplace. Please suggest. Regards, Naveen -- You received this message because you are subscribed

Re: [ovs-dev] [RFC OVN] DHCP Relay Agent support for overlay subnets

2023-11-14 Thread Naveen Yerramneni
> On 15-Nov-2023, at 3:01 AM, Numan Siddique wrote: > > On Fri, Nov 10, 2023 at 2:46 PM Naveen Yerramneni > wrote: >> >> >> >>> On 10-Nov-2023, at 10:52 PM, Numan Siddique wrote: >>> >>> On Fri, Nov 3, 2023 at 1:36 PM naveen.yerram

Re: [ovs-dev] [RFC OVN] DHCP Relay Agent support for overlay subnets

2023-11-10 Thread Naveen Yerramneni
"refTable": "Logical_Router_Port", >>"refType": "weak"}, >> "min": 0, >> "max&qu

[yocto] [meta-zephyr][PATCH] x86: Refresh patch to include efi fix for up_squared board

2023-11-06 Thread Naveen Saini
Include fix for generating efi binary file for the up_squared board, which was missed in v3.5 upgrade. Signed-off-by: Naveen Saini --- ...ry-generation-issue-in-cross-compila.patch | 25 ++- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/meta-zephyr-core/recipes

[OE-core] [dunfell][PATCH 2/2] resolvconf: Fix fetch error

2023-11-05 Thread Naveen Saini
Branch 'master' renamed to 'unstable', which causing following failure. Error: Fetcher failure: Unable to find revision cb19bbfbe7e52174332f68bf2f295b39d119fad3 in branch master even from upstream Switch to 'unstanble' branch. Signed-off-by: Naveen Saini --- meta/recipes-connectivity

[OE-core] [dunfell][PATCH 1/2] assimp: Explicitly use nobranch=1 in SRC_URI

2023-11-05 Thread Naveen Saini
Branch 'assimp_5.0_release' is not present in repo. Error: assimp-5.0.1-r0 do_fetch: Fetcher failure: Unable to find revision 8f0c6b04b2257a520aaab38421b2e090204b69df in branch assimp_5.0_release even from upstream Set nobranch=1, to fetch from v5.0.1 tag. Signed-off-by: Naveen Saini

<    1   2   3   4   5   6   7   8   9   10   >