Re: [RFC PATCH 6/6 6.6] libfs: fix infinite directory reads for offset dir

2024-11-12 Thread Chuck Lever III
> On Nov 11, 2024, at 10:43 PM, yangerkun wrote: > > > > 在 2024/11/11 23:34, Chuck Lever III 写道: >>> On Nov 11, 2024, at 10:20 AM, yangerkun wrote: >>> >>> >>> >>> 在 2024/11/11 22:39, Chuck Lever III 写道: >>>>> O

Re: [RFC PATCH 6/6 6.6] libfs: fix infinite directory reads for offset dir

2024-11-11 Thread Chuck Lever III
> On Nov 11, 2024, at 10:20 AM, yangerkun wrote: > > > > 在 2024/11/11 22:39, Chuck Lever III 写道: >>> On Nov 10, 2024, at 9:36 PM, Yu Kuai wrote: >>> >>> Hi, >>> >>> 在 2024/11/11 8:52, c...@kernel.org 写道: >>>> From: ya

Re: [RFC PATCH 6/6 6.6] libfs: fix infinite directory reads for offset dir

2024-11-11 Thread Chuck Lever III
> On Nov 10, 2024, at 9:36 PM, Yu Kuai wrote: > > Hi, > > 在 2024/11/11 8:52, c...@kernel.org 写道: >> From: yangerkun >> [ Upstream commit 64a7ce76fb901bf9f9c36cf5d681328fc0fd4b5a ] >> After we switch tmpfs dir operations from simple_dir_operations to >> simple_offset_dir_operations, every rena

Re: [PATCH 6.6 00/28] fix CVE-2024-46701

2024-11-09 Thread Chuck Lever III
> On Nov 8, 2024, at 8:30 PM, Yu Kuai wrote: > > Hi, > > 在 2024/11/08 21:23, Chuck Lever III 写道: >>> On Nov 7, 2024, at 8:19 PM, Yu Kuai wrote: >>> >>> Hi, >>> >>> 在 2024/11/07 22:41, Chuck Lever 写道: >>>> On Thu, N

Re: [PATCH 6.6 00/28] fix CVE-2024-46701

2024-11-08 Thread Chuck Lever III
> On Nov 7, 2024, at 8:19 PM, Yu Kuai wrote: > > Hi, > > 在 2024/11/07 22:41, Chuck Lever 写道: >> On Thu, Nov 07, 2024 at 08:57:23AM +0800, Yu Kuai wrote: >>> Hi, >>> >>> 在 2024/11/06 23:19, Chuck Lever III 写道: >>>> >>>>

Re: [PATCH 6.6 00/28] fix CVE-2024-46701

2024-11-06 Thread Chuck Lever III
> On Nov 6, 2024, at 1:16 AM, Greg KH wrote: > > On Thu, Oct 24, 2024 at 09:19:41PM +0800, Yu Kuai wrote: >> From: Yu Kuai >> >> Fix patch is patch 27, relied patches are from: I assume patch 27 is: libfs: fix infinite directory reads for offset dir https://lore.kernel.org/stable/202410241

Re: [PATCH v2 3/5] treewide: use get_random_u32() when possible

2022-10-06 Thread Chuck Lever III
> On Oct 6, 2022, at 9:25 AM, Jason A. Donenfeld wrote: > > The prandom_u32() function has been a deprecated inline wrapper around > get_random_u32() for several releases now, and compiles down to the > exact same code. Replace the deprecated wrapper with a direct call to > the real function.

Re: [PATCH 1/5] drm/vmwgfx: Fix an invalid read

2022-03-18 Thread Chuck Lever III
("drm/vmwgfx: Introduce a new placement for MOB page > tables") > Reported-by: Chuck Lever III > Reviewed-by: Martin Krastev After applying this patch, I am not able to reproduce the KASAN splat I reported earlier this week. Tested-by: Chuck Lever > --- > drivers/gpu/drm/vmwg

KASAN splat in vmwgfx driver

2022-03-15 Thread Chuck Lever III
For a kernel development project I'm working on, I'm using Linux in a VMware guest. After kernel v5.16.2, I noticed this KASAN splat: Mar 15 14:50:39 oracle-102.nfsv4.dev kernel: vmwgfx :00:0f.0: vgaarb: deactivate vga console Mar 15 14:50:39 oracle-102.nfsv4.dev kernel: Console: switching to

Re: [PATCH] Revert "drm/ast: Add detect function support"

2021-10-23 Thread Chuck Lever III
ress: :06:00.0 > Reported-by: Kim Phillips > Signed-off-by: Kim Phillips > Fixes: aae74ff9caa8 ("drm/ast: Add detect function support") > Link: > https://lore.kernel.org/lkml/0f7871be-9ca6-5ae4-3a40-5db9a8fb2...@amd.com/ > Cc: Ainux > Cc: Thomas Zimmermann > Cc: D

Re: 572994bf18ff prevents system boot

2021-10-13 Thread Chuck Lever III
> On Oct 8, 2021, at 4:49 AM, Thomas Zimmermann wrote: > > Hi > > Am 04.10.21 um 16:11 schrieb Chuck Lever III: >>> On Oct 4, 2021, at 10:07 AM, Thomas Zimmermann wrote: >>> >>> Hi >>> >>> Am 04.10.21 um 15:34 schrieb Chuck Le

Re: 572994bf18ff prevents system boot

2021-10-10 Thread Chuck Lever III
> On Oct 8, 2021, at 4:49 AM, Thomas Zimmermann wrote: > > Hi > > Am 04.10.21 um 16:11 schrieb Chuck Lever III: >>> On Oct 4, 2021, at 10:07 AM, Thomas Zimmermann wrote: >>> >>> Hi >>> >>> Am 04.10.21 um 15:34 schrieb Chuck Le

Re: 572994bf18ff prevents system boot

2021-10-04 Thread Chuck Lever III
> On Oct 4, 2021, at 10:07 AM, Thomas Zimmermann wrote: > > Hi > > Am 04.10.21 um 15:34 schrieb Chuck Lever III: >>> On Oct 4, 2021, at 3:07 AM, Thomas Zimmermann wrote: >>> >>> (cc: ainux.w...@gmail.com) >>> >>> Hi >>>

Re: 572994bf18ff prevents system boot

2021-10-04 Thread Chuck Lever III
> On Oct 4, 2021, at 3:07 AM, Thomas Zimmermann wrote: > > (cc: ainux.w...@gmail.com) > > Hi > > Am 03.10.21 um 20:09 schrieb Chuck Lever III: >> Hi- >> After updating one of my test systems to v5.15-rc, I found that it >> becomes unresponsive durin

572994bf18ff prevents system boot

2021-10-03 Thread Chuck Lever III
Hi- After updating one of my test systems to v5.15-rc, I found that it becomes unresponsive during the later part of the boot process. A power-on reset is necessary to recover. I bisected to this commit: 572994bf18ff ("drm/ast: Zero is missing in detect function") Checking out v5.15-rc3 and rev