CIP-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Request for review for 4.19-st19, 4.19-cip135
@ 2026-07-27 15:17 Ulrich Hecht
  2026-07-30 20:26 ` Pavel Machek
  2026-07-31 14:28 ` Pavel Machek
  0 siblings, 2 replies; 3+ messages in thread
From: Ulrich Hecht @ 2026-07-27 15:17 UTC (permalink / raw)
  To: cip-dev@lists.cip-project.org, pavel@nabladev.com,
	nobuhiro.iwamatsu.x90@mail.toshiba

Hi!

Here are the manual backports for the upcoming 4.19 kernel release. As always they can be found in https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linux-4.19.y-st-rc

db198d6dc3936 nfsd: fix posix_acl leak on SETACL decode failure
bd323013cfee9 KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT path
b810867b83f20 batman-adv: tp_meter: restrict number of unacked list entries
ca96eb4f37da2 batman-adv: bla: annotate lasttime access with READ/WRITE_ONCE
86a17d8ec355b net/sched: fix pedit partial COW leading to page cache corruption
5ec48ec054322 arm64: errata: Mitigate TLBI errata on various Arm CPUs
b24d758d47d69 arm64: Add part number for Arm Cortex-A78AE
b68402df84402 iio: gyro: adis16260: fix division by zero in write_raw
f3a8383d5d486 scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_cmd()
9f05da0b8dcfb Bluetooth: serialize accept_q access
b106698c9084b netfilter: nf_queue: hold bridge skb->dev while queued
50387c55b9106 mtd: spi-nor: sst: Fix write enable before AAI sequence
afa6edb63cc55 sched: Use u64 for bandwidth ratio calculations
43c19f228085a batman-adv: stop tp_meter sessions during mesh teardown
1a36cfc71bae3 Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig
8bc3105c22af8 net/sched: act_api: use RCU with deferred freeing for action lifecycle
68d166edfbe56 thunderbolt: property: Reject u32 wrap in tb_property_entry_valid()
44b20b4fce209 xfrm: esp: restore combined single-frag length gate
9118dc9ac0a49 batman-adv: tt: avoid empty VLAN responses
e0f823e33114c batman-adv: tt: fix TOCTOU race for reported vlans

Thank you!

CU
Uli


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Request for review for 4.19-st19, 4.19-cip135
  2026-07-27 15:17 Request for review for 4.19-st19, 4.19-cip135 Ulrich Hecht
@ 2026-07-30 20:26 ` Pavel Machek
  2026-07-31 14:28 ` Pavel Machek
  1 sibling, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2026-07-30 20:26 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: cip-dev@lists.cip-project.org, pavel@nabladev.com,
	nobuhiro.iwamatsu.x90@mail.toshiba

[-- Attachment #1: Type: text/plain, Size: 1358 bytes --]

Hi!

> Here are the manual backports for the upcoming 4.19 kernel release. As always they can be found in https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linux-4.19.y-st-rc
> 

a > db198d6dc3936 nfsd: fix posix_acl leak on SETACL decode failure
a > bd323013cfee9 KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT path
> b810867b83f20 batman-adv: tp_meter: restrict number of unacked list entries
> ca96eb4f37da2 batman-adv: bla: annotate lasttime access with READ/WRITE_ONCE
a > 86a17d8ec355b net/sched: fix pedit partial COW leading to page cache corruption
!! > 5ec48ec054322 arm64: errata: Mitigate TLBI errata on various Arm CPUs

There's something wrong here.

+config ARM64_ERRATUM_4193714

is unused in our tree, and not present in
cfd391e74134db664feb499d43af286380b10ba8. Plus it looks like
documentation is missing.

!! > b24d758d47d69 arm64: Add part number for Arm Cortex-A78AE

Again, something wrong here. It creates the define but never actually
uses it.

a > b68402df84402 iio: gyro: adis16260: fix division by zero in write_raw
a > f3a8383d5d486 scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_cmd()

Note to self -- we may need some kind of markup when only part of
patch is applied.

I'll continue review later.

Best regards,
									Pavel

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Request for review for 4.19-st19, 4.19-cip135
  2026-07-27 15:17 Request for review for 4.19-st19, 4.19-cip135 Ulrich Hecht
  2026-07-30 20:26 ` Pavel Machek
@ 2026-07-31 14:28 ` Pavel Machek
  1 sibling, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2026-07-31 14:28 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: cip-dev@lists.cip-project.org, pavel@nabladev.com,
	nobuhiro.iwamatsu.x90@mail.toshiba

[-- Attachment #1: Type: text/plain, Size: 1223 bytes --]

Hi!

> 
> Here are the manual backports for the upcoming 4.19 kernel release. As always they can be found in https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linux-4.19.y-st-rc

a > 9f05da0b8dcfb Bluetooth: serialize accept_q access

I can see nothing wrong here, but ... this is quite complex and redoes
locking. I see quite a lot of bluetooth changes in stable, and we are
not really testing Bluetooth.

a > b106698c9084b netfilter: nf_queue: hold bridge skb->dev while queued
a > 50387c55b9106 mtd: spi-nor: sst: Fix write enable before AAI sequence
a > afa6edb63cc55 sched: Use u64 for bandwidth ratio calculations
> 43c19f228085a batman-adv: stop tp_meter sessions during mesh teardown
a > 1a36cfc71bae3 Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig
a > 8bc3105c22af8 net/sched: act_api: use RCU with deferred freeing for action lifecycle
a > 68d166edfbe56 thunderbolt: property: Reject u32 wrap in tb_property_entry_valid()
a > 44b20b4fce209 xfrm: esp: restore combined single-frag length gate
> 9118dc9ac0a49 batman-adv: tt: avoid empty VLAN responses
> e0f823e33114c batman-adv: tt: fix TOCTOU race for reported vlans
> 

Best regards,
								Pavel

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-31 14:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-27 15:17 Request for review for 4.19-st19, 4.19-cip135 Ulrich Hecht
2026-07-30 20:26 ` Pavel Machek
2026-07-31 14:28 ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox