lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 29 Sep 2015 20:16:02 +0200
From:	Greg KH <gregkh@...uxfoundation.org>
To:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:	lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 4.1.9

I'm announcing the release of the 4.1.9 kernel.

All users of the 4.1 kernel series must upgrade.

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

thanks,

greg k-h

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

 Makefile                                          |    2 
 arch/arm/boot/compressed/decompress.c             |    2 
 arch/arm/kvm/arm.c                                |    2 
 arch/arm64/Kconfig                                |   20 ++
 arch/arm64/Makefile                               |    4 
 arch/arm64/include/asm/memory.h                   |    8 
 arch/arm64/kernel/fpsimd.c                        |    1 
 arch/arm64/kernel/head.S                          |    5 
 arch/arm64/kernel/module.c                        |    2 
 arch/arm64/kernel/signal32.c                      |   47 ++++-
 arch/arm64/kvm/hyp.S                              |    9 -
 arch/m32r/boot/compressed/misc.c                  |    3 
 arch/mips/boot/compressed/decompress.c            |    4 
 arch/mips/math-emu/cp1emu.c                       |   24 ++
 arch/parisc/kernel/irq.c                          |    8 
 arch/parisc/kernel/syscall.S                      |    2 
 arch/powerpc/boot/Makefile                        |    3 
 arch/powerpc/include/asm/pgtable-ppc64.h          |   14 +
 arch/powerpc/include/asm/rtas.h                   |    1 
 arch/powerpc/include/asm/switch_to.h              |    1 
 arch/powerpc/kernel/eeh.c                         |   27 ++-
 arch/powerpc/kernel/process.c                     |    3 
 arch/powerpc/kernel/rtas.c                        |   17 ++
 arch/powerpc/mm/hugepage-hash64.c                 |    3 
 arch/powerpc/platforms/pseries/ras.c              |    3 
 arch/powerpc/platforms/pseries/setup.c            |    5 
 arch/s390/boot/compressed/misc.c                  |    2 
 arch/sh/boot/compressed/misc.c                    |    2 
 arch/unicore32/boot/compressed/misc.c             |    4 
 arch/x86/boot/compressed/misc.c                   |    3 
 arch/x86/mm/init_32.c                             |    1 
 block/blk-mq-sysfs.c                              |   25 ++
 drivers/base/node.c                               |   10 +
 drivers/crypto/vmx/aes.c                          |    3 
 drivers/crypto/vmx/aes_cbc.c                      |    3 
 drivers/crypto/vmx/aes_ctr.c                      |    3 
 drivers/crypto/vmx/ghash.c                        |    4 
 drivers/gpu/drm/radeon/radeon_combios.c           |    8 
 drivers/infiniband/core/uverbs.h                  |    3 
 drivers/infiniband/core/uverbs_cmd.c              |   10 +
 drivers/infiniband/core/uverbs_main.c             |   43 +++--
 drivers/infiniband/hw/mlx4/ah.c                   |    6 
 drivers/infiniband/hw/mlx4/cq.c                   |    2 
 drivers/infiniband/hw/mlx4/mcg.c                  |    7 
 drivers/infiniband/hw/mlx4/sysfs.c                |    5 
 drivers/infiniband/hw/mlx5/mr.c                   |   12 -
 drivers/infiniband/hw/qib/qib_keys.c              |    4 
 drivers/infiniband/hw/qib/qib_verbs.c             |   14 +
 drivers/infiniband/hw/qib/qib_verbs.h             |    2 
 drivers/infiniband/ulp/iser/iscsi_iser.c          |   12 -
 drivers/infiniband/ulp/iser/iscsi_iser.h          |    2 
 drivers/infiniband/ulp/iser/iser_initiator.c      |    8 
 drivers/infiniband/ulp/srp/ib_srp.c               |   12 +
 drivers/input/evdev.c                             |   13 -
 drivers/iommu/fsl_pamu.c                          |   26 +--
 drivers/iommu/intel-iommu.c                       |    2 
 drivers/iommu/io-pgtable-arm.c                    |   17 +-
 drivers/iommu/tegra-smmu.c                        |    9 -
 drivers/isdn/gigaset/ser-gigaset.c                |   11 +
 drivers/md/md.c                                   |    2 
 drivers/md/raid10.c                               |    5 
 drivers/md/raid5.c                                |   34 +++-
 drivers/md/raid5.h                                |    3 
 drivers/media/platform/am437x/am437x-vpfe.c       |   16 +
 drivers/media/platform/omap3isp/isp.c             |    4 
 drivers/media/rc/rc-main.c                        |    3 
 drivers/memory/tegra/tegra114.c                   |    1 
 drivers/memory/tegra/tegra124.c                   |    1 
 drivers/memory/tegra/tegra30.c                    |    1 
 drivers/misc/cxl/pci.c                            |   21 --
 drivers/mmc/core/core.c                           |    6 
 drivers/mmc/host/sdhci-pci.c                      |    1 
 drivers/mmc/host/sdhci.c                          |    4 
 drivers/net/bonding/bond_main.c                   |   21 ++
 drivers/net/ethernet/broadcom/tg3.c               |    2 
 drivers/net/ethernet/brocade/bna/bnad.c           |    2 
 drivers/net/ethernet/intel/fm10k/fm10k_main.c     |    2 
 drivers/net/ethernet/intel/igb/igb.h              |    1 
 drivers/net/ethernet/intel/igb/igb_ethtool.c      |    5 
 drivers/net/ethernet/intel/igb/igb_main.c         |   18 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c     |    2 
 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c |    2 
 drivers/net/ethernet/mellanox/mlx4/eq.c           |    4 
 drivers/net/ethernet/rocker/rocker.c              |    1 
 drivers/net/ethernet/stmicro/stmmac/descs.h       |    2 
 drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c    |    3 
 drivers/net/ethernet/stmicro/stmmac/enh_desc.c    |    3 
 drivers/net/ethernet/stmicro/stmmac/norm_desc.c   |    3 
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c |   49 +++--
 drivers/net/virtio_net.c                          |    3 
 drivers/net/wireless/rtlwifi/rtl8192cu/sw.c       |    1 
 drivers/net/wireless/rtlwifi/rtl8821ae/hw.c       |    2 
 drivers/net/wireless/rtlwifi/rtl8821ae/reg.h      |    1 
 drivers/net/xen-netback/netback.c                 |    6 
 drivers/nfc/st21nfca/st21nfca.c                   |   11 -
 drivers/of/fdt.c                                  |   12 -
 drivers/parisc/lba_pci.c                          |    7 
 drivers/pci/Kconfig                               |    2 
 drivers/pinctrl/pinctrl-at91.c                    |   15 +
 drivers/platform/x86/ideapad-laptop.c             |    7 
 drivers/rtc/rtc-abx80x.c                          |    2 
 drivers/rtc/rtc-s3c.c                             |   24 ++
 drivers/rtc/rtc-s5m.c                             |   10 +
 fs/btrfs/transaction.c                            |    3 
 fs/cifs/ioctl.c                                   |    6 
 fs/coredump.c                                     |   46 ++++-
 fs/ecryptfs/dentry.c                              |   16 -
 fs/ext4/super.c                                   |   30 ++-
 fs/hfs/bnode.c                                    |    9 -
 fs/hfs/brec.c                                     |   20 +-
 fs/hfsplus/bnode.c                                |    3 
 fs/jbd2/checkpoint.c                              |   39 +++-
 fs/jbd2/commit.c                                  |    2 
 fs/jbd2/journal.c                                 |   11 +
 fs/nfs/flexfilelayout/flexfilelayout.c            |    5 
 fs/nfs/flexfilelayout/flexfilelayoutdev.c         |    7 
 fs/nfs/inode.c                                    |   15 -
 fs/nfs/nfs4proc.c                                 |   20 +-
 fs/nfs/pagelist.c                                 |    4 
 fs/nfs/pnfs_nfs.c                                 |   33 ++-
 fs/nfs/write.c                                    |   15 +
 fs/nfsd/nfs4state.c                               |   84 ++++++---
 fs/nfsd/nfs4xdr.c                                 |   45 +++--
 include/linux/jbd2.h                              |    3 
 include/linux/mm.h                                |   28 +++
 include/linux/mm_types.h                          |    9 -
 include/linux/skbuff.h                            |   14 -
 include/linux/sunrpc/xprtsock.h                   |    3 
 include/net/act_api.h                             |    8 
 include/net/ip.h                                  |    1 
 include/soc/tegra/mc.h                            |    1 
 include/trace/events/sunrpc.h                     |   21 +-
 kernel/fork.c                                     |   28 ++-
 lib/decompress_bunzip2.c                          |    6 
 lib/decompress_inflate.c                          |   31 +++
 lib/decompress_unlz4.c                            |    6 
 lib/decompress_unlzma.c                           |    7 
 lib/decompress_unlzo.c                            |   13 +
 lib/decompress_unxz.c                             |   12 +
 lib/rhashtable.c                                  |    4 
 mm/page_alloc.c                                   |    7 
 mm/slab.c                                         |    4 
 mm/slub.c                                         |    2 
 mm/vmscan.c                                       |    2 
 net/bridge/br_forward.c                           |    1 
 net/bridge/br_mdb.c                               |    3 
 net/bridge/br_netlink.c                           |   14 +
 net/core/datagram.c                               |   57 +++++-
 net/core/dev.c                                    |   43 ++---
 net/core/pktgen.c                                 |    4 
 net/core/request_sock.c                           |    8 
 net/core/rtnetlink.c                              |  187 +++++++++++-----------
 net/core/skbuff.c                                 |    2 
 net/dsa/slave.c                                   |    3 
 net/ipv4/datagram.c                               |   16 +
 net/ipv4/fib_trie.c                               |    6 
 net/ipv4/inet_connection_sock.c                   |    2 
 net/ipv4/ip_fragment.c                            |    7 
 net/ipv4/ip_tunnel.c                              |    8 
 net/ipv4/tcp_ipv4.c                               |    2 
 net/ipv4/udp.c                                    |   13 +
 net/ipv6/datagram.c                               |   20 +-
 net/ipv6/ip6_input.c                              |    6 
 net/ipv6/ip6_offload.c                            |    2 
 net/ipv6/tcp_ipv6.c                               |    2 
 net/mac80211/tx.c                                 |    3 
 net/netlink/af_netlink.c                          |   84 ++++++---
 net/nfc/nci/hci.c                                 |    2 
 net/packet/af_packet.c                            |   11 -
 net/rds/info.c                                    |    2 
 net/sched/act_api.c                               |   11 -
 net/sched/act_bpf.c                               |   50 ++++-
 net/sched/cls_bpf.c                               |    2 
 net/sched/cls_flow.c                              |    5 
 net/sched/sch_fq_codel.c                          |    2 
 net/sunrpc/xprt.c                                 |    6 
 net/sunrpc/xprtsock.c                             |   21 +-
 net/tipc/socket.c                                 |    1 
 sound/pci/hda/patch_realtek.c                     |   12 -
 sound/usb/mixer.c                                 |    2 
 180 files changed, 1422 insertions(+), 654 deletions(-)

