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:   Tue, 13 Apr 2021 10:16:22 +0100
From:   Ian Abbott <abbotti@....co.uk>
To:     Randy Dunlap <rdunlap@...radead.org>, akpm@...ux-foundation.org,
        broonie@...nel.org, mhocko@...e.cz, sfr@...b.auug.org.au,
        linux-next@...r.kernel.org, linux-fsdevel@...r.kernel.org,
        linux-mm@...ck.org, linux-kernel@...r.kernel.org,
        mm-commits@...r.kernel.org, Spencer Olson <olsonse@...ch.edu>,
        H Hartley Sweeten <hsweeten@...ionengravers.com>
Subject: Re: mmotm 2021-04-11-20-47 uploaded (ni_routes_test.c)

On 12/04/2021 18:27, Randy Dunlap wrote:
> On 4/11/21 8:48 PM, akpm@...ux-foundation.org wrote:
>> The mm-of-the-moment snapshot 2021-04-11-20-47 has been uploaded to
>>
>>     https://www.ozlabs.org/~akpm/mmotm/
>>
>> mmotm-readme.txt says
>>
>> README for mm-of-the-moment:
>>
>> https://www.ozlabs.org/~akpm/mmotm/
>>
>> This is a snapshot of my -mm patch queue.  Uploaded at random hopefully
>> more than once a week.
>>
>> You will need quilt to apply these patches to the latest Linus release (5.x
>> or 5.x-rcY).  The series file is in broken-out.tar.gz and is duplicated in
>> https://ozlabs.org/~akpm/mmotm/series
>>
>> The file broken-out.tar.gz contains two datestamp files: .DATE and
>> .DATE-yyyy-mm-dd-hh-mm-ss.  Both contain the string yyyy-mm-dd-hh-mm-ss,
>> followed by the base kernel version against which this patch series is to
>> be applied.
>>
>> This tree is partially included in linux-next.  To see which patches are
>> included in linux-next, consult the `series' file.  Only the patches
>> within the #NEXT_PATCHES_START/#NEXT_PATCHES_END markers are included in
>> linux-next.
>>
>>
>> A full copy of the full kernel tree with the linux-next and mmotm patches
>> already applied is available through git within an hour of the mmotm
>> release.  Individual mmotm releases are tagged.  The master branch always
>> points to the latest release, so it's constantly rebasing.
>>
>> 	https://github.com/hnaz/linux-mm
>>
>> The directory https://www.ozlabs.org/~akpm/mmots/ (mm-of-the-second)
>> contains daily snapshots of the -mm tree.  It is updated more frequently
>> than mmotm, and is untested.
>>
>> A git copy of this tree is also available at
>>
>> 	https://github.com/hnaz/linux-mm
> 
> on x86_64:
> 
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o: in function `test_ni_route_to_register':
> ni_routes_test.c:(.text+0x103): undefined reference to `ni_route_to_register'
> ld: ni_routes_test.c:(.text+0x13a): undefined reference to `ni_route_to_register'
> ld: ni_routes_test.c:(.text+0x171): undefined reference to `ni_route_to_register'
> ld: ni_routes_test.c:(.text+0x1a8): undefined reference to `ni_route_to_register'
> ld: ni_routes_test.c:(.text+0x1df): undefined reference to `ni_route_to_register'
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o:ni_routes_test.c:(.text+0x216): more undefined references to `ni_route_to_register' follow
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o: in function `test_ni_find_route_source':
> ni_routes_test.c:(.text+0x47d): undefined reference to `ni_find_route_source'
> ld: ni_routes_test.c:(.text+0x4b2): undefined reference to `ni_find_route_source'
> ld: ni_routes_test.c:(.text+0x4ec): undefined reference to `ni_find_route_source'
> ld: ni_routes_test.c:(.text+0x526): undefined reference to `ni_find_route_source'
> ld: ni_routes_test.c:(.text+0x560): undefined reference to `ni_find_route_source'
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o: in function `test_ni_get_valid_routes':
> ni_routes_test.c:(.text+0x59f): undefined reference to `ni_get_valid_routes'
> ld: ni_routes_test.c:(.text+0x5d5): undefined reference to `ni_get_valid_routes'
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o: in function `test_ni_is_cmd_dest':
> ni_routes_test.c:(.text+0x659): undefined reference to `ni_is_cmd_dest'
> ld: ni_routes_test.c:(.text+0x684): undefined reference to `ni_is_cmd_dest'
> ld: ni_routes_test.c:(.text+0x6af): undefined reference to `ni_is_cmd_dest'
> ld: ni_routes_test.c:(.text+0x6da): undefined reference to `ni_is_cmd_dest'
> ld: ni_routes_test.c:(.text+0x705): undefined reference to `ni_is_cmd_dest'
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o:ni_routes_test.c:(.text+0x730): more undefined references to `ni_is_cmd_dest' follow
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o: in function `test_ni_lookup_route_register':
> ni_routes_test.c:(.text+0x771): undefined reference to `ni_lookup_route_register'
> ld: ni_routes_test.c:(.text+0x7a8): undefined reference to `ni_lookup_route_register'
> ld: ni_routes_test.c:(.text+0x7df): undefined reference to `ni_lookup_route_register'
> ld: ni_routes_test.c:(.text+0x816): undefined reference to `ni_lookup_route_register'
> ld: ni_routes_test.c:(.text+0x84d): undefined reference to `ni_lookup_route_register'
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o:ni_routes_test.c:(.text+0x884): more undefined references to `ni_lookup_route_register' follow
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o: in function `test_ni_route_set_has_source':
> ni_routes_test.c:(.text+0xa3c): undefined reference to `ni_route_set_has_source'
> ld: ni_routes_test.c:(.text+0xa6e): undefined reference to `ni_route_set_has_source'
> ld: ni_routes_test.c:(.text+0xaa0): undefined reference to `ni_route_set_has_source'
> ld: ni_routes_test.c:(.text+0xad2): undefined reference to `ni_route_set_has_source'
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o: in function `test_ni_find_route_set':
> ni_routes_test.c:(.text+0xb0a): undefined reference to `ni_find_route_set'
> ld: ni_routes_test.c:(.text+0xb3d): undefined reference to `ni_find_route_set'
> ld: ni_routes_test.c:(.text+0xb74): undefined reference to `ni_find_route_set'
> ld: ni_routes_test.c:(.text+0xbb2): undefined reference to `ni_find_route_set'
> ld: ni_routes_test.c:(.text+0xbfa): undefined reference to `ni_find_route_set'
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o: in function `test_ni_assign_device_routes':
> ni_routes_test.c:(.text+0xc6c): undefined reference to `ni_assign_device_routes'
> ld: ni_routes_test.c:(.text+0xeb6): undefined reference to `ni_assign_device_routes'
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o: in function `test_ni_count_valid_routes':
> ni_routes_test.c:(.text+0xf9c): undefined reference to `ni_count_valid_routes'
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o: in function `ni_get_reg_value_roffs.constprop.7':
> ni_routes_test.c:(.text+0xfef): undefined reference to `ni_find_route_source'
> ld: ni_routes_test.c:(.text+0x1015): undefined reference to `ni_route_to_register'
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o: in function `test_route_is_valid':
> ni_routes_test.c:(.text+0x1074): undefined reference to `ni_route_to_register'
> ld: ni_routes_test.c:(.text+0x10ab): undefined reference to `ni_route_to_register'
> ld: ni_routes_test.c:(.text+0x10e2): undefined reference to `ni_route_to_register'
> ld: ni_routes_test.c:(.text+0x1119): undefined reference to `ni_route_to_register'
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o: in function `test_route_register_is_valid':
> ni_routes_test.c:(.text+0x115a): undefined reference to `ni_find_route_source'
> ld: ni_routes_test.c:(.text+0x118e): undefined reference to `ni_find_route_source'
> ld: ni_routes_test.c:(.text+0x11c5): undefined reference to `ni_find_route_source'
> ld: ni_routes_test.c:(.text+0x11fc): undefined reference to `ni_find_route_source'
> ld: drivers/staging/comedi/drivers/tests/ni_routes_test.o: in function `test_ni_sort_device_routes':
> ni_routes_test.c:(.text+0x16ef): undefined reference to `ni_sort_device_routes'
> 
> 
> Full randconfig file is attached.

Hi all,

That should be fixed by commit e7442ffe1cc5 ("staging: comedi: Kconfig: 
Fix COMEDI_TESTS_NI_ROUTES selections") in linux-next master.

Sorry for the trouble!

-- 
-=( Ian Abbott <abbotti@....co.uk> || MEV Ltd. is a company  )=-
-=( registered in England & Wales.  Regd. number: 02862268.  )=-
-=( Regd. addr.: S11 & 12 Building 67, Europa Business Park, )=-
-=( Bird Hall Lane, STOCKPORT, SK3 0XA, UK. || www.mev.co.uk )=-

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