lkml.org 
[lkml]   [2018]   [Apr]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 3.18.103
I'm announcing the release of the 3.18.103 kernel.

All users of the 3.18 kernel series must upgrade.

The updated 3.18.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

Documentation/devicetree/bindings/pinctrl/pinctrl-palmas.txt | 9
Documentation/filesystems/proc.txt | 31
Makefile | 2
arch/arm/boot/dts/am335x-pepper.dts | 2
arch/arm/boot/dts/dra7-evm.dts | 2
arch/arm/boot/dts/omap3-n900.dts | 4
arch/x86/crypto/cast5_avx_glue.c | 3
arch/x86/include/asm/vmx.h | 1
arch/x86/kernel/kprobes/core.c | 9
arch/x86/kvm/vmx.c | 9
block/partitions/msdos.c | 4
crypto/ahash.c | 7
drivers/ata/libata-core.c | 26
drivers/ata/libata-scsi.c | 4
drivers/gpu/drm/udl/udl_fb.c | 9
drivers/input/serio/i8042-x86ia64io.h | 24
drivers/leds/led-core.c | 2
drivers/md/raid10.c | 1
drivers/media/usb/usbtv/usbtv-core.c | 2
drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 1020 ++++++-----
drivers/media/v4l2-core/v4l2-ctrls.c | 96 -
drivers/media/v4l2-core/v4l2-ioctl.c | 5
drivers/media/v4l2-core/videobuf2-core.c | 5
drivers/misc/mei/main.c | 1
drivers/mtd/chips/jedec_probe.c | 2
drivers/net/can/cc770/cc770.c | 100 -
drivers/net/can/cc770/cc770.h | 2
drivers/net/ethernet/arc/emac_rockchip.c | 6
drivers/net/ethernet/freescale/fec_main.c | 2
drivers/net/team/team.c | 4
drivers/net/wireless/brcm80211/brcmfmac/p2p.c | 24
drivers/parport/parport_pc.c | 4
drivers/pci/pci-driver.c | 2
drivers/s390/net/qeth_core_main.c | 21
drivers/s390/net/qeth_l2_main.c | 2
drivers/s390/net/qeth_l3_main.c | 2
drivers/scsi/sg.c | 5
drivers/scsi/virtio_scsi.c | 1
drivers/tty/vt/vt.c | 14
drivers/usb/gadget/function/f_hid.c | 24
drivers/usb/gadget/function/f_midi.c | 6
drivers/usb/gadget/function/f_sourcesink.c | 6
drivers/usb/gadget/function/g_zero.h | 1
drivers/usb/gadget/u_f.c | 6
drivers/usb/gadget/u_f.h | 26
drivers/usb/host/xhci-mem.c | 3
drivers/usb/serial/cp210x.c | 1
drivers/usb/serial/ftdi_sio.c | 2
drivers/usb/serial/ftdi_sio_ids.h | 9
fs/ncpfs/ncplib_kernel.c | 4
fs/proc/task_mmu.c | 63
fs/proc/task_nommu.c | 43
include/linux/mm.h | 3
include/linux/netfilter/x_tables.h | 2
include/linux/usb/gadget.h | 17
include/uapi/linux/usb/audio.h | 4
kernel/events/hw_breakpoint.c | 30
kernel/irq/manage.c | 4
kernel/kprobes.c | 2
kernel/trace/trace_kprobe.c | 4
kernel/trace/trace_probe.c | 8
kernel/trace/trace_probe.h | 2
mm/util.c | 27
net/bluetooth/smp.c | 8
net/bridge/netfilter/ebt_among.c | 34
net/core/skbuff.c | 2
net/dccp/proto.c | 5
net/ipv4/ip_sockglue.c | 6
net/ipv6/ndisc.c | 3
net/iucv/af_iucv.c | 4
net/l2tp/l2tp_core.c | 8
net/netfilter/x_tables.c | 30
net/netfilter/xt_hashlimit.c | 5
net/netfilter/xt_recent.c | 6
net/netlink/genetlink.c | 2
net/xfrm/xfrm_ipcomp.c | 2
net/xfrm/xfrm_state.c | 5
net/xfrm/xfrm_user.c | 21
sound/core/oss/pcm_oss.c | 4
sound/core/pcm_native.c | 2
sound/drivers/aloop.c | 17
81 files changed, 1175 insertions(+), 755 deletions(-)

Alexander Gerasiov (1):
parport_pc: Add support for WCH CH382L PCI-E single parallel port card.

Alexey Kodanev (1):
dccp: check sk for closed state in dccp_sendmsg()

Andri Yngvason (3):
can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack
can: cc770: Fix queue stall & dropped RTR reply
can: cc770: Fix use after free in cc770_tx_interrupt()

Andy Lutomirski (1):
fs/proc: Stop trying to report thread stacks

Arend Van Spriel (1):
brcmfmac: fix P2P_DEVICE ethernet address generation

Arkadi Sharshevsky (1):
team: Fix double free in error path

Arvind Yadav (1):
net/iucv: Free memory obtained by kzalloc

Ben Hutchings (2):
Revert "led: core: Fix brightness setting when setting delay_off=0"
xhci: Fix ring leak in failure path of xhci_alloc_virt_device()

Christophe JAILLET (1):
net: ethernet: arc: Fix a potential memory leak if an optional regulator is deferred

