linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ 3.5.y.z extended stable ] Linux 3.5.7.9 stable review
@ 2013-03-26 15:18 Luis Henriques
  2013-03-26 15:18 ` [PATCH 001/150] USB: option: add Huawei E5331 Luis Henriques
                   ` (149 more replies)
  0 siblings, 150 replies; 157+ messages in thread
From: Luis Henriques @ 2013-03-26 15:18 UTC (permalink / raw)
  To: linux-kernel, stable, kernel-team; +Cc: Luis Henriques

I am announcing the review cycle for the 3.5.7.9 stable release. This new
release contains 150 patches, which are posted as a response to this
message. They are also available at the following repository:

git://kernel.ubuntu.com/ubuntu/linux.git linux-3.5.y-review

If there are any problems, or if anything is missing, please answer to
this or to any of the followup patches. Note that any answer should be
made at maximum in 3 days, after that the final release of 3.5.7.9 will be
made.

For more information about the 3.5.y.z extended stable tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Included below are the diffstat and shortlog for this release.

-Luis

-- 
 .../devicetree/bindings/tty/serial/of-serial.txt   |   3 +
 arch/arm/include/asm/signal.h                      |   1 +
 arch/arm/mach-at91/include/mach/at91_rtc.h         |   1 -
 arch/avr32/include/asm/signal.h                    |   1 +
 arch/cris/include/asm/signal.h                     |   1 +
 arch/h8300/include/asm/signal.h                    |   1 +
 arch/m32r/include/asm/signal.h                     |   1 +
 arch/m68k/include/asm/signal.h                     |   1 +
 arch/mn10300/include/asm/signal.h                  |   1 +
 arch/powerpc/include/asm/signal.h                  |   1 +
 arch/powerpc/kernel/cputable.c                     |   2 +-
 arch/powerpc/mm/hash_utils_64.c                    |   2 +
 arch/s390/include/asm/signal.h                     |   1 +
 arch/s390/include/asm/tlbflush.h                   |   2 -
 arch/s390/kernel/entry.S                           |   3 +-
 arch/s390/kernel/entry64.S                         |   5 +-
 arch/sparc/include/asm/signal.h                    |   1 +
 arch/x86/include/asm/signal.h                      |   2 +
 arch/x86/kernel/cpu/perf_event_intel_ds.c          |  10 +
 arch/x86/lib/usercopy_64.c                         |   4 +-
 arch/x86/power/cpu.c                               |   2 +
 arch/xtensa/include/asm/signal.h                   |   1 +
 drivers/ata/ahci.c                                 |  32 ++
 drivers/block/loop.c                               |  24 +-
 drivers/char/hw_random/virtio-rng.c                |  13 +-
 drivers/connector/cn_proc.c                        |  10 +-
 drivers/gpu/drm/drm_edid.c                         |   3 +-
 drivers/gpu/drm/i915/i915_debugfs.c                |   2 +-
 drivers/gpu/drm/i915/i915_gem_execbuffer.c         |  11 +-
 drivers/gpu/drm/mgag200/mgag200_mode.c             |  10 +-
 drivers/gpu/drm/radeon/ni.c                        |  32 +-
 drivers/gpu/drm/radeon/radeon_benchmark.c          |  16 +-
 drivers/hid/hid-core.c                             |   1 +
 drivers/hid/hid-ids.h                              |   1 +
 drivers/hid/hid-sony.c                             |  18 +-
 drivers/hwmon/lineage-pem.c                        |   2 +
 drivers/hwmon/pmbus/ltc2978.c                      |  14 +-
 drivers/hwmon/sht15.c                              |   2 +-
 drivers/i2c/busses/i2c-tegra.c                     |  13 +-
 drivers/md/dm-bufio.c                              |   2 +
 drivers/md/dm-thin.c                               |   4 +-
 drivers/md/dm-verity.c                             |  39 ++-
 drivers/md/persistent-data/dm-btree-remove.c       |  46 +--
 drivers/net/bonding/bond_main.c                    |   6 +-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.h  |   3 +-
 drivers/net/ethernet/broadcom/tg3.c                |   8 +
 drivers/net/ethernet/sfc/bitfield.h                |  22 +-
 drivers/net/ethernet/sfc/efx.c                     |  21 +-
 drivers/net/ethernet/sfc/efx.h                     |  13 +
 drivers/net/ethernet/sfc/falcon.c                  |  37 ++-
 drivers/net/ethernet/sfc/mcdi.c                    |  33 +-
 drivers/net/ethernet/sfc/mcdi.h                    |   6 +-
 drivers/net/ethernet/sfc/net_driver.h              |  14 +-
 drivers/net/ethernet/sfc/nic.c                     |  65 +++-
 drivers/net/ethernet/sfc/nic.h                     |   2 +
 drivers/net/ethernet/sfc/rx.c                      |  25 +-
 drivers/net/ethernet/sfc/selftest.c                |  64 +---
 drivers/net/ethernet/sfc/siena.c                   |  44 ++-
 drivers/net/ethernet/sfc/siena_sriov.c             |  13 +-
 drivers/net/macvlan.c                              |   1 +
 drivers/net/netconsole.c                           |  20 +-
 drivers/net/tun.c                                  |   2 +
 drivers/net/wireless/mwifiex/join.c                |   7 +-
 drivers/net/wireless/rt2x00/rt2x00dev.c            |   2 +
 drivers/net/wireless/rtlwifi/rtl8192cu/hw.c        |  89 +++---
 drivers/rtc/rtc-at91rm9200.c                       |  50 +--
 drivers/staging/vt6656/main_usb.c                  |   4 -
 drivers/target/iscsi/iscsi_target_auth.c           |   5 +-
 drivers/target/target_core_file.h                  |   2 +-
 drivers/tty/pty.c                                  |   1 -
 drivers/tty/serial/8250/8250.c                     |  21 ++
 drivers/tty/serial/8250/8250_pci.c                 |  21 +-
 drivers/tty/serial/Kconfig                         |   2 +-
 drivers/tty/serial/of_serial.c                     |   6 +
 drivers/tty/serial/sunsu.c                         |  21 +-
 drivers/usb/class/cdc-acm.c                        |   3 +-
 drivers/usb/class/cdc-wdm.c                        |  23 +-
 drivers/usb/core/hcd-pci.c                         |  23 +-
 drivers/usb/gadget/g_ffs.c                         |   4 +-
 drivers/usb/gadget/udc-core.c                      |   2 +-
 drivers/usb/host/xhci.c                            |   3 +-
 drivers/usb/host/xhci.h                            |   4 +-
 drivers/usb/serial/ark3116.c                       |  10 +-
 drivers/usb/serial/ch341.c                         |  11 +-
 drivers/usb/serial/cp210x.c                        |  20 ++
 drivers/usb/serial/cypress_m8.c                    |  14 +-
 drivers/usb/serial/f81232.c                        |   9 +-
 drivers/usb/serial/ftdi_sio.c                      |  19 +-
 drivers/usb/serial/garmin_gps.c                    |   7 +-
 drivers/usb/serial/io_edgeport.c                   |  12 +-
 drivers/usb/serial/io_ti.c                         |  13 +-
 drivers/usb/serial/mct_u232.c                      |  14 +-
 drivers/usb/serial/mos7840.c                       |  16 +-
 drivers/usb/serial/option.c                        |   5 +
 drivers/usb/serial/oti6858.c                       |  10 +-
 drivers/usb/serial/pl2303.c                        |  11 +-
 drivers/usb/serial/qcaux.c                         |   1 +
 drivers/usb/serial/quatech2.c                      |  12 +-
 drivers/usb/serial/spcp8x5.c                       |   9 +-
 drivers/usb/serial/ssu100.c                        |  12 +-
 drivers/usb/serial/ti_usb_3410_5052.c              |  10 +-
 drivers/usb/serial/usb-serial.c                    |   3 +-
 drivers/usb/storage/initializers.c                 |  76 +----
 drivers/usb/storage/initializers.h                 |   4 +-
 drivers/usb/storage/unusual_devs.h                 | 336 ++++++++++++++++++++-
 drivers/vhost/net.c                                |   3 +-
 drivers/video/atmel_lcdfb.c                        |  22 +-
 drivers/w1/w1.c                                    |   3 +-
 fs/block_dev.c                                     |   4 +-
 fs/btrfs/volumes.c                                 |   6 +
 fs/cifs/asn1.c                                     |  53 +---
 fs/cifs/cifsfs.c                                   |  24 ++
 fs/cifs/cifsfs.h                                   |   4 +
 fs/cifs/file.c                                     |   6 +-
 fs/ext3/super.c                                    |   4 +-
 fs/ext4/ext4.h                                     |   6 +-
 fs/ext4/extents.c                                  |   6 +-
 fs/ext4/ialloc.c                                   |   4 +-
 fs/ext4/inode.c                                    |   3 +-
 fs/ext4/mballoc.c                                  |  12 +-
 fs/ext4/resize.c                                   |   4 +-
 fs/ext4/super.c                                    |   4 +-
 fs/isofs/export.c                                  |   1 +
 fs/jbd2/transaction.c                              |  15 +-
 fs/proc/inode.c                                    |   9 +-
 fs/udf/namei.c                                     |   1 +
 include/asm-generic/signal.h                       |   4 +
 include/drm/drm_pciids.h                           |  13 +-
 include/linux/perf_event.h                         |   6 +
 include/linux/serial_core.h                        |   5 +-
 include/linux/skbuff.h                             |   7 +-
 include/linux/usb/serial.h                         |   2 +
 include/net/inet_frag.h                            |   9 +
 include/net/ip_fib.h                               |  12 +-
 include/video/atmel_lcdc.h                         |   1 +
 kernel/signal.c                                    |   3 +
 kernel/trace/ftrace.c                              |   4 +-
 kernel/trace/trace.c                               |   9 +-
 mm/hugetlb.c                                       |   8 +-
 mm/memory_hotplug.c                                |  15 +-
 net/core/dev.c                                     |   1 +
 net/core/rtnetlink.c                               |   3 +-
 net/dcb/dcbnl.c                                    |   8 +
 net/ieee802154/6lowpan.h                           |   2 +-
 net/ipv4/inet_fragment.c                           |  20 +-
 net/ipv4/ip_fragment.c                             |  11 +-
 net/ipv4/ip_options.c                              |   5 +-
 net/ipv4/tcp.c                                     |   2 +-
 net/ipv4/tcp_input.c                               |   6 +-
 net/ipv4/tcp_output.c                              |   1 -
 net/ipv6/ip6_input.c                               |   3 +-
 net/ipv6/netfilter/nf_conntrack_reasm.c            |  11 +-
 net/ipv6/reassembly.c                              |   8 +-
 net/ipv6/route.c                                   |   3 +-
 net/l2tp/l2tp_ppp.c                                |   1 +
 net/netlabel/netlabel_unlabeled.c                  |  27 +-
 net/rds/message.c                                  |   3 +
 net/sctp/associola.c                               |   2 +-
 net/sctp/sm_statefuns.c                            |   2 +-
 security/keys/keyctl.c                             |   4 +-
 security/selinux/xfrm.c                            |   2 +-
 sound/core/seq/seq_timer.c                         |   8 +-
 sound/pci/hda/hda_codec.c                          |   2 +-
 sound/pci/hda/patch_conexant.c                     |   8 +-
 sound/usb/mixer.c                                  |  16 +-
 tools/hv/hv_kvp_daemon.c                           |   8 +-
 166 files changed, 1439 insertions(+), 688 deletions(-)

Alan Cox (1):
      key: Fix resource leak

Alan Stern (1):
      usb: gadget: udc-core: fix a regression during gadget driver unbinding

Alex Deucher (4):
      drm/radeon: fix backend map setup on 1 RB trinity boards
      drm/radeon/benchmark: make sure bo blit copy exists before using it
      drm/radeon: add support for Richland APUs
      drm/radeon: add Richland pci ids

Amit Shah (1):
      virtio: rng: disallow multiple device registrations, fixes crashes

Andrew Morton (1):
      kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER

Andrzej Pietrasiewicz (1):
      usb: gadget: ffs: fix enable multiple instances

Andy Grover (1):
      target/iscsi: Fix mutual CHAP auth on big-endian arches

Axel Lin (1):
      hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attributes

Ben Hutchings (16):
      hwmon: (sht15) Fix memory leak if regulator_enable() fails
      sfc: Disable VF queues during register self-test
      sfc: Really disable flow control while flushing
      sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()
      sfc: Add parentheses around use of bitfield macro arguments
      sfc: Fix MCDI structure field lookup
      sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES request
      sfc: Correctly initialise reset_method in siena_test_chip()
      sfc: Fix timekeeping in efx_mcdi_poll()
      sfc: Properly sync RX DMA buffer when it is not the last in the page
      sfc: Fix efx_rx_buf_offset() in the presence of swiotlb
      sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0
      sfc: Detach net device when stopping queues for reconfiguration
      sfc: Only use TX push if a single descriptor is to be written
      sfc: Disable soft interrupt handling during efx_device_detach_sync()
      signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorer

Benjamin Herrenschmidt (2):
      powerpc: Fix STAB initialization
      powerpc: Fix cputable entry for 970MP rev 1.0

Bing Zhao (1):
      mwifiex: fix potential out-of-boundary access to ibss rate table

Bjørn Mork (2):
      USB: option: add Huawei E5331
      USB: storage: fix Huawei mode switching regression

CQ Tang (1):
      x86-64: Fix the failure case in copy_user_handle_tail()

Christian Schmiedl (1):
      USB: added support for Cinterion's products AH6 and PLS8

Cong Wang (1):
      rds: limit the size allocated by rds_message_alloc()

Cristian Bercaru (1):
      bridging: fix rx_handlers return code

Dan Carpenter (1):
      selinux: use GFP_ATOMIC under spin_lock

Dan Williams (1):
      qcaux: add Franklin U600

Daniel Mack (2):
      ALSA: snd-usb: mixer: propagate errors up the call chain
      ALSA: snd-usb: mixer: ignore -EINVAL in snd_usb_mixer_controls()

Daniel Pieczko (2):
      sfc: Work-around flush timeout when flushes have completed
      sfc: lock TX queues when calling netif_device_detach()

David Rientjes (1):
      perf,x86: fix link failure for non-Intel configs

David Ward (1):
      net/ipv4: Ensure that location of timestamp option is stored

Denis V. Lunev (1):
      ipv4: fix definition of FIB_TABLE_HASHSZ

Dmitry Artamonow (1):
      usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 player

Dmitry Torokhov (1):
      USB: xhci - fix bit definitions for IMAN register

Eric Dumazet (2):
      tun: add a missing nf_reset() in tun_net_xmit()
      tcp: fix skb_availroom()

Eric Sandeen (1):
      btrfs: use rcu_barrier() to wait for bdev puts at unmount

Fernando Luis Vázquez Cao (2):
      HID: add support for Sony RF receiver with USB product id 0x0374
      HID: clean up quirk for Sony RF receivers

Guenter Roeck (1):
      hwmon: (pmbus/ltc2978) Fix temperature reporting

Guillaume Nault (1):
      l2tp: Restore socket refcount when sendmsg succeeds

Guo Chao (3):
      block: use i_size_write() in bd_set_size()
      loopdev: fix a deadlock
      loopdev: remove an user triggerable oops

Hannes Frederic Sowa (2):
      ipv6: stop multicast forwarding to process interface scoped addresses
      inet: limit length of fragment queue hash table bucket lists

Hannes Reinecke (1):
      USB: xhci: correctly enable interrupts

Heiko Carstens (1):
      s390/mm: fix flush_tlb_kernel_range()

James Ralston (2):
      ahci: Add Device IDs for Intel Lynx Point-LP PCH
      ahci: Add Device IDs for Intel Wellsburg PCH

Jan Kara (1):
      jbd2: fix use after free in jbd2_journal_dirty_metadata()

Jeff Layton (1):
      cifs: ignore everything in SPNEGO blob after mechTypes

Jiang Liu (1):
      mm/hotplug: correctly add new zone to all other nodes' zone lists

Jiri Slaby (1):
      TTY: do not reset master's packet mode

Joe Thornber (1):
      dm thin: fix discard corruption

Johan Hovold (22):
      atmel_lcdfb: fix 16-bpp modes on older SOCs
      USB: cdc-acm: fix device unregistration
      USB: garmin_gps: fix memory leak on disconnect
      USB: io_ti: fix get_icount for two port adapters
      USB: serial: fix interface refcounting
      USB: serial: add modem-status-change wait queue
      USB: ark3116: fix use-after-free in TIOCMIWAIT
      USB: ch341: fix use-after-free in TIOCMIWAIT
      USB: cypress_m8: fix use-after-free in TIOCMIWAIT
      USB: f81232: fix use-after-free in TIOCMIWAIT
      USB: ftdi_sio: fix use-after-free in TIOCMIWAIT
      USB: io_edgeport: fix use-after-free in TIOCMIWAIT
      USB: io_ti: fix use-after-free in TIOCMIWAIT
      USB: mct_u232: fix use-after-free in TIOCMIWAIT
      USB: mos7840: fix broken TIOCMIWAIT
      USB: mos7840: fix use-after-free in TIOCMIWAIT
      USB: oti6858: fix use-after-free in TIOCMIWAIT
      USB: pl2303: fix use-after-free in TIOCMIWAIT
      USB: quatech2: fix use-after-free in TIOCMIWAIT
      USB: spcp8x5: fix use-after-free in TIOCMIWAIT
      USB: ssu100: fix use-after-free in TIOCMIWAIT
      USB: ti_usb_3410_5052: fix use-after-free in TIOCMIWAIT

Julia Lemire (1):
      drm/mgag200: Bug fix: Modified pll algorithm for EH project

Kees Cook (4):
      signal: always clear sa_restorer on execve
      proc connector: reject unprivileged listener bumps
      drm/i915: restrict kernel address leak in debugfs
      drm/i915: bounds check execbuffer relocation count

Larry Finger (2):
      rtlwifi: rtl8192cu: Fix schedule while atomic bug splat
      rtlwifi: rtl8192cu: Fix problem that prevents reassociation

Lars-Peter Clausen (1):
      ext3: Fix format string issues

Laxman Dewangan (1):
      i2c: tegra: check the clk_prepare_enable() return value

Ley Foon Tan (1):
      tty/serial: Add support for Altera serial port

Lingzhu Xiang (1):
      rt2x00: error in configurations with mesh support disabled

Linus Torvalds (2):
      perf,x86: fix wrmsr_on_cpu() warning on suspend/resume
      vfs,proc: guarantee unique inodes in /proc

Lorenzo Colitti (1):
      net: ipv6: Don't purge default router if accept_ra=2

Maciej Żenczykowski (1):
      bnx2x: fix occasional statistics off-by-4GB error

Malcolm Priestley (1):
      staging: vt6656: Fix oops on resume from suspend.

Marcin Jurkowski (1):
      w1: fix oops when w1_search is called from netlink connector

Martin Schwidefsky (1):
      s390: critical section cleanup vs. machine checks

Mateusz Guzik (1):
      cifs: delay super block destruction until all cifsFileInfo objects are gone

Mathias Krause (4):
      rtnl: fix info leak on RTM_GETLINK request for VF devices
      dcbnl: fix various netlink info leaks
      udf: avoid info leak on export
      isofs: avoid info leak on export

Matwey V. Kornilov (1):
      usb: cp210x new Vendor/Device IDs

Michael S. Tsirkin (1):
      vhost/net: fix heads usage of ubuf_info

Mikulas Patocka (1):
      dm verity: avoid deadlock

Neal Cardwell (1):
      tcp: fix double-counted receiver RTT when leaving receiver fast path

Nicholas Bellinger (1):
      target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/Os

Nicolas Ferre (1):
      drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR

Nithin Sujir (1):
      tg3: 5715 does not link up when autoneg off

Oliver Neukum (1):
      USB: cdc-wdm: fix buffer overflow

Paul Bolle (1):
      tty: serial: fix typo "ARCH_S5P6450"

Paul Moore (2):
      netlabel: correctly list all the static label mappings
      netlabel: fix build problems when CONFIG_IPV6=n

Scott Ashcroft (1):
      Fix 4 port and add support for 8 port 'Unknown' PCI serial port cards

Seth Heasley (1):
      ahci: AHCI-mode SATA patch for Intel Avoton DeviceIDs

Stephane Eranian (1):
      perf,x86: fix kernel crash with PEBS/BTS after suspend/resume

Steve Conklin (1):
      usb: serial: Add Rigblaster Advantage to device table

