]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ionic-struct-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Wed, 2 Sep 2020 22:47:01 +0000 (15:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Sep 2020 22:47:01 +0000 (15:47 -0700)
commit851a8991622299115937a91a1d9de9e846510814
treefed3d731b90848cc42cf1072bca38ae68c372334
parentab1bce3a2f0037a24d41019d2389c9885bfa01e8
parent7d86f3085d3c180d0d4d75fefe8e5d835ab62fc5
Merge branch 'ionic-struct-cleanups'

Shannon Nelson says:

====================
ionic: struct cleanups

This patchset has a few changes for better cacheline use,
to cleanup a page handling API, and to streamline the
Adminq/Notifyq queue handling.  Lastly, we also have a couple
of fixes pointed out by the friendly kernel test robot.

v2: dropped change to irq coalesce default
    fixed Neel's attributions to Co-developed-by
    dropped the unnecessary new call to dma_sync_single_for_cpu()
    added 2 patches from kernel test robot results
====================

Signed-off-by: David S. Miller <davem@davemloft.net>