* Request for review for 4.19-st12, 4.19-cip128
@ 2026-01-28 3:51 Ulrich Hecht
2026-01-28 13:54 ` Pavel Machek
2026-01-29 6:18 ` nobuhiro.iwamatsu.x90
0 siblings, 2 replies; 3+ messages in thread
From: Ulrich Hecht @ 2026-01-28 3:51 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
121401e5518ea NFSv4: ensure the open stateid seqid doesn't go backwards
bac7d26012926 libceph: make calc_target() set t->paused, not just clear it
2c6059deee2ea crypto: af_alg - zero initialize memory allocated via sock_kmalloc
829f2fc2a8274 jbd2: fix the inconsistency between checksum and data in memory for journal sb
0bbbb40b6c0bd f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes()
dd8bfd7aed8c6 iommu/omap: fix device leaks on probe_device()
fd2c1fac2d53a crypto: seqiv - Do not use req->iv after crypto_aead_encrypt
d8e936ec8cc01 f2fs: fix return value of f2fs_recover_fsync_data()
f32fa18502fed ext4: remove unused return value of __mb_check_buddy
7f128710dc0ad clk: renesas: r9a06g032: Fix memory leak in error path
6bfdb8fc2cea5 nbd: defer config put in recv_work
d81df85afdfef jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corrupted
2a606c6fd4baa NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink()
Thanks for having a look!
CU
Uli
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Request for review for 4.19-st12, 4.19-cip128
2026-01-28 3:51 Request for review for 4.19-st12, 4.19-cip128 Ulrich Hecht
@ 2026-01-28 13:54 ` Pavel Machek
2026-01-29 6:18 ` nobuhiro.iwamatsu.x90
1 sibling, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2026-01-28 13:54 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: 1417 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
>
Thank you, patches look okay to me.
Best regards,
Pavel
a > 121401e5518ea NFSv4: ensure the open stateid seqid doesn't go backwards
a > bac7d26012926 libceph: make calc_target() set t->paused, not just clear it
a > 2c6059deee2ea crypto: af_alg - zero initialize memory allocated via sock_kmalloc
a > 829f2fc2a8274 jbd2: fix the inconsistency between checksum and data in memory for journal sb
a > 0bbbb40b6c0bd f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes()
a > dd8bfd7aed8c6 iommu/omap: fix device leaks on probe_device()
a > fd2c1fac2d53a crypto: seqiv - Do not use req->iv after crypto_aead_encrypt
a > d8e936ec8cc01 f2fs: fix return value of f2fs_recover_fsync_data()
a just a preparation > f32fa18502fed ext4: remove unused return value of __mb_check_buddy
a > 7f128710dc0ad clk: renesas: r9a06g032: Fix memory leak in error path
a > 6bfdb8fc2cea5 nbd: defer config put in recv_work
a just a robustness against fs corruption > d81df85afdfef jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corrupted
a > 2a606c6fd4baa NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink()
>
--
In cooperation with Nabla.
[-- 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-st12, 4.19-cip128
2026-01-28 3:51 Request for review for 4.19-st12, 4.19-cip128 Ulrich Hecht
2026-01-28 13:54 ` Pavel Machek
@ 2026-01-29 6:18 ` nobuhiro.iwamatsu.x90
1 sibling, 0 replies; 3+ messages in thread
From: nobuhiro.iwamatsu.x90 @ 2026-01-29 6:18 UTC (permalink / raw)
To: uli, cip-dev, pavel
Hi Uli,
> -----Original Message-----
> From: Ulrich Hecht <uli@fpond.eu>
> Sent: Wednesday, January 28, 2026 12:51 PM
> To: cip-dev@lists.cip-project.org; pavel@nabladev.com; iwamatsu nobuhiro(岩
> 松 信洋 □DITC○CPT) <nobuhiro.iwamatsu.x90@mail.toshiba>
> Subject: Request for review for 4.19-st12, 4.19-cip128
>
> 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=linu
> x-4.19.y-st-rc
>
> 121401e5518ea NFSv4: ensure the open stateid seqid doesn't go backwards
> bac7d26012926 libceph: make calc_target() set t->paused, not just clear it
> 2c6059deee2ea crypto: af_alg - zero initialize memory allocated via
> sock_kmalloc
> 829f2fc2a8274 jbd2: fix the inconsistency between checksum and data in
> memory for journal sb 0bbbb40b6c0bd f2fs: fix to detect recoverable inode
> during dryrun of find_fsync_dnodes()
> dd8bfd7aed8c6 iommu/omap: fix device leaks on probe_device()
> fd2c1fac2d53a crypto: seqiv - Do not use req->iv after crypto_aead_encrypt
> d8e936ec8cc01 f2fs: fix return value of f2fs_recover_fsync_data()
> f32fa18502fed ext4: remove unused return value of __mb_check_buddy
> 7f128710dc0ad clk: renesas: r9a06g032: Fix memory leak in error path
> 6bfdb8fc2cea5 nbd: defer config put in recv_work d81df85afdfef jbd2: avoid
> bug_on in jbd2_journal_get_create_access() when file system corrupted
> 2a606c6fd4baa NFS: Label the dentry with a verifier in nfs_rmdir() and
> nfs_unlink()
>
> Thanks for having a look!
>
Thanks for this update.
I reviewed this, looks good to me.
And I also checked the build using defconfig, allnoconfig, allyesconfig, and allmodconfig.
There were no errors.
> CU
> Uli
Best regards,
Nobuhiro
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-29 6:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-28 3:51 Request for review for 4.19-st12, 4.19-cip128 Ulrich Hecht
2026-01-28 13:54 ` Pavel Machek
2026-01-29 6:18 ` nobuhiro.iwamatsu.x90
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox