All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3.10 00/52] 3.10.45-stable review
@ 2014-06-24 15:50 Greg Kroah-Hartman
  2014-06-24 15:50 ` [PATCH 3.10 01/52] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq Greg Kroah-Hartman
                   ` (51 more replies)
  0 siblings, 52 replies; 58+ messages in thread
From: Greg Kroah-Hartman @ 2014-06-24 15:50 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, satoru.takeuchi,
	shuah.kh, stable

This is the start of the stable review cycle for the 3.10.45 release.
There are 52 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Thu Jun 26 15:46:59 UTC 2014.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.10.45-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 3.10.45-rc1

Lars-Peter Clausen <lars@metafoo.de>
    ALSA: control: Make sure that id->index does not overflow

Lars-Peter Clausen <lars@metafoo.de>
    ALSA: control: Handle numid overflow

Lars-Peter Clausen <lars@metafoo.de>
    ALSA: control: Don't access controls outside of protected regions

Lars-Peter Clausen <lars@metafoo.de>
    ALSA: control: Fix replacing user controls

Lars-Peter Clausen <lars@metafoo.de>
    ALSA: control: Protect user controls against concurrent access

David Henningsson <david.henningsson@canonical.com>
    ALSA: hda - Add quirk for external mic on Lifebook U904

Kailang Yang <kailang@realtek.com>
    ALSA: hda/realtek - Add support of ALC891 codec

Wang, Xiaoming <xiaoming.wang@intel.com>
    ALSA: compress: Cancel the optimization of compiler and fix the size of struct for all platform.

Thomas Gleixner <tglx@linutronix.de>
    nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    lzo: properly check for overruns

Peter Meerwald <pmeerw@pmeerw.net>
    iio: Fix endianness issue in ak8975_read_axis()

Dan Carpenter <dan.carpenter@oracle.com>
    iio: adc: at91: signedness bug in at91_adc_get_trigger_value_by_name()

Mario Schuknecht <mario.schuknecht@dresearch-fe.de>
    staging: iio: tsl2x7x_core: fix proximity treshold

Jonathan Cameron <jic23@kernel.org>
    iio:adc:max1363 incorrect resolutions for max11604, max11605, max11610 and max11611.

Liam Girdwood <liam.r.girdwood@linux.intel.com>
    ASoC: max98090: Fix reset at resume time

K. Y. Srinivasan <kys@microsoft.com>
    Drivers: hv: balloon: Ensure pressure reports are posted regularly

Johan Hovold <jhovold@gmail.com>
    USB: cdc-acm: fix runtime PM imbalance at shutdown

Johan Hovold <jhovold@gmail.com>
    USB: cdc-acm: fix I/O after failed open

Johan Hovold <jhovold@gmail.com>
    USB: cdc-acm: fix shutdown and suspend race

Johan Hovold <jhovold@gmail.com>
    USB: cdc-acm: fix runtime PM for control messages

Johan Hovold <jhovold@gmail.com>
    USB: cdc-acm: fix broken runtime suspend

Johan Hovold <jhovold@gmail.com>
    USB: cdc-acm: fix write and resume race

Johan Hovold <jhovold@gmail.com>
    USB: cdc-acm: fix write and suspend race

James Hogan <james.hogan@imgtec.com>
    MIPS: KVM: Allocate at least 16KB for exception handlers

Boris BREZILLON <boris.brezillon@free-electrons.com>
    ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCs

Paolo Bonzini <pbonzini@redhat.com>
    KVM: lapic: sync highest ISR to hardware apic on EOI

Wei Yang <weiyang@linux.vnet.ibm.com>
    net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()

Wei Yang <weiyang@linux.vnet.ibm.com>
    net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during reset

Cong Wang <cwang@twopensource.com>
    vxlan: use dev->needed_headroom instead of dev->hard_header_len

Michal Schmidt <mschmidt@redhat.com>
    rtnetlink: fix userspace API breakage for iproute2 < v3.9.0

Xufeng Zhang <xufeng.zhang@windriver.com>
    sctp: Fix sk_ack_backlog wrap-around problem

Eric Dumazet <edumazet@google.com>
    ipv4: fix a race in ip4_datagram_release_cb()

Dmitry Popov <ixaphire@qrator.net>
    ipip, sit: fix ipv4_{update_pmtu,redirect} calls

Eric Dumazet <edumazet@google.com>
    net: force a list_del() in unregister_netdevice_many()

Bjørn Mork <bjorn@mork.no>
    net: qmi_wwan: add Olivetti Olicard modems

Alexei Starovoitov <ast@plumgrid.com>
    net: filter: fix sparc32 typo

Alexei Starovoitov <ast@plumgrid.com>
    net: filter: fix typo in sparc BPF JIT

Yuchung Cheng <ycheng@google.com>
    tcp: fix cwnd undo on DSACK in F-RTO

Jiri Pirko <jiri@resnulli.us>
    team: fix mtu setting

Eric Dumazet <edumazet@google.com>
    net: fix inet_getid() and ipv6_select_ident() bugs

