RE: [PATCH v2 3/3] hpsa: add an assert to prevent from __packed reintroduction

2021-04-02 Thread Elliott, Robert (Servers)
It looks like ia64 implements atomic_t as a 64-bit value and expects atomic_t to be 64-bit aligned, but does nothing to ensure that. For x86, atomic_t is a 32-bit value and atomic64_t is a 64-bit value, and the definition of atomic64_t is overridden in a way that ensures 64-bit (8 byte) alignment:

RE: [PATCH 1/8] gpio: Add Elba SoC gpio driver for spi cs control

2021-03-04 Thread Elliott, Robert (Servers)
> -Original Message- > From: Brad Larson > Sent: Wednesday, March 3, 2021 9:42 PM > Subject: [PATCH 1/8] gpio: Add Elba SoC gpio driver for spi cs control . > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig ... > +config GPIO_ELBA_SPICS > + bool "Pensando Elba SPI chip-sele

RE: [PATCH v1] scsi: Don't select SCSI_PROC_FS by default

2019-06-18 Thread Elliott, Robert (Servers)
> -Original Message- > From: linux-kernel-ow...@vger.kernel.org > [mailto:linux-kernel-ow...@vger.kernel.org] On Behalf Of Bart > Van Assche > Sent: Monday, June 17, 2019 10:28 PM > To: dgilb...@interlog.com; Marc Gonzalez ; James > Bottomley > ; Martin Petersen > Cc: SCSI ; LKML ; >

RE: [PATCH v2] checkpatch: add command-line option for TAB size

2019-05-08 Thread Elliott, Robert (Servers)
> -Original Message- > From: linux-kernel-ow...@vger.kernel.org > [mailto:linux-kernel-ow...@vger.kernel.org] On Behalf Of > Antonio Borneo > Sent: Wednesday, May 8, 2019 12:44 PM > Subject: [PATCH v2] checkpatch: add command-line option for TAB size ... > Add a command-line option "--ta

RE: [PATCH v2 3/5] PCI/ATS: Skip VF ATS initialization if PF does not implement it

2019-05-06 Thread Elliott, Robert (Servers)
> -Original Message- > From: linux-kernel-ow...@vger.kernel.org > [mailto:linux-kernel-ow...@vger.kernel.org] On Behalf Of > sathyanarayanan.kuppusw...@linux.intel.com > Sent: Monday, May 6, 2019 12:20 PM > To: bhelg...@google.com > Cc: linux-...@vger.kernel.org; linux-kernel@vger.kerne