mbox series

[v2,0/1] Add support for setting MMIO PREF hotplug bridge size

Message ID SL2P216MB018771B6A7F60532F99701A5806B0@SL2P216MB0187.KORP216.PROD.OUTLOOK.COM
Headers show
Series Add support for setting MMIO PREF hotplug bridge size | expand

Message

Nicholas Johnson Oct. 23, 2019, 12:12 p.m. UTC
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(-)

Comments

Bjorn Helgaas Oct. 23, 2019, 6:36 p.m. UTC | #1
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