summaryrefslogtreecommitdiff
path: root/tools/include/uapi/linux
diff options
context:
space:
mode:
authorPuranjay Mohan <puranjay12@gmail.com>2023-11-10 17:51:50 +0000
committerAlexei Starovoitov <ast@kernel.org>2023-11-15 12:46:27 -0800
commit5fa201f37c2ef58a0f821e656d794af89b3a1738 (patch)
tree5e9c2c4777548cfeb8e111d7f71b6729b0be4284 /tools/include/uapi/linux
parent9cea90c01f4bddfb4cea12a9c23eef6414714503 (diff)
downloadkernel-5fa201f37c2ef58a0f821e656d794af89b3a1738.tar.gz
bpf: Remove test for MOVSX32 with offset=32
MOVSX32 only supports sign extending 8-bit and 16-bit operands into 32 bit operands. The "ALU_MOVSX | BPF_W" test tries to sign extend a 32 bit operand into a 32 bit operand which is equivalent to a normal BPF_MOV. Remove this test as it tries to run an invalid instruction. Fixes: daabb2b098e0 ("bpf/tests: add tests for cpuv4 instructions") Signed-off-by: Puranjay Mohan <puranjay12@gmail.com> Reported-by: kernel test robot <oliver.sang@intel.com> Closes: https://lore.kernel.org/oe-lkp/202310111838.46ff5b6a-oliver.sang@intel.com Acked-by: Stanislav Fomichev <sdf@google.com> Acked-by: Yonghong Song <yonghong.song@linux.dev> Link: https://lore.kernel.org/r/20231110175150.87803-1-puranjay12@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/include/uapi/linux')
0 files changed, 0 insertions, 0 deletions
+0100'>2022-06-27ASoC: meson: Remove now redundant non_legacy_dai_naming flagCharles Keepax 2022-06-27ASoC: meson: Migrate to new style legacy DAI naming flagCharles Keepax 2022-06-09Specify clock provider directly to CPU DAIsMark Brown 2022-06-06ASoC: meson: remove useless initializationPierre-Louis Bossart 2022-06-06ASoC: meson: Rename set_fmt_new back to set_fmtCharles Keepax 2022-06-06ASoC: meson: Update to use set_fmt_new callbackCharles Keepax 2022-04-21ASoC: meson: axg-card: Fix nonatomic linksNeil Armstrong 2022-04-21ASoC: meson: axg-tdm-interface: Fix formatters in trigger"Neil Armstrong 2022-04-21ASoC: meson: Fix event generation for G12A tohdmi muxMark Brown 2022-04-21ASoC: meson: Fix event generation for AUI CODEC muxMark Brown 2022-04-21ASoC: meson: Fix event generation for AUI ACODEC muxMark Brown 2022-04-05ASoC: meson: aiu: fix duplicate debugfs directory errorHeiner Kallweit 2021-12-31ASoC: Merge fixesMark Brown 2021-12-20ASoC: meson: Use dev_err_probe() helperKuninori Morimoto 2021-12-14ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2sMartin Blumenstingl 2021-12-14ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent()Martin Blumenstingl 2021-10-22ASoC: meson: axg-tdm-interface: manage formatters in triggerJerome Brunet 2021-10-22ASoC: meson: axg-card: make links nonatomicJerome Brunet 2021-10-18Merge series "ASoC: cleanup / tidyup soc-pcm/core/component" from Kuninori Mo...Mark Brown 2021-10-18ASoC: meson: implement driver_name for snd_soc_card in meson-card-utilsChristian Hewitt 2021-10-18ASoC: soc-core: accept zero format at snd_soc_runtime_set_dai_fmt()Kuninori Morimoto 2021-09-27ASoC: meson: aiu: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King 2021-06-21ASoC: meson: switch to use snd_soc_daifmt_parse_format/clock_provider()Kuninori Morimoto 2021-05-19ASoC: meson: g12a-toacodec: add support for SM1 TOACODECNeil Armstrong 2021-05-19ASoC: meson: g12a-toacodec: use regmap fields to prepare SM1 supportNeil Armstrong 2021-04-23Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown 2021-04-13ASoC: meson: axg-frddr: fix fifo depth on g12 and sm1Jerome Brunet 2021-04-07ASoC: meson: axg-fifo: add NO_PERIOD_WAKEUP supportJerome Brunet 2021-04-07ASoC: meson: axg-frddr: set fifo depth according to the periodJerome Brunet 2021-03-31ASoC: meson: axg-tdmout: remove useless assignmentPierre-Louis Bossart 2021-03-31ASoC: meson: axg-tdmin: remove useless assignmentPierre-Louis Bossart