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>] [day] [month] [year] [list]
Date:	Wed, 6 Jul 2016 21:21:52 +0900
From:	Masanari Iida <standby24x7@...il.com>
To:	sumit.semwal@...aro.org, robdclark@...il.com, airlied@...hat.com,
	Jonathan Corbet <corbet@....net>,
	linux-doc <linux-doc@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [linux-next] Errors while "make htmldocs" in linux-next.

On linux-next ( next-2160706),  following errors happen these days
while running "make htmldocs"

  HTML    Documentation/DocBook/device-drivers.html
/home/iida/Repo/linux-next/Documentation/DocBook/device-drivers.aux.xml:28799:
element refentry: validity error : ID
API-reservation-object-reserve-shared already defined
<refentry id="API-reservation-object-reserve-shared">
                                                    ^
/home/iida/Repo/linux-next/Documentation/DocBook/device-drivers.aux.xml:28849:
element refentry: validity error : ID
API-reservation-object-add-shared-fence already defined
<refentry id="API-reservation-object-add-shared-fence">

As I bisect the issue,  the first bad commit is following.

commit 2cca45574007b4a77fa5f63ea45d664510cec22a
Merge: bb4cec0222f9 e83950816367
Author: Dave Airlie <airlied@...hat.com>
Date:   Thu Jun 9 11:19:28 2016 +1000

    Merge tag 'topic/drm-misc-2016-06-07' of
git://anongit.freedesktop.org/drm-intel into drm-next

The actual change which cause this warning came from following.

commit eae1760fc838d5f569a80939f72483f02ac049c5
Author: Rob Clark <robdclark@...il.com>
Date:   Thu Mar 31 16:26:52 2016 -0400

    doc: update/fixup dma-buf related DocBook

    Split out dma-buf related parts into their own section, add missing
    files, and write a bit of overview about how it all fits together.

    Signed-off-by: Rob Clark <robdclark@...il.com>
    Signed-off-by: Sumit Semwal <sumit.semwal@...aro.org>

FYI, This issue does not exist on 4.7-rc6.

Masanari Iida

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