Re: Security vulnerabilities report to Das-U-Boot

2025-02-25 Thread Jonathan Bar Or
Awesome, thanks for the update! On Tue, Feb 25, 2025, 9:59 AM Tom Rini wrote: > On Sat, Feb 22, 2025 at 12:47:45PM -0800, Jonathan Bar Or wrote: > > > Hello Tom and team, > > > > Looks like all of the issues were fixed and merged - am I correct? > > I intend to make a public disclosure March 19t

Re: Security vulnerabilities report to Das-U-Boot

2025-02-25 Thread Tom Rini
On Sat, Feb 22, 2025 at 12:47:45PM -0800, Jonathan Bar Or wrote: > Hello Tom and team, > > Looks like all of the issues were fixed and merged - am I correct? > I intend to make a public disclosure March 19th, is that okay? Yes, I've merged all of the patches I'm aware of at this point. > > Bes

[PATCH v3 1/2] erofs: simplify tail inline pcluster handling

2025-02-25 Thread Gao Xiang
Use `z_idata_size != 0` to indicate that ztailpacking is enabled. `Z_EROFS_ADVISE_INLINE_PCLUSTER` cannot be ignored, as `h_idata_size` could be non-zero prior to erofs-utils 1.6 [1]. Additionally, merge `z_idataoff` and `z_fragmentoff` since these two features are mutually exclusive for a given i