On Thu, Oct 27, 2022 at 11:35 PM Wojtek Porczyk <woju@xxxxxxxxxxxxxxxxxxxxxx> wrote: > > On Wed, Aug 03, 2022 at 10:54:48PM -0400, guoren@xxxxxxxxxx wrote: > > Export F_*64 definitions to userspace permanently. "ifndef" usage made it > > vailable at all times to the userspace, and this change has actually broken > > building strace with the latest kernel headers. There could be some debate > > whether having these F_*64 definitions exposed to the user space 64-bit > > applications, but it seems that were no harm (as they were exposed already > > for quite some time), and they are useful at least for strace for compat > > application tracing purposes. > > > > Fixes: 306f7cc1e9061 "uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h" > > Signed-off-by: Guo Ren <guoren@xxxxxxxxxxxxxxxxx> > > Signed-off-by: Guo Ren <guoren@xxxxxxxxxx> > > Reported-by: Eugene Syromiatnikov <esyr@xxxxxxxxxx> > > Acked-by: Palmer Dabbelt <palmer@xxxxxxxxxxxx> > > Cc: Christoph Hellwig <hch@xxxxxx> > > Cc: Arnd Bergmann <arnd@xxxxxxxx> > > Cc: Heiko Stuebner <heiko@xxxxxxxxx> > > --- > > include/uapi/asm-generic/fcntl.h | 2 -- > > 1 file changed, 2 deletions(-) > > Hello, > > Is this patch getting merged for 6.1? Will it be included in stable 6.0? Em... It seems it hasn't been in Arnd's tree for next. It should be in stable 6.0. > > > -- > pozdrawiam / best regards > Wojtek Porczyk > Gramine / Invisible Things Lab > > I do not fear computers, > I fear lack of them. > -- Isaac Asimov -- Best Regards Guo Ren