Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1637146 > unrolled thread

Re: [PATCH v11 10/12] uapi: export all headers under uapi directories

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2017-05-08 01:20 +0200
Last post2017-05-09 19:30 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v11 10/12] uapi: export all headers under uapi directories Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-08 01:20 +0200
    Re: [PATCH v11 10/12] uapi: export all headers under uapi directories Nicolas Dichtel <nicolas.dichtel@6wind.com> - 2017-05-09 12:10 +0200
      Re: [PATCH v11 10/12] uapi: export all headers under uapi directories Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-09 19:30 +0200

#1637146 — Re: [PATCH v11 10/12] uapi: export all headers under uapi directories

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-05-08 01:20 +0200
SubjectRe: [PATCH v11 10/12] uapi: export all headers under uapi directories
Message-ID<tEDD3-4aS-9@gated-at.bofh.it>
Hi Nicolas

2017-03-27 21:20 GMT+09:00 Nicolas Dichtel <nicolas.dichtel@6wind.com>:
> Regularly, when a new header is created in include/uapi/, the developer
> forgets to add it in the corresponding Kbuild file. This error is usually
> detected after the release is out.
>
> In fact, all headers under uapi directories should be exported, thus it's
> useless to have an exhaustive list.
>
> After this patch, the following files, which were not exported, are now
> exported (with make headers_install_all):
> asm-arc/kvm_para.h
> asm-arc/ucontext.h
> asm-avr32/kvm_para.h
> asm-blackfin/shmparam.h
> asm-blackfin/ucontext.h
> asm-c6x/shmparam.h
> asm-c6x/ucontext.h
> asm-cris/kvm_para.h
> asm-h8300/shmparam.h
> asm-h8300/ucontext.h
> asm-hexagon/shmparam.h
> asm-m32r/kvm_para.h
> asm-m68k/kvm_para.h
> asm-m68k/shmparam.h
> asm-metag/kvm_para.h
> asm-metag/shmparam.h
> asm-metag/ucontext.h
> asm-mips/hwcap.h
> asm-mips/reg.h
> asm-mips/ucontext.h
> asm-nios2/kvm_para.h
> asm-nios2/ucontext.h
> asm-openrisc/shmparam.h
> asm-parisc/kvm_para.h
> asm-powerpc/perf_regs.h
> asm-sh/kvm_para.h
> asm-sh/ucontext.h
> asm-tile/shmparam.h
> asm-unicore32/shmparam.h
> asm-unicore32/ucontext.h
> asm-x86/hwcap2.h
> asm-xtensa/kvm_para.h
> drm/armada_drm.h
> drm/etnaviv_drm.h
> drm/vgem_drm.h
> linux/auto_dev-ioctl.h
> linux/bcache.h
> linux/btrfs_tree.h
> linux/cifs/cifs_mount.h
> linux/coresight-stm.h
> linux/crypto.h
> linux/cryptouser.h
> linux/genwqe/genwqe_card.h
> linux/hash_info.h
> linux/kcm.h
> linux/kcov.h
> linux/kfd_ioctl.h
> linux/lightnvm.h
> linux/module.h
> linux/nilfs2_api.h
> linux/nilfs2_ondisk.h
> linux/nsfs.h
> linux/pr.h
> linux/qrtr.h
> linux/rpmsg.h
> linux/sched/types.h
> linux/sed-opal.h
> linux/smc.h
> linux/smc_diag.h
> linux/stm.h
> linux/userio.h
> linux/virtio_mmio.h
> linux/wil6210_uapi.h
> rdma/bnxt_re-abi.h



I will send pull-requests for v4.12 in a few days.

I need to fix a complex conflict reported by
https://lkml.org/lkml/2017/4/10/1208

I rebased linux-kbuild/uapi on commit 13e0988140
(dropping 08/12 "cryptouser.h: fix include from userland").


I updated the list of headers, which were not exported,
are now exported.

