Re: Driver for Nvidia Geforce GTX 760

2023-03-18 Thread Andy Pieters
On Sat, 18 Mar 2023 at 15:39, Doug Newgard wrote: > On Sat, 18 Mar 2023 14:27:49 + > Andy Pieters wrote: > > > Hi > > > > I'm trying to upgrade my 5.18.10 system and the DKMS build is failing for > > my NVIDIA driver. > > They have already provided a fix for the issue, the patch for 6.2 was

Re: Driver for Nvidia Geforce GTX 760

2023-03-18 Thread Doug Newgard
On Sat, 18 Mar 2023 14:27:49 + Andy Pieters wrote: > Hi > > I'm trying to upgrade my 5.18.10 system and the DKMS build is failing for > my NVIDIA driver. > > To debug it I have tried to compile the driver separately out of DKMS, but > the issue that keeps coming up with the new kernel

Driver for Nvidia Geforce GTX 760

2023-03-18 Thread Andy Pieters
Hi I'm trying to upgrade my 5.18.10 system and the DKMS build is failing for my NVIDIA driver. To debug it I have tried to compile the driver separately out of DKMS, but the issue that keeps coming up with the new kernel (6.2.6) is [1] Sadly, though, my card cannot run a more recent version of

Re: bio_check_ro @ blk-core.c

2023-03-18 Thread Pascal
hi Emil, thank you for this investigation, this history. for the moment, I simply reversed the function bio_check_ro and the compilation is running... if all is ok, I will just have to test to see if the blocking is well done... $ diff -u linux-6.1.15.original/block/blk-core.c