[PATCH 0/2] kexec: Drop __weak attributes from functions

2022-07-01 Thread Naveen N. Rao
As requested [1], this series converts weak functions in kexec to use the #ifdef approach. I have compile-tested this series on arm64, powerpc, s390 and x86_64. - Naveen [1] http://lkml.kernel.org/r/87ee0q7b92@email.froward.int.ebiederm.org Naveen N. Rao (2): kexec_file: Drop weak

[PATCH 2/2] kexec: Drop weak attribute from functions

2022-07-01 Thread Naveen N. Rao
Drop __weak attribute from functions in kexec_core.c: - machine_kexec_post_load() - arch_kexec_protect_crashkres() - arch_kexec_unprotect_crashkres() - crash_free_reserved_phys_range() Suggested-by: Eric Biederman Signed-off-by: Naveen N. Rao --- arch/arm64/include/asm/kexec.h | 16

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

2022-07-01 Thread Naveen N. Rao
drop the static attribute for the latter. arch_kexec_kernel_verify_sig() is not overridden by any architecture, so drop the __weak attribute. Suggested-by: Eric Biederman Signed-off-by: Naveen N. Rao --- arch/arm64/include/asm/kexec.h | 4 ++- arch/powerpc/include/asm/kexec.h | 9

Re: [RFC PATCH v3 11/12] powerpc: Remove unreachable() from WARN_ON()

2022-06-30 Thread Naveen N. Rao
Christophe Leroy wrote: Le 30/06/2022 à 10:05, Naveen N. Rao a écrit : Christophe Leroy wrote: The builtin variant of unreachable (__builtin_unreachable()) works. How about using that instead of unreachable() ? In fact the problem comes from the macro annotate_unreachable() which

Re: [RFC PATCH v3 11/12] powerpc: Remove unreachable() from WARN_ON()

2022-06-30 Thread Naveen N. Rao
rather than change __WARN_FLAGS() to use __builtin_unreachable()? Or, are you seeing an issue with unreachable() elsewhere in the kernel? - Naveen

[PATCH v5.4] kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]

2022-06-28 Thread Naveen N. Rao
/kexec.h needs linux/module.h] Link: https://lkml.kernel.org/r/20220519091237.676736-1-naveen.n@linux.vnet.ibm.com Signed-off-by: Michael Ellerman Signed-off-by: Naveen N. Rao Cc: "Eric W. Biederman" Cc: Signed-off-by: Andrew Morton --- arch/s390/include/asm/kexec.h | 10

[PATCH v5.4] kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]

2022-06-28 Thread Naveen N. Rao
/kexec.h needs linux/module.h] Link: https://lkml.kernel.org/r/20220519091237.676736-1-naveen.n@linux.vnet.ibm.com Signed-off-by: Michael Ellerman Signed-off-by: Naveen N. Rao Cc: "Eric W. Biederman" Cc: Signed-off-by: Andrew Morton --- arch/s390/include/asm/kexec.h | 10

[PATCH v4.9] kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]

2022-06-28 Thread Naveen N. Rao
/kexec.h needs linux/module.h] Link: https://lkml.kernel.org/r/20220519091237.676736-1-naveen.n@linux.vnet.ibm.com Signed-off-by: Michael Ellerman Signed-off-by: Naveen N. Rao Cc: "Eric W. Biederman" Cc: Signed-off-by: Andrew Morton --- arch/x86/include/asm/kexec.h | 7 +++ inc

[PATCH v4.19] kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]

2022-06-28 Thread Naveen N. Rao
/kexec.h needs linux/module.h] Link: https://lkml.kernel.org/r/20220519091237.676736-1-naveen.n@linux.vnet.ibm.com Signed-off-by: Michael Ellerman Signed-off-by: Naveen N. Rao Cc: "Eric W. Biederman" Cc: Signed-off-by: Andrew Morton --- arch/s390/include/asm/kexec.h | 10

[PATCH v4.14] kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]

2022-06-28 Thread Naveen N. Rao
/kexec.h needs linux/module.h] Link: https://lkml.kernel.org/r/20220519091237.676736-1-naveen.n@linux.vnet.ibm.com Signed-off-by: Michael Ellerman Signed-off-by: Naveen N. Rao Cc: "Eric W. Biederman" Cc: Signed-off-by: Andrew Morton --- arch/x86/include/asm/kexec.h | 6 ++ inc

[PATCH v4.9] kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]

2022-06-28 Thread Naveen N. Rao
/kexec.h needs linux/module.h] Link: https://lkml.kernel.org/r/20220519091237.676736-1-naveen.n@linux.vnet.ibm.com Signed-off-by: Michael Ellerman Signed-off-by: Naveen N. Rao Cc: "Eric W. Biederman" Cc: Signed-off-by: Andrew Morton --- arch/x86/include/asm/kexec.h | 7 +++ inc