If you find something is wrong, please let me know.
The list is now as follows:

    asm-arc/kvm_para.h
    asm-arc/ucontext.h
    asm-blackfin/shmparam.h
    asm-blackfin/ucontext.h
    asm-c6x/shmparam.h
    asm-c6x/ucontext.h
    asm-cris/kvm_para.h
    asm-h8300/shmparam.h
    asm-h8300/ucontext.h
    asm-hexagon/shmparam.h
    asm-m32r/kvm_para.h
    asm-m68k/kvm_para.h
    asm-m68k/shmparam.h
    asm-metag/kvm_para.h
    asm-metag/shmparam.h
    asm-metag/ucontext.h
    asm-mips/hwcap.h
    asm-mips/reg.h
    asm-mips/ucontext.h
    asm-nios2/kvm_para.h
    asm-nios2/ucontext.h
    asm-openrisc/shmparam.h
    asm-parisc/kvm_para.h
    asm-powerpc/perf_regs.h
    asm-sh/kvm_para.h
    asm-sh/ucontext.h
    asm-tile/shmparam.h
    asm-unicore32/shmparam.h
    asm-unicore32/ucontext.h
    asm-x86/hwcap2.h
    asm-xtensa/kvm_para.h
    drm/armada_drm.h
    drm/etnaviv_drm.h
    drm/vgem_drm.h
    linux/aspeed-lpc-ctrl.h
    linux/auto_dev-ioctl.h
    linux/bcache.h
    linux/btrfs_tree.h
    linux/can/vxcan.h
    linux/cifs/cifs_mount.h
    linux/coresight-stm.h
    linux/cryptouser.h
    linux/genwqe/genwqe_card.h
    linux/fsmap.h
    linux/hash_info.h
    linux/kcm.h
    linux/kcov.h
    linux/kfd_ioctl.h
    linux/lightnvm.h
    linux/module.h
    linux/nbd-netlink.h
    linux/nilfs2_api.h
    linux/nilfs2_ondisk.h
    linux/nsfs.h
    linux/pr.h
    linux/qrtr.h
    linux/rpmsg.h
    linux/sched/types.h
    linux/sed-opal.h
    linux/smc.h
    linux/smc_diag.h
    linux/stm.h
    linux/wil6210_uapi.h
    rdma/bnxt_re-abi.h



-- 
Best Regards
Masahiro Yamada

[toc] | [next] | [standalone]


#1638026

FromNicolas Dichtel <nicolas.dichtel@6wind.com>
Date2017-05-09 12:10 +0200
Message-ID<tFafE-hL-9@gated-at.bofh.it>
In reply to#1637146
Le 08/05/2017 à 01:17, Masahiro Yamada a écrit :
Hi Masahiro,

[snip]

> I will send pull-requests for v4.12 in a few days.
> 
> I need to fix a complex conflict reported by
> https://lkml.org/lkml/2017/4/10/1208
> 
> I rebased linux-kbuild/uapi on commit 13e0988140
> (dropping 08/12 "cryptouser.h: fix include from userland").
Ok.

> 
> 
> I updated the list of headers, which were not exported,
> are now exported.
> 
> If you find something is wrong, please let me know.
> The list is now as follows:
> 
>     asm-arc/kvm_para.h
>     asm-arc/ucontext.h
>     asm-blackfin/shmparam.h
>     asm-blackfin/ucontext.h
>     asm-c6x/shmparam.h
>     asm-c6x/ucontext.h
>     asm-cris/kvm_para.h
>     asm-h8300/shmparam.h
>     asm-h8300/ucontext.h
>     asm-hexagon/shmparam.h
>     asm-m32r/kvm_para.h
>     asm-m68k/kvm_para.h
>     asm-m68k/shmparam.h
>     asm-metag/kvm_para.h
>     asm-metag/shmparam.h
>     asm-metag/ucontext.h
>     asm-mips/hwcap.h
>     asm-mips/reg.h
>     asm-mips/ucontext.h
>     asm-nios2/kvm_para.h
>     asm-nios2/ucontext.h
>     asm-openrisc/shmparam.h
>     asm-parisc/kvm_para.h
>     asm-powerpc/perf_regs.h
>     asm-sh/kvm_para.h
>     asm-sh/ucontext.h
>     asm-tile/shmparam.h
>     asm-unicore32/shmparam.h
>     asm-unicore32/ucontext.h
>     asm-x86/hwcap2.h
>     asm-xtensa/kvm_para.h
>     drm/armada_drm.h
>     drm/etnaviv_drm.h
>     drm/vgem_drm.h
>     linux/aspeed-lpc-ctrl.h
>     linux/auto_dev-ioctl.h
>     linux/bcache.h
>     linux/btrfs_tree.h
>     linux/can/vxcan.h
>     linux/cifs/cifs_mount.h
>     linux/coresight-stm.h
>     linux/cryptouser.h
>     linux/genwqe/genwqe_card.h
>     linux/fsmap.h
>     linux/hash_info.h
>     linux/kcm.h
>     linux/kcov.h
>     linux/kfd_ioctl.h
>     linux/lightnvm.h
>     linux/module.h
>     linux/nbd-netlink.h
>     linux/nilfs2_api.h
>     linux/nilfs2_ondisk.h
>     linux/nsfs.h
>     linux/pr.h
>     linux/qrtr.h
>     linux/rpmsg.h
>     linux/sched/types.h
>     linux/sed-opal.h
>     linux/smc.h
>     linux/smc_diag.h
>     linux/stm.h
>     linux/wil6210_uapi.h
>     rdma/bnxt_re-abi.h