Steven Rostedt (Red Hat) (3):
      tracing: Fix race in snapshot swapping
      tracing: Fix free of probe entry by calling call_rcu_sched()
      tracing: Keep overwrite in sync between regular and snapshot buffers

Takashi Iwai (3):
      ALSA: seq: Fix missing error handling in snd_seq_timer_open()
      ALSA: hda/cirrus - Fix the digital beep registration
      ALSA: hda - Fix typo in checking IEC958 emphasis bit

Theodore Ts'o (2):
      ext4: use atomic64_t for the per-flexbg free_clusters count
      ext4: fix data=journal fast mount/umount hang

Tkhai Kirill (1):
      sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline option

Tomas Hozza (1):
      tools: hv: Netlink source address validation allows DoS

Torsten Duwe (2):
      KMS: fix EDID detailed timing vsync parsing
      KMS: fix EDID detailed timing frame rate

Veaceslav Falico (2):
      netconsole: don't call __netpoll_cleanup() while atomic
      bonding: don't call update_speed_duplex() under spinlocks

Vlad Yasevich (3):
      macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode.
      sctp: Use correct sideffect command in duplicate cookie handling
      rtnetlink: Mask the rta_type when range checking

Wang YanQing (1):
      serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O Controller

Wanpeng Li (1):
      mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit accouting

Xufeng Zhang (1):
      sctp: don't break the loop while meeting the active_path so as to find the matched transport

YOSHIFUJI Hideaki / 吉藤英明 (1):
      6lowpan: Fix endianness issue in is_addr_link_local().

Zheng Liu (1):
      ext4: fix the wrong number of the allocated blocks in ext4_split_extent()

^ permalink raw reply	[flat|nested] 157+ messages in thread

end of thread, other threads:[~2013-03-27 10:14 UTC | newest]

