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]
Message-ID: <20240714225451.193914d1@foxbook>
Date: Sun, 14 Jul 2024 22:54:51 +0200
From: MichaƂ Pecio <michal.pecio@...il.com>
To: Tim Lewis <elatllat@...il.com>
Cc: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
 linux-usb@...r.kernel.org, mathias.nyman@...ux.intel.com,
 niklas.neronin@...ux.intel.com, stable@...r.kernel.org,
 regressions@...ts.linux.dev, Salvatore Bonaccorso <carnil@...ian.org>
Subject: Re: [PATCH 6.1 000/102] 6.1.98-rc1 review

> > Not on 6.1.y:
>     drivers/usb/host/xhci-ring.c:2644:31: error: ~@...r~@~Y undeclared
> (first use in this fuunction); did you mean ~@...dr~@~Y?
>     2644 |                 inc_deq(xhci, ir->event_ring);
Sorry, I didn't notice that v6.1 is different. You need this instead:

  inc_deq(xhci, xhci->event_ring);

Another refactor interfering with backporting :(

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