linux/vfio_ccw.h is missing in your list.
And to be a bit picky, linux/fsmap.h should be put before
linux/genwqe/genwqe_card.h ;-)

I've rebased my tree on commit 2868b2513aa7 (see
https://github.com/NicolasDichtel/linux/commits/master) and the following file
should also be added after that: linux/switchtec_ioctl.h.


Thank you,
Nicolas

[toc] | [prev] | [next] | [standalone]


#1638312

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-05-09 19:30 +0200
Message-ID<tFh7r-4OR-7@gated-at.bofh.it>
In reply to#1638026
Hi Nicolas,

2017-05-09 19:09 GMT+09:00 Nicolas Dichtel <nicolas.dichtel@6wind.com>:
> Le 08/05/2017 à 01:17, Masahiro Yamada a écrit :
> Hi Masahiro,
>
> [snip]
>
>> I will send pull-requests for v4.12 in a few days.
>>
>> I need to fix a complex conflict reported by
>> https://lkml.org/lkml/2017/4/10/1208
>>
>> I rebased linux-kbuild/uapi on commit 13e0988140
>> (dropping 08/12 "cryptouser.h: fix include from userland").
> Ok.
>
>>
>>
>> I updated the list of headers, which were not exported,
>> are now exported.
>>
>> If you find something is wrong, please let me know.
>> The list is now as follows:
>>
>>     asm-arc/kvm_para.h
>>     asm-arc/ucontext.h
>>     asm-blackfin/shmparam.h
>>     asm-blackfin/ucontext.h
>>     asm-c6x/shmparam.h
>>     asm-c6x/ucontext.h
>>     asm-cris/kvm_para.h
>>     asm-h8300/shmparam.h
>>     asm-h8300/ucontext.h
>>     asm-hexagon/shmparam.h
>>     asm-m32r/kvm_para.h
>>     asm-m68k/kvm_para.h
>>     asm-m68k/shmparam.h
>>     asm-metag/kvm_para.h
>>     asm-metag/shmparam.h
>>     asm-metag/ucontext.h
>>     asm-mips/hwcap.h
>>     asm-mips/reg.h
>>     asm-mips/ucontext.h
>>     asm-nios2/kvm_para.h
>>     asm-nios2/ucontext.h
>>     asm-openrisc/shmparam.h
>>     asm-parisc/kvm_para.h
>>     asm-powerpc/perf_regs.h
>>     asm-sh/kvm_para.h
>>     asm-sh/ucontext.h
>>     asm-tile/shmparam.h
>>     asm-unicore32/shmparam.h
>>     asm-unicore32/ucontext.h
>>     asm-x86/hwcap2.h
>>     asm-xtensa/kvm_para.h
>>     drm/armada_drm.h
>>     drm/etnaviv_drm.h
>>     drm/vgem_drm.h
>>     linux/aspeed-lpc-ctrl.h
>>     linux/auto_dev-ioctl.h
>>     linux/bcache.h
>>     linux/btrfs_tree.h
>>     linux/can/vxcan.h
>>     linux/cifs/cifs_mount.h
>>     linux/coresight-stm.h
>>     linux/cryptouser.h
>>     linux/genwqe/genwqe_card.h
>>     linux/fsmap.h
>>     linux/hash_info.h
>>     linux/kcm.h
>>     linux/kcov.h
>>     linux/kfd_ioctl.h
>>     linux/lightnvm.h
>>     linux/module.h
>>     linux/nbd-netlink.h
>>     linux/nilfs2_api.h
>>     linux/nilfs2_ondisk.h
>>     linux/nsfs.h
>>     linux/pr.h
>>     linux/qrtr.h
>>     linux/rpmsg.h
>>     linux/sched/types.h
>>     linux/sed-opal.h
>>     linux/smc.h
>>     linux/smc_diag.h
>>     linux/stm.h
>>     linux/wil6210_uapi.h
>>     rdma/bnxt_re-abi.h
>
> linux/vfio_ccw.h is missing in your list.
> And to be a bit picky, linux/fsmap.h should be put before
> linux/genwqe/genwqe_card.h ;-)
>
> I've rebased my tree on commit 2868b2513aa7 (see
> https://github.com/NicolasDichtel/linux/commits/master) and the following file
> should also be added after that: linux/switchtec_ioctl.h.
>

This is helpful.  Thank you!


-- 
Best Regards
Masahiro Yamada

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web