Thread overview: 157+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-26 15:18 [ 3.5.y.z extended stable ] Linux 3.5.7.9 stable review Luis Henriques
2013-03-26 15:18 ` [PATCH 001/150] USB: option: add Huawei E5331 Luis Henriques
2013-03-26 15:18 ` [PATCH 002/150] USB: storage: fix Huawei mode switching regression Luis Henriques
2013-03-26 15:18 ` [PATCH 003/150] USB: added support for Cinterion's products AH6 and PLS8 Luis Henriques
2013-03-26 15:18 ` [PATCH 004/150] ALSA: seq: Fix missing error handling in snd_seq_timer_open() Luis Henriques
2013-03-26 15:18 ` [PATCH 005/150] usb: cp210x new Vendor/Device IDs Luis Henriques
2013-03-26 15:18 ` [PATCH 006/150] staging: vt6656: Fix oops on resume from suspend Luis Henriques
2013-03-26 15:18 ` [PATCH 007/150] qcaux: add Franklin U600 Luis Henriques
2013-03-26 15:18 ` [PATCH 008/150] ext3: Fix format string issues Luis Henriques
2013-03-26 15:18 ` [PATCH 009/150] tty/serial: Add support for Altera serial port Luis Henriques
2013-03-26 15:18 ` [PATCH 010/150] Fix 4 port and add support for 8 port 'Unknown' PCI serial port cards Luis Henriques
2013-03-26 15:18 ` [PATCH 011/150] serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O Controller Luis Henriques
2013-03-26 15:18 ` [PATCH 012/150] tty: serial: fix typo "ARCH_S5P6450" Luis Henriques
2013-03-26 15:18 ` [PATCH 013/150] usb: serial: Add Rigblaster Advantage to device table Luis Henriques
2013-03-26 15:18 ` [PATCH 014/150] w1: fix oops when w1_search is called from netlink connector Luis Henriques
2013-03-26 15:18 ` [PATCH 015/150] USB: cdc-wdm: fix buffer overflow Luis Henriques
2013-03-26 15:18 ` [PATCH 016/150] signal: always clear sa_restorer on execve Luis Henriques
2013-03-26 15:18 ` [PATCH 017/150] hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attributes Luis Henriques
2013-03-26 15:18 ` [PATCH 018/150] hwmon: (pmbus/ltc2978) Fix temperature reporting Luis Henriques
2013-03-26 15:18 ` [PATCH 019/150] btrfs: use rcu_barrier() to wait for bdev puts at unmount Luis Henriques
2013-03-26 15:18 ` [PATCH 020/150] hwmon: (sht15) Fix memory leak if regulator_enable() fails Luis Henriques
2013-03-26 15:18 ` [PATCH 021/150] TTY: do not reset master's packet mode Luis Henriques
2013-03-26 15:18 ` [PATCH 022/150] virtio: rng: disallow multiple device registrations, fixes crashes Luis Henriques
2013-03-26 15:18 ` [PATCH 023/150] mm/hotplug: correctly add new zone to all other nodes' zone lists Luis Henriques
2013-03-26 15:18 ` [PATCH 024/150] block: use i_size_write() in bd_set_size() Luis Henriques
2013-03-26 15:18 ` [PATCH 025/150] loopdev: fix a deadlock Luis Henriques
2013-03-26 15:18 ` [PATCH 026/150] loopdev: remove an user triggerable oops Luis Henriques
2013-03-26 15:18 ` [PATCH 027/150] proc connector: reject unprivileged listener bumps Luis Henriques
2013-03-26 15:18 ` [PATCH 028/150] s390: critical section cleanup vs. machine checks Luis Henriques
2013-03-26 15:18 ` [PATCH 029/150] s390/mm: fix flush_tlb_kernel_range() Luis Henriques
2013-03-26 15:18 ` [PATCH 030/150] powerpc: Fix STAB initialization Luis Henriques
2013-03-26 15:18 ` [PATCH 031/150] powerpc: Fix cputable entry for 970MP rev 1.0 Luis Henriques
2013-03-26 15:18 ` [PATCH 032/150] atmel_lcdfb: fix 16-bpp modes on older SOCs Luis Henriques
2013-03-26 15:18 ` [PATCH 033/150] selinux: use GFP_ATOMIC under spin_lock Luis Henriques
2013-03-26 15:18 ` [PATCH 034/150] perf,x86: fix kernel crash with PEBS/BTS after suspend/resume Luis Henriques
2013-03-26 15:18 ` [PATCH 035/150] perf,x86: fix link failure for non-Intel configs Luis Henriques
2013-03-26 15:18 ` [PATCH 036/150] perf,x86: fix wrmsr_on_cpu() warning on suspend/resume Luis Henriques
2013-03-26 15:18 ` [PATCH 037/150] l2tp: Restore socket refcount when sendmsg succeeds Luis Henriques
2013-03-26 15:18 ` [PATCH 038/150] rds: limit the size allocated by rds_message_alloc() Luis Henriques
2013-03-26 15:18 ` [PATCH 039/150] net: ipv6: Don't purge default router if accept_ra=2 Luis Henriques
2013-03-26 15:18 ` [PATCH 040/150] tcp: fix double-counted receiver RTT when leaving receiver fast path Luis Henriques
2013-03-26 15:19 ` [PATCH 041/150] tun: add a missing nf_reset() in tun_net_xmit() Luis Henriques
2013-03-26 15:19 ` [PATCH 042/150] macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode Luis Henriques
2013-03-26 15:19 ` [PATCH 043/150] netlabel: correctly list all the static label mappings Luis Henriques
2013-03-26 15:19 ` [PATCH 044/150] netlabel: fix build problems when CONFIG_IPV6=n Luis Henriques
2013-03-26 15:19 ` [PATCH 045/150] bridging: fix rx_handlers return code Luis Henriques
2013-03-26 15:19 ` [PATCH 046/150] ipv6: stop multicast forwarding to process interface scoped addresses Luis Henriques
2013-03-26 15:19 ` [PATCH 047/150] rtnl: fix info leak on RTM_GETLINK request for VF devices Luis Henriques
2013-03-26 15:19 ` [PATCH 048/150] dcbnl: fix various netlink info leaks Luis Henriques
2013-03-26 15:19 ` [PATCH 049/150] 6lowpan: Fix endianness issue in is_addr_link_local() Luis Henriques
2013-03-26 15:19 ` [PATCH 050/150] ahci: Add Device IDs for Intel Lynx Point-LP PCH Luis Henriques
2013-03-26 15:19 ` [PATCH 051/150] ahci: AHCI-mode SATA patch for Intel Avoton DeviceIDs Luis Henriques
2013-03-26 15:19 ` [PATCH 052/150] ahci: Add Device IDs for Intel Wellsburg PCH Luis Henriques
2013-03-26 15:19 ` [PATCH 053/150] HID: add support for Sony RF receiver with USB product id 0x0374 Luis Henriques
2013-03-26 15:19 ` [PATCH 054/150] HID: clean up quirk for Sony RF receivers Luis Henriques
2013-03-26 15:19 ` [PATCH 055/150] rt2x00: error in configurations with mesh support disabled Luis Henriques
2013-03-26 15:19 ` [PATCH 056/150] mwifiex: fix potential out-of-boundary access to ibss rate table Luis Henriques
2013-03-26 15:19 ` [PATCH 057/150] rtlwifi: rtl8192cu: Fix schedule while atomic bug splat Luis Henriques
2013-03-26 15:19 ` [PATCH 058/150] rtlwifi: rtl8192cu: Fix problem that prevents reassociation Luis Henriques
2013-03-26 15:19 ` [PATCH 059/150] vhost/net: fix heads usage of ubuf_info Luis Henriques
2013-03-26 15:19 ` [PATCH 060/150] tools: hv: Netlink source address validation allows DoS Luis Henriques
2013-03-26 15:19 ` [PATCH 061/150] udf: avoid info leak on export Luis Henriques
2013-03-26 15:19 ` [PATCH 062/150] isofs: " Luis Henriques
2013-03-26 15:19 ` [PATCH 063/150] key: Fix resource leak Luis Henriques
2013-03-26 15:19 ` [PATCH 064/150] ext4: fix the wrong number of the allocated blocks in ext4_split_extent() Luis Henriques
2013-03-26 15:19 ` [PATCH 065/150] jbd2: fix use after free in jbd2_journal_dirty_metadata() Luis Henriques
2013-03-26 15:19 ` [PATCH 066/150] ext4: use atomic64_t for the per-flexbg free_clusters count Luis Henriques
2013-03-26 15:19 ` [PATCH 067/150] tracing: Fix race in snapshot swapping Luis Henriques
2013-03-26 15:19 ` [PATCH 068/150] cifs: delay super block destruction until all cifsFileInfo objects are gone Luis Henriques
2013-03-26 15:19 ` [PATCH 069/150] drm/i915: restrict kernel address leak in debugfs Luis Henriques
2013-03-26 15:19 ` [PATCH 070/150] drm/i915: bounds check execbuffer relocation count Luis Henriques
2013-03-26 15:19 ` [PATCH 071/150] tracing: Fix free of probe entry by calling call_rcu_sched() Luis Henriques
2013-03-26 15:19 ` [PATCH 072/150] tracing: Keep overwrite in sync between regular and snapshot buffers Luis Henriques
2013-03-26 15:19 ` [PATCH 073/150] USB: xhci: correctly enable interrupts Luis Henriques
2013-03-26 15:19 ` [PATCH 074/150] usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 player Luis Henriques
2013-03-26 15:19 ` [PATCH 075/150] drm/radeon: fix backend map setup on 1 RB trinity boards Luis Henriques
2013-03-26 15:19 ` [PATCH 076/150] drm/radeon/benchmark: make sure bo blit copy exists before using it Luis Henriques
2013-03-26 15:19 ` [PATCH 077/150] drm/radeon: add support for Richland APUs Luis Henriques
2013-03-26 15:19 ` [PATCH 078/150] drm/radeon: add Richland pci ids Luis Henriques
2013-03-26 15:19 ` [PATCH 079/150] ALSA: hda/cirrus - Fix the digital beep registration Luis Henriques
2013-03-26 15:19 ` [PATCH 080/150] USB: xhci - fix bit definitions for IMAN register Luis Henriques
2013-03-26 15:19 ` [PATCH 081/150] x86-64: Fix the failure case in copy_user_handle_tail() Luis Henriques
2013-03-26 15:19 ` [PATCH 082/150] target/iscsi: Fix mutual CHAP auth on big-endian arches Luis Henriques
2013-03-26 15:19 ` [PATCH 083/150] target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/Os Luis Henriques
2013-03-26 15:19 ` [PATCH 084/150] ALSA: snd-usb: mixer: propagate errors up the call chain Luis Henriques
2013-03-26 15:19 ` [PATCH 085/150] ALSA: snd-usb: mixer: ignore -EINVAL in snd_usb_mixer_controls() Luis Henriques
2013-03-26 15:19 ` [PATCH 086/150] ext4: fix data=journal fast mount/umount hang Luis Henriques
2013-03-26 15:19 ` [PATCH 087/150] ALSA: hda - Fix typo in checking IEC958 emphasis bit Luis Henriques
2013-03-26 15:19 ` [PATCH 088/150] usb: gadget: udc-core: fix a regression during gadget driver unbinding Luis Henriques
2013-03-26 15:19 ` [PATCH 089/150] usb: gadget: ffs: fix enable multiple instances Luis Henriques
2013-03-26 15:19 ` [PATCH 090/150] dm thin: fix discard corruption Luis Henriques
2013-03-26 15:19 ` [PATCH 091/150] dm verity: avoid deadlock Luis Henriques
2013-03-26 15:19 ` [PATCH 092/150] drm/mgag200: Bug fix: Modified pll algorithm for EH project Luis Henriques
2013-03-26 15:19 ` [PATCH 093/150] cifs: ignore everything in SPNEGO blob after mechTypes Luis Henriques
2013-03-26 15:19 ` [PATCH 094/150] USB: cdc-acm: fix device unregistration Luis Henriques
2013-03-26 15:19 ` [PATCH 095/150] USB: garmin_gps: fix memory leak on disconnect Luis Henriques
2013-03-26 15:19 ` [PATCH 096/150] USB: io_ti: fix get_icount for two port adapters Luis Henriques
2013-03-26 15:19 ` [PATCH 097/150] USB: serial: fix interface refcounting Luis Henriques
2013-03-26 15:19 ` [PATCH 098/150] USB: serial: add modem-status-change wait queue Luis Henriques
2013-03-26 15:31   ` Johan Hovold
2013-03-27  9:35     ` Luis Henriques
2013-03-26 15:19 ` [PATCH 099/150] USB: ark3116: fix use-after-free in TIOCMIWAIT Luis Henriques
2013-03-26 15:19 ` [PATCH 100/150] USB: ch341: " Luis Henriques
2013-03-26 15:20 ` [PATCH 101/150] USB: cypress_m8: " Luis Henriques
2013-03-26 15:20 ` [PATCH 102/150] USB: f81232: " Luis Henriques
2013-03-26 15:20 ` [PATCH 103/150] USB: ftdi_sio: " Luis Henriques
2013-03-26 15:20 ` [PATCH 104/150] USB: io_edgeport: " Luis Henriques
2013-03-26 15:20 ` [PATCH 105/150] USB: io_ti: " Luis Henriques
2013-03-26 15:20 ` [PATCH 106/150] USB: mct_u232: " Luis Henriques
2013-03-26 15:20 ` [PATCH 107/150] USB: mos7840: fix broken TIOCMIWAIT Luis Henriques
2013-03-26 15:20 ` [PATCH 108/150] USB: mos7840: fix use-after-free in TIOCMIWAIT Luis Henriques
2013-03-26 15:20 ` [PATCH 109/150] USB: oti6858: " Luis Henriques
2013-03-26 15:20 ` [PATCH 110/150] USB: pl2303: " Luis Henriques
2013-03-26 15:20 ` [PATCH 111/150] USB: quatech2: " Luis Henriques
2013-03-26 15:20 ` [PATCH 112/150] USB: spcp8x5: " Luis Henriques
2013-03-26 15:20 ` [PATCH 113/150] USB: ssu100: " Luis Henriques
2013-03-26 15:20 ` [PATCH 114/150] USB: ti_usb_3410_5052: " Luis Henriques
2013-03-26 15:20 ` [PATCH 115/150] i2c: tegra: check the clk_prepare_enable() return value Luis Henriques
2013-03-26 15:20 ` [PATCH 116/150] vfs,proc: guarantee unique inodes in /proc Luis Henriques
2013-03-27  5:40   ` Ben Hutchings
2013-03-27 10:14     ` Luis Henriques
2013-03-26 15:20 ` [PATCH 117/150] mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit accouting Luis Henriques
2013-03-26 15:20 ` [PATCH 118/150] drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR Luis Henriques
2013-03-26 15:20 ` [PATCH 119/150] KMS: fix EDID detailed timing vsync parsing Luis Henriques
2013-03-26 15:20 ` [PATCH 120/150] KMS: fix EDID detailed timing frame rate Luis Henriques
2013-03-26 15:20 ` [PATCH 121/150] tg3: 5715 does not link up when autoneg off Luis Henriques
2013-03-26 15:20 ` [PATCH 122/150] sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline option Luis Henriques
2013-03-26 15:20 ` [PATCH 123/150] sfc: Disable VF queues during register self-test Luis Henriques
2013-03-26 15:20 ` [PATCH 124/150] sfc: Really disable flow control while flushing Luis Henriques
2013-03-26 15:20 ` [PATCH 125/150] sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg() Luis Henriques
2013-03-26 15:20 ` [PATCH 126/150] sfc: Add parentheses around use of bitfield macro arguments Luis Henriques
2013-03-26 15:20 ` [PATCH 127/150] sfc: Fix MCDI structure field lookup Luis Henriques
2013-03-26 15:20 ` [PATCH 128/150] sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES request Luis Henriques
2013-03-26 15:20 ` [PATCH 129/150] sfc: Work-around flush timeout when flushes have completed Luis Henriques
2013-03-26 15:20 ` [PATCH 130/150] sfc: lock TX queues when calling netif_device_detach() Luis Henriques
2013-03-26 15:20 ` [PATCH 131/150] sfc: Correctly initialise reset_method in siena_test_chip() Luis Henriques
2013-03-26 15:20 ` [PATCH 132/150] sfc: Fix timekeeping in efx_mcdi_poll() Luis Henriques
2013-03-26 15:20 ` [PATCH 133/150] sfc: Properly sync RX DMA buffer when it is not the last in the page Luis Henriques
2013-03-26 15:20 ` [PATCH 134/150] sfc: Fix efx_rx_buf_offset() in the presence of swiotlb Luis Henriques
2013-03-26 15:20 ` [PATCH 135/150] sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0 Luis Henriques
2013-03-26 15:20 ` [PATCH 136/150] sfc: Detach net device when stopping queues for reconfiguration Luis Henriques
2013-03-26 15:20 ` [PATCH 137/150] sfc: Only use TX push if a single descriptor is to be written Luis Henriques
2013-03-26 15:20 ` [PATCH 138/150] sfc: Disable soft interrupt handling during efx_device_detach_sync() Luis Henriques
2013-03-27  0:34   ` Ben Hutchings
2013-03-27  9:36     ` Luis Henriques
2013-03-26 15:20 ` [PATCH 139/150] sctp: don't break the loop while meeting the active_path so as to find the matched transport Luis Henriques
2013-03-26 15:20 ` [PATCH 140/150] netconsole: don't call __netpoll_cleanup() while atomic Luis Henriques
2013-03-26 15:20 ` [PATCH 141/150] net/ipv4: Ensure that location of timestamp option is stored Luis Henriques
2013-03-26 15:20 ` [PATCH 142/150] bonding: don't call update_speed_duplex() under spinlocks Luis Henriques
2013-03-26 15:20 ` [PATCH 143/150] sctp: Use correct sideffect command in duplicate cookie handling Luis Henriques
2013-03-26 15:20 ` [PATCH 144/150] ipv4: fix definition of FIB_TABLE_HASHSZ Luis Henriques
2013-03-26 15:20 ` [PATCH 145/150] rtnetlink: Mask the rta_type when range checking Luis Henriques
2013-03-26 15:20 ` [PATCH 146/150] tcp: fix skb_availroom() Luis Henriques
2013-03-26 15:20 ` [PATCH 147/150] inet: limit length of fragment queue hash table bucket lists Luis Henriques
2013-03-26 15:20 ` [PATCH 148/150] bnx2x: fix occasional statistics off-by-4GB error Luis Henriques
2013-03-26 15:20 ` [PATCH 149/150] signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorer Luis Henriques
2013-03-26 15:20 ` [PATCH 150/150] kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER Luis Henriques

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).