[PATCH v4.19] kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]

2022-06-28 Thread Naveen N. Rao
/kexec.h needs linux/module.h] Link: https://lkml.kernel.org/r/20220519091237.676736-1-naveen.n@linux.vnet.ibm.com Signed-off-by: Michael Ellerman Signed-off-by: Naveen N. Rao Cc: "Eric W. Biederman" Cc: Signed-off-by: Andrew Morton --- arch/s390/include/asm/kexec.h | 10

[PATCH v4.14] kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]

2022-06-28 Thread Naveen N. Rao
/kexec.h needs linux/module.h] Link: https://lkml.kernel.org/r/20220519091237.676736-1-naveen.n@linux.vnet.ibm.com Signed-off-by: Michael Ellerman Signed-off-by: Naveen N. Rao Cc: "Eric W. Biederman" Cc: Signed-off-by: Andrew Morton --- arch/x86/include/asm/kexec.h | 6 ++ inc

[PATCH powerpc v2] powerpc/bpf: Fix use of user_pt_regs in uapi

2022-06-27 Thread Naveen N. Rao
: a6460b03f945ee ("powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENT") Cc: sta...@vger.kernel.org # v4.20+ Signed-off-by: Naveen N. Rao --- v2: Add arch/powerpc/include/asm/bpf_perf_event.h arch/powerpc/include/asm/bpf_perf_event.h | 9 + arch/powerpc/includ

[PATCH v5.4] powerpc/ftrace: Remove ftrace init tramp once kernel init is complete

2022-06-27 Thread Naveen N. Rao
commit 84ade0a6655bee803d176525ef457175cbf4df22 upstream. Stop using the ftrace trampoline for init section once kernel init is complete. Fixes: 67361cf8071286 ("powerpc/ftrace: Handle large kernel configs") Cc: sta...@vger.kernel.org # v4.20+ Signed-off-by: Naveen N. Rao Signed-off-b

[PATCH v5.15] powerpc/ftrace: Remove ftrace init tramp once kernel init is complete

2022-06-27 Thread Naveen N. Rao
commit 84ade0a6655bee803d176525ef457175cbf4df22 upstream. Stop using the ftrace trampoline for init section once kernel init is complete. Fixes: 67361cf8071286 ("powerpc/ftrace: Handle large kernel configs") Cc: sta...@vger.kernel.org # v4.20+ Signed-off-by: Naveen N. Rao Signed-off-b

[PATCH v5.10] powerpc/ftrace: Remove ftrace init tramp once kernel init is complete

2022-06-27 Thread Naveen N. Rao
commit 84ade0a6655bee803d176525ef457175cbf4df22 upstream. Stop using the ftrace trampoline for init section once kernel init is complete. Fixes: 67361cf8071286 ("powerpc/ftrace: Handle large kernel configs") Cc: sta...@vger.kernel.org # v4.20+ Signed-off-by: Naveen N. Rao Signed-off-b

[PATCH v5.18] powerpc/ftrace: Remove ftrace init tramp once kernel init is complete

2022-06-27 Thread Naveen N. Rao
commit 84ade0a6655bee803d176525ef457175cbf4df22 upstream. Stop using the ftrace trampoline for init section once kernel init is complete. Fixes: 67361cf8071286 ("powerpc/ftrace: Handle large kernel configs") Cc: sta...@vger.kernel.org # v4.20+ Signed-off-by: Naveen N. Rao Signed-off-b

[jira] [Commented] (KAFKA-13997) one partition logs are not getting purged

2022-06-27 Thread Naveen P (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17559035#comment-17559035 ] Naveen P commented on KAFKA-13997: -- After following step 4 from below link issue was resolved for us

Re: [PATCH v2 5/5] bpf ppc32: Add instructions for atomic_[cmp]xchg

2022-06-24 Thread Naveen N. Rao
above should read: "should be removed" instead of "should not be removed".. Or, just add BPF_REG_0 at the end: /* For the BPF_FETCH variant, get old data into src_reg/BPF_REG_0 */ The comment in CMPXCHG anyway details the difference. In any case, we can clean this up subsequently. - Naveen

Re: [PATCH v2 0/5] Atomics support for eBPF on powerpc

2022-06-24 Thread Naveen N. Rao
]_[fetch_]xor * atomic[64]_xchg * atomic[64]_cmpxchg and this list of kernel operations for ppc32: * atomic_[fetch_]add * atomic_[fetch_]and * atomic_[fetch_]or * atomic_[fetch_]xor * atomic_xchg * atomic_cmpxchg Thanks for your work on this. For this series: Reviewed-by: Naveen N. Rao