Tom Gundersen <teg@jklm.no>
    net: tunnels - enable module autoloading

Michal Schmidt <mschmidt@redhat.com>
    netlink: rate-limit leftover bytes warning and print process name

Eric W. Biederman <ebiederm@xmission.com>
    netlink: Only check file credentials for implicit destinations

Eric W. Biederman <ebiederm@xmission.com>
    net: Use netlink_ns_capable to verify the permisions of netlink messages

Eric W. Biederman <ebiederm@xmission.com>
    net: Add variants of capable for use on netlink messages

Eric W. Biederman <ebiederm@xmission.com>
    net: Add variants of capable for use on on sockets

Eric W. Biederman <ebiederm@xmission.com>
    net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump

Eric W. Biederman <ebiederm@xmission.com>
    netlink: Rename netlink_capable netlink_allowed

Mimi Zohar <zohar@linux.vnet.ibm.com>
    evm: prohibit userspace writing 'security.evm' HMAC value

Dmitry Kasatkin <d.kasatkin@samsung.com>
    ima: introduce ima_kernel_read()

Nicholas Bellinger <nab@linux-iscsi.org>
    iscsi-target: Reject mutual authentication with reflected CHAP_C

Boris BREZILLON <boris.brezillon@free-electrons.com>
    rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq


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

Diffstat:

 Makefile                                  |   4 +-
 arch/arm/mach-at91/sysirq_mask.c          |  22 ++--
 arch/mips/kvm/kvm_mips.c                  |   2 +-
 arch/sparc/net/bpf_jit_comp.c             |   8 +-
 arch/x86/kvm/lapic.c                      |  62 +++++++----
 crypto/crypto_user.c                      |   2 +-
 drivers/connector/cn_proc.c               |   2 +-
 drivers/hv/hv_balloon.c                   |  29 ++++-
 drivers/iio/adc/at91_adc.c                |  16 +--
 drivers/iio/adc/max1363.c                 |  16 +--
 drivers/iio/magnetometer/ak8975.c         |   9 +-
 drivers/net/ethernet/mellanox/mlx4/main.c | 170 +++++++++++++++++-------------
 drivers/net/ethernet/mellanox/mlx4/mlx4.h |   1 +
 drivers/net/macvlan.c                     |   1 -
 drivers/net/team/team.c                   |   7 +-
 drivers/net/usb/qmi_wwan.c                |   7 +-
 drivers/net/vxlan.c                       |   4 +-
 drivers/rtc/rtc-at91rm9200.c              |  16 ++-
 drivers/scsi/scsi_netlink.c               |   2 +-
 drivers/staging/iio/light/tsl2x7x_core.c  |   8 +-
 drivers/target/iscsi/iscsi_target_auth.c  |  10 ++
 drivers/usb/class/cdc-acm.c               |  96 ++++++++++-------
 drivers/usb/class/cdc-acm.h               |   2 +-
 include/linux/if_team.h                   |   1 +
 include/linux/netlink.h                   |  14 ++-
 include/linux/sock_diag.h                 |   2 +-
 include/net/inetpeer.h                    |   9 +-
 include/net/sock.h                        |   5 +
 include/sound/core.h                      |   2 +
 include/uapi/sound/compress_offload.h     |   2 +-
 kernel/audit.c                            |   4 +-
 kernel/time/tick-sched.c                  |   4 +-
 lib/lzo/lzo1x_decompress_safe.c           |  62 +++++++----
 lib/nlattr.c                              |   4 +-
 net/can/gw.c                              |   4 +-
 net/core/dev.c                            |   5 +-
 net/core/rtnetlink.c                      |  43 +++++---
 net/core/sock.c                           |  49 +++++++++
 net/core/sock_diag.c                      |   4 +-
 net/dcb/dcbnl.c                           |   2 +-
 net/decnet/dn_dev.c                       |   4 +-
 net/decnet/dn_fib.c                       |   4 +-
 net/decnet/netfilter/dn_rtmsg.c           |   2 +-
 net/ipv4/datagram.c                       |  20 +++-
 net/ipv4/ipip.c                           |   5 +-
 net/ipv4/tcp_input.c                      |  11 +-
 net/ipv6/ip6_tunnel.c                     |   1 +
 net/ipv6/output_core.c                    |  11 +-
 net/ipv6/sit.c                            |   5 +-
 net/mac80211/iface.c                      |   1 -
 net/netfilter/nfnetlink.c                 |   2 +-
 net/netlink/af_netlink.c                  |  80 +++++++++++++-
 net/netlink/genetlink.c                   |   2 +-
 net/packet/diag.c                         |   7 +-
 net/phonet/pn_netlink.c                   |   8 +-
 net/sched/act_api.c                       |   2 +-
 net/sched/cls_api.c                       |   2 +-
 net/sched/sch_api.c                       |   6 +-
 net/sctp/associola.c                      |   2 +-
 net/tipc/netlink.c                        |   2 +-
 net/xfrm/xfrm_user.c                      |   2 +-
 security/integrity/evm/evm_main.c         |  12 ++-
 security/integrity/ima/ima_crypto.c       |  32 +++++-
 sound/core/control.c                      |  78 +++++++++-----
 sound/core/init.c                         |   1 +
 sound/pci/hda/patch_realtek.c             |  10 ++
 sound/soc/codecs/max98090.c               |   3 +
 67 files changed, 702 insertions(+), 325 deletions(-)



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

