lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 30 May 2018 08:22:53 +1000
From:   Dave Airlie <airlied@...il.com>
To:     Dan Williams <dan.j.williams@...el.com>
Cc:     Jerome Glisse <jglisse@...hat.com>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Logan Gunthorpe <logang@...tatee.com>,
        Christoph Hellwig <hch@....de>, Michal Hocko <mhocko@...e.com>,
        Linux MM <linux-mm@...ck.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 0/5] mm: rework hmm to use devm_memremap_pages

On 24 May 2018 at 13:18, Dan Williams <dan.j.williams@...el.com> wrote:
> On Wed, May 23, 2018 at 5:10 PM, Jerome Glisse <jglisse@...hat.com> wrote:
>> On Mon, May 21, 2018 at 03:35:14PM -0700, Dan Williams wrote:
>>> Hi Andrew, please consider this series for 4.18.
>>>
>>> For maintainability, as ZONE_DEVICE continues to attract new users,
>>> it is useful to keep all users consolidated on devm_memremap_pages() as
>>> the interface for create "device pages".
>>>
>>> The devm_memremap_pages() implementation was recently reworked to make
>>> it more generic for arbitrary users, like the proposed peer-to-peer
>>> PCI-E enabling. HMM pre-dated this rework and opted to duplicate
>>> devm_memremap_pages() as hmm_devmem_pages_create().
>>>
>>> Rework HMM to be a consumer of devm_memremap_pages() directly and fix up
>>> the licensing on the exports given the deep dependencies on the mm.
>>
>> I am on PTO right now so i won't be able to quickly review it all
>> but forcing GPL export is problematic for me now. I rather have
>> device driver using "sane" common helpers than creating their own
>> crazy thing.
>
> Sane drivers that need this level of deep integration with Linux
> memory management need to be upstream. Otherwise, HMM is an
> unprecedented departure from the norms of Linux kernel development.

Isn't it the author of code choice what EXPORT_SYMBOL to use? and
isn't the agreement that if something is EXPORT_SYMBOL now, changing
underlying exports isn't considered a good idea. We've seen this before
with the refcount fun,

See d557d1b58b3546bab2c5bc2d624c5709840e6b10

Not commenting on the legality or what derived works are considered,
since really the markings are just an indication of the authors opinion,
and at this stage I think are actually meaningless, since we've diverged
considerably from the advice given to Linus back when this started.

If Christoph is willing to enforce it the markings won't matter either way.

Dave.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