[meta-intel] [PATCH] slimboot-tools: update to latest commit

2022-06-21 Thread Naveen Saini
LICENSE file have re-formatting. So update checksum value. Signed-off-by: Naveen Saini --- recipes-devtools/slimboot/slimboot-tools_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/slimboot/slimboot-tools_git.bb b/recipes-devtools/slimboot

[jira] [Commented] (HIVE-21045) Add HMS total api count stats and connection pool stats to metrics

2022-06-20 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-21045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17556431#comment-17556431 ] Naveen Gangam commented on HIVE-21045: -- [~karthik.manamcheri] Quick q? do you remember how you

[PATCH powerpc] powerpc/bpf: Fix use of user_pt_regs in uapi

2022-06-17 Thread Naveen N. Rao
0b03f945ee ("powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENT") Cc: sta...@vger.kernel.org # v4.20+ Signed-off-by: Naveen N. Rao --- arch/powerpc/include/uapi/asm/bpf_perf_event.h | 9 - 1 file changed, 9 deletions(-) delete mode 100644 arch/powerpc/include/uapi/asm/bpf_perf

Re: [RFC PATCH 4/4] objtool/powerpc: Add --mcount specific implementation

2022-06-17 Thread Naveen N. Rao
e been clearer if 'size' was named differently: 'addr_size' perhaps? - Naveen

Re: [RFC PATCH 4/4] objtool/powerpc: Add --mcount specific implementation

2022-06-16 Thread Naveen N. Rao
#define R_ABS32 R_PPC_ADDR32 And then in the caller, as we know the size, do something like size == sizeof(u64) ? R_ABS64 : R_ABS32; How does 'sizeof(u64)' work here? - Naveen

[yocto] [meta-zephyr][kirkstone][PATCH 2/2] README.txt: update for kirkstone release

2022-06-15 Thread Naveen Saini
Signed-off-by: Naveen Saini --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index ec860fd..5e0c4b6 100644 --- a/README.txt +++ b/README.txt @@ -9,9 +9,9 @@ Prerequisites: == This layer depends on: -Yocto distro

[yocto] [meta-zephyr][kirkstone][PATCH 1/2] zephyr-kernel/2.7: update to release tag Zephyr v2.7.2

2022-06-15 Thread Naveen Saini
UID function to get initial APIC ID b4b474cb4b arch/x86: Have a dedicated place for CPUID related functions 175ae83c78 tests/bluetooth/tester: Allocate L2CAP channel only when needed 22ab715ad8 test/bluetooth/tester: Don't clear auth requirements on L2CAP server . Signed-off-by: Naveen Sa

[jira] [Resolved] (HIVE-26321) Upgrade commons-io to 2.11.0

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

[jira] [Updated] (KAFKA-13997) one partition logs are not getting purged

