[meta-intel] [PATCH] ispc: fix file-rdeps

2022-10-11 Thread Naveen Saini
-rdeps] Signed-off-by: Naveen Saini --- dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.18.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.18.0.bb b/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.18.0.bb index

[jira] [Commented] (HIVE-26611) add HiveServer2 History Server?

2022-10-11 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17615887#comment-17615887 ] Naveen Gangam commented on HIVE-26611: -- [~yigress] We have not invested much lately in the HS2 webui

Re: [yocto] [meta-zephyr][kirkstone][PATCH] nrf52840-mdk-usb-dongle.conf: Add new machine from makerdiary

2022-10-11 Thread Naveen Saini
'nrf52840_mdk_usb_dongle' found. Regards, Naveen > -Original Message- > From: yocto@lists.yoctoproject.org On > Behalf Of philippe.co...@astrolabe.coop > Sent: Friday, October 7, 2022 4:57 PM > To: yocto@lists.yoctoproject.org > Cc: philippe.coval.pro+meta-zephyr-lists.yoctopro

Re: [Koha] Date Acquired problem in Items

2022-10-11 Thread Ms. Naveen Ali
Thank you very much for the response. Will consider updating. With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. - Original Message - From: "Katrin Fischer" To: koha@lists.katipo.co.nz Sent: Tuesday,

Re: [yocto] [meta-zephyr][PATCH 1/6] zephyr-bsp: add support for qemu-cortex-a9

2022-10-10 Thread Naveen Saini
While running qemu, it throws following error: runqemu - ERROR - Failed to run qemu: qemu-system-arm: -device virtio-rng-pci,rng=rng0: No 'PCI' bus found for device 'virtio-rng-pci' > -Original Message- > From: yocto@lists.yoctoproject.org On > Behalf Of Jon Mason > Sent: Friday,

Re: [PATCH v4 00/16] objtool: Enable and implement --mcount option on powerpc

2022-10-10 Thread Naveen N. Rao
enabled and changing annotate_unreachable(). As such, for this series: Reviewed-by: Naveen N. Rao Tested-by: Naveen N. Rao Josh, Are you ok if this series is taken in through the powerpc tree? - Naveen

Re: [PATCH v4 11/16] objtool: Add --mnop as an option to --mcount

2022-10-10 Thread Naveen N. Rao
--mnop, --mcount)) \ $(if $(CONFIG_UNWINDER_ORC), --orc) \ $(if $(CONFIG_RETPOLINE), --retpoline) \ $(if $(CONFIG_RETHUNK), --rethunk) \ - Naveen

Re: [PATCH v4 03/16] powerpc: Fix objtool unannotated intra-function call warnings

2022-10-10 Thread Naveen N. Rao
for CONFIG_PPC_BOOK3E_64. The rest of the series apply properly. - Naveen

[jira] [Resolved] (HIVE-26594) Upgrade netty to 4.1.77 due to CVE-2022-24823

2022-10-07 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam resolved HIVE-26594. -- Fix Version/s: 4.0.0 Resolution: Fixed Fix has been merged to master. Closing the jira

Re: [Koha] Date Acquired problem in Items

2022-10-07 Thread Ms. Naveen Ali
Thank you for the response. I am choosing from the calendar plug in. Format does not seem to be the problem. My imported data uses similar format. With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. - Original

[meta-intel] [PATCH 0/2] icc: add Intel(R) C++ Compiler Classic (ICC) support

2022-10-07 Thread Naveen Saini
Using the Intel® C++ Compiler Classic, you can compile and generate applications that can run on Intel® 64 architecture. Naveen Saini (2): icc: add Intel(R) C++ Compiler Classic (ICC) support sdk: Add support for adding icc to SDK classes/icc.bbclass | 43

[meta-intel] [PATCH 2/2] sdk: Add support for adding icc to SDK

2022-10-07 Thread Naveen Saini
Also export ICC, ICCCXX, ICCCPP, ICCLD, ICCAR in SDK environment which can then be used to compile applications in SDK Signed-off-by: Naveen Saini --- recipes-core/meta/icc-environment.inc | 17 + .../meta/meta-environment-extsdk.bbappend | 4 recipes-core

[meta-intel] [PATCH 1/2] icc: add Intel(R) C++ Compiler Classic (ICC) support

