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:   Fri, 20 Dec 2019 12:55:10 +0100
From:   Anders Roxell <anders.roxell@...aro.org>
To:     Stephen Rothwell <sfr@...b.auug.org.au>,
        martin.petersen@...cle.com, Stanley Chu <stanley.chu@...iatek.com>
Cc:     Linux Next Mailing List <linux-next@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: linux-next: Tree for Dec 20

On Fri, 20 Dec 2019 at 06:06, Stephen Rothwell <sfr@...b.auug.org.au> wrote:
>
> Hi all,

Hi all,

>
> News: There will be no linux-next releases until January 6 (unless I
> get very bored :-)).
>
> Changes since 20191219:

on arm64 I see this:

../drivers/scsi/ufs/ufs-mediatek.c: In function ‘ufs_mtk_setup_ref_clk’:
../drivers/scsi/ufs/ufs-mediatek.c:93:23: error: storage size of
‘res’ isn’t known
  struct arm_smccc_res res;
                       ^~~
../drivers/scsi/ufs/ufs-mediatek.c:21:2: error: implicit declaration
of function ‘arm_smccc_smc’
[-Werror=implicit-function-declaration]
  arm_smccc_smc(MTK_SIP_UFS_CONTROL, \
  ^~~~~~~~~~~~~
../drivers/scsi/ufs/ufs-mediatek.c:101:3: note: in expansion of macro
‘ufs_mtk_ref_clk_notify’
   ufs_mtk_ref_clk_notify(on, res);
   ^~~~~~~~~~~~~~~~~~~~~~
../drivers/scsi/ufs/ufs-mediatek.c:21:16: error:
‘MTK_SIP_UFS_CONTROL’ undeclared (first use in this function); did
you mean ‘TX_HIBERN8_CONTROL’?
  arm_smccc_smc(MTK_SIP_UFS_CONTROL, \
                ^~~~~~~~~~~~~~~~~~~
../drivers/scsi/ufs/ufs-mediatek.c:101:3: note: in expansion of macro
‘ufs_mtk_ref_clk_notify’
   ufs_mtk_ref_clk_notify(on, res);
   ^~~~~~~~~~~~~~~~~~~~~~
../drivers/scsi/ufs/ufs-mediatek.c:21:16: note: each undeclared
identifier is reported only once for each function it appears in
  arm_smccc_smc(MTK_SIP_UFS_CONTROL, \
                ^~~~~~~~~~~~~~~~~~~
../drivers/scsi/ufs/ufs-mediatek.c:101:3: note: in expansion of macro
‘ufs_mtk_ref_clk_notify’
   ufs_mtk_ref_clk_notify(on, res);
   ^~~~~~~~~~~~~~~~~~~~~~
../drivers/scsi/ufs/ufs-mediatek.c:93:23: warning: unused variable
‘res’ [-Wunused-variable]
  struct arm_smccc_res res;
                       ^~~
cc1: some warnings being treated as errors
make[4]: *** [../scripts/Makefile.build:266:
drivers/scsi/ufs/ufs-mediatek.o] Error 1
make[4]: Target '__build' not remade because of errors.
make[3]: *** [../scripts/Makefile.build:503: drivers/scsi/ufs] Error 2
make[3]: Target '__build' not remade because of errors.
make[2]: *** [../scripts/Makefile.build:503: drivers/scsi] Error 2
../drivers/staging/wilc1000/hif.c: In function ‘wilc_parse_join_bss_param’:
../drivers/staging/wilc1000/hif.c:574:45: warning: array subscript 2
is above array bounds of ‘u32[2]’ {aka ‘unsigned int[2]’}
[-Warray-bounds]
    param->akm_suites[i] = crypto->akm_suites[i] & 0xFF;
                           ~~~~~~~~~~~~~~~~~~^~~
make[2]: Target '__build' not remade because of errors.
make[1]: *** [/srv/jenkins/kernel/next/Makefile:1694: drivers] Error 2
make[1]: Target 'Image' not remade because of errors.
make[1]: Target 'modules' not remade because of errors.
make: *** [Makefile:179: sub-make] Error 2
make: Target 'Image' not remade because of errors.
make: Target 'modules' not remade because of errors.

Cheers,
Anders

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