2022-06-15 Thread Naveen P (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen P updated KAFKA-13997: - Description: We have issue with one of our topic in kafka cluster, which is taking huge space, while

[jira] [Created] (KAFKA-13997) one partition logs are not getting purged

2022-06-15 Thread Naveen P (Jira)
Naveen P created KAFKA-13997: Summary: one partition logs are not getting purged Key: KAFKA-13997 URL: https://issues.apache.org/jira/browse/KAFKA-13997 Project: Kafka Issue Type: Bug

[jira] [Created] (KAFKA-13997) one partition logs are not getting purged

2022-06-15 Thread Naveen P (Jira)
Naveen P created KAFKA-13997: Summary: one partition logs are not getting purged Key: KAFKA-13997 URL: https://issues.apache.org/jira/browse/KAFKA-13997 Project: Kafka Issue Type: Bug

[jira] [Updated] (HIVE-26299) Drop data connector with argument ifNotExists(true) should not throw NoSuchObjectException

2022-06-14 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated HIVE-26299: - Fix Version/s: 4.0.0 > Drop data connector with argument ifNotExists(true) should not th

[jira] [Resolved] (HIVE-26299) Drop data connector with argument ifNotExists(true) should not throw NoSuchObjectException

2022-06-14 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam resolved HIVE-26299. -- Resolution: Fixed Fix has been merged to master. Closing the jira. > Drop data connec

[jira] [Created] (HIVE-26321) Upgrade commons-io to 2.11.0

2022-06-13 Thread Naveen Gangam (Jira)
Naveen Gangam created HIVE-26321: Summary: Upgrade commons-io to 2.11.0 Key: HIVE-26321 URL: https://issues.apache.org/jira/browse/HIVE-26321 Project: Hive Issue Type: Improvement

[jira] [Assigned] (HIVE-26321) Upgrade commons-io to 2.11.0

2022-06-13 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam reassigned HIVE-26321: > Upgrade commons-io to 2.11.0 > > >

[Koha] SMTP configuration error

2022-06-10 Thread Ms. Naveen Ali
With thanks and best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

[meta-intel] [PATCH 4/4] linux-intel-rt/5.15: update to v5.15.43

2022-06-09 Thread Naveen Saini
updates -rt patchset to -rt45. Signed-off-by: Naveen Saini --- recipes-kernel/linux/linux-intel-rt_5.15.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-intel-rt_5.15.bb b/recipes-kernel/linux/linux-intel-rt_5.15.bb index 125ad5eb..2301510e

[meta-intel] [PATCH 3/4] linux-intel/5.15: update to v5.15.43

2022-06-09 Thread Naveen Saini
Signed-off-by: Naveen Saini --- recipes-kernel/linux/linux-intel_5.15.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-intel_5.15.bb b/recipes-kernel/linux/linux-intel_5.15.bb index b22f8770..6548055b 100644 --- a/recipes-kernel/linux/linux

[meta-intel] [PATCH 2/4] linux-intel-rt/5.10: update to v5.10.115

2022-06-09 Thread Naveen Saini
updates -rt patchset to -rt67. Signed-off-by: Naveen Saini --- recipes-kernel/linux/linux-intel-rt_5.10.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-intel-rt_5.10.bb b/recipes-kernel/linux/linux-intel-rt_5.10.bb index c0f534e9..16266d21

[meta-intel] [PATCH 1/4] linux-intel/5.10: update to v5.10.115

2022-06-09 Thread Naveen Saini
Signed-off-by: Naveen Saini --- ...er-Add-missing-stubs-to-regulator-co.patch | 89 +++ recipes-kernel/linux/linux-intel_5.10.bb | 5 +- 2 files changed, 92 insertions(+), 2 deletions(-) create mode 100644 recipes-kernel/linux/linux-intel/0001-regulator-consumer-Add

[jira] [Resolved] (HIVE-25423) Add new test driver to automatically launch and load external database

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

[Koha] Notice Email send error

2022-06-09 Thread Ms. Naveen Ali
logs for further details" Where do look for these logs to identify the problem? Gmail Settings. Host: smtp.gmail.com Port: 587 Timeout:120s SSL: SSL Authentication: Yes (My gmail emal address and password) With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digit

[PATCH] powerpc: Enable execve syscall exit tracepoint

2022-06-09 Thread Naveen N. Rao
[000] . 103.883225: sys_execveat -> 0x0 Cc: sta...@vger.kernel.org Signed-off-by: Naveen N. Rao --- arch/powerpc/kernel/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c index d00b20c6596671..bb4da23ecdd7

[Koha] "Use Restrictions" option on Item Level

2022-06-07 Thread Ms. Naveen Ali
With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

[meta-intel] [PATCH v2] openvino/json-schema-validator: change branch name master -> main

2022-06-07 Thread Naveen Saini
Upstream json-schema-validator has made 'main' as default branch. https://github.com/pboettch/json-schema-validator.git Signed-off-by: Naveen Saini --- .../recipes-support/opencv/openvino-inference-engine_2022.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic

[meta-intel] [PATCH] openvino-inference-engine/json-schema-validator: change branch name master -> main

2022-06-07 Thread Naveen Saini
Upstream json-schema-validator has made 'main' as default branch. https://github.com/pboettch/json-schema-validator.git Signed-off-by: Naveen Saini --- .../recipes-support/opencv/openvino-inference-engine_2022.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic

[jira] [Created] (ZEPPELIN-5749) Unable to submit spark job as proxy user from zeppelin livy interpreter

2022-06-06 Thread Naveen Julakanti (Jira)
Naveen Julakanti created ZEPPELIN-5749: -- Summary: Unable to submit spark job as proxy user from zeppelin livy interpreter Key: ZEPPELIN-5749 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5749

Re: [Koha] Arrangement of Fields on Items Form

2022-06-03 Thread Ms. Naveen Ali
Thank you very much. I have been able to arrange the fields to my requirement. Great support as always.. With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. - Original Message - From: "Caroline Cyr La

Re: [Koha] Problem in creating new authority types

2022-06-02 Thread Ms. Naveen Ali
more customization for GEOGR_NAME and CHRON_TERM authorities. With thanks & 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"

[Koha] Arrangement of Fields on Items Form

2022-06-02 Thread Ms. Naveen Ali
Dear All, How is it possible to control arrangement of fields on Items form. Which field will appear first and so on. With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi

Re: [Koha] Problem in creating new authority types

2022-05-30 Thread Ms. Naveen Ali
existing Authority Lists will be my way to go. Also, I will take care of the things you mentioned regarding cross post and KOHA :) This list is great support. With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. - Original

