3.4.31-rc1+ build and boot nicely with Fedora 17. On Tue, Feb 12, 2013 at 9:40 PM, Greg Kroah-Hartman <[email protected]> wrote: > This is the start of the stable review cycle for the 3.4.31 release. > There are 36 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 Feb 14 20:38:17 UTC 2013. > 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.4.31-rc1.gz > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman <[email protected]> > Linux 3.4.31-rc1 > > Somnath Kotur <[email protected]> > be2net: Fix to trim skb for padded vlan packets to workaround an ASIC Bug > > Nithin Nayak Sujir <[email protected]> > tg3: Fix crc errors on jumbo frame receive > > Nithin Nayak Sujir <[email protected]> > tg3: Avoid null pointer dereference in tg3_interrupt in netconsole mode > > Sarveshwar Bandi <[email protected]> > bridge: Pull ip header into skb->data before looking into ip header. > > Ilpo Järvinen <[email protected]> > tcp: fix for zero packets_in_flight was too broad > > Eric Dumazet <[email protected]> > tcp: frto should not set snd_cwnd to 0 > > Ian Campbell <[email protected]> > netback: correct netbk_tx_err to handle wrap around. > > Ian Campbell <[email protected]> > xen/netback: free already allocated memory on failure in > xen_netbk_get_requests > > Matthew Daley <[email protected]> > xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop. > > Ian Campbell <[email protected]> > xen/netback: shutdown the ring if it contains garbage. > > Daniel Borkmann <[email protected]> > net: sctp: sctp_endpoint_free: zero out secret key data > > Daniel Borkmann <[email protected]> > net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree > > Neil Horman <[email protected]> > sctp: refactor sctp_outq_teardown to insure proper re-initalization > > Heiko Carstens <[email protected]> > atm/iphase: rename fregt_t -> ffreg_t > > Phil Sutter <[email protected]> > packet: fix leakage of tx_ring memory > > David S. Miller <[email protected]> > via-rhine: Fix bugs in NAPI support. > > Marcelo Ricardo Leitner <[email protected]> > ipv6: do not create neighbor entries for local delivery > > Cong Wang <[email protected]> > pktgen: correctly handle failures when adding a device > > Eric Dumazet <[email protected]> > net: loopback: fix a dst refcounting issue > > Timo Teräs <[email protected]> > r8169: remove the obsolete and incorrect AMD workaround > > Eric Dumazet <[email protected]> > netxen: fix off by one bug in netxen_release_tx_buffer() > > Tilman Schmidt <[email protected]> > isdn/gigaset: fix zero size border case in debug dump > > Or Gerlitz <[email protected]> > net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware > defaults > > Yan Burman <[email protected]> > net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV mode > > Rob Herring <[email protected]> > net: calxedaxgmac: throw away overrun frames > > Romain KUNTZ <[email protected]> > ipv6: fix header length calculation in ip6_append_data() > > Stephen Hemminger <[email protected]> > MAINTAINERS: Stephen Hemminger email change > > Romain Kuntz <[email protected]> > ipv6: fix the noflags test in addrconf_get_prefix_route > > Cong Wang <[email protected]> > net: prevent setting ttl=0 via IP_TTL > > Matt Fleming <[email protected]> > samsung-laptop: Disable on EFI hardware > > Matt Fleming <[email protected]> > efi: Make 'efi_enabled' a function to query EFI facilities > > Johan Hedberg <[email protected]> > Bluetooth: Fix handling of unexpected SMP PDUs > > T Makphaibulchoke <[email protected]> > kernel/resource.c: fix stack overflow in __reserve_region_with_split() > > Sjur Brændeland <[email protected]> > virtio_console: Don't access uninitialized data. > > Larry Finger <[email protected]> > rtlwifi: Fix scheduling while atomic bug > > Larry Finger <[email protected]> > rtlwifi: Fix the usage of the wrong variable in usb.c > > > ------------- > > Diffstat: > > MAINTAINERS | 6 +- > Makefile | 4 +- > arch/x86/include/asm/efi.h | 1 + > arch/x86/kernel/reboot.c | 2 +- > arch/x86/kernel/setup.c | 28 ++--- > arch/x86/platform/efi/efi.c | 57 +++++---- > drivers/acpi/osl.c | 2 +- > drivers/atm/iphase.h | 146 > +++++++++++------------ > drivers/char/virtio_console.c | 3 +- > drivers/firmware/dmi_scan.c | 2 +- > drivers/firmware/efivars.c | 4 +- > drivers/firmware/iscsi_ibft_find.c | 2 +- > drivers/gpu/drm/radeon/radeon_device.c | 3 +- > drivers/isdn/gigaset/capi.c | 2 + > drivers/net/ethernet/broadcom/tg3.c | 62 ++++++---- > drivers/net/ethernet/calxeda/xgmac.c | 4 + > drivers/net/ethernet/emulex/benet/be.h | 5 + > drivers/net/ethernet/emulex/benet/be_main.c | 56 ++++++--- > drivers/net/ethernet/mellanox/mlx4/en_tx.c | 13 +- > drivers/net/ethernet/mellanox/mlx4/main.c | 11 +- > drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c | 2 +- > drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 + > drivers/net/ethernet/realtek/r8169.c | 7 -- > drivers/net/ethernet/via/via-rhine.c | 8 +- > drivers/net/loopback.c | 5 + > drivers/net/wireless/rtlwifi/base.c | 7 +- > drivers/net/wireless/rtlwifi/usb.c | 4 +- > drivers/net/xen-netback/common.h | 3 + > drivers/net/xen-netback/interface.c | 23 ++-- > drivers/net/xen-netback/netback.c | 115 +++++++++++------- > drivers/platform/x86/ibm_rtl.c | 2 +- > drivers/platform/x86/samsung-laptop.c | 4 + > drivers/scsi/isci/init.c | 2 +- > include/linux/efi.h | 24 +++- > init/main.c | 4 +- > kernel/resource.c | 50 ++++++-- > net/bluetooth/smp.c | 13 ++ > net/bridge/br_netfilter.c | 3 + > net/core/pktgen.c | 9 +- > net/ipv4/ip_sockglue.c | 2 +- > net/ipv4/tcp_input.c | 5 + > net/ipv6/addrconf.c | 2 +- > net/ipv6/ip6_output.c | 4 +- > net/ipv6/route.c | 3 +- > net/packet/af_packet.c | 10 +- > net/sctp/endpointola.c | 5 + > net/sctp/outqueue.c | 12 +- > net/sctp/socket.c | 2 +- > 48 files changed, 461 insertions(+), 284 deletions(-) > > > -- > To unsubscribe from this list: send the line "unsubscribe stable" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html
-- Peter -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
