From: Luis Henriques <luis.henriques@canonical.com>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
kernel-team@lists.ubuntu.com
Subject: Re: [3.11.y.z extended stable] Linux 3.11.10.15 stable review
Date: Wed, 20 Aug 2014 17:47:20 +0100 [thread overview]
Message-ID: <20140820164720.GB21165@hercules> (raw)
In-Reply-To: <1408354398-10226-1-git-send-email-luis.henriques@canonical.com>
On Mon, Aug 18, 2014 at 10:31:01AM +0100, Luis Henriques wrote:
> This is the start of the review cycle for the Linux 3.11.10.15 stable kernel.
>
> PLEASE NOTE:
>
> This will be the LAST 3.11.y.z extended stable kernel release.
>
Since this is the last 3.11 kernel, I would like to add in this
release two security fixes, namely for CVE-2014-5206 and
CVE-2014-5207.
Thus, I'll wait a few more days before doing the actual release and I
will send out the missing 4 patches in a minute.
Cheers,
--
Luís
> This version contains 137 new patches, summarized below. The new patches are
> posted as replies to this message and also available in this git branch:
>
> http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=linux-3.11.y-review;a=shortlog
>
> git://kernel.ubuntu.com/ubuntu/linux.git linux-3.11.y-review
>
> The review period for version 3.11.10.15 will be open for the next three days.
> To report a problem, please reply to the relevant follow-up patch message.
>
> For more information about the Linux 3.11.y.z extended stable kernel version,
> see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable .
>
> -Luis
>
> --
> Documentation/x86/x86_64/mm.txt | 2 +
> Makefile | 2 +
> arch/arm/mm/idmap.c | 7 +
> arch/parisc/include/uapi/asm/signal.h | 2 -
> arch/powerpc/perf/core-book3s.c | 6 +-
> arch/s390/kernel/ptrace.c | 9 +-
> arch/sparc/include/asm/pgtable_64.h | 6 +-
> arch/sparc/include/asm/tlbflush_64.h | 12 +-
> arch/sparc/kernel/ldc.c | 2 +-
> arch/sparc/kernel/smp_64.c | 6 +-
> arch/sparc/kernel/sys32.S | 2 +-
> arch/sparc/kernel/unaligned_64.c | 12 +-
> arch/sparc/lib/NG2memcpy.S | 1 +
> arch/sparc/math-emu/math_32.c | 2 +-
> arch/sparc/mm/fault_64.c | 102 ++++++------
> arch/sparc/mm/init_64.c | 27 +++
> arch/sparc/mm/tsb.c | 14 +-
> arch/x86/Kconfig | 25 ++-
> arch/x86/boot/header.S | 26 ++-
> arch/x86/boot/tools/build.c | 37 ++++-
> arch/x86/include/asm/espfix.h | 16 ++
> arch/x86/include/asm/irqflags.h | 2 +-
> arch/x86/include/asm/pgtable_64_types.h | 2 +
> arch/x86/include/asm/setup.h | 2 +
> arch/x86/kernel/Makefile | 1 +
> arch/x86/kernel/cpu/perf_event_intel.c | 9 +
> arch/x86/kernel/entry_32.S | 21 ++-
> arch/x86/kernel/entry_64.S | 77 ++++++++-
> arch/x86/kernel/espfix_64.c | 208 +++++++++++++++++++++++
> arch/x86/kernel/ldt.c | 10 +-
> arch/x86/kernel/paravirt_patch_64.c | 2 -
> arch/x86/kernel/smpboot.c | 7 +
> arch/x86/mm/dump_pagetables.c | 40 +++--
> arch/x86/vdso/vdso32-setup.c | 8 -
> block/blk-cgroup.c | 7 +
> block/blk-tag.c | 33 +---
> block/compat_ioctl.c | 1 +
> crypto/af_alg.c | 2 +
> drivers/ata/ahci.c | 1 +
> drivers/ata/libata-core.c | 12 +-
> drivers/bluetooth/hci_h5.c | 1 +
> drivers/gpu/drm/qxl/qxl_irq.c | 3 +
> drivers/gpu/drm/radeon/atombios_encoders.c | 10 +-
> drivers/gpu/drm/radeon/cik.c | 1 +
> drivers/gpu/drm/radeon/evergreen.c | 1 +
> drivers/gpu/drm/radeon/r600.c | 1 +
> drivers/gpu/drm/radeon/radeon_display.c | 5 +
> drivers/gpu/drm/radeon/si.c | 1 +
> drivers/hv/hv_kvp.c | 16 +-
> drivers/hv/hv_util.c | 2 +-
> drivers/hwmon/adt7470.c | 6 +-
> drivers/hwmon/da9052-hwmon.c | 2 +-
> drivers/hwmon/da9055-hwmon.c | 2 +-
> drivers/hwmon/smsc47m192.c | 4 +-
> drivers/iio/industrialio-buffer.c | 2 +-
> drivers/input/input.c | 6 +-
> drivers/irqchip/irq-gic.c | 6 +-
> drivers/md/dm-cache-metadata.c | 9 +
> drivers/md/dm-cache-target.c | 13 +-
> drivers/md/dm-thin-metadata.c | 9 +
> drivers/media/dvb-frontends/tda10071.c | 6 +-
> drivers/media/usb/gspca/pac7302.c | 1 +
> drivers/media/usb/hdpvr/hdpvr-video.c | 6 +-
> drivers/net/can/c_can/c_can_platform.c | 3 +-
> drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | 1 +
> drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 12 +-
> drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
> drivers/net/ethernet/intel/igb/igb_main.c | 2 +
> drivers/net/ethernet/marvell/mvneta.c | 211 +++++++++++++-----------
> drivers/net/ethernet/sun/sunvnet.c | 20 ++-
> drivers/net/macvlan.c | 1 +
> drivers/net/ppp/pppoe.c | 2 +-
> drivers/net/ppp/pptp.c | 2 +-
> drivers/net/usb/qmi_wwan.c | 3 +
> drivers/net/wireless/iwlwifi/dvm/rxon.c | 12 --
> drivers/net/wireless/mwifiex/main.c | 1 +
> drivers/rapidio/devices/tsi721_dma.c | 8 +-
> drivers/sbus/char/bbc_envctrl.c | 6 +
> drivers/sbus/char/bbc_i2c.c | 11 +-
> drivers/scsi/scsi_lib.c | 8 +
> drivers/staging/vt6655/bssdb.c | 2 +-
> drivers/staging/vt6655/device_main.c | 7 +-
> drivers/tty/serial/sunsab.c | 9 +
> drivers/usb/chipidea/udc.c | 4 +-
> drivers/usb/core/hub.c | 19 +++
> drivers/xen/manage.c | 5 +-
> fs/coredump.c | 2 +-
> fs/fuse/dir.c | 7 +-
> fs/fuse/inode.c | 20 ++-
> fs/namei.c | 183 ++++++++++++++++++++
> fs/namespace.c | 2 +-
> include/linux/libata.h | 1 +
> include/linux/namei.h | 1 +
> include/linux/printk.h | 6 +-
> include/net/inetpeer.h | 16 +-
> include/net/ip.h | 31 ++--
> include/net/ipv6.h | 11 +-
> include/net/secure_seq.h | 2 -
> include/net/sock.h | 16 +-
> init/main.c | 4 +
> kernel/power/process.c | 1 +
> kernel/printk/printk.c | 2 +-
> kernel/sched/core.c | 2 +-
> kernel/sched/debug.c | 2 +-
> kernel/sched/rt.c | 2 +-
> kernel/time/alarmtimer.c | 20 ++-
> kernel/time/clockevents.c | 10 +-
> kernel/trace/ftrace.c | 4 +-
> kernel/trace/ring_buffer.c | 4 -
> kernel/trace/trace.c | 20 ++-
> kernel/trace/trace_clock.c | 9 +-
> lib/btree.c | 1 +
> mm/kmemleak.c | 4 +-
> mm/page_alloc.c | 16 +-
> mm/shmem.c | 104 ++++++++++--
> mm/slab_common.c | 2 +
> mm/vmalloc.c | 14 +-
> net/8021q/vlan_core.c | 5 +-
> net/appletalk/ddp.c | 3 -
> net/compat.c | 9 +-
> net/core/dst.c | 16 +-
> net/core/iovec.c | 10 +-
> net/core/secure_seq.c | 25 ---
> net/core/skbuff.c | 2 +-
> net/dns_resolver/dns_query.c | 4 +-
> net/ipv4/icmp.c | 2 -
> net/ipv4/igmp.c | 14 +-
> net/ipv4/inetpeer.c | 18 --
> net/ipv4/ip_options.c | 4 +
> net/ipv4/ip_output.c | 7 +-
> net/ipv4/ip_tunnel.c | 12 +-
> net/ipv4/ip_tunnel_core.c | 2 +-
> net/ipv4/ipmr.c | 2 +-
> net/ipv4/raw.c | 2 +-
> net/ipv4/route.c | 84 ++++++----
> net/ipv4/tcp.c | 3 +-
> net/ipv4/tcp_input.c | 10 +-
> net/ipv4/tcp_output.c | 6 +-
> net/ipv4/tcp_vegas.c | 3 +-
> net/ipv4/tcp_veno.c | 2 +-
> net/ipv4/xfrm4_mode_tunnel.c | 2 +-
> net/ipv6/addrconf.c | 14 +-
> net/ipv6/ip6_output.c | 17 ++
> net/ipv6/output_core.c | 24 ---
> net/l2tp/l2tp_ppp.c | 4 +-
> net/mac80211/tx.c | 26 +--
> net/netfilter/ipvs/ip_vs_xmit.c | 2 +-
> net/netlink/af_netlink.c | 4 +-
> net/sctp/associola.c | 1 +
> net/sctp/output.c | 2 +-
> net/sctp/sysctl.c | 3 +-
> net/sctp/ulpevent.c | 122 ++------------
> net/tipc/bcast.c | 1 +
> net/wireless/trace.h | 3 +-
> 154 files changed, 1519 insertions(+), 697 deletions(-)
>
> Abbas Raza (1):
> usb: chipidea: udc: Disable auto ZLP generation on ep0
>
> Alex Deucher (2):
> drm/radeon: avoid leaking edid data
> drm/radeon: set default bl level to something reasonable
>
> Alexandre Bounine (1):
> rapidio/tsi721_dma: fix failure to obtain transaction descriptor
>
> Amitkumar Karwar (1):
> mwifiex: fix Tx timeout issue
>
> Anand Avati (1):
> fuse: ignore entry-timeout on LOOKUP_REVAL
>
> Andrey Ryabinin (1):
> net: sendmsg: fix NULL pointer dereference
>
> Andrey Utkin (2):
> appletalk: Fix socket referencing in skb
> arch/sparc/math-emu/math_32.c: drop stray break operator
>
> Andy Lutomirski (1):
> x86_64/entry/xen: Do not invoke espfix64 on Xen
>
> Anssi Hannula (1):
> dm cache: fix race affecting dirty block count
>
> Antti Palosaari (1):
> [media] tda10071: force modulation to QPSK on DVB-S
>
> Axel Lin (2):
> hwmon: (da9052) Don't use dash in the name attribute
> hwmon: (da9055) Don't use dash in the name attribute
>
> Ben Hutchings (1):
> dns_resolver: Null-terminate the right string
>
> Ben Pfaff (1):
> netlink: Fix handling of error from netlink_dump().
>
> Bernd Wachter (1):
> net: qmi_wwan: Add ID for Telewell TW-LTE 4G v2
>
> Bjørn Mork (1):
> net: qmi_wwan: add two Sierra Wireless/Netgear devices
>
> Boris Ostrovsky (1):
> x86/espfix/xen: Fix allocation of pages for paravirt page tables
>
> Catalin Marinas (1):
> mm: kmemleak: avoid false negatives on vmalloc'ed objects
>
> Christian König (1):
> drm/radeon: fix irq ring buffer overflow handling
>
> Christoph Hellwig (1):
> block: don't assume last put of shared tags is for the host
>
> Christoph Lameter (1):
> slab_common: Do not check for duplicate slab names
>
> Christoph Paasch (3):
> tcp: Fix divide by zero when pushing during tcp-repair
> tcp: Fix integer-overflows in TCP veno
> tcp: Fix integer-overflow in TCP vegas
>
> Christoph Schulz (1):
> net: pppoe: use correct channel MTU when using Multilink PPP
>
> Christopher Alexander Tobias Schulze (2):
> bbc-i2c: Fix BBC I2C envctrl on SunBlade 2000
> sunsab: Fix detection of BREAK on sunsab serial console
>
> Daniel Borkmann (3):
> net: sctp: check proc_dointvec result in proc_sctp_do_auth
> net: sctp: fix information leaks in ulpevent layer
> net: sctp: inherit auth_capable on INIT collisions
>
> David Rientjes (1):
> mm, thp: do not allow thp faults to avoid cpuset restrictions
>
> David S. Miller (8):
> sparc64: Fix argument sign extension for compat_sys_futex().
> sparc64: Handle 32-bit tasks properly in compute_effective_address().
> sparc64: Fix top-level fault handling bugs.
> sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addresses.
> sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.
> sparc64: Add membar to Niagara2 memcpy code.
> sparc64: Do not insert non-valid PTEs into the TSB hash table.
> sparc64: Guard against flushing openfirmware mappings.
>
> David Vrabel (1):
> xen/manage: fix potential deadlock when resuming the console
>
> Dmitry Kravkov (1):
> bnx2x: fix crash during TSO tunneling
>
> Dmitry Popov (1):
> ip_tunnel: fix ip_tunnel_lookup
>
> Dmitry Torokhov (1):
> Input: fix defuzzing logic
>
> Edward Allcutt (1):
> ipv4: icmp: Fix pMTU handling for rare case
>
> Eliad Peller (1):
> cfg80211: fix mic_failure tracing
>
> Emmanuel Grumbach (1):
> iwlwifi: dvm: don't enable CTS to self
>
> Eric Dumazet (8):
> ipv4: fix dst race in sk_dst_get()
> ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fix
> net: fix sparse warning in sk_dst_set()
> bnx2x: fix possible panic under memory stress
> ipv4: fix buffer overflow in ip_options_compile()
> inetpeer: get rid of ip_id_count
> ip: make IP identifiers less predictable
> sctp: fix possible seqlock seadlock in sctp_packet_transmit()
>
> Gao feng (1):
> ipv6: reallocate addrconf router for ipv6 address when lo device up
>
> Gavin Guo (1):
> usb: Check if port status is equal to RxDetect
>
> George Cherian (1):
> can: c_can_platform: Fix raminit, use devm_ioremap() instead of devm_ioremap_resource()
>
> Guenter Roeck (2):
> hwmon: (adt7470) Fix writes to temperature limit registers
> hwmon: (smsc47m192) Fix temperature limit and vrm write operations
>
> H. Peter Anvin (6):
> Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option"
> x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack
> x86, espfix: Move espfix definitions into a separate header file
> x86, espfix: Fix broken header guard
> x86, espfix: Make espfix64 a Kconfig option, fix UML
> x86, espfix: Make it possible to disable 16-bit support
>
> HATAYAMA Daisuke (1):
> perf/x86/intel: ignore CondChgd bit to avoid false NMI handling
>
> Hans Verkuil (1):
> [media] hdpvr: fix two audio bugs
>
> Hans de Goede (1):
> [media] gspca_pac7302: Add new usb-id for Genius i-Look 317
>
> Hugh Dickins (3):
> shmem: fix faulting into a hole while it's punched
> shmem: fix faulting into a hole, not taking i_mutex
> shmem: fix splicing from a hole while it's punched
>
> James Bottomley (1):
> scsi: handle flush errors properly
>
> Jan Kara (1):
> timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks
>
> Jason Wang (1):
> drm/qxl: return IRQ_NONE if it was not our irq
>
> Jeff Layton (1):
> vfs: allow umount to handle mountpoints without revalidating them
>
> Johannes Berg (1):
> Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"
>
> John David Anglin (1):
> parisc: Remove SA_RESTORER define
>
> John Stultz (2):
> alarmtimer: Fix bug where relative alarm timers were treated as absolute
> printk: rename printk_sched to printk_deferred
>
> Jon Paul Maloy (1):
> tipc: clear 'next'-pointer of message fragments before reassembly
>
> K. Y. Srinivasan (1):
> Drivers: hv: util: Fix a bug in the KVP code
>
> Kevin Hao (1):
> libata: support the ata host which implements a queue depth less than 32
>
> Kirill Tkhai (1):
> sparc64: Make itc_sync_lock raw
>
> Konstantin Khlebnikov (1):
> ARM: 8115/1: LPAE: reduce damage caused by idmap to virtual memory layout
>
> Lars-Peter Clausen (1):
> iio: buffer: Fix demux table creation
>
> Li RongQing (1):
> 8021q: fix a potential memory leak
>
> Linus Torvalds (1):
> Fix gcc-4.9.0 miscompilation of load_balance() in scheduler
>
> Loic Poulain (1):
> Bluetooth: Ignore H5 non-link packets in non-active state
>
> Malcolm Priestley (2):
> staging: vt6655: Fix Warning on boot handle_irq_event_percpu.
> staging: vt6655: Fix disassociated messages every 10 seconds
>
> Manuel Schölling (1):
> dns_resolver: assure that dns_query() result is null-terminated
>
> Martin Lau (1):
> ring-buffer: Fix polling on trace_pipe
>
> Martin Schwidefsky (1):
> s390/ptrace: fix PSW mask check
>
> Mateusz Guzik (1):
> sched: Fix possible divide by zero in avg_atom() calculation
>
> Matthias Brugger (1):
> irqchip: gic: Add support for cortex a7 compatible string
>
> Michael Brown (1):
> x86/efi: Include a .bss section within the PE/COFF headers
>
> Michael Ellerman (1):
> powerpc/perf: Fix MMCR2 handling for EBB
>
> Mike Snitzer (2):
> dm thin metadata: do not allow the data block size to change
> dm cache metadata: do not allow the data block size to change
>
> Miklos Szeredi (2):
> fuse: timeout comparison fix
> fuse: handle large user and group ID
>
> Mikulas Patocka (2):
> slab_common: fix the check for duplicate slab names
> block: provide compat ioctl for BLKZEROOUT
>
> Milan Broz (1):
> crypto: af_alg - properly label AF_ALG socket
>
> Minfei Huang (1):
> lib/btree.c: fix leak of whole btree nodes
>
> Neal Cardwell (1):
> tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb
>
> Romain Degez (1):
> ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode)
>
> Sasha Levin (2):
> net/l2tp: don't fall back on UDP [get|set]sockopt
> iovec: make sure the caller actually wants anything in memcpy_fromiovecend
>
> Silesh C V (1):
> coredump: fix the setting of PF_DUMPCORE
>
> Sowmini Varadhan (2):
> sunvnet: clean up objects created in vnet_new() on vnet_exit()
> sparc64: ldc_connect() should not return EINVAL when handshake is in progress.
>
> Stefan Assmann (1):
> igb: do a reset on SR-IOV re-init if device is down
>
> Steven Rostedt (Red Hat) (1):
> tracing: Fix graph tracer with stack tracer on other archs
>
> Suresh Reddy (1):
> be2net: set EQ DB clear-intr bit in be_open()
>
> Sven Wegener (1):
> x86_32, entry: Store badsys error code in %eax
>
> Takashi Iwai (1):
> PM / sleep: Fix request_firmware() error at resume
>
> Tejun Heo (2):
> blkcg: don't call into policy draining if root_blkg is already gone
> libata: introduce ata_host->n_tags to avoid oops on SAS controllers
>
> Thomas Fitzsimmons (1):
> net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()
>
> Thomas Petazzoni (1):
> net: mvneta: fix operation in 10 Mbit/s mode
>
> Tomasz Figa (1):
> irqchip: gic: Fix core ID calculation when topology is read from DT
>
> Tony Luck (1):
> tracing: Fix wraparound problems in "uptime" trace clock
>
> Vasily Averin (1):
> fs: umount on symlink leaks mnt count
>
> Vlad Yasevich (2):
> macvlan: Initialize vlan_features to turn on offload support.
> net: Correctly set segment mac_len in skb_segment().
>
> Yuchung Cheng (1):
> tcp: fix false undo corner cases
>
> dingtianhong (1):
> igmp: fix the problem when mc leave group
>
> willy tarreau (5):
> net: mvneta: increase the 64-bit rx/tx stats out of the hot path
> net: mvneta: use per_cpu stats to fix an SMP lock up
> net: mvneta: do not schedule in mvneta_tx_timeout
> net: mvneta: add missing bit descriptions for interrupt masks and causes
> net: mvneta: replace Tx timer with a real interrupt
>
> zhangwei(Jovi) (2):
> tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs
> tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs
WARNING: multiple messages have this Message-ID (diff)
From: Luis Henriques <luis.henriques@canonical.com>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
kernel-team@lists.ubuntu.com
Subject: Re: [3.11.y.z extended stable] Linux 3.11.10.15 stable review
Date: Wed, 20 Aug 2014 17:47:20 +0100 [thread overview]
Message-ID: <20140820164720.GB21165@hercules> (raw)
In-Reply-To: <1408354398-10226-1-git-send-email-luis.henriques@canonical.com>
On Mon, Aug 18, 2014 at 10:31:01AM +0100, Luis Henriques wrote:
> This is the start of the review cycle for the Linux 3.11.10.15 stable kernel.
>
> PLEASE NOTE:
>
> This will be the LAST 3.11.y.z extended stable kernel release.
>
Since this is the last 3.11 kernel, I would like to add in this
release two security fixes, namely for CVE-2014-5206 and
CVE-2014-5207.
Thus, I'll wait a few more days before doing the actual release and I
will send out the missing 4 patches in a minute.
Cheers,
--
Lu�s
> This version contains 137 new patches, summarized below. The new patches are
> posted as replies to this message and also available in this git branch:
>
> http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=linux-3.11.y-review;a=shortlog
>
> git://kernel.ubuntu.com/ubuntu/linux.git linux-3.11.y-review
>
> The review period for version 3.11.10.15 will be open for the next three days.
> To report a problem, please reply to the relevant follow-up patch message.
>
> For more information about the Linux 3.11.y.z extended stable kernel version,
> see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable .
>
> -Luis
>
> --
> Documentation/x86/x86_64/mm.txt | 2 +
> Makefile | 2 +
> arch/arm/mm/idmap.c | 7 +
> arch/parisc/include/uapi/asm/signal.h | 2 -
> arch/powerpc/perf/core-book3s.c | 6 +-
> arch/s390/kernel/ptrace.c | 9 +-
> arch/sparc/include/asm/pgtable_64.h | 6 +-
> arch/sparc/include/asm/tlbflush_64.h | 12 +-
> arch/sparc/kernel/ldc.c | 2 +-
> arch/sparc/kernel/smp_64.c | 6 +-
> arch/sparc/kernel/sys32.S | 2 +-
> arch/sparc/kernel/unaligned_64.c | 12 +-
> arch/sparc/lib/NG2memcpy.S | 1 +
> arch/sparc/math-emu/math_32.c | 2 +-
> arch/sparc/mm/fault_64.c | 102 ++++++------
> arch/sparc/mm/init_64.c | 27 +++
> arch/sparc/mm/tsb.c | 14 +-
> arch/x86/Kconfig | 25 ++-
> arch/x86/boot/header.S | 26 ++-
> arch/x86/boot/tools/build.c | 37 ++++-
> arch/x86/include/asm/espfix.h | 16 ++
> arch/x86/include/asm/irqflags.h | 2 +-
> arch/x86/include/asm/pgtable_64_types.h | 2 +
> arch/x86/include/asm/setup.h | 2 +
> arch/x86/kernel/Makefile | 1 +
> arch/x86/kernel/cpu/perf_event_intel.c | 9 +
> arch/x86/kernel/entry_32.S | 21 ++-
> arch/x86/kernel/entry_64.S | 77 ++++++++-
> arch/x86/kernel/espfix_64.c | 208 +++++++++++++++++++++++
> arch/x86/kernel/ldt.c | 10 +-
> arch/x86/kernel/paravirt_patch_64.c | 2 -
> arch/x86/kernel/smpboot.c | 7 +
> arch/x86/mm/dump_pagetables.c | 40 +++--
> arch/x86/vdso/vdso32-setup.c | 8 -
> block/blk-cgroup.c | 7 +
> block/blk-tag.c | 33 +---
> block/compat_ioctl.c | 1 +
> crypto/af_alg.c | 2 +
> drivers/ata/ahci.c | 1 +
> drivers/ata/libata-core.c | 12 +-
> drivers/bluetooth/hci_h5.c | 1 +
> drivers/gpu/drm/qxl/qxl_irq.c | 3 +
> drivers/gpu/drm/radeon/atombios_encoders.c | 10 +-
> drivers/gpu/drm/radeon/cik.c | 1 +
> drivers/gpu/drm/radeon/evergreen.c | 1 +
> drivers/gpu/drm/radeon/r600.c | 1 +
> drivers/gpu/drm/radeon/radeon_display.c | 5 +
> drivers/gpu/drm/radeon/si.c | 1 +
> drivers/hv/hv_kvp.c | 16 +-
> drivers/hv/hv_util.c | 2 +-
> drivers/hwmon/adt7470.c | 6 +-
> drivers/hwmon/da9052-hwmon.c | 2 +-
> drivers/hwmon/da9055-hwmon.c | 2 +-
> drivers/hwmon/smsc47m192.c | 4 +-
> drivers/iio/industrialio-buffer.c | 2 +-
> drivers/input/input.c | 6 +-
> drivers/irqchip/irq-gic.c | 6 +-
> drivers/md/dm-cache-metadata.c | 9 +
> drivers/md/dm-cache-target.c | 13 +-
> drivers/md/dm-thin-metadata.c | 9 +
> drivers/media/dvb-frontends/tda10071.c | 6 +-
> drivers/media/usb/gspca/pac7302.c | 1 +
> drivers/media/usb/hdpvr/hdpvr-video.c | 6 +-
> drivers/net/can/c_can/c_can_platform.c | 3 +-
> drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | 1 +
> drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 12 +-
> drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
> drivers/net/ethernet/intel/igb/igb_main.c | 2 +
> drivers/net/ethernet/marvell/mvneta.c | 211 +++++++++++++-----------
> drivers/net/ethernet/sun/sunvnet.c | 20 ++-
> drivers/net/macvlan.c | 1 +
> drivers/net/ppp/pppoe.c | 2 +-
> drivers/net/ppp/pptp.c | 2 +-
> drivers/net/usb/qmi_wwan.c | 3 +
> drivers/net/wireless/iwlwifi/dvm/rxon.c | 12 --
> drivers/net/wireless/mwifiex/main.c | 1 +
> drivers/rapidio/devices/tsi721_dma.c | 8 +-
> drivers/sbus/char/bbc_envctrl.c | 6 +
> drivers/sbus/char/bbc_i2c.c | 11 +-
> drivers/scsi/scsi_lib.c | 8 +
> drivers/staging/vt6655/bssdb.c | 2 +-
> drivers/staging/vt6655/device_main.c | 7 +-
> drivers/tty/serial/sunsab.c | 9 +
> drivers/usb/chipidea/udc.c | 4 +-
> drivers/usb/core/hub.c | 19 +++
> drivers/xen/manage.c | 5 +-
> fs/coredump.c | 2 +-
> fs/fuse/dir.c | 7 +-
> fs/fuse/inode.c | 20 ++-
> fs/namei.c | 183 ++++++++++++++++++++
> fs/namespace.c | 2 +-
> include/linux/libata.h | 1 +
> include/linux/namei.h | 1 +
> include/linux/printk.h | 6 +-
> include/net/inetpeer.h | 16 +-
> include/net/ip.h | 31 ++--
> include/net/ipv6.h | 11 +-
> include/net/secure_seq.h | 2 -
> include/net/sock.h | 16 +-
> init/main.c | 4 +
> kernel/power/process.c | 1 +
> kernel/printk/printk.c | 2 +-
> kernel/sched/core.c | 2 +-
> kernel/sched/debug.c | 2 +-
> kernel/sched/rt.c | 2 +-
> kernel/time/alarmtimer.c | 20 ++-
> kernel/time/clockevents.c | 10 +-
> kernel/trace/ftrace.c | 4 +-
> kernel/trace/ring_buffer.c | 4 -
> kernel/trace/trace.c | 20 ++-
> kernel/trace/trace_clock.c | 9 +-
> lib/btree.c | 1 +
> mm/kmemleak.c | 4 +-
> mm/page_alloc.c | 16 +-
> mm/shmem.c | 104 ++++++++++--
> mm/slab_common.c | 2 +
> mm/vmalloc.c | 14 +-
> net/8021q/vlan_core.c | 5 +-
> net/appletalk/ddp.c | 3 -
> net/compat.c | 9 +-
> net/core/dst.c | 16 +-
> net/core/iovec.c | 10 +-
> net/core/secure_seq.c | 25 ---
> net/core/skbuff.c | 2 +-
> net/dns_resolver/dns_query.c | 4 +-
> net/ipv4/icmp.c | 2 -
> net/ipv4/igmp.c | 14 +-
> net/ipv4/inetpeer.c | 18 --
> net/ipv4/ip_options.c | 4 +
> net/ipv4/ip_output.c | 7 +-
> net/ipv4/ip_tunnel.c | 12 +-
> net/ipv4/ip_tunnel_core.c | 2 +-
> net/ipv4/ipmr.c | 2 +-
> net/ipv4/raw.c | 2 +-
> net/ipv4/route.c | 84 ++++++----
> net/ipv4/tcp.c | 3 +-
> net/ipv4/tcp_input.c | 10 +-
> net/ipv4/tcp_output.c | 6 +-
> net/ipv4/tcp_vegas.c | 3 +-
> net/ipv4/tcp_veno.c | 2 +-
> net/ipv4/xfrm4_mode_tunnel.c | 2 +-
> net/ipv6/addrconf.c | 14 +-
> net/ipv6/ip6_output.c | 17 ++
> net/ipv6/output_core.c | 24 ---
> net/l2tp/l2tp_ppp.c | 4 +-
> net/mac80211/tx.c | 26 +--
> net/netfilter/ipvs/ip_vs_xmit.c | 2 +-
> net/netlink/af_netlink.c | 4 +-
> net/sctp/associola.c | 1 +
> net/sctp/output.c | 2 +-
> net/sctp/sysctl.c | 3 +-
> net/sctp/ulpevent.c | 122 ++------------
> net/tipc/bcast.c | 1 +
> net/wireless/trace.h | 3 +-
> 154 files changed, 1519 insertions(+), 697 deletions(-)
>
> Abbas Raza (1):
> usb: chipidea: udc: Disable auto ZLP generation on ep0
>
> Alex Deucher (2):
> drm/radeon: avoid leaking edid data
> drm/radeon: set default bl level to something reasonable
>
> Alexandre Bounine (1):
> rapidio/tsi721_dma: fix failure to obtain transaction descriptor
>
> Amitkumar Karwar (1):
> mwifiex: fix Tx timeout issue
>
> Anand Avati (1):
> fuse: ignore entry-timeout on LOOKUP_REVAL
>
> Andrey Ryabinin (1):
> net: sendmsg: fix NULL pointer dereference
>
> Andrey Utkin (2):
> appletalk: Fix socket referencing in skb
> arch/sparc/math-emu/math_32.c: drop stray break operator
>
> Andy Lutomirski (1):
> x86_64/entry/xen: Do not invoke espfix64 on Xen
>
> Anssi Hannula (1):
> dm cache: fix race affecting dirty block count
>
> Antti Palosaari (1):
> [media] tda10071: force modulation to QPSK on DVB-S
>
> Axel Lin (2):
> hwmon: (da9052) Don't use dash in the name attribute
> hwmon: (da9055) Don't use dash in the name attribute
>
> Ben Hutchings (1):
> dns_resolver: Null-terminate the right string
>
> Ben Pfaff (1):
> netlink: Fix handling of error from netlink_dump().
>
> Bernd Wachter (1):
> net: qmi_wwan: Add ID for Telewell TW-LTE 4G v2
>
> Bj�rn Mork (1):
> net: qmi_wwan: add two Sierra Wireless/Netgear devices
>
> Boris Ostrovsky (1):
> x86/espfix/xen: Fix allocation of pages for paravirt page tables
>
> Catalin Marinas (1):
> mm: kmemleak: avoid false negatives on vmalloc'ed objects
>
> Christian K�nig (1):
> drm/radeon: fix irq ring buffer overflow handling
>
> Christoph Hellwig (1):
> block: don't assume last put of shared tags is for the host
>
> Christoph Lameter (1):
> slab_common: Do not check for duplicate slab names
>
> Christoph Paasch (3):
> tcp: Fix divide by zero when pushing during tcp-repair
> tcp: Fix integer-overflows in TCP veno
> tcp: Fix integer-overflow in TCP vegas
>
> Christoph Schulz (1):
> net: pppoe: use correct channel MTU when using Multilink PPP
>
> Christopher Alexander Tobias Schulze (2):
> bbc-i2c: Fix BBC I2C envctrl on SunBlade 2000
> sunsab: Fix detection of BREAK on sunsab serial console
>
> Daniel Borkmann (3):
> net: sctp: check proc_dointvec result in proc_sctp_do_auth
> net: sctp: fix information leaks in ulpevent layer
> net: sctp: inherit auth_capable on INIT collisions
>
> David Rientjes (1):
> mm, thp: do not allow thp faults to avoid cpuset restrictions
>
> David S. Miller (8):
> sparc64: Fix argument sign extension for compat_sys_futex().
> sparc64: Handle 32-bit tasks properly in compute_effective_address().
> sparc64: Fix top-level fault handling bugs.
> sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addresses.
> sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.
> sparc64: Add membar to Niagara2 memcpy code.
> sparc64: Do not insert non-valid PTEs into the TSB hash table.
> sparc64: Guard against flushing openfirmware mappings.
>
> David Vrabel (1):
> xen/manage: fix potential deadlock when resuming the console
>
> Dmitry Kravkov (1):
> bnx2x: fix crash during TSO tunneling
>
> Dmitry Popov (1):
> ip_tunnel: fix ip_tunnel_lookup
>
> Dmitry Torokhov (1):
> Input: fix defuzzing logic
>
> Edward Allcutt (1):
> ipv4: icmp: Fix pMTU handling for rare case
>
> Eliad Peller (1):
> cfg80211: fix mic_failure tracing
>
> Emmanuel Grumbach (1):
> iwlwifi: dvm: don't enable CTS to self
>
> Eric Dumazet (8):
> ipv4: fix dst race in sk_dst_get()
> ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fix
> net: fix sparse warning in sk_dst_set()
> bnx2x: fix possible panic under memory stress
> ipv4: fix buffer overflow in ip_options_compile()
> inetpeer: get rid of ip_id_count
> ip: make IP identifiers less predictable
> sctp: fix possible seqlock seadlock in sctp_packet_transmit()
>
> Gao feng (1):
> ipv6: reallocate addrconf router for ipv6 address when lo device up
>
> Gavin Guo (1):
> usb: Check if port status is equal to RxDetect
>
> George Cherian (1):
> can: c_can_platform: Fix raminit, use devm_ioremap() instead of devm_ioremap_resource()
>
> Guenter Roeck (2):
> hwmon: (adt7470) Fix writes to temperature limit registers
> hwmon: (smsc47m192) Fix temperature limit and vrm write operations
>
> H. Peter Anvin (6):
> Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option"
> x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack
> x86, espfix: Move espfix definitions into a separate header file
> x86, espfix: Fix broken header guard
> x86, espfix: Make espfix64 a Kconfig option, fix UML
> x86, espfix: Make it possible to disable 16-bit support
>
> HATAYAMA Daisuke (1):
> perf/x86/intel: ignore CondChgd bit to avoid false NMI handling
>
> Hans Verkuil (1):
> [media] hdpvr: fix two audio bugs
>
> Hans de Goede (1):
> [media] gspca_pac7302: Add new usb-id for Genius i-Look 317
>
> Hugh Dickins (3):
> shmem: fix faulting into a hole while it's punched
> shmem: fix faulting into a hole, not taking i_mutex
> shmem: fix splicing from a hole while it's punched
>
> James Bottomley (1):
> scsi: handle flush errors properly
>
> Jan Kara (1):
> timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks
>
> Jason Wang (1):
> drm/qxl: return IRQ_NONE if it was not our irq
>
> Jeff Layton (1):
> vfs: allow umount to handle mountpoints without revalidating them
>
> Johannes Berg (1):
> Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"
>
> John David Anglin (1):
> parisc: Remove SA_RESTORER define
>
> John Stultz (2):
> alarmtimer: Fix bug where relative alarm timers were treated as absolute
> printk: rename printk_sched to printk_deferred
>
> Jon Paul Maloy (1):
> tipc: clear 'next'-pointer of message fragments before reassembly
>
> K. Y. Srinivasan (1):
> Drivers: hv: util: Fix a bug in the KVP code
>
> Kevin Hao (1):
> libata: support the ata host which implements a queue depth less than 32
>
> Kirill Tkhai (1):
> sparc64: Make itc_sync_lock raw
>
> Konstantin Khlebnikov (1):
> ARM: 8115/1: LPAE: reduce damage caused by idmap to virtual memory layout
>
> Lars-Peter Clausen (1):
> iio: buffer: Fix demux table creation
>
> Li RongQing (1):
> 8021q: fix a potential memory leak
>
> Linus Torvalds (1):
> Fix gcc-4.9.0 miscompilation of load_balance() in scheduler
>
> Loic Poulain (1):
> Bluetooth: Ignore H5 non-link packets in non-active state
>
> Malcolm Priestley (2):
> staging: vt6655: Fix Warning on boot handle_irq_event_percpu.
> staging: vt6655: Fix disassociated messages every 10 seconds
>
> Manuel Sch�lling (1):
> dns_resolver: assure that dns_query() result is null-terminated
>
> Martin Lau (1):
> ring-buffer: Fix polling on trace_pipe
>
> Martin Schwidefsky (1):
> s390/ptrace: fix PSW mask check
>
> Mateusz Guzik (1):
> sched: Fix possible divide by zero in avg_atom() calculation
>
> Matthias Brugger (1):
> irqchip: gic: Add support for cortex a7 compatible string
>
> Michael Brown (1):
> x86/efi: Include a .bss section within the PE/COFF headers
>
> Michael Ellerman (1):
> powerpc/perf: Fix MMCR2 handling for EBB
>
> Mike Snitzer (2):
> dm thin metadata: do not allow the data block size to change
> dm cache metadata: do not allow the data block size to change
>
> Miklos Szeredi (2):
> fuse: timeout comparison fix
> fuse: handle large user and group ID
>
> Mikulas Patocka (2):
> slab_common: fix the check for duplicate slab names
> block: provide compat ioctl for BLKZEROOUT
>
> Milan Broz (1):
> crypto: af_alg - properly label AF_ALG socket
>
> Minfei Huang (1):
> lib/btree.c: fix leak of whole btree nodes
>
> Neal Cardwell (1):
> tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb
>
> Romain Degez (1):
> ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode)
>
> Sasha Levin (2):
> net/l2tp: don't fall back on UDP [get|set]sockopt
> iovec: make sure the caller actually wants anything in memcpy_fromiovecend
>
> Silesh C V (1):
> coredump: fix the setting of PF_DUMPCORE
>
> Sowmini Varadhan (2):
> sunvnet: clean up objects created in vnet_new() on vnet_exit()
> sparc64: ldc_connect() should not return EINVAL when handshake is in progress.
>
> Stefan Assmann (1):
> igb: do a reset on SR-IOV re-init if device is down
>
> Steven Rostedt (Red Hat) (1):
> tracing: Fix graph tracer with stack tracer on other archs
>
> Suresh Reddy (1):
> be2net: set EQ DB clear-intr bit in be_open()
>
> Sven Wegener (1):
> x86_32, entry: Store badsys error code in %eax
>
> Takashi Iwai (1):
> PM / sleep: Fix request_firmware() error at resume
>
> Tejun Heo (2):
> blkcg: don't call into policy draining if root_blkg is already gone
> libata: introduce ata_host->n_tags to avoid oops on SAS controllers
>
> Thomas Fitzsimmons (1):
> net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()
>
> Thomas Petazzoni (1):
> net: mvneta: fix operation in 10 Mbit/s mode
>
> Tomasz Figa (1):
> irqchip: gic: Fix core ID calculation when topology is read from DT
>
> Tony Luck (1):
> tracing: Fix wraparound problems in "uptime" trace clock
>
> Vasily Averin (1):
> fs: umount on symlink leaks mnt count
>
> Vlad Yasevich (2):
> macvlan: Initialize vlan_features to turn on offload support.
> net: Correctly set segment mac_len in skb_segment().
>
> Yuchung Cheng (1):
> tcp: fix false undo corner cases
>
> dingtianhong (1):
> igmp: fix the problem when mc leave group
>
> willy tarreau (5):
> net: mvneta: increase the 64-bit rx/tx stats out of the hot path
> net: mvneta: use per_cpu stats to fix an SMP lock up
> net: mvneta: do not schedule in mvneta_tx_timeout
> net: mvneta: add missing bit descriptions for interrupt masks and causes
> net: mvneta: replace Tx timer with a real interrupt
>
> zhangwei(Jovi) (2):
> tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs
> tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs
next prev parent reply other threads:[~2014-08-20 16:47 UTC|newest]
Thread overview: 149+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-18 9:31 [3.11.y.z extended stable] Linux 3.11.10.15 stable review Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 001/137] Bluetooth: Ignore H5 non-link packets in non-active state Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 002/137] mwifiex: fix Tx timeout issue Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 003/137] perf/x86/intel: ignore CondChgd bit to avoid false NMI handling Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 004/137] xen/manage: fix potential deadlock when resuming the console Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 005/137] iwlwifi: dvm: don't enable CTS to self Luis Henriques
2014-08-31 12:04 ` Grumbach, Emmanuel
2014-09-01 8:46 ` Luis Henriques
2014-09-01 8:46 ` Luis Henriques
2014-09-01 8:50 ` Grumbach, Emmanuel
2014-09-01 8:50 ` Grumbach, Emmanuel
2014-08-18 9:31 ` [PATCH 3.11 006/137] fuse: timeout comparison fix Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 007/137] fuse: ignore entry-timeout on LOOKUP_REVAL Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 008/137] fuse: handle large user and group ID Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 009/137] alarmtimer: Fix bug where relative alarm timers were treated as absolute Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 010/137] irqchip: gic: Add support for cortex a7 compatible string Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 011/137] net: mvneta: fix operation in 10 Mbit/s mode Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 012/137] igb: do a reset on SR-IOV re-init if device is down Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 013/137] hwmon: (da9052) Don't use dash in the name attribute Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 014/137] hwmon: (da9055) " Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 015/137] net/l2tp: don't fall back on UDP [get|set]sockopt Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 016/137] PM / sleep: Fix request_firmware() error at resume Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 017/137] tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 018/137] tracing: Fix graph tracer with stack tracer on other archs Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 019/137] tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 020/137] dm thin metadata: do not allow the data block size to change Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 021/137] dm cache " Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 022/137] ring-buffer: Fix polling on trace_pipe Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 023/137] sched: Fix possible divide by zero in avg_atom() calculation Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 024/137] drm/qxl: return IRQ_NONE if it was not our irq Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 025/137] hwmon: (adt7470) Fix writes to temperature limit registers Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 026/137] drm/radeon: avoid leaking edid data Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 027/137] drm/radeon: set default bl level to something reasonable Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 028/137] usb: chipidea: udc: Disable auto ZLP generation on ep0 Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 029/137] usb: Check if port status is equal to RxDetect Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 030/137] irqchip: gic: Fix core ID calculation when topology is read from DT Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 031/137] Drivers: hv: util: Fix a bug in the KVP code Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 032/137] shmem: fix faulting into a hole while it's punched Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 033/137] shmem: fix faulting into a hole, not taking i_mutex Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 034/137] shmem: fix splicing from a hole while it's punched Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 035/137] ip_tunnel: fix ip_tunnel_lookup Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 036/137] tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 037/137] net: sctp: check proc_dointvec result in proc_sctp_do_auth Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 038/137] 8021q: fix a potential memory leak Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 039/137] ipv4: fix dst race in sk_dst_get() Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 040/137] ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fix Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 041/137] net: fix sparse warning in sk_dst_set() Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 042/137] bnx2x: fix possible panic under memory stress Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 043/137] tcp: Fix divide by zero when pushing during tcp-repair Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 044/137] ipv4: icmp: Fix pMTU handling for rare case Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 045/137] net: qmi_wwan: Add ID for Telewell TW-LTE 4G v2 Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 046/137] net: qmi_wwan: add two Sierra Wireless/Netgear devices Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 047/137] igmp: fix the problem when mc leave group Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 048/137] tcp: fix false undo corner cases Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 049/137] appletalk: Fix socket referencing in skb Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 050/137] net: mvneta: Fix big endian issue in mvneta_txq_desc_csum() Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 051/137] netlink: Fix handling of error from netlink_dump() Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 052/137] be2net: set EQ DB clear-intr bit in be_open() Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 053/137] tipc: clear 'next'-pointer of message fragments before reassembly Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 054/137] net: sctp: fix information leaks in ulpevent layer Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 055/137] net: pppoe: use correct channel MTU when using Multilink PPP Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 056/137] sunvnet: clean up objects created in vnet_new() on vnet_exit() Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 057/137] dns_resolver: assure that dns_query() result is null-terminated Luis Henriques
2014-08-18 9:31 ` [PATCH 3.11 058/137] dns_resolver: Null-terminate the right string Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 059/137] ipv4: fix buffer overflow in ip_options_compile() Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 060/137] slab_common: Do not check for duplicate slab names Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 061/137] slab_common: fix the " Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 062/137] [media] hdpvr: fix two audio bugs Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 063/137] block: don't assume last put of shared tags is for the host Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 064/137] blkcg: don't call into policy draining if root_blkg is already gone Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 065/137] block: provide compat ioctl for BLKZEROOUT Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 066/137] libata: support the ata host which implements a queue depth less than 32 Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 067/137] [media] tda10071: force modulation to QPSK on DVB-S Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 068/137] [media] gspca_pac7302: Add new usb-id for Genius i-Look 317 Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 069/137] s390/ptrace: fix PSW mask check Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 070/137] ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode) Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 071/137] Input: fix defuzzing logic Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 072/137] tracing: Fix wraparound problems in "uptime" trace clock Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 073/137] x86_32, entry: Store badsys error code in %eax Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 074/137] libata: introduce ata_host->n_tags to avoid oops on SAS controllers Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 075/137] drm/radeon: fix irq ring buffer overflow handling Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 076/137] coredump: fix the setting of PF_DUMPCORE Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 077/137] hwmon: (smsc47m192) Fix temperature limit and vrm write operations Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 078/137] parisc: Remove SA_RESTORER define Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 079/137] Fix gcc-4.9.0 miscompilation of load_balance() in scheduler Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 080/137] x86/efi: Include a .bss section within the PE/COFF headers Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 081/137] scsi: handle flush errors properly Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 082/137] cfg80211: fix mic_failure tracing Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 083/137] iio: buffer: Fix demux table creation Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 084/137] powerpc/perf: Fix MMCR2 handling for EBB Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 085/137] staging: vt6655: Fix Warning on boot handle_irq_event_percpu Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 086/137] staging: vt6655: Fix disassociated messages every 10 seconds Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 087/137] can: c_can_platform: Fix raminit, use devm_ioremap() instead of devm_ioremap_resource() Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 088/137] net: sendmsg: fix NULL pointer dereference Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 089/137] mm, thp: do not allow thp faults to avoid cpuset restrictions Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 090/137] rapidio/tsi721_dma: fix failure to obtain transaction descriptor Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 091/137] crypto: af_alg - properly label AF_ALG socket Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 092/137] dm cache: fix race affecting dirty block count Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 093/137] mm: kmemleak: avoid false negatives on vmalloc'ed objects Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 094/137] net: mvneta: increase the 64-bit rx/tx stats out of the hot path Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 095/137] net: mvneta: use per_cpu stats to fix an SMP lock up Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 096/137] net: mvneta: do not schedule in mvneta_tx_timeout Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 097/137] net: mvneta: add missing bit descriptions for interrupt masks and causes Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 098/137] net: mvneta: replace Tx timer with a real interrupt Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 099/137] net: sctp: inherit auth_capable on INIT collisions Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 100/137] ipv6: reallocate addrconf router for ipv6 address when lo device up Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 101/137] vfs: allow umount to handle mountpoints without revalidating them Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 102/137] Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan" Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 103/137] ARM: 8115/1: LPAE: reduce damage caused by idmap to virtual memory layout Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 104/137] printk: rename printk_sched to printk_deferred Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 105/137] timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 106/137] Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option" Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 107/137] x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 108/137] x86, espfix: Move espfix definitions into a separate header file Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 109/137] x86, espfix: Fix broken header guard Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 110/137] x86, espfix: Make espfix64 a Kconfig option, fix UML Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 111/137] x86, espfix: Make it possible to disable 16-bit support Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 112/137] x86_64/entry/xen: Do not invoke espfix64 on Xen Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 113/137] x86/espfix/xen: Fix allocation of pages for paravirt page tables Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 114/137] lib/btree.c: fix leak of whole btree nodes Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 115/137] fs: umount on symlink leaks mnt count Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 116/137] sparc64: Fix argument sign extension for compat_sys_futex() Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 117/137] sparc64: Make itc_sync_lock raw Luis Henriques
2014-08-18 9:32 ` [PATCH 3.11 118/137] sparc64: Handle 32-bit tasks properly in compute_effective_address() Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 119/137] sparc64: Fix top-level fault handling bugs Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 120/137] sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addresses Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 121/137] sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 122/137] sparc64: Add membar to Niagara2 memcpy code Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 123/137] sparc64: Do not insert non-valid PTEs into the TSB hash table Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 124/137] sparc64: Guard against flushing openfirmware mappings Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 125/137] bbc-i2c: Fix BBC I2C envctrl on SunBlade 2000 Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 126/137] sunsab: Fix detection of BREAK on sunsab serial console Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 127/137] sparc64: ldc_connect() should not return EINVAL when handshake is in progress Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 128/137] arch/sparc/math-emu/math_32.c: drop stray break operator Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 129/137] bnx2x: fix crash during TSO tunneling Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 130/137] inetpeer: get rid of ip_id_count Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 131/137] ip: make IP identifiers less predictable Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 132/137] tcp: Fix integer-overflows in TCP veno Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 133/137] tcp: Fix integer-overflow in TCP vegas Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 134/137] macvlan: Initialize vlan_features to turn on offload support Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 135/137] net: Correctly set segment mac_len in skb_segment() Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 136/137] iovec: make sure the caller actually wants anything in memcpy_fromiovecend Luis Henriques
2014-08-18 9:33 ` [PATCH 3.11 137/137] sctp: fix possible seqlock seadlock in sctp_packet_transmit() Luis Henriques
2014-08-20 16:47 ` Luis Henriques [this message]
2014-08-20 16:47 ` [3.11.y.z extended stable] Linux 3.11.10.15 stable review Luis Henriques
2014-08-20 16:56 ` [PATCH 3.11 138/141] mnt: Only change user settable mount flags in remount Luis Henriques
2014-08-20 16:56 ` [PATCH 3.11 139/141] mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount Luis Henriques
2014-08-20 16:56 ` [PATCH 3.11 140/141] mnt: Correct permission checks in do_remount Luis Henriques
2014-08-20 16:56 ` [PATCH 3.11 141/141] mnt: Change the default remount atime from relatime to the existing value Luis Henriques
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140820164720.GB21165@hercules \
--to=luis.henriques@canonical.com \
--cc=kernel-team@lists.ubuntu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.