[Koha] Problem in creating new authority types

2022-05-30 Thread Ms. Naveen Ali
will be migrating to KOHA. Support will be greatly appreciated With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz

[Koha-devel] Problem in creating new authority types

2022-05-30 Thread Ms. Naveen Ali
will be migrating to KOHA. Support will be greatly appreciated With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https

[yocto] [meta-zephyr][PATCH] zephyr-kernel/2.7: update to release tag Zephyr v2.7.2

2022-05-30 Thread Naveen Saini
UID function to get initial APIC ID b4b474cb4b arch/x86: Have a dedicated place for CPUID related functions 175ae83c78 tests/bluetooth/tester: Allocate L2CAP channel only when needed 22ab715ad8 test/bluetooth/tester: Don't clear auth requirements on L2CAP server . Signed-off-by: Naveen Sa

Re: [RFC PATCH 1/4] objtool: Add --mnop as an option to --mcount

2022-05-26 Thread Naveen N. Rao
Peter Zijlstra wrote: On Tue, May 24, 2022 at 04:01:48PM +0530, Naveen N. Rao wrote: We need to know for sure either way. Nop'ing out the _mcount locations at boot allows us to discover existing long branch trampolines. If we want to avoid it, we need to note down those locations during build

Re: [PATCH] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]

2022-05-26 Thread Naveen N. Rao
s for stable. It looks like this is applicable all the way back to v4.9 (though I haven't tested if recordmcount fails in the same manner with those older kernel levels). I will post backports once this gets into linus' tree. - Naveen ___ ke

Re: [PATCH] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]

2022-05-26 Thread Naveen N. Rao
s for stable. It looks like this is applicable all the way back to v4.9 (though I haven't tested if recordmcount fails in the same manner with those older kernel levels). I will post backports once this gets into linus' tree. - Naveen

[OE-core] [PATCH] pciutils: avoid lspci conflict with busybox

2022-05-24 Thread Naveen Saini
/busybox_%25.bbappend#n1 Signed-off-by: Naveen Saini --- meta/recipes-bsp/pciutils/pciutils_3.8.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-bsp/pciutils/pciutils_3.8.0.bb b/meta/recipes-bsp/pciutils/pciutils_3.8.0.bb index f3a67d97e4..4f57342e1e 100644

Re: [RFC PATCH 1/4] objtool: Add --mnop as an option to --mcount

2022-05-24 Thread Naveen N. Rao
Christophe Leroy wrote: Le 24/05/2022 à 12:15, Naveen N. Rao a écrit : Christophe Leroy wrote: Le 23/05/2022 à 19:55, Sathvika Vasireddy a écrit : Architectures can select HAVE_NOP_MCOUNT if they choose to nop out mcount call sites. If that config option is selected, then --mnop is passed

Re: [RFC PATCH 1/4] objtool: Add --mnop as an option to --mcount

2022-05-24 Thread Naveen N. Rao
to identify these. - Naveen

Re: linux-next: changed messages in qemu boot

2022-05-24 Thread Naveen N. Rao
Michael Ellerman wrote: "Naveen N. Rao" writes: Stephen Rothwell wrote: The below diff fixes it for me: diff --git a/arch/powerpc/kernel/trace/ftrace.c b/arch/powerpc/kernel/trace/ftrace.c index 46c002a8388804..7418da705d43ac 100644 --- a/arch/powerpc/kernel/trace/ftrace.c

Re: [RFC PATCH 3/3] objtool/mcount: Add powerpc specific functions

2022-05-22 Thread Naveen N. Rao
ms on powerpc. So, we likely won't need too many #ifdefs, at least for mcount purposes. Sathvika, Can you post what you have? - Naveen

Re: linux-next: changed messages in qemu boot

2022-05-20 Thread Naveen N. Rao
>= SZ_2G || reladdr < -SZ_2G) { + if (reladdr >= SZ_2G || reladdr < -_UL(SZ_2G)) { pr_err("Address of %ps out of range of kernel_toc.\n", (void *)addr); return -1; - Naveen

Re: [PATCH] powerpc/vdso: Fix incorrect CFI in gettimeofday.S

2022-05-20 Thread Naveen N. Rao
Alan Modra wrote: On Tue, May 17, 2022 at 10:32:09PM +1000, Michael Ellerman wrote: "Naveen N. Rao" writes: > Michael Ellerman wrote: >> >> diff --git a/arch/powerpc/kernel/vdso/gettimeofday.S b/arch/powerpc/kernel/vdso/gettimeofday.S >> index eb9c81e1c218..0a

Re: 3.1.4 release?

2022-05-19 Thread Naveen Gangam
Hi Matt, There are some other pending CVEs to be addressed (like thrift upgrade) by upgrading the binaries we build on. So the plan is to do more releases. Please commit the change to the branch-3 as you see fit. Thank you Naveen On Fri, May 6, 2022 at 11:33 AM Matt Burgess wrote: > Hi

Re: [VOTE] Apache Hive 3.1.3 Release Candidate 3

2022-05-19 Thread Naveen Gangam
browse/HIVE-26214 > > On Sat, Apr 9, 2022 at 9:09 AM Naveen Gangam > > wrote: > > > Thank you all the voting. Appreciate it. > > > > I have 4 binding +1 votes and no negative votes. Have just completed the > > remaining release work. Will announce shortl

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

2022-05-19 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17539593#comment-17539593 ] Naveen Gangam commented on HIVE-26192: -- Is this an issue specifically with MySQL? or does it happen

Re: [PATCH] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]

2022-05-19 Thread Naveen N. Rao
Baoquan He wrote: Hi Eric, On 05/18/22 at 04:59pm, Eric W. Biederman wrote: "Naveen N. Rao" writes: > Since commit d1bcae833b32f1 ("ELF: Don't generate unused section > symbols") [1], binutils (v2.36+) started dropping section symbols that > it thought were

Re: [PATCH] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]