end of thread, other threads:[~2014-06-25  6:23 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-24 15:50 [PATCH 3.10 00/52] 3.10.45-stable review Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 01/52] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 02/52] iscsi-target: Reject mutual authentication with reflected CHAP_C Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 03/52] ima: introduce ima_kernel_read() Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 04/52] evm: prohibit userspace writing security.evm HMAC value Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 05/52] netlink: Rename netlink_capable netlink_allowed Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 06/52] net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 07/52] net: Add variants of capable for use on on sockets Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 08/52] net: Add variants of capable for use on netlink messages Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 09/52] net: Use netlink_ns_capable to verify the permisions of " Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 10/52] netlink: Only check file credentials for implicit destinations Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 11/52] netlink: rate-limit leftover bytes warning and print process name Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 12/52] net: tunnels - enable module autoloading Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 13/52] net: fix inet_getid() and ipv6_select_ident() bugs Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 14/52] team: fix mtu setting Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 15/52] tcp: fix cwnd undo on DSACK in F-RTO Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 16/52] net: filter: fix typo in sparc BPF JIT Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 17/52] net: filter: fix sparc32 typo Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 19/52] net: force a list_del() in unregister_netdevice_many() Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 20/52] ipip, sit: fix ipv4_{update_pmtu,redirect} calls Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 21/52] ipv4: fix a race in ip4_datagram_release_cb() Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 22/52] sctp: Fix sk_ack_backlog wrap-around problem Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 23/52] rtnetlink: fix userspace API breakage for iproute2 < v3.9.0 Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 24/52] vxlan: use dev->needed_headroom instead of dev->hard_header_len Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 25/52] net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during reset Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 26/52] net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one() Greg Kroah-Hartman
2014-06-25  6:02   ` Or Gerlitz
2014-06-25  6:11     ` Wei Yang
2014-06-25  6:13     ` David Miller
2014-06-25  6:02   ` Or Gerlitz
2014-06-25  6:22     ` Or Gerlitz
2014-06-24 15:50 ` [PATCH 3.10 27/52] KVM: lapic: sync highest ISR to hardware apic on EOI Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 28/52] ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCs Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 29/52] MIPS: KVM: Allocate at least 16KB for exception handlers Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 30/52] USB: cdc-acm: fix write and suspend race Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 31/52] USB: cdc-acm: fix write and resume race Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 32/52] USB: cdc-acm: fix broken runtime suspend Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 33/52] USB: cdc-acm: fix runtime PM for control messages Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 34/52] USB: cdc-acm: fix shutdown and suspend race Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 35/52] USB: cdc-acm: fix I/O after failed open Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 36/52] USB: cdc-acm: fix runtime PM imbalance at shutdown Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 37/52] Drivers: hv: balloon: Ensure pressure reports are posted regularly Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 38/52] ASoC: max98090: Fix reset at resume time Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 39/52] iio:adc:max1363 incorrect resolutions for max11604, max11605, max11610 and max11611 Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 40/52] staging: iio: tsl2x7x_core: fix proximity treshold Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 41/52] iio: adc: at91: signedness bug in at91_adc_get_trigger_value_by_name() Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 42/52] iio: Fix endianness issue in ak8975_read_axis() Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 43/52] lzo: properly check for overruns Greg Kroah-Hartman
2014-06-24 15:50 ` [PATCH 3.10 44/52] nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off Greg Kroah-Hartman
2014-06-24 15:51 ` [PATCH 3.10 45/52] ALSA: compress: Cancel the optimization of compiler and fix the size of struct for all platform Greg Kroah-Hartman
2014-06-24 15:51 ` [PATCH 3.10 46/52] ALSA: hda/realtek - Add support of ALC891 codec Greg Kroah-Hartman
2014-06-24 15:51 ` [PATCH 3.10 48/52] ALSA: control: Protect user controls against concurrent access Greg Kroah-Hartman
2014-06-24 15:51 ` [PATCH 3.10 49/52] ALSA: control: Fix replacing user controls Greg Kroah-Hartman
2014-06-24 15:51 ` [PATCH 3.10 50/52] ALSA: control: Dont access controls outside of protected regions Greg Kroah-Hartman
2014-06-24 15:51 ` [PATCH 3.10 51/52] ALSA: control: Handle numid overflow Greg Kroah-Hartman
2014-06-24 15:51 ` [PATCH 3.10 52/52] ALSA: control: Make sure that id->index does not overflow Greg Kroah-Hartman
2014-06-24 19:48 ` [PATCH 3.10 00/52] 3.10.45-stable review Shuah Khan
2014-06-24 23:27 ` Guenter Roeck

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.