2022-10-07 Thread Naveen Saini
Using the Intel® C++ Compiler Classic, you can compile and generate applications that can run on Intel® 64 architecture. Signed-off-by: Naveen Saini --- classes/icc.bbclass | 43 ++ conf/noniccable.conf | 54 + ...l

[Koha] Date Acquired problem in Items

2022-10-06 Thread Ms. Naveen Ali
field is not filled, although date acquired is not empty. When i remove the mandatory requirement form 952$d field, the error disappears and item is saved. I would appreciate support to resolve this problem. With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital

[jira] [Resolved] (HIVE-26502) Improve LDAP auth to support include generic user filters

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

Re: [PATCH] powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()

2022-09-30 Thread Naveen N. Rao
gt;ainsn.insn))) { printk("Cannot register a kprobe on the second word of prefixed instruction\n"); ret = -EINVAL; } It's fine to keep the if condition on a single line. Other than that, thanks for the fix! Reviewed-by: Naveen N. Rao - Naveen

Re: [PATCH] scripts/faddr2line: Fix regression in name resolution on ppc64le

2022-09-30 Thread Naveen N. Rao
5100 ("scripts/faddr2line: Fix overlapping text section failures") Reference: https://lore.kernel.org/bpf/20191211160133.GB4580@calabresa/ Cc: "Naveen N. Rao" Cc: Jiri Olsa Cc: Thadeu Lima de Souza Cascardo Reviewed-by: Thadeu Lima de Souza Cascardo The other instances of

[yocto] [meta-zephyr][PATCH] qemuzephyrrunner: allow to pass QB_GRAPHICS to qemu cmdline

2022-09-27 Thread Naveen Saini
Signed-off-by: Naveen Saini --- meta-zephyr-core/lib/oeqa/utils/qemuzephyrrunner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-zephyr-core/lib/oeqa/utils/qemuzephyrrunner.py b/meta-zephyr-core/lib/oeqa/utils/qemuzephyrrunner.py index 7b486ce..c0a9e0f 100644 --- a/meta-zephyr-core

[yocto] [meta-zephyr][PATCH] zephyr-openthread-rcp: Support nrf52840dk-nrf52840 machine

2022-09-27 Thread Naveen Saini
/eclipse/oniro-blueprints/transparent-gateway/meta-oniro-blueprints-gateway/-/issues/6 Signed-off-by: Philippe Coval Signed-off-by: Naveen Saini --- .../recipes-kernel/zephyr-kernel/zephyr-openthread-rcp.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-zephyr-core

[jira] [Resolved] (HIVE-26568) Upgrade Log4j2 to 2.18.0 due to CVEs

2022-09-27 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam resolved HIVE-26568. -- Fix Version/s: 4.0.0 Resolution: Duplicate > Upgrade Log4j2 to 2.18.0 due to C

[jira] [Resolved] (HIVE-26567) Hive Security - Upgrade Apache Log4j to 2.18.0 due to critical CVEs

2022-09-27 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam resolved HIVE-26567. -- Fix Version/s: 4.0.0 Assignee: Hongdan Zhu Resolution: Fixed Merged via https

[jira] [Resolved] (HIVE-26566) Upgrade H2 database version to 2.1.214