2022-05-19 Thread Naveen N. Rao
Baoquan He wrote: Hi Eric, On 05/18/22 at 04:59pm, Eric W. Biederman wrote: "Naveen N. Rao" writes: > Since commit d1bcae833b32f1 ("ELF: Don't generate unused section > symbols") [1], binutils (v2.36+) started dropping section symbols that > it thought were

Re: [PATCH] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]

2022-05-19 Thread Naveen N. Rao
Andrew Morton wrote: On Wed, 18 May 2022 23:48:28 +0530 "Naveen N. Rao" wrote: Since commit d1bcae833b32f1 ("ELF: Don't generate unused section symbols") [1], binutils (v2.36+) started dropping section symbols that it thought were unused. This isn't

[PATCH v2] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]

2022-05-19 Thread Naveen N. Rao
ng pattern of having architectures #define the name of the function they want to override in their headers. [1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=d1bcae833b32f1 Signed-off-by: Michael Ellerman Signed-off-by: Naveen N. Rao --- arch/s390/include/asm/kexec.h | 8 ++

Re: [PATCH] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]

2022-05-19 Thread Naveen N. Rao
Andrew Morton wrote: On Wed, 18 May 2022 23:48:28 +0530 "Naveen N. Rao" wrote: Since commit d1bcae833b32f1 ("ELF: Don't generate unused section symbols") [1], binutils (v2.36+) started dropping section symbols that it thought were unused. This isn't

[PATCH v2] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]

2022-05-19 Thread Naveen N. Rao
ng pattern of having architectures #define the name of the function they want to override in their headers. [1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=d1bcae833b32f1 Signed-off-by: Michael Ellerman Signed-off-by: Naveen N. Rao --- arch/s390/include/asm/kexec.h | 8 ++

[PATCH] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]

2022-05-18 Thread Naveen N. Rao
tectures. [1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=d1bcae833b32f1 Signed-off-by: Naveen N. Rao --- include/linux/kexec.h | 28 kernel/kexec_file.c | 19 +-- 2 files changed, 25 insertions(+), 22 deletions(-) diff --git a/include/linux/kex

[PATCH] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]

