Re: [vbox-dev] Initial fixes for API changes in kernel 6.3

2023-03-07 Thread Larry Finger via vbox-dev
On 3/7/23 14:02, Vadim Galitsin wrote: Hi Larry, Thank you for pointing out. We have related changes on development branch for both host and guest parts. I am attaching them as a patches. Please note, these patches are currently under testing and they might be changed by the time when kernel

Re: [vbox-dev] Initial fixes for API changes in kernel 6.3

2023-03-07 Thread Vadim Galitsin via vbox-dev
, Vadim From: vbox-dev-boun...@virtualbox.org on behalf of Larry Finger via vbox-dev Sent: Tuesday, March 7, 2023 4:53 PM To: vbox-dev@virtualbox.org Subject: [vbox-dev] Initial fixes for API changes in kernel 6.3 Hi, With release of kernel 6.3.0-rc1, module

[vbox-dev] Initial fixes for API changes in kernel 6.3

2023-03-07 Thread Larry Finger via vbox-dev
Hi, With release of kernel 6.3.0-rc1, module vboxdrv.ko fails to build. The errors are because a user can no longer write directly info the vm_flags member of struct vm_area_struct. Instead, the vm_flags_set() wrapper function must be used as show in the attached patch. This patch is release