~p-pisati/ubuntu/+source/linux:a-master-ft232h-gpio

Last commit made on 2017-12-08
Get this branch:
git clone -b a-master-ft232h-gpio https://git.launchpad.net/~p-pisati/ubuntu/+source/linux
Only Paolo Pisati can upload to this branch. If you are Paolo Pisati please log in for upload directions.

Branch merges

Branch information

Name:
a-master-ft232h-gpio
Repository:
lp:~p-pisati/ubuntu/+source/linux

Recent commits

2ef7b05... by Paolo Pisati

UBUNTU: Ubuntu-4.13.0-20.23

Signed-off-by: Paolo Pisati <email address hidden>

f3d0ee6... by Paolo Pisati

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Paolo Pisati <email address hidden>

b22fe5c... by Paolo Pisati

UBUNTU: [Config] MFD_FTDI_FT232H=m && GPIO_FTDI_CBUS=m

Signed-off-by: Paolo Pisati <email address hidden>

d7b09b8... by Anatolij Gustschin

gpio: Add FT232H CBUS GPIO driver

Add driver for CBUS pins on FT232H. The driver supports setting
GPIO direction and getting/setting CBUS 0-3 pin value. The CBUS
pins have to be enabled by configuring I/O mode in the FTDI EEPROM.

Signed-off-by: Anatolij Gustschin <email address hidden>

d7df84e... by Anatolij Gustschin

mfd: Add support for FTDI FT232H devices

Add USB part with common functions for USB-GPIO/I2C/SPI master
adapters. These allow communication with chip's control, transmit
and receive endpoints and will be used by various FT232H drivers.

Signed-off-by: Anatolij Gustschin <email address hidden>

a2d46e1... by Stefan Bader

UBUNTU: Ubuntu-4.13.0-19.22

Signed-off-by: Stefan Bader <email address hidden>

188b13a... by "Kirill A. Shutemov" <email address hidden>

mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()

Currently, we unconditionally make page table dirty in touch_pmd().
It may result in false-positive can_follow_write_pmd().

We may avoid the situation, if we would only make the page table entry
dirty if caller asks for write access -- FOLL_WRITE.

The patch also changes touch_pud() in the same way.

Signed-off-by: Kirill A. Shutemov <email address hidden>
Cc: Michal Hocko <email address hidden>
Cc: Hugh Dickins <email address hidden>
Signed-off-by: Linus Torvalds <email address hidden>
(cherry picked from commit a8f97366452ed491d13cf1e44241bc0b5740b1f0)
CVE-2017-1000405
Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>

8f163ae... by Thadeu Lima de Souza Cascardo

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>

a7e5849... by Stefan Bader

UBUNTU: Ubuntu-4.13.0-18.21

Signed-off-by: Stefan Bader <email address hidden>

fe638ad... by Marc Olson <email address hidden>

nvme: update timeout module parameter type

The underlying blk_mq_tag_set, and request timeout parameters support an
unsigned int. Extend the size of the nvme module parameters for io and
admin commands to match.

Signed-off-by: Marc Olson <email address hidden>
Signed-off-by: Christoph Hellwig <email address hidden>

BugLink: https://bugs.launchpad.net/bugs/1729119

(cherry-picked from commit 8ae4e4477d8f5cc7736816a0492f82934ca32ab7)
Signed-off-by: Daniel Axtens <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Colin King <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>