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-next>] [day] [month] [year] [list]
Message-ID: <13e96e81-8794-4d69-3df1-eb07a18655ac@redhat.com>
Date:   Mon, 27 Aug 2018 17:01:10 +0200
From:   Florian Weimer <fweimer@...hat.com>
To:     linux-firmware@...nel.org
Cc:     "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        Derek Chickles <derek.chickles@...iumnetworks.com>,
        Satanand Burla <satananda.burla@...iumnetworks.com>,
        Felix Manlunas <felix.manlunas@...iumnetworks.com>,
        Raghu Vatsavayi <raghu.vatsavayi@...iumnetworks.com>,
        Manish Awasthi <manish.awasthi@...ium.com>
Subject: GPL compliance issue with liquidio/lio_23xx_vsw.bin firmware

liquidio/lio_23xx_vsw.bin contains a compiled MIPS Linux kernel:

$ tail --bytes=+1313 liquidio/lio_23xx_vsw.bin > elf
$ readelf -aW elf
[…]
   [ 6] __ksymtab         PROGBITS        ffffffff80e495f8 64a5f8 00d130 
00   A  0   0  8
   [ 7] __ksymtab_gpl     PROGBITS        ffffffff80e56728 657728 008400 
00   A  0   0  8
   [ 8] __ksymtab_strings PROGBITS        ffffffff80e5eb28 65fb28 018868 
00   A  0   0  1
[…]
Symbol table '.symtab' contains 1349 entries:
    Num:    Value          Size Type    Bind   Vis      Ndx Name
      0: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT  UND
      1: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS 
arch/mips/kernel/head.o
      2: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS init/main.c
      3: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS 
include/linux/types.h
[…]

Yet there is no corresponding source provided, and LICENCE.cavium lacks 
the required notices.

Thanks,
Florian

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