Adam Lee (1):
      mmc: sdhci-pci: set the clear transfer mode register quirk for O2Micro

Adrien Schildknecht (1):
      rtlwifi: rtl8192cu: Add new device ID

Alexander Drozdov (1):
      packet: tpacket_snd(): fix signed/unsigned comparison

Alexander Duyck (1):
      fib_trie: Drop unnecessary calls to leaf_pull_suffix

Alexey Brodkin (2):
      stmmac: fix check for phydev being open
      stmmac: troubleshoot unexpected bits in des0 & des1

Andy Whitcroft (1):
      ipv4: off-by-one in continuation handling in /proc/net/route

Aneesh Kumar K.V (1):
      powerpc/mm: Recompute hash value after a failed update

Angga (1):
      ipv6: Make MLD packets to only be processed locally

Ard Biesheuvel (3):
      arm64: flush FP/SIMD state correctly after execve()
      of/fdt: make memblock maximum physical address arch configurable
      arm64: set MAX_MEMBLOCK_ADDR according to linear region size

Ariel Nahum (1):
      IB/mlx4: Fix incorrect cq flushing in error state

Bart Van Assche (2):
      IB/srp: Handle partial connection success correctly
      IB/srp: Stop the scsi_eh_<n> and scsi_tmf_<n> threads if login fails

