From: "Michał Pecio" <michal.pecio@gmail.com>
To: Tim Lewis <elatllat@gmail.com>
Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org,
linux-usb@vger.kernel.org, mathias.nyman@linux.intel.com,
niklas.neronin@linux.intel.com, stable@vger.kernel.org,
regressions@lists.linux.dev,
Salvatore Bonaccorso <carnil@debian.org>
Subject: Re: [PATCH 6.1 000/102] 6.1.98-rc1 review
Date: Sun, 14 Jul 2024 22:54:51 +0200 [thread overview]
Message-ID: <20240714225451.193914d1@foxbook> (raw)
In-Reply-To: <CA+3zgmtwunPaLbKygi0y+XY7XUd2cBGVP8So8MXxK_1pOX3miQ@mail.gmail.com>
> > Not on 6.1.y:
> drivers/usb/host/xhci-ring.c:2644:31: error: ~@~Xir~@~Y undeclared
> (first use in this fuunction); did you mean ~@~Xidr~@~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 :(
next prev parent reply other threads:[~2024-07-14 20:54 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-13 17:52 [PATCH 6.1 000/102] 6.1.98-rc1 review Tim Lewis
2024-07-14 6:30 ` Greg KH
2024-07-14 12:51 ` Tim Lewis
2024-07-14 14:45 ` Tim Lewis
2024-07-14 15:32 ` Michał Pecio
2024-07-14 16:05 ` Salvatore Bonaccorso
2024-07-14 20:41 ` Tim Lewis
2024-07-14 20:54 ` Michał Pecio [this message]
2024-07-15 5:45 ` Greg KH
2024-07-15 8:29 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2024-07-09 11:09 Greg Kroah-Hartman
2024-07-09 18:41 ` SeongJae Park
2024-07-09 19:38 ` Pavel Machek
2024-07-09 19:56 ` Kelsey Steele
2024-07-09 20:27 ` Peter Schneider
2024-07-09 21:37 ` Mark Brown
2024-07-09 23:27 ` Shuah Khan
2024-07-10 8:34 ` Jon Hunter
2024-07-10 9:18 ` Shreeya Patel
2024-07-10 13:06 ` Ron Economos
2024-07-10 13:17 ` Yann Sionneau
2024-07-10 15:40 ` Naresh Kamboju
2024-07-11 9:43 ` Greg Kroah-Hartman
2024-07-11 11:18 ` Pavel Machek
2024-07-11 11:20 ` Pavel Machek
2024-07-12 17:05 ` Florian Fainelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240714225451.193914d1@foxbook \
--to=michal.pecio@gmail.com \
--cc=carnil@debian.org \
--cc=elatllat@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@linux.intel.com \
--cc=niklas.neronin@linux.intel.com \
--cc=regressions@lists.linux.dev \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.