On 5/22/23 18:52, Nick Desaulniers wrote:
Hi Philipp, below is my interpretation of this report:
On Sun, May 21, 2023 at 2:10 AM Philipp Hortmann
<philipp.g.hortmann@xxxxxxxxx> wrote:
On 5/21/23 02:59, kernel test robot wrote:
tree:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git queue/5.15
^ So Greg and Sasha are cherry picking patches to linux-5.15.y branch
of stable...
head: 632aeb02f8e831197a9a01b1e93cb00b4363be05
commit: f13ecbca1796208fa2f888843223ea289f8e2b39 [78/106] staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE
^ ...of the 106 patches picked up f13ecbca179620 is introducing a new failure...
config: x86_64-allyesconfig
^ ...in allyesconfig builds...
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1)
reproduce (this is a W=1 build):
wgethttps://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
#https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?id=f13ecbca1796208fa2f888843223ea289f8e2b39
git remote add linux-stable-rchttps://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git fetch --no-tags linux-stable-rc queue/5.15
git checkout f13ecbca1796208fa2f888843223ea289f8e2b39
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/platform/x86/ drivers/staging/rtl8192e/rtl8192e/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot<lkp@xxxxxxxxx>
| Closes:https://lore.kernel.org/oe-kbuild-all/202305210810.njuOWlC1-lkp@xxxxxxxxx/
All warnings (new ones prefixed by >>):
drivers/staging/rtl8192e/rtl8192e/rtl_core.c:29:33: warning: unused variable 'rtl819xp_ops' [-Wunused-const-variable]
^ ... does Greg or Sasha need to pick up
commit 5e2b6593f270 ("staging: rtl8192e: Remove empty struct rtl819x_ops")
for linux-5.15.y in addition to f13ecbca1796208fa2f888843223ea289f8e2b39?
5e2b6593f270 lacks a fixes tag, so it's probably not obvious to them
or their automation.
Hi Nick,
thanks for your response. The fix they applied does also not contain a
fixes tag. If they want to get quit of this message they need to apply
the patch you mentioned.
Thanks
Bye Philipp