Benjamin Herrenschmidt (1):
      powerpc/boot: Specify ABI v2 when building an LE boot wrapper

Benoit Parrot (2):
      media: am437x-vpfe: Requested frame size and fmt overwritten by current sensor setting
      media: am437x-vpfe: Fix a race condition during release

Bob Copeland (1):
      mac80211: enable assoc check for mesh interfaces

Christoph Hellwig (1):
      IB/uverbs: reject invalid or unknown opcodes

Christophe Ricard (2):
      NFC: st21nfca: fix use of uninitialized variables in error path
      nfc: nci: hci: Add check on skb nci_hci_send_cmd parameter

Dan Carpenter (2):
      net/xen-netback: off by one in BUG_ON() condition
      rds: fix an integer overflow test in rds_info_getsockopt()

Daniel Axtens (4):
      cxl: Remove racy attempt to force EEH invocation in reset
      cxl: Fix unbalanced pci_dev_get in cxl_probe
      powerpc/eeh: Probe after unbalanced kref check
      cxl: Don't remove AFUs/vPHBs in cxl_reset

Daniel Borkmann (6):
      rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver
      sched: cls_bpf: fix panic on filter replace
      sched: cls_flow: fix panic on filter replace
      act_bpf: fix memory leaks when replacing bpf programs
      net: sched: fix refcount imbalance in actions
      netlink: make sure -EBUSY won't escape from netlink_insert