2022-05-18 Thread Naveen N. Rao
tectures. [1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=d1bcae833b32f1 Signed-off-by: Naveen N. Rao --- include/linux/kexec.h | 28 kernel/kexec_file.c | 19 +-- 2 files changed, 25 insertions(+), 22 deletions(-) diff --git a/include/linux/kex

Re: [PATCH v3 19/25] powerpc/ftrace: Minimise number of #ifdefs

2022-05-18 Thread Naveen N. Rao
Christophe Leroy wrote: Le 18/05/2022 à 14:03, Michael Ellerman a écrit : Michael Ellerman writes: "Naveen N. Rao" writes: Christophe Leroy wrote: A lot of #ifdefs can be replaced by IS_ENABLED() Do so. This requires to have kernel_toc_addr() defined at all ti

Re: [PATCH] kexec_file: Drop pr_err in weak implementations of arch_kexec_apply_relocations[_add]

2022-05-18 Thread Naveen N. Rao
user really has no way to do anything about the error even if it is printed. Good point. I really hadn't noticed the error code in there when I looked. I still don't think changing the functionality of the code because of a tool issue is the right solution. Ok. "Naveen N. Rao" wr

Re: [PATCH] kexec_file: Drop pr_err in weak implementations of arch_kexec_apply_relocations[_add]

2022-05-18 Thread Naveen N. Rao
user really has no way to do anything about the error even if it is printed. Good point. I really hadn't noticed the error code in there when I looked. I still don't think changing the functionality of the code because of a tool issue is the right solution. Ok. "Naveen N. Rao" wr

Re: [PATCH] powerpc/vdso: Fix incorrect CFI in gettimeofday.S

2022-05-18 Thread Naveen N. Rao
Michael Ellerman wrote: "Naveen N. Rao" writes: Michael Ellerman wrote: diff --git a/arch/powerpc/kernel/vdso/gettimeofday.S b/arch/powerpc/kernel/vdso/gettimeofday.S index eb9c81e1c218..0aee255e9cbb 100644 --- a/arch/powerpc/kernel/vdso/gettimeofday.S +++ b/arch/powerpc/k

Re: [PATCH v3 19/25] powerpc/ftrace: Minimise number of #ifdefs

2022-05-18 Thread Naveen N. Rao
CONFIG_FUNCTION_GRAPH_TRACER - Naveen

[meta-intel] [PATCH] libxcam: fix narrowing warning due to GCC12

2022-05-18 Thread Naveen Saini
' from 'long unsigned int' to 'int' [-Wnarrowing] |42 | case VIDIOC_ENUM_FMT: | | ^~~ | make[4]: *** [Makefile:685: libgstxcamsrc_la-gstxcamsrc.lo] Error 1 Signed-off-by: Naveen Saini --- ..._v4l2_device.h-fix-narrowing-warning.patch | 94

Re: [PATCH] kexec_file: Drop pr_err in weak implementations of arch_kexec_apply_relocations[_add]

2022-05-18 Thread Naveen N. Rao
t/torvalds/linux.git/commit/tools/objtool/elf.c?id=4abff6d48dbcea8200c7ea35ba70c242d128ebf3 While that is being pursued, we want to unbreak some of the CI and users who are hitting this. - Naveen ___ kexec mailing list kexec@lists.infradea

Re: [PATCH] kexec_file: Drop pr_err in weak implementations of arch_kexec_apply_relocations[_add]

2022-05-18 Thread Naveen N. Rao
t/torvalds/linux.git/commit/tools/objtool/elf.c?id=4abff6d48dbcea8200c7ea35ba70c242d128ebf3 While that is being pursued, we want to unbreak some of the CI and users who are hitting this. - Naveen

Re: [yocto] [meta-zephyr][PATCH 02/10] python3-gitlint: remove, unused

2022-05-17 Thread Naveen Saini
Hi Eilís Ní Fhlannagáin, All these Python recipes can be moved to meta-python if needed ! Regards, Naveen > -Original Message- > From: yocto@lists.yoctoproject.org On > Behalf Of Ross Burton > Sent: Friday, May 13, 2022 7:25 PM > To: yocto@lists.yoctoproject.org > C

Re: [PATCH] kexec_file: Drop pr_err in weak implementations of arch_kexec_apply_relocations[_add]

2022-05-17 Thread Naveen N. Rao
Baoquan He wrote: On 04/25/22 at 11:11pm, Naveen N. Rao wrote: kexec_load_purgatory() can fail for many reasons - there is no need to print an error when encountering unsupported relocations. This solves a build issue on powerpc with binutils v2.36 and newer [1]. Since commit d1bcae833b32f1

Re: [PATCH] kexec_file: Drop pr_err in weak implementations of arch_kexec_apply_relocations[_add]

2022-05-17 Thread Naveen N. Rao
Baoquan He wrote: On 04/25/22 at 11:11pm, Naveen N. Rao wrote: kexec_load_purgatory() can fail for many reasons - there is no need to print an error when encountering unsupported relocations. This solves a build issue on powerpc with binutils v2.36 and newer [1]. Since commit d1bcae833b32f1

Re: [PATCH] powerpc/vdso: Fix incorrect CFI in gettimeofday.S

2022-05-17 Thread Naveen N. Rao
, PPC_MIN_STKFRM + PPC_LR_STKOFF(r1) @@ -46,6 +50,7 @@ mtlrr0 .cfi_restore lr addir1, r1, 2 * PPC_MIN_STKFRM + .cfi_def_cfa_offset 0 Should this be .cfi_adjust_cfa_offset, given that we used that at the start of the function? - Naveen

Re: [PATCH] kexec_file: Drop pr_err in weak implementations of arch_kexec_apply_relocations[_add]

2022-05-17 Thread Naveen N. Rao
Naveen N. Rao wrote: kexec_load_purgatory() can fail for many reasons - there is no need to print an error when encountering unsupported relocations. This solves a build issue on powerpc with binutils v2.36 and newer [1]. Since commit d1bcae833b32f1 ("ELF: Don't generate unused section sy

Re: [PATCH] kexec_file: Drop pr_err in weak implementations of arch_kexec_apply_relocations[_add]

2022-05-17 Thread Naveen N. Rao
Naveen N. Rao wrote: kexec_load_purgatory() can fail for many reasons - there is no need to print an error when encountering unsupported relocations. This solves a build issue on powerpc with binutils v2.36 and newer [1]. Since commit d1bcae833b32f1 ("ELF: Don't generate unused section sy

[PATCH v2] powerpc/ftrace: Remove ftrace init tramp once kernel init is complete

2022-05-16 Thread Naveen N. Rao
Stop using the ftrace trampoline for init section once kernel init is complete. Fixes: 67361cf8071286 ("powerpc/ftrace: Handle large kernel configs") Cc: sta...@vger.kernel.org # v4.20+ Signed-off-by: Naveen N. Rao --- v2: Update #ifdef to also check for CONFIG_FUNCTION_TRACER to addre

[meta-intel] [PATCH v2] maintainers.inc: add missing entry for vc-intrinsics

2022-05-13 Thread Naveen Saini
Signed-off-by: Naveen Saini --- conf/include/maintainers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/include/maintainers.inc b/conf/include/maintainers.inc index 5f969b71..b82868ec 100644 --- a/conf/include/maintainers.inc +++ b/conf/include/maintainers.inc @@ -51,4 +51,5

[meta-intel] [PATCH] maintainers.inc: add missing entry for vc-intrinsics

2022-05-13 Thread Naveen Saini
Signed-off-by: Naveen Saini --- conf/include/maintainers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/include/maintainers.inc b/conf/include/maintainers.inc index 5f969b71..9886df37 100644 --- a/conf/include/maintainers.inc +++ b/conf/include/maintainers.inc @@ -51,4 +51,5

[Koha] Koha Item Type 942$c, 952$y

2022-05-09 Thread Ms. Naveen Ali
or any other functions. With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https

[Koha-devel] Koha Item Type 942$c, 952$y

2022-05-09 Thread Ms. Naveen Ali
or any other functions. With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin

[meta-intel] [meta-dpdk][PATCH 2/2] dpdk/20.11: update to v20.11.5

2022-05-06 Thread Naveen Saini
Signed-off-by: Naveen Saini --- ...dule_20.11.1.bb => dpdk-module_20.11.5.bb} | 2 +- ...Fix-finding-librt-using-find_library.patch | 35 --- .../dpdk/{dpdk_20.11.1.bb => dpdk_20.11.5.bb} | 3 +- 3 files changed, 2 insertions(+), 38 deletions(-) rename recipes-extende

[meta-intel] [meta-dpdk][PATCH 1/2] dpdk/21.11: update to v21.11.1

2022-05-06 Thread Naveen Saini
Signed-off-by: Naveen Saini --- .../dpdk/{dpdk-module_21.11.0.bb => dpdk-module_21.11.1.bb} | 2 +- recipes-extended/dpdk/{dpdk_21.11.0.bb => dpdk_21.11.1.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename recipes-extended/dpdk/{dpdk-module_21.11.0.bb =&

[meta-intel] [PATCH 2/4] intel-microcode: upgrade 20220207 -> 20220419

2022-05-06 Thread Naveen Saini
From: Naveen Saini Signed-off-by: Naveen Saini --- ...{intel-microcode_20220207.bb => intel-microcode_20220419.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-core/microcode/{intel-microcode_20220207.bb => intel-microcode_20220419.bb} (97%) diff --git a/recipe

[meta-intel] [PATCH 4/4] onednn: upgrade 2.5.3 -> 2.6

2022-05-06 Thread Naveen Saini
Signed-off-by: Naveen Saini --- .../recipes-core/dnn/{onednn_2.5.3.bb => onednn_2.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dynamic-layers/clang-layer/recipes-core/dnn/{onednn_2.5.3.bb => onednn_2.6.bb} (96%) diff --git a/dynamic-layers/clang-layer/r

[meta-intel] [PATCH 3/4] ipmctl: upgrade 03.00.00.0432 -> 03.00.00.0438

2022-05-06 Thread Naveen Saini
Signed-off-by: Naveen Saini --- .../ipmctl/{ipmctl_03.00.00.0432.bb => ipmctl_03.00.00.0438.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dynamic-layers/openembedded-layer/recipes-support/ipmctl/{ipmctl_03.00.00.0432.bb => ipmctl_03.00.00.0438.bb} (96%) diff

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