linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andy Shevchenko <andy.shevchenko@gmail.com>
To: William Breathitt Gray <vilhelm.gray@gmail.com>
Cc: Linus Walleij <linus.walleij@linaro.org>,
	Syed Nayyar Waris <syednwaris@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Michal Simek <michal.simek@xilinx.com>,
	Arnd Bergmann <arnd@arndb.de>,
	Robert Richter <rrichter@marvell.com>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	Masahiro Yamada <yamada.masahiro@socionext.com>,
	Zhang Rui <rui.zhang@intel.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Amit Kucheria <amit.kucheria@verdurent.com>,
	Linux-Arch <linux-arch@vger.kernel.org>,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Linux PM list <linux-pm@vger.kernel.org>
Subject: Re: [PATCH v9 0/4] Introduce the for_each_set_clump macro
Date: Tue, 29 Sep 2020 16:14:25 +0300	[thread overview]
Message-ID: <CAHp75VdtUr1KHD5bng4sHZqsR888gN_TJ-bN8oLsX8GpsM8wYw@mail.gmail.com> (raw)
In-Reply-To: <20200929130743.GB4458@shinobu>

On Tue, Sep 29, 2020 at 4:09 PM William Breathitt Gray
<vilhelm.gray@gmail.com> wrote:
>
> On Tue, Sep 29, 2020 at 02:45:18PM +0200, Linus Walleij wrote:
> > On Sat, Sep 12, 2020 at 12:54 AM William Breathitt Gray
> > <vilhelm.gray@gmail.com> wrote:
> > > On Thu, Jul 16, 2020 at 02:49:35PM +0200, Linus Walleij wrote:
> > > > On Sat, Jun 27, 2020 at 10:10 AM Syed Nayyar Waris <syednwaris@gmail.com> wrote:

...

> > > What's the name of the branch with these patches on kernelorg; I'm
> > > having trouble finding it?
> > >
> > > Btw, I'm CCing Andrew as well here because I notice him missing from the
> > > CC list earlier for this patchset.
> >
> > IIRC there were complaints from the zeroday build robot so I
> > dropped the branch and I am still waiting for a fixed up patch
> > series.

> My apologies, I wasn't aware a build error was reported. I'll be happy
> to help address the issue with Syed, but I can't seem to find a copy of
> the message on <https://lkml.org/lkml/2020/6/27/107> or my email logs.
> Do you have a link available to the zeroday build log?


Time to open lore.kernel.org? [1][2]

Linus, are you referencing to [3]? It was fixed in GENMASK()
implementation some time ago.

[1]: https://lore.kernel.org/lkml/cover.1593243079.git.syednwaris@gmail.com/
[2]: https://lore.kernel.org/lkml/cover.1592224128.git.syednwaris@gmail.com/
[3]: https://lore.kernel.org/lkml/202006171559.JSbGJXNw%25lkp@intel.com/

-- 
With Best Regards,
Andy Shevchenko

  reply	other threads:[~2020-09-29 13:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-27  8:09 [PATCH v9 0/4] Introduce the for_each_set_clump macro Syed Nayyar Waris
2020-06-27  8:13 ` [PATCH v9 3/4] gpio: thunderx: Utilize " Syed Nayyar Waris
2020-06-27  8:14 ` [PATCH v9 4/4] gpio: xilinx: Utilize generic bitmap_get_value and _set_value Syed Nayyar Waris
2020-07-08 12:54   ` William Breathitt Gray
2020-07-10  8:04 ` [PATCH v9 0/4] Introduce the for_each_set_clump macro Syed Nayyar Waris
2020-07-16 12:49 ` Linus Walleij
2020-08-31 15:37   ` Syed Nayyar Waris
2020-09-11 22:54   ` William Breathitt Gray
2020-09-29 12:45     ` Linus Walleij
2020-09-29 13:07       ` William Breathitt Gray
2020-09-29 13:14         ` Andy Shevchenko [this message]
2020-09-30  9:29           ` Linus Walleij
2020-10-02 20:58             ` Syed Nayyar Waris

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=CAHp75VdtUr1KHD5bng4sHZqsR888gN_TJ-bN8oLsX8GpsM8wYw@mail.gmail.com \
    --to=andy.shevchenko@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=amit.kucheria@verdurent.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=arnd@arndb.de \
    --cc=bgolaszewski@baylibre.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=michal.simek@xilinx.com \
    --cc=rrichter@marvell.com \
    --cc=rui.zhang@intel.com \
    --cc=syednwaris@gmail.com \
    --cc=vilhelm.gray@gmail.com \
    --cc=yamada.masahiro@socionext.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).