On Sat, Nov 16, 2024 at 05:59:18PM +, Pasha Tatashin wrote:
> } while (start = next, start < end);
> return err;
> }
> +EXPORT_SYMBOL_GPL(walk_page_range);
Umm, no. We really should not expose all these page table detail
to modules.
> +EXPORT_SYMBOL_GPL(walk_page_range_kernel);
On 2024/11/16 08:34, Jason Gunthorpe wrote:
On Fri, Nov 15, 2024 at 02:07:41PM -0800, Nicolin Chen wrote:
On Thu, Nov 14, 2024 at 12:20:10PM -0400, Jason Gunthorpe wrote:
On Wed, Nov 13, 2024 at 07:18:42PM -0800, Nicolin Chen wrote:
so the user would try to create vDevices with a given viommu_
On 16.11.24 11:42, Greg KH wrote:
> On Sat, Nov 16, 2024 at 10:33:59AM +0100, Thorsten Leemhuis wrote:
>> Point out that explicit permission is usually needed to tag other people
>> in changes, but mention that implicit permission can be sufficient in
>> certain cases. This fixes slight inconsisten