2022-09-27 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam resolved HIVE-26566. -- Fix Version/s: 4.0.0 Resolution: Fixed Fix has been merged. Thank you [~zabetak

Re: [yocto] [meta-zephyr] new qemu version breaking qemu-cortex-a53

2022-09-27 Thread Naveen Saini
> -Original Message- > From: yocto@lists.yoctoproject.org On > Behalf Of Jon Mason > Sent: Tuesday, September 27, 2022 3:11 AM > To: yocto@lists.yoctoproject.org > Cc: Saini, Naveen Kumar > Subject: [yocto] [meta-zephyr] new qemu version breaking qemu-cortex- &g

[jira] [Updated] (HIVE-26568) Upgrade Log4j2 to 2.18.0 due to CVEs

2022-09-26 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated HIVE-26568: - Labels: (was: pull-request-available) > Upgrade Log4j2 to 2.18.0 due to C

[jira] [Updated] (HIVE-26568) Upgrade Log4j2 to 2.18.0 due to CVEs

2022-09-26 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated HIVE-26568: - Reporter: Naveen Gangam (was: weidong) > Upgrade Log4j2 to 2.18.0 due to C

[jira] [Assigned] (HIVE-26568) Upgrade Log4j2 to 2.18.0 due to CVEs

2022-09-26 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam reassigned HIVE-26568: > Upgrade Log4j2 to 2.18.0 due to C

[jira] [Assigned] (HIVE-26568) Upgrade Log4j2 to 2.18.0 due to CVEs

2022-09-26 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam reassigned HIVE-26568: Assignee: Naveen Gangam (was: Hankó Gergely) > Upgrade Log4j2 to 2.18.0 due to C

[jira] [Updated] (HIVE-26568) Upgrade Log4j2 to 2.18.0 due to CVEs

2022-09-26 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated HIVE-26568: - Fix Version/s: (was: 4.0.0) (was: 4.0.0-alpha-1) > Upgrade Log

[jira] [Created] (HIVE-26568) Upgrade Log4j2 to 2.18.0 due to CVEs

2022-09-26 Thread Naveen Gangam (Jira)
Naveen Gangam created HIVE-26568: Summary: Upgrade Log4j2 to 2.18.0 due to CVEs Key: HIVE-26568 URL: https://issues.apache.org/jira/browse/HIVE-26568 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-26566) Upgrade H2 database version to 2.1.214

2022-09-26 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated HIVE-26566: - Reporter: Naveen Gangam (was: Stamatis Zampetakis) > Upgrade H2 database version to 2.1.

[jira] [Updated] (HIVE-26566) Upgrade H2 database version to 2.1.214

2022-09-26 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated HIVE-26566: - Description: CVE-2021-23463 (CRITICAL severity) - The package com.h2database:h2 from 1.4.198

[jira] [Assigned] (HIVE-26566) Upgrade H2 database version to 2.1.214

2022-09-26 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam reassigned HIVE-26566: Assignee: Naveen Gangam (was: Stamatis Zampetakis) > Upgrade H2 database vers

[jira] [Updated] (HIVE-26566) Upgrade H2 database version to 2.1.214

2022-09-26 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated HIVE-26566: - Fix Version/s: (was: 4.0.0) (was: 4.0.0-alpha-1) > Upgrade

[jira] [Created] (HIVE-26566) Upgrade H2 database version to 2.1.214

2022-09-26 Thread Naveen Gangam (Jira)
Naveen Gangam created HIVE-26566: Summary: Upgrade H2 database version to 2.1.214 Key: HIVE-26566 URL: https://issues.apache.org/jira/browse/HIVE-26566 Project: Hive Issue Type: Task

[jira] [Assigned] (HIVE-26566) Upgrade H2 database version to 2.1.214

2022-09-26 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam reassigned HIVE-26566: > Upgrade H2 database version to 2.1.

[jira] [Commented] (MPMD-335) PMD 3.15.0 and 3.16.0 do not use project repository

2022-09-23 Thread Naveen Kasthuri (Jira)
[ https://issues.apache.org/jira/browse/MPMD-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17608829#comment-17608829 ] Naveen Kasthuri commented on MPMD-335: -- My setup: * multi-module maven project where PMD

Re: External table replication in Hive

2022-09-21 Thread Naveen Gangam
Typically, we do not introduce new features on maintenance branches. We would not have many cycles to test new features. Sorry. On Thu, Aug 25, 2022 at 10:36 AM Sungwoo Park wrote: > For 1, cherry-picking it to Hive 3 does not work. I tried to > backport HIVE-20911 to Hive 3, but it did not

Re: [yocto] [meta-zephyr][PATCH 0/4] Add script for version upgrades

2022-09-21 Thread Naveen Saini
Thanks Jon. Merged. Regards, Naveen > -Original Message- > From: yocto@lists.yoctoproject.org On > Behalf Of Jon Mason > Sent: Wednesday, September 21, 2022 6:34 AM > To: Peter Hoyes > Cc: yocto@lists.yoctoproject.org; diego.sue...@arm.com > Subject: Re: [yocto] [m

[jira] [Assigned] (HIVE-26032) Upgrade cron-utils to 9.1.6

2022-09-20 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam reassigned HIVE-26032: Assignee: Yuming Wang > Upgrade cron-utils to 9.

[jira] [Updated] (HIVE-26502) Improve LDAP auth to support include generic user filters

2022-09-20 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated HIVE-26502: - Description: Currently, Hive's ldap userfiltering is based on configuring a set of patterns

[jira] [Updated] (HIVE-26539) Kryo deserialization improvements

2022-09-20 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated HIVE-26539: - Summary: Kryo deserialization improvements (was: Prevent unsafe deserialization

[jira] [Commented] (MPMD-335) PMD 3.15.0 and 3.16.0 do not use project repository

2022-09-19 Thread Naveen Kasthuri (Jira)
[ https://issues.apache.org/jira/browse/MPMD-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17606811#comment-17606811 ] Naveen Kasthuri commented on MPMD-335: -- [~michael-o] I think this is a valid ticket. Custom

[yocto] [meta-zephyr][PATCH] zephyr-kernel/2.7: update to zephyr v2.7.3

2022-09-15 Thread Naveen Saini
780588bd33 edac: ibecc: Add support for EHL SKU13, SKU14, SKU15 Signed-off-by: Naveen Saini --- ...ephyr-kernel-src-2.7.2.inc => zephyr-kernel-src-2.7.3.inc} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-zephyr-core/recipes-kernel/zephyr-kernel/{zephyr-kernel-src-2.7.2.i

Re: [PATCH v3 11/16] objtool: Add --mnop as an option to --mcount

2022-09-15 Thread Naveen N. Rao
t is only used by s390, but I now wonder if it is better to just keep that separate. We could introduce HAVE_OBJTOOL_NOP_MCOUNT for objtool instead. - Naveen

[oe] [meta-oe][PATCH] ocl-icd: add nativesdk support

2022-09-13 Thread Naveen Saini
It fixes missing unbuildable dependency 'nativesdk-ocl-icd' failure. Signed-off-by: Naveen Saini --- meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb b/meta-oe/recipes-core/opencl/ocl

Re: [Koha] Display Koha Saved Reports on OPAC for library patrons

2022-09-09 Thread Ms. Naveen Ali
Perfect! Thank you very much Indranil. Greatly appreciate the help. With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. - Original Message - From: "Indranil Das Gupta" To: "Ms. Naveen Ali"

Re: [Koha] Display Koha Saved Reports on OPAC for library patrons

2022-09-09 Thread Ms. Naveen Ali
Thank you the reply, I have done that, but how do I generate URL to report. There is the option for JSON URL, but I would like the show report in PDF or HTML for patrons With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi

[Koha] Display Koha Saved Reports on OPAC for library patrons

2022-09-08 Thread Ms. Naveen Ali
Dear All, I have created and saved some reports in Koha, which I would like to display as Links on OPAC for patrons. How can I do this? With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi

Re: [Koha] Circulation Rules: Parent and Child Item Type

2022-09-07 Thread Ms. Naveen Ali
. I just need to update the hard due date. It would be very convenient if I could do it in one go. With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. - Original Message - From: "Katrin Fischer"

Re: [PATCH v2 11/16] objtool: Add --mnop as an option to --mcount

2022-09-05 Thread Naveen N. Rao
ftrace locations. Acked-by: Peter Zijlstra (Intel) Thanks, Naveen

Re: [PATCH v2 05/16] powerpc: Skip objtool from running on drivers/crypto/vmx/aesp8-ppc.o

2022-09-05 Thread Naveen N. Rao
to this file later on. - Naveen

Re: [PATCH v2 16/16] objtool/powerpc: Add --mcount specific implementation

2022-09-05 Thread Naveen N. Rao
ike AA=0. Same for AA=1 LK=0 btw. If you only handle AA=0, the code should explicitly test for that. The code does test for AA=0 LK=1 with the if statement there? - Naveen

Re: [PATCH v2 15/16] objtool/powerpc: Enable objtool to be built on ppc

2022-09-05 Thread Naveen N. Rao
64 elfv1 is a good idea. While it might solve the immediate issue with recordmcount, I worry that the function descriptors and dot symbols in ppc64 elfv1 might throw up issues in the future causing maintenance overhead. - Naveen

Re: [PATCH v2 01/16] powerpc: Replace unreachable() with it's builtin variant in __WARN_FLAGS()

2022-09-05 Thread Naveen N. Rao
ain a link to the new PR. - Naveen

[jira] [Comment Edited] (HIVE-26502) Improve LDAP auth to support include generic user filters

2022-08-29 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17597499#comment-17597499 ] Naveen Gangam edited comment on HIVE-26502 at 8/30/22 3:22 AM: --- {noformat

[jira] [Commented] (HIVE-26502) Improve LDAP auth to support include generic user filters

2022-08-29 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17597499#comment-17597499 ] Naveen Gangam commented on HIVE-26502: -- {noformat} hive.server2.authentication.ldap.baseDN

[jira] [Assigned] (HIVE-26502) Improve LDAP auth to support include generic user filters

2022-08-29 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam reassigned HIVE-26502: > Improve LDAP auth to support include generic user filt

[jira] [Created] (HIVE-26502) Improve LDAP auth to support include generic user filters

2022-08-29 Thread Naveen Gangam (Jira)
Naveen Gangam created HIVE-26502: Summary: Improve LDAP auth to support include generic user filters Key: HIVE-26502 URL: https://issues.apache.org/jira/browse/HIVE-26502 Project: Hive Issue

Re: [PATCH] compiler-gcc.h: Remove ancient workaround for gcc PR 58670

2022-08-25 Thread Naveen N. Rao
th any bug report. See for instructions. So, it looks like gcc still has issues with certain uses of asm goto. - Naveen

[Koha] Acquisition Module - Updating dates

2022-08-22 Thread Ms. Naveen Ali
Greetings. In the Acquisition Module, I have tested that the suggestion Created On date can be modified. However the Accepted On and Managed On dates when updated are not saved. Is this a bug? With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library

Re: [Koha-devel] [Koha] Circulation Rules: Parent and Child Item Type

2022-08-21 Thread Ms. Naveen Ali
. I just need to update the hard due date. It would be very convenient if I could do it in one go. With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. - Original Message - From: "Katrin Fischer&qu

Re: [PATCH 01/16] powerpc: Replace unreachable() with it's builtin variant in WARN_ON()

2022-08-18 Thread Naveen N. Rao
Christophe Leroy wrote: Le 18/08/2022 à 12:46, Naveen N. Rao a écrit : Christophe Leroy wrote: Le 08/08/2022 à 13:48, Sathvika Vasireddy a écrit : objtool is throwing *unannotated intra-function call* warnings with a few instructions that are marked unreachable. Replace unreachable

Re: [PATCH 01/16] powerpc: Replace unreachable() with it's builtin variant in WARN_ON()

2022-08-18 Thread Naveen N. Rao
ote also that if and when we start utlizing the annotation, if we classify twui as INSN_BUG, this change will continue to be appropriate. - Naveen

Re: [PATCH 0/2] ftrace/recordmcount: Handle object files without section symbols

2022-08-16 Thread Naveen N. Rao
Hi Steven, Steven Rostedt wrote: On Wed, 27 Apr 2022 15:01:20 +0530 "Naveen N. Rao" wrote: This solves a build issue on powerpc with binutils v2.36 and newer [1]. Since commit d1bcae833b32f1 ("ELF: Don't generate unused section symbols") [2], binutils started drop

[OE-core] [kirkstone][PATCH 3/3] lttng-modules: replace mips compaction fix with upstream change

2022-08-16 Thread Naveen Saini
Signed-off-by: Richard Purdie Signed-off-by: Naveen Saini --- ...tracepoints-condtional-on-CONFIG_COM.patch | 103 -- .../lttng-modules/0001-fix-compaction.patch | 68 .../lttng/lttng-modules_2.13.4.bb | 2 +- 3 files changed, 69 insertions(+), 104

[OE-core] [kirkstone][PATCH 2/3] lttng-modules: fix build against mips and v5.19 kernel

2022-08-16 Thread Naveen Saini
: e25f7b5ca83d3f025ef2235f2ebd8233013eb406) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie Signed-off-by: Naveen Saini --- ...tracepoints-condtional-on-CONFIG_COM.patch | 103 ++ .../lttng/lttng-modules_2.13.4.bb | 1 + 2 files changed, 104 insertions

[OE-core] [kirkstone][PATCH 1/3] lttng-modules: fix 5.19+ build

2022-08-16 Thread Naveen Saini
-off-by: Richard Purdie Signed-off-by: Naveen Saini --- ...c-fix-tracepoint-mm_page_alloc_zone_.patch | 106 +++ ...ags-parameter-from-aops-write_begin-.patch | 76 +++ ...Fix-type-of-cpu-in-trace-event-v5.19.patch | 124 ++ .../lttng/lttng-modules_2.13.4.bb

[Koha] Circulation Rules: Parent and Child Item Type

2022-08-15 Thread Ms. Naveen Ali
that it will apply to all child items. However I am not getting the desired result. To get my desired policy, I have to apply the lending policy to each child item. I don't think this is correct behavior but I don't understand what I am doing wrong. With best regards, Naveen Ali ITM-JE (EAKL

[meta-intel] [PATCH 1/3] linux-intel/5.15: update to v5.15.49

2022-08-14 Thread Naveen Saini
Update kernel config as well. Signed-off-by: Naveen Saini --- recipes-kernel/linux/linux-intel_5.15.bb | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-intel_5.15.bb b/recipes-kernel/linux/linux-intel_5.15.bb index 1c760615..97f88a8b

[meta-intel] [PATCH 2/3] linux-intel-rt/5.15: update to v5.15.49

2022-08-14 Thread Naveen Saini
Updated kernel config as well. Signed-off-by: Naveen Saini --- recipes-kernel/linux/linux-intel-rt_5.15.bb | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-intel-rt_5.15.bb b/recipes-kernel/linux/linux-intel-rt_5.15.bb index f4e9bb44

[meta-intel] [PATCH 3/3] linux-intel-dev: update to 5.19.0

2022-08-14 Thread Naveen Saini
Also bring in the latest kernel config data. Signed-off-by: Naveen Saini --- recipes-kernel/linux/linux-intel-dev.bb | 8 +-- ...-cfg-Allow-specification-of-ncurses-.patch | 50 +++ 2 files changed, 54 insertions(+), 4 deletions(-) create mode 100644 recipes-kernel

global-build-stats is broken for job url

2022-08-10 Thread Naveen Chandra Sekhara
. If not this plugin, can someone suggest Groovy or REST API to get build stats for last X amount of days. Best Regards, Naveen -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails fro

Re: Jenkins Build Metrics API

2022-08-10 Thread Naveen Chandra Sekhara
I have similar requirement. Can someone respond please? On Monday, May 4, 2020 at 9:39:49 AM UTC-7 Satheesh Parepalli wrote: > Hi All, > > My Jenkins server not working Global build stats and Build Metrics > plug-ins . > > Please can you suggest is the any way to get/collect build metrics using

[jira] [Resolved] (HIVE-26192) JDBC data connector queries occur exception at cbo stage

2022-08-09 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam resolved HIVE-26192. -- Resolution: Fixed Fix has been committed to master. Thank you for the patch > JDBC d

[PATCH] powerpc/ftrace: Ignore weak functions

2022-08-09 Thread Naveen N. Rao
: # grep __ftrace_invalid_address available_filter_functions | wc -l 79 Signed-off-by: Naveen N. Rao --- arch/powerpc/include/asm/ftrace.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/powerpc/include/asm/ftrace.h b/arch/powerpc/include/asm/ftrace.h index 3cee7115441b41..ade4

[PATCH] powerpc64/ftrace: Fix ftrace for clang builds

2022-08-09 Thread Naveen N. Rao
by: Ondrej Mosnacek Signed-off-by: Naveen N. Rao --- arch/powerpc/kernel/trace/ftrace.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/kernel/trace/ftrace.c b/arch/powerpc/kernel/trace/ftrace.c index cb158c32b50b99..7b85c3b460a3c0 100644 --- a/arch/powerpc/ke

Re: [PATCH v3 11/25] powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64

2022-08-09 Thread Naveen N. Rao
/ clang bisected to this commit. Can you PTAL? https://github.com/ClangBuiltLinux/linux/issues/1682 Thanks for the report. That was my doing - I tend to miss the fact that clang doesn't support -mprofile-kernel. Can you check if the below patch fixes it for you? - Naveen --- diff --git a/arch

Re: 405 Method Not Allowed

2022-08-05 Thread naveen Kumar
@api_view(['POST']) --> it means allow only post method Replace above with @api_view(['GET', 'POST']) if it need to allow get method as well On Fri, 5 Aug, 2022, 3:43 pm Umair Ramzan, wrote: > By default browsers makes GET requests. So you need to use some other > Clients such as postman

Re: [PATCH] powerpc/ppc-opcode: Fix PPC_RAW_TW()

2022-08-03 Thread Naveen N. Rao
Christophe Leroy wrote: PPC_RAW_TW() is erroneously defined with base code 0x7f08 instead of 0x7c08. That's invisible because its only user is PPC_RAW_TRAP() which is 0x7fe8, but fix it anyway to avoid any risk of future bug. Reported-by: Naveen N. Rao Fixes: d00d762daf12

Re: [ansible-devel] how to read the ansible.cfg file variables in ansible custom modules

2022-08-03 Thread Naveen Kandakur
sensitive and which > not, so it's best to leave that decision to the user of the module.) > > Cheers, > Felix > > > > On Wed, 3 Aug 2022 00:33:00 -0700 (PDT) > Naveen Kandakur wrote: > > > <https://stackoverflow.com/posts/73217822/timeline> > -- You received t

Re: [PATCH 2/3] powerpc/ppc-opcode: Define and use PPC_RAW_TRAP() and PPC_RAW_TW()

2022-08-03 Thread Naveen N. Rao
| PPC_LI(offset)) #define PPC_RAW_BL(offset) (0x4801 | PPC_LI(offset)) +#define PPC_RAW_TW(t0, a, b) (0x7f08 | ___PPC_RS(t0) | ___PPC_RA(a) | ___PPC_RB(b)) Shouldn't that be 0x7c08 ? - Naveen +#define PPC_RAW_TRAP() PPC_RAW_TW(31, 0, 0) /* Deal

[ansible-devel] how to read the ansible.cfg file variables in ansible custom modules

2022-08-03 Thread Naveen Kandakur
I am new to Ansible Custom module development, can any one help me how i can access the variables defined in ansible.cfg file into my ansible modules python file. -- You received this message because you are subscribed to the Google Groups

Re: [yocto] [meta-zephyr][PATCH kirkstone 0/7] Series to add Gitlab CI to kirkstone

2022-08-02 Thread Naveen Saini
My local daily builds also run on master. I triggered a kirkstone build today, it builds successfully for me. Is it failing for specific machine ? > -Original Message- > From: yocto@lists.yoctoproject.org On > Behalf Of Jon Mason > Sent: Tuesday, August 2, 2022 11:51 PM > To:

Re: [OE-core] [PATCH] gstreamer1.0-plugins-bad: add PACKAGECONFIG for onevpl

2022-07-28 Thread Naveen Saini
Please ignore this patch. It needs some re-work ! Regards, Naveen > -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Naveen Saini > Sent: Thursday, July 28, 2022 12:47 PM > To: openembedded-core@lists.o

[yocto] [meta-zephyr][PATCH v3] zephyr-kernel-src: bump the v3 version to v3.1.0

2022-07-28 Thread Naveen Saini
From: Bartosz Golaszewski This upgrades the 3.x series to using v3.1.0. Signed-off-by: Bartosz Golaszewski Signed-off-by: Naveen Saini --- v3: Rebased and added x86 patch for v3.1.0, which fix x86 build failures --- ... 0001-2.7-cmake-add-yocto-toolchain.patch} | 0 .../0001-3.1-cmake-add

Re: [yocto] [meta-zephyr][PATCH v2] zephyr-kernel-src: bump the v3 version to v3.1.0

2022-07-28 Thread Naveen Saini
> -Original Message- > From: yocto@lists.yoctoproject.org On > Behalf Of Jon Mason > Sent: Tuesday, July 26, 2022 10:45 PM > To: Bartosz Golaszewski > Cc: Saini, Naveen Kumar ; Eilís Ní > Fhlannagáin ; > yocto@lists.yoctoproject.org; openembedded- > d

Re: [oe] [yocto] [meta-zephyr][PATCH v2] zephyr-kernel-src: bump the v3 version to v3.1.0

2022-07-28 Thread Naveen Saini
> -Original Message- > From: yo...@lists.yoctoproject.org On > Behalf Of Jon Mason > Sent: Tuesday, July 26, 2022 10:45 PM > To: Bartosz Golaszewski > Cc: Saini, Naveen Kumar ; Eilís Ní > Fhlannagáin ; > yo...@lists.yoctoproject.org; openembedded- > d

[OE-core] [PATCH] gstreamer1.0-plugins-bad: add PACKAGECONFIG for onevpl

2022-07-27 Thread Naveen Saini
Allow user to build this plugin against MFX version 2.2+ (oneVPL) https://github.com/GStreamer/gst-plugins-bad/commit/beda9a73339bef878e95798f629a868c647627ce Signed-off-by: Naveen Saini --- .../gstreamer/gstreamer1.0-plugins-bad_1.20.3.bb | 1 + 1 file changed, 1 insertion

Re: [Shorewall-users] Received DELETE before CHILD-SA-REKEY-RESPONSE

2022-07-26 Thread Naveen Neelakanta
Thank you for the clarification. Regards, Naveen On Fri, Jul 22, 2022 at 5:27 AM Tobias Brunner wrote: > Hi Naveen, > > > I am seeing an issue, where i am > > seeing DELETE request for the rekeyed child sa before CHILD-SA rekey > > response , however the peer is

[Shorewall-users] Received DELETE before CHILD-SA-REKEY-RESPONSE

2022-07-21 Thread Naveen Neelakanta
{"_ts":"2022-07-14T06:46:09.792Z","_prog":"charon","_msgid":"13[NET] received packet: from y.y.y.72[4500] to x.x.x.146[4500] (336 bytes)","_fac":"local1","_level":"info"}* *{"_ts":"2022-

[Koha] Customizing Bibliographic Frameworks

2022-07-19 Thread Ms. Naveen Ali
the customized labels are not shown. Rather the default labels are shown. How do I resolve this. With thanks and best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. ___ Koha mailing list

[Security] CVE-2021-34538: Security vulnerability in Hive with UDFs

2022-07-15 Thread Naveen Gangam
*CVE-2021-34538*: Unauthorized access to Hive UDFs *Severity*: Very Important *Vendor*: The Apache Software Foundation *Versions Affected*: This vulnerability affects all versions of Hive prior to Hive 3.1.3. (3.1.2 or earlier). *Version Fixed:* Hive 3.1.3, Hive 4.0 (in Beta) *Description*:

[Security] CVE-2021-34538: Security vulnerability in Hive with UDFs

2022-07-15 Thread Naveen Gangam
*CVE-2021-34538*: Unauthorized access to Hive UDFs *Severity*: Very Important *Vendor*: The Apache Software Foundation *Versions Affected*: This vulnerability affects all versions of Hive prior to Hive 3.1.3. (3.1.2 or earlier). *Version Fixed:* Hive 3.1.3, Hive 4.0 (in Beta) *Description*:

[jira] [Resolved] (HIVE-26390) TxnHandler.getTxnDbsUpdated() SQL syntax error on Postgres.

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

[jira] [Resolved] (HIVE-26055) Fix the HivePrivilegesObjects for Alter table rename command

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

[jira] [Created] (NIFI-10205) Process Group variable added during NIFI upgrade

2022-07-08 Thread naveen kumar saharan (Jira)
naveen kumar saharan created NIFI-10205: --- Summary: Process Group variable added during NIFI upgrade Key: NIFI-10205 URL: https://issues.apache.org/jira/browse/NIFI-10205 Project: Apache NiFi

Re: [PATCH 1/2] kexec_file: Drop weak attribute from functions

2022-07-06 Thread Naveen N. Rao
Hi Coiby, Coiby Xu wrote: Hi Baoquan and Naveen, On Mon, Jul 04, 2022 at 12:10:00PM +0800, Baoquan He wrote: On 07/01/22 at 01:04pm, Naveen N. Rao wrote: Drop __weak attribute from functions in kexec_file.c: - arch_kexec_kernel_image_probe() - arch_kimage_file_post_load_cleanup

[meta-intel] [dunfell][PATCH 2/2] linux-intel-rt/5.4: update to v5.4.193

2022-07-04 Thread Naveen Saini
Updates -rt patchset to -rt74. Update kernel config too. Signed-off-by: Naveen Saini --- recipes-kernel/linux/linux-intel-rt_5.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-intel-rt_5.4.bb b/recipes-kernel/linux/linux-intel-rt_5.4.bb

[meta-intel] [dunfell][PATCH 1/2] linux-intel/5.4: update to 5.4.193

2022-07-04 Thread Naveen Saini
Update yocto-kernel-cache to 5.4.199 Signed-off-by: Naveen Saini --- recipes-kernel/linux/linux-intel_5.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-intel_5.4.bb b/recipes-kernel/linux/linux-intel_5.4.bb index b2a2bc18..1c978051

[meta-intel] [PATCH 2/2] linux-intel-rt/5.4: update to v5.4.193

2022-07-04 Thread Naveen Saini
Updates -rt patchset to -rt74. Update kernel config too. Signed-off-by: Naveen Saini --- recipes-kernel/linux/linux-intel-rt_5.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-intel-rt_5.4.bb b/recipes-kernel/linux/linux-intel-rt_5.4.bb

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