Skip to content

Commit

Permalink
recipes-kernel: linux-tn-imx/linux-imx: update kernel
Browse files Browse the repository at this point in the history
1. ASoC: ops: Check for negative values before reading them
2. ASoC: ops: Fix bounds check for _sx controls
3. ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()
4. ASoC: ops: Clarify snd_soc_info_volsw_sx()
5. ASoC: ops: Remove unneeded delay.h inclusion
6. ASoC: fsl_micfil: Correct the number of steps on SX controls
7. LF-6722: drivers/crypto: caam/snvs: SNVS state during linux boot
8. media: imx-jpeg: Apply clk_bulk api instead of operating specific clk
9. media: v4l2-jpeg: correct the skip count in jpeg_parse_app14_data
10. media: v4l2-jpeg: ignore the unknown APP14 marker
11. usb: chipidea: core: fix possible constant 0 if use IS_ERR(ci->role_switch)
12. LF-7941 ethosu: fix potential out-of-bounds issue
13. MGS-7080: Fix memory leak in DPU bliteng fence
14. LF-7709-1 arm64: dts: imx8ulp: use a reserved mem-ranges to constrain ele-mu dma-range
15. LF-7709-2 firmware: imx: ele: reserved mem-ranges to constrain ele-mu dma-range
16. LF-7787: firmware: imx: ele: wake up list of dev-ctx on driver resume
17. LF-7786-1: firmware: imx: ele: split ele_trng_enable code
18. LF-8071-1 arm64: dts: imx93: use a reserved mem-ranges to constrain ele-mu dma-range
19. LF-8071-2 firmware: imx: ele: imx93: reserved mem-ranges to constrain ele-mu dma-range
20. MA-21513 [#imx-3206] Fix AXI BUS ERROR on more than 4G DDR board.
21. MGS-7293: arm64: dts: imx8mq: Update sign-off GPU frequency
22. ASoC: soc-pcm: fix hw->formats cleared by soc_pcm_hw_init() for dpcm
23. MA-21468-1 [#imx-3151] Fix GPU deadlock issue when do video stream stress test
24. MGS-7214: gpu: imx: dpu-blit: add generic dma-buf cache coherency management
25. MA-21468-2 [#imx-3151] Fix GPU deadlock issue when do video stream stress test
26. MGS-7214: gpu: imx: import DMA_BUF module namespace
27. LF-7374: firmware: imx: fix coverity issue in seco-mu
  • Loading branch information
ray-chang committed Nov 21, 2023
1 parent 0d82d80 commit 4ca8d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes-kernel/linux/linux-imx_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ SRC_URI:append:tevi = " \
"
SRCBRANCH:tevi = "tn-imx_5.15.71_2.2.0-next"
KERNEL_SRC:tevi = "git://github.com/TechNexion/linux-tn-imx.git;protocol=https;branch=${SRCBRANCH}"
SRCREV:tevi = "e3dcb0bf4cf0a049e404de25d0f05fbdf5356e61"
SRCREV:tevi = "6bcae12379e7e51144b99a4f36c5f27b0ae521a6"
DELTA_KERNEL_DEFCONFIG:tevi = "tn-camera.cfg"
2 changes: 1 addition & 1 deletion recipes-kernel/linux/linux-tn-imx_5.15.bb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SRC_URI = "${KERNEL_SRC};branch=${KERNEL_BRANCH}${SRCOPTIONS}"

SRC_URI:append:virtualization = " file://0001-ARM64-configs-tn_imx8_defconfig-btrfs-fuse-overlayfs.patch"

SRCREV = "e3dcb0bf4cf0a049e404de25d0f05fbdf5356e61"
SRCREV = "6bcae12379e7e51144b99a4f36c5f27b0ae521a6"

LINUX_VERSION = "5.15.71"

Expand Down

0 comments on commit 4ca8d1a

Please sign in to comment.