Hi Naveen,
Thanks for the review.
On 03/04/25 9:15 pm, Naveen N Rao wrote:
On Wed, Mar 26, 2025 at 08:04:22PM +0530, Hari Bathini wrote:
The JIT compile of ldimm instructions can be anywhere between 1-5
instructions long depending on the value being loaded.
arch_bpf_trampoline_size() provides
Eric Biggers wrote:
> Currently each architecture exposes ChaCha not only through the library
> API, but also through the crypto_skcipher API. That requires each
> architecture to implement essentially the same skcipher glue code.
>
> Following the example of what's been done for crc32 and crc32
On Sun, Apr 06, 2025 at 10:04:12PM +0530, Likhitha Korrapati wrote:
> perf build break observed when using gcc 13-3 (FC39 ppc64le)
> with the following error.
>
> cpumap.c: In function 'perf_cpu_map__merge':
> cpumap.c:414:20: error: argument 1 range [18446744069414584320,
> 18446744073709551614]
Last argument in effective_prot() is u64 assuming pxd_val() returned value
(all page table levels) is 64 bit. pxd_val() is very platform specific and
its type should not be assumed in generic MM.
Split effective_prot() into individual page table level specific callbacks
which accepts corresponding
Define ptdesc_t type which describes the basic page table descriptor layout
on arm64 platform. Subsequently all level specific pxxval_t descriptors are
derived from ptdesc_t thus establishing a common original format, which can
also be appropriate for page table entries, masks and protection values
Last argument passed down in note_page() is u64 assuming pxd_val() returned
value (all page table levels) is 64 bit - which might not be the case going
ahead when D128 page tables is enabled on arm64 platform. Besides pxd_val()
is very platform specific and its type should not be assumed in generic
Last argument passed down in note_page() is u64 assuming pxd_val() returned
value (all page table levels) is 64 bit - which might not be the case going
ahead when D128 page tables is enabled on arm64 platform. Besides pxd_val()
is very platform specific and its type should not be assumed in generic
Incorrect types are used as sizeof() arguments in devm_kcalloc().
It should be sizeof(dai_link_data) for link_data instead of
sizeof(snd_soc_dai_link).
This is found by our static analysis tool.
Signed-off-by: Chenyuan Yang
---
sound/soc/fsl/imx-card.c | 2 +-
1 file changed, 1 insertion(+), 1
> On 6 Apr 2025, at 10:04 PM, Likhitha Korrapati wrote:
>
> perf build break observed when using gcc 13-3 (FC39 ppc64le)
> with the following error.
>
> cpumap.c: In function 'perf_cpu_map__merge':
> cpumap.c:414:20: error: argument 1 range [18446744069414584320,
> 18446744073709551614] exce
perf build break observed when using gcc 13-3 (FC39 ppc64le)
with the following error.
cpumap.c: In function 'perf_cpu_map__merge':
cpumap.c:414:20: error: argument 1 range [18446744069414584320,
18446744073709551614] exceeds maximum object size 9223372036854775807
[-Werror=alloc-size-larger-tha
10 matches
Mail list logo