David Dueck (1):
      pinctrl: at91: fix null pointer dereference

David Härdeman (1):
      rc-core: fix remove uevent generation

Edward Hyunkoo Jee (1):
      inet: frags: fix defragmented packet's IP header for af_packet

Emil Medve (1):
      iommu/fsl: Really fix init section(s) content

Eric Dumazet (6):
      net: graceful exit from netif_alloc_netdev_queues()
      bridge: fix potential crash in __netdev_pick_tx()
      ipv6: lock socket in ip6_datagram_connect()
      udp: fix dst races with multicast early demux
      inet: fix possible request socket leak
      inet: fix races with reqsk timers

Eric Sandeen (1):
      ext4: don't manipulate recovery flag when freezing no-journal fs

Eric W. Biederman (1):
      unshare: Unsharing a thread does not require unsharing a vm

Filipe Manana (1):
      Btrfs: check if previous transaction aborted to avoid fs corruption

Florian Fainelli (1):
      net: dsa: Do not override PHY interface if already configured

Florian Westphal (1):
      netlink: don't hold mutex in rcu callback when releasing mmapd ring

Gavin Shan (2):
      powerpc/pseries: Fix corrupted pdn list
      powerpc/eeh: Fix fenced PHB caused by eeh_slot_error_detail()

Greg Kroah-Hartman (1):
      Linux 4.1.9

Haggai Eran (1):
      IB/mlx5: avoid destroying a NULL mr in reg_user_mr error flow

Hans de Goede (1):
      ideapad-laptop: Add Lenovo Yoga 3 14 to no_hw_rfkill dmi list

Heiko Stübner (1):
      net: stmmac: dwmac-rk: Fix clk rate when provided by soc

Helge Deller (2):
      PCI,parisc: Enable 64-bit bus addresses on PA-RISC
      parisc: Filter out spurious interrupts in PA-RISC irq handler