Clemens Werther (1):
USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator

Colin Ian King (1):
mei: remove dev_err message on an unsupported ioctl

Dan Carpenter (2):
staging: ncpfs: memory corruption in ncp_read_kernel()
ALSA: pcm: potential uninitialized return values

Daniel Mentz (2):
media: v4l2-compat-ioctl32: Copy v4l2_window->global_alpha
media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic

David Ahern (1):
net: Only honor ifindex in IP_PKTINFO if non-0

Dennis Wassenberg (1):
Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list

Eric Biggers (3):
libata: fix length validation of ATAPI-relayed SCSI commands
libata: remove WARN() for DMA or PIO command without data
crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one

Eric Dumazet (1):
l2tp: do not accept arbitrary sockets

Felipe F. Tonello (4):
usb: gadget: define free_ep_req as universal function
usb: gadget: change len to size_t on alloc_ep_req()
usb: gadget: fix usb_ep_align_maybe endianness and new usb_ep_align
usb: gadget: align buffer size when allocating for OUT endpoint

Florian Fainelli (1):
net: fec: Fix unbalanced PM runtime calls

Florian Westphal (3):
xfrm_user: uncoditionally validate esn replay attribute struct
netfilter: bridge: ebt_among: add more missing match size checks
netfilter: x_tables: add and use xt_check_proc_name

Greg Hackmann (1):
net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()

Greg Kroah-Hartman (6):
drm: udl: Properly check framebuffer mmap offsets
Revert "genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQs"
Revert "PCI/MSI: Stop disabling MSI/MSI-X in pci_device_shutdown()"
Revert "ARM: dts: omap3-n900: Fix the audio CODEC's reset pin"
Revert "ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin"
Linux 3.18.103

Guoqing Jiang (1):
md/raid10: reset the 'first' at the end of loop

Hans Verkuil (12):
media: v4l2-ioctl.c: don't copy back the result for -ENOTTY
media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF
media: v4l2-compat-ioctl32.c: fix the indentation
media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32
media: v4l2-compat-ioctl32.c: avoid sizeof(type)
media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32
media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer
media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs
media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32
media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors
media: v4l2-ctrls: fix sparse warning

Hans de Goede (4):
libata: Apply NOLPM quirk to Crucial MX100 512GB SSDs
libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDs
libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versions
libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 version

Herbert Xu (1):
crypto: ahash - Fix early termination in hash walk

Johan Hovold (1):
USB: serial: cp210x: add ELDAT Easywave RX09 id

Johannes Thumshirn (1):
scsi: sg: don't return bogus Sg_requests

Johannes Weiner (1):
proc: revert /proc/<pid>/maps [stack:TID] annotation

Ju Hyung Park (1):
libata: Enable queued TRIM for Samsung SSD 860

Julian Wiedmann (4):
s390/qeth: free netdevice when removing a card
s390/qeth: when thread completes, wake up all waiters
s390/qeth: lock read device while queueing next buffer
s390/qeth: on channel error, reject further cmd requests

Kai-Heng Feng (1):
libata: disable LPM for Crucial BX100 SSD 500GB drive

Keerthy (2):
Documentation: pinctrl: palmas: Add ti,palmas-powerhold-override property definition
ARM: dts: dra7: Add power hold and power controller properties to palmas

Kirill Marinushkin (1):
ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit

Krzysztof Opasiak (1):
usb: gadget: f_hid: fix: Prevent accessing released memory

Linus Torvalds (3):
tty: vt: fix up tabstops properly
kvm/x86: fix icebp instruction handling
perf/hwbp: Simplify the perf-hwbp code, fix documentation

Linus Walleij (1):
mtd: jedec_probe: Fix crash in jedec_read_mfr()

Lorenzo Bianconi (1):
ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()

Major Hayden (1):
USB: serial: ftdi_sio: add RT Systems VX-8 cable

Masami Hiramatsu (2):
tracing: probeevent: Fix to support minus offset from symbol
kprobes/x86: Fix to set RWX bits correctly before releasing trampoline

Mauro Carvalho Chehab (2):
media: v4l2-compat-ioctl32: use compat_u64 for video standard
media: v4l2-compat-ioctl32: initialize a reserved field

Mike Frysinger (1):
vt: change SGR 21 to follow the standards

Nicolas Dichtel (1):
netlink: avoid a double skb free in genlmsg_mcast()

Oliver Neukum (1):
media: usbtv: prevent double free in error case

Ondrej Zary (1):
Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad

Paolo Bonzini (1):
scsi: virtio_scsi: always read VPD pages for multiqueue too

Ricardo Ribalda (2):
vb2: V4L2_BUF_FLAG_DONE is set after DQBUF
media: media/v4l2-ctrls: volatiles should not generate CH_VALUE

Richard Narron (1):
partitions/msdos: Unable to mount UFS 44bsd partitions

Stefan Roese (1):
ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()

Steffen Klassert (1):
xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems

Szymon Janc (1):
Bluetooth: Fix missing encryption refresh on Security Request

Takashi Iwai (2):
ALSA: aloop: Sync stale timer before release
ALSA: aloop: Fix access to not-yet-ready substream via cable

Vinicius Costa Gomes (1):
skbuff: Fix not waking applications when errors are enqueued

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2018-04-08 17:08    [W:0.120 / U:2.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site