linux/arch
Shahab Vahedi dd6a403795 ARC, bpf: Fix issues reported by the static analyzers
Also updated couple of comments along the way.

One of the issues reported was indeed a bug in the code:

  memset(ctx, 0, sizeof(ctx))      // original line
  memset(ctx, 0, sizeof(*ctx))     // fixed line

That was a nice catch.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202405222314.UG5F2NHn-lkp@intel.com/
Closes: https://lore.kernel.org/oe-kbuild-all/202405232036.Xqoc3b0J-lkp@intel.com/
Signed-off-by: Shahab Vahedi <shahab@synopsys.com>
Link: https://lore.kernel.org/r/20240525035628.1026-1-list+bpf@vahedi.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2024-05-25 10:47:21 -07:00
..
alpha alpha: drop pre-EV56 support 2024-05-06 12:05:00 +02:00
arc ARC, bpf: Fix issues reported by the static analyzers 2024-05-25 10:47:21 -07:00
arm ARM development updates for v6.10-rc1 2024-05-17 08:53:47 -07:00
arm64 platform-drivers-x86 for v6.10-1 2024-05-16 09:14:50 -07:00
csky Probes updates for v6.10: 2024-05-17 18:29:30 -07:00
hexagon
loongarch Probes updates for v6.10: 2024-05-17 18:29:30 -07:00
m68k drm for 6.10-rc1 2024-05-15 09:43:42 -07:00
microblaze printk: Remove redundant CONFIG_BASE_FULL 2024-05-06 17:39:09 +02:00
mips ARM: 2024-05-15 14:46:43 -07:00
nios2 arch: make execmem setup available regardless of CONFIG_MODULES 2024-05-14 00:31:44 -07:00
openrisc
parisc Probes updates for v6.10: 2024-05-17 18:29:30 -07:00
powerpc Probes updates for v6.10: 2024-05-17 18:29:30 -07:00
riscv Probes updates for v6.10: 2024-05-17 18:29:30 -07:00
s390 Probes updates for v6.10: 2024-05-17 18:29:30 -07:00
sh printk changes for 6.10 2024-05-15 12:34:46 -07:00
sparc Modules changes for v6.10-rc1 2024-05-15 14:05:08 -07:00
um
x86 Probes updates for v6.10: 2024-05-17 18:29:30 -07:00
xtensa Xtensa fixes for v6.9: 2024-05-02 10:41:28 -07:00
.gitignore
Kconfig kprobes: remove dependency on CONFIG_MODULES 2024-05-14 00:35:06 -07:00