Herbert Xu (4):
      net: Clone skb before setting peeked flag
      net: Fix skb csum races when peeking
      net: Fix skb_set_peeked use-after-free bug
      Revert "sit: Add gro callbacks to sit_offload"

Hin-Tak Leung (2):
      hfs: fix B-tree corruption after insertion at position 0
      hfs,hfsplus: cache pages correctly between bnode_create and bnode_free

Ido Schimmel (1):
      rocker: free netdevice during netdevice removal

Ivan Vecera (1):
      bna: fix interrupts storm caused by erroneous packets

Jack Morgenstein (3):
      IB/mlx4: Fix potential deadlock when sending mad to wire
      IB/mlx4: Forbid using sysfs to change RoCE pkeys
      net/mlx4_core: Fix wrong index in propagating port change event to VFs

Jaewon Kim (1):
      vmscan: fix increasing nr_isolated incurred by putback unevictable pages

Jan Kara (1):
      jbd2: avoid infinite loop when destroying aborted journal

Jann Horn (3):
      CIFS: fix type confusion in copy offload ioctl
      fs: if a coredump already exists, unlink and recreate with O_EXCL
      fs: Don't dump core if the corefile would become world-readable.

Jean Delvare (1):
      tg3: Fix temperature reporting

Jeff Layton (2):
      nfsd: ensure that the ol stateid hash reference is only put once
      nfsd: ensure that delegation stateid hash references are only put once

Jeff Vander Stoep (1):
      arm64: kconfig: Move LIST_POISON to a safe value

Jeffery Miller (1):
      Add radeon suspend/resume quirk for HP Compaq dc5750.

Jialing Fu (1):
      mmc: core: fix race condition in mmc_wait_data_done

Jisheng Zhang (1):
      mmc: sdhci: also get preset value and driver type for MMC_DDR52

Joerg Roedel (1):
      iommu/vt-d: Really use upper context table when necessary

John David Anglin (1):
      parisc: Use double word condition in 64bit CAS operation

Joonyoung Shim (2):
      rtc: s3c: fix disabled clocks for alarm
      rtc: s5m: fix to update ctrl register

Julian Anastasov (2):
      net: do not process device backlog during unregistration
      net: call rcu_read_lock early in process_backlog

Kinglong Mee (2):
      nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bug
      NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 client

Larry Finger (1):
      rtlwifi: rtl8821ae: Fix an expression that is always false

Lars Westerhoff (1):
      packet: missing dev_put() in packet_do_bind()

Leonidas Da Silva Barbosa (2):
      powerpc: Uncomment and make enable_kernel_vsx() routine available
      crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions

Marc Zyngier (1):
      arm64: KVM: Disable virtual timer even if the guest is not using it

Markos Chandras (2):
      MIPS: math-emu: Allow m{f,t}hc emulation on MIPS R6
      MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructions

Michael Ellerman (1):
      powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hash

Michael S. Tsirkin (1):
      virtio_net: don't require ANY_LAYOUT with VERSION_1

Michal Hocko (1):
      mm: make page pfmemalloc check more robust

Mike Marciniszyn (1):
      IB/qib: Change lkey table allocation to support more MRs

Minfei Huang (1):
      x86/mm: Initialize pmd_idx in page_table_range_init_count()

Ming Lei (1):
      blk-mq: fix buffer overflow when reading sysfs file of 'pending'

Mitja Spes (1):
      rtc: abx80x: fix RTC write bit

NeilBrown (5):
      NFSv4: don't set SETATTR for O_RDONLY|O_EXCL
      md/raid5: avoid races when changing cache size.
      md/raid5: don't let shrink_slab shrink too far.
      md/raid10: always set reshape_safe when initializing reshape_position.
      md: flush ->event_work before stopping array.

Nicolas Dichtel (1):
      Revert "dev: set iflink to 0 for virtual interfaces"

