Date
1 - 1 of 1
[ANNOUNCE] Release v4.19.239-cip72 and v5.10.112-cip6
Nobuhiro Iwamatsu
Hi all,
CIP kernel team has released Linux kernel v4.19.239-cip72 and v5.10.112-cip6.
The linux-4.19.y-cip tree has been updated base version from v4.19.237 to v4.19.239.
The linux-5.10.y-cip tree has been updated base version from v5.10.109 to v5.10.112,
and sound driver patch for RZ/G2L has been added.
You can get this release via the git tree at:
v5.10.112-cip6:
repository:
https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git
branch:
linux-5.10.y-cip
commit hash:
c8f6747dcd02a8f87731c324f4bc37bd120a8982
Fixed CVEs:
CVE-2022-28390: can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path
CVE-2022-28389: can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path
CVE-2022-0168: cifs: fix NULL ptr dereference in smb2_ioctl_query_info()
CVE-2022-1158: KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
CVE-2022-1353: af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_register
CVE-2022-1198: drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()
CVE-2021-4197: cgroup: Use open-time credentials for process migraton perm checks
CVE-2022-1204: ax25: Fix refcount leaks caused by ax25_cb_del()
CVE-2022-1205: ax25: Fix NULL pointer dereferences in ax25 timers
added commits:
CIP: Bump version suffix to -cip6 after merge from stable
arm64: defconfig: Enable SND_SOC_WM8978
arm64: defconfig: Enable SOUND_SOC_RZ
arm64: dts: renesas: rzg2l-smarc: Add Mic routing
arm64: dts: renesas: rzg2l-smarc: Enable audio
arm64: dts: renesas: rzg2l-smarc: Add WM8978 sound codec
arm64: dts: renesas: r9a07g044: Add DMA support to SSI
arm64: dts: renesas: r9a07g044: Add SSI support
arm64: dts: renesas: r9a07g044: Add external audio clock nodes
ASoC: sh: rz-ssi: Remove duplicate macros
ASoC: sh: rz-ssi: Add rz_ssi_set_substream() helper function
ASoC: sh: rz-ssi: Use a do-while loop in rz_ssi_pio_recv()
ASoC: sh: rz-ssi: Make return type of rz_ssi_stream_is_valid() to bool
ASoC: sh: rz-ssi: Drop ssi parameter from rz_ssi_stream_init()
ASoC: sh: rz-ssi: Make the data structures available before registering the handlers
ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursively
ASoC: sh: rz-ssi: Check return value of pm_runtime_resume_and_get()
ASoC: sh: rz-ssi: Improve error handling in rz_ssi_dma_request function
ASoC: sh: rz-ssi: Fix wrong operator used issue
ASoC: sh: rz-ssi: Fix dereference of noderef expression warning
ASoC: sh: rz-ssi: Add SSI DMAC support
ASoC: sh: Add RZ/G2L SSIF-2 driver
ASoC: dt-bindings: renesas,rz-ssi: Update slave dma channel configuration parameter
ASoC: dt-bindings: sound: renesas,rz-ssi: Document DMA support
ASoC: dt-bindings: Document RZ/G2L bindings
v4.19.239-cip72:
repository:
https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git
branch:
linux-4.19.y-cip
commit hash:
fdf770b2db8080de95dcf74cc7547319034a4a56
Fixed CVEs:
CVE-2022-28390: can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path
CVE-2022-28389: can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path
CVE-2022-1353: af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_register
CVE-2022-1198: drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()
CVE-2021-4197: cgroup: Use open-time credentials for process migraton perm checks
CVE-2022-1011: fuse: fix pipe buffer lifetime for direct_io
added commits:
CIP: Bump version suffix to -cip72 after merge from stable
Best regards,
Nobuhiro
CIP kernel team has released Linux kernel v4.19.239-cip72 and v5.10.112-cip6.
The linux-4.19.y-cip tree has been updated base version from v4.19.237 to v4.19.239.
The linux-5.10.y-cip tree has been updated base version from v5.10.109 to v5.10.112,
and sound driver patch for RZ/G2L has been added.
You can get this release via the git tree at:
v5.10.112-cip6:
repository:
https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git
branch:
linux-5.10.y-cip
commit hash:
c8f6747dcd02a8f87731c324f4bc37bd120a8982
Fixed CVEs:
CVE-2022-28390: can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path
CVE-2022-28389: can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path
CVE-2022-0168: cifs: fix NULL ptr dereference in smb2_ioctl_query_info()
CVE-2022-1158: KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
CVE-2022-1353: af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_register
CVE-2022-1198: drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()
CVE-2021-4197: cgroup: Use open-time credentials for process migraton perm checks
CVE-2022-1204: ax25: Fix refcount leaks caused by ax25_cb_del()
CVE-2022-1205: ax25: Fix NULL pointer dereferences in ax25 timers
added commits:
CIP: Bump version suffix to -cip6 after merge from stable
arm64: defconfig: Enable SND_SOC_WM8978
arm64: defconfig: Enable SOUND_SOC_RZ
arm64: dts: renesas: rzg2l-smarc: Add Mic routing
arm64: dts: renesas: rzg2l-smarc: Enable audio
arm64: dts: renesas: rzg2l-smarc: Add WM8978 sound codec
arm64: dts: renesas: r9a07g044: Add DMA support to SSI
arm64: dts: renesas: r9a07g044: Add SSI support
arm64: dts: renesas: r9a07g044: Add external audio clock nodes
ASoC: sh: rz-ssi: Remove duplicate macros
ASoC: sh: rz-ssi: Add rz_ssi_set_substream() helper function
ASoC: sh: rz-ssi: Use a do-while loop in rz_ssi_pio_recv()
ASoC: sh: rz-ssi: Make return type of rz_ssi_stream_is_valid() to bool
ASoC: sh: rz-ssi: Drop ssi parameter from rz_ssi_stream_init()
ASoC: sh: rz-ssi: Make the data structures available before registering the handlers
ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursively
ASoC: sh: rz-ssi: Check return value of pm_runtime_resume_and_get()
ASoC: sh: rz-ssi: Improve error handling in rz_ssi_dma_request function
ASoC: sh: rz-ssi: Fix wrong operator used issue
ASoC: sh: rz-ssi: Fix dereference of noderef expression warning
ASoC: sh: rz-ssi: Add SSI DMAC support
ASoC: sh: Add RZ/G2L SSIF-2 driver
ASoC: dt-bindings: renesas,rz-ssi: Update slave dma channel configuration parameter
ASoC: dt-bindings: sound: renesas,rz-ssi: Document DMA support
ASoC: dt-bindings: Document RZ/G2L bindings
v4.19.239-cip72:
repository:
https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git
branch:
linux-4.19.y-cip
commit hash:
fdf770b2db8080de95dcf74cc7547319034a4a56
Fixed CVEs:
CVE-2022-28390: can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path
CVE-2022-28389: can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path
CVE-2022-1353: af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_register
CVE-2022-1198: drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()
CVE-2021-4197: cgroup: Use open-time credentials for process migraton perm checks
CVE-2022-1011: fuse: fix pipe buffer lifetime for direct_io
added commits:
CIP: Bump version suffix to -cip72 after merge from stable
Best regards,
Nobuhiro