linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Add support for setting MMIO PREF hotplug bridge size
@ 2019-10-23 12:12 Nicholas Johnson
  2019-10-23 18:36 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Nicholas Johnson @ 2019-10-23 12:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-pci, bhelgaas, mika.westerberg, corbet, benh, logang

Since the first revision of this patch:

Ignoring 80-character line limit based on the advice of Mika Westerberg.

Mika noticed that memparse is modifying the str in pci_setup. Looking at
the definition in lib/cmdline.c line 125, he is probably correct. I have
no idea how this did not cause problems in testing.

Fixed the alignment of some overflow lines.

It turns out Outlook is causing my encoding issues with git send-email.

If I get a new email for kernel development, what should it be? Gmail
works, but looks tackier.

Nicholas Johnson (1):
  PCI: Add hp_mmio_size and hp_mmio_pref_size parameters

 .../admin-guide/kernel-parameters.txt         |  9 ++++++-
 drivers/pci/pci.c                             | 13 +++++++---
 drivers/pci/pci.h                             |  3 ++-
 drivers/pci/setup-bus.c                       | 24 ++++++++++---------
 4 files changed, 33 insertions(+), 16 deletions(-)

-- 
2.23.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 0/1] Add support for setting MMIO PREF hotplug bridge size
  2019-10-23 12:12 [PATCH v2 0/1] Add support for setting MMIO PREF hotplug bridge size Nicholas Johnson
@ 2019-10-23 18:36 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2019-10-23 18:36 UTC (permalink / raw)
  To: Nicholas Johnson
  Cc: linux-kernel, linux-pci, mika.westerberg, corbet, benh, logang

On Wed, Oct 23, 2019 at 12:12:08PM +0000, Nicholas Johnson wrote:
> ...
> It turns out Outlook is causing my encoding issues with git send-email.
> 
> If I get a new email for kernel development, what should it be? Gmail
> works, but looks tackier.

I wish Documentation/process/email-clients.rst said something about
Outlook, but it doesn't and I don't know enough to add anything.

It does say gmail doesn't work for sending patches.  That's certainly
true for the web GUI, but I think it might be possible to use msmtp to
send via the gmail SMTP server, e.g., https://wiki.debian.org/msmtp

Bjorn

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-23 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23 12:12 [PATCH v2 0/1] Add support for setting MMIO PREF hotplug bridge size Nicholas Johnson
2019-10-23 18:36 ` Bjorn Helgaas

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).