Nikolay Aleksandrov (6):
      bridge: mdb: zero out the local br_ip variable before use
      bridge: mdb: fix double add notification
      bonding: fix destruction of bond with devices different from arphrd_ether
      bridge: netlink: fix slave_changelink/br_setport race conditions
      bridge: netlink: account for the IFLA_BRPORT_PROXYARP attribute size and policy
      bridge: netlink: account for the IFLA_BRPORT_PROXYARP_WIFI attribute size and policy

Niranjan Sivakumar (1):
      ALSA: hda - Fix white noise on Dell M3800

Noa Osherovich (1):
      IB/mlx4: Use correct SL on AH query under RoCE

Oleg Nesterov (1):
      net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()

Pavel Fedin (1):
      arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resources

Peng Tao (2):
      NFS41/flexfiles: update inode after write finishes
      NFS41/flexfiles: zero out DS write wcc

Phil Sutter (1):
      rhashtable: fix for resize events during table walk

Pratyush Anand (1):
      net: sunrpc: fix tracepoint Warning: unknown op '->'

Sagi Grimberg (2):
      IB/iser: Fix missing return status check in iser_send_data_out
      IB/iser: Fix possible bogus DMA unmapping

Sakari Ailus (1):
      v4l: omap3isp: Fix sub-device power management code

Shota Suzuki (1):
      igb: Fix oops caused by missing queue pairing

Stephen Smalley (1):
      net/tipc: initialize security state for new connection socket

Takashi Iwai (3):
      Input: evdev - do not report errors form flush()
      ALSA: hda - Enable headphone jack detect on old Fujitsu laptops
      ALSA: hda - Use ALC880_FIXUP_FUJITSU for FSC Amilo M1437

Theodore Ts'o (1):
      Revert "ext4: remove block_device_ejected"

Thierry Reding (1):
      iommu/tegra-smmu: Parameterize number of TLB lines

Thomas Huth (1):
      powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers

Tilman Schmidt (1):
      isdn/gigaset: reset tty->receive_room when attaching ser_gigaset

Timo Teräs (1):
      ip_tunnel: fix ipv4 pmtu check to honor inner ip header df

Trond Myklebust (12):
      NFSv4/pnfs: Ensure we don't miss a file extension
      NFS: Don't let the ctime override attribute barriers.
      NFSv4.1/pNFS: Fix borken function _same_data_server_addrs_locked()
      NFS: nfs_set_pgio_error sometimes misses errors
      NFSv4: Force a post-op attribute update when holding a delegation
      NFSv4.1/flexfiles: Fix a protocol error in layoutreturn
      NFSv4.1: Fix a protocol issue with CLOSE stateids
      Revert "NFSv4: Remove incorrect check in can_open_delegated()"
      SUNRPC: Fix a thinko in xs_connect()
      SUNRPC: xs_reset_transport must mark the connection as disconnected
      SUNRPC: Ensure that we wait for connections to complete before retrying
      SUNRPC: Lock the transport layer on shutdown

Tyler Hicks (1):
      eCryptfs: Invalidate dcache entries when lower i_nlink is zero

WANG Cong (1):
      fq_codel: fix a use-after-free

Will Deacon (5):
      arm64: compat: fix vfp save/restore across signal handlers in big-endian
      arm64: head.S: initialise mdcr_el2 in el2_setup
      arm64: errata: add module build workaround for erratum #843419
      KVM: arm64: add workaround for Cortex-A57 erratum #852523
      iommu/io-pgtable-arm: Unmap and free table when overwriting with block

Woodrow Shen (1):
      ALSA: hda - Add some FIXUP quirks for white noise on Dell laptop.

Yao-Wen Mao (1):
      ALSA: usb-audio: correct the value cache check.

Yinghai Lu (2):
      mm: check if section present during memory block registering
      lib/decompressors: use real out buf size for gunzip with kernel

Yishai Hadas (1):
      IB/uverbs: Fix race between ib_uverbs_open and remove_one

dingtianhong (1):
      bonding: correct the MAC address for "follow" fail_over_mac policy


Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