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
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 (6.2.
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 t
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
linux-6.1.15.me/bl