I'm announcing the release of the 5.1.3 kernel.

All users of the 5.1 kernel series must upgrade.

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

thanks,

greg k-h

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

 Makefile                                            |    2 
 arch/powerpc/include/asm/book3s/64/pgalloc.h        |    3 
 arch/powerpc/include/asm/reg_booke.h                |    2 
 arch/powerpc/kernel/idle_book3s.S                   |   20 +++++
 drivers/hwmon/occ/sysfs.c                           |    8 +-
 drivers/hwmon/pwm-fan.c                             |    2 
 drivers/i2c/i2c-core-base.c                         |    5 +
 drivers/isdn/gigaset/bas-gigaset.c                  |    9 +-
 drivers/md/raid5.c                                  |   19 +----
 drivers/net/bonding/bond_options.c                  |    7 -
 drivers/net/ethernet/cadence/macb_main.c            |    6 -
 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c      |    2 
 drivers/net/ethernet/freescale/ucc_geth_ethtool.c   |    8 --
 drivers/net/ethernet/seeq/sgiseeq.c                 |    1 
 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c   |    2 
 drivers/net/phy/phy_device.c                        |   11 +--
 drivers/net/tun.c                                   |   14 +++
 drivers/net/wireless/marvell/mwl8k.c                |   13 ++-
 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hw.c |    1 
 drivers/pci/controller/pci-hyperv.c                 |   23 ++++++
 drivers/platform/x86/dell-laptop.c                  |    6 -
 drivers/platform/x86/sony-laptop.c                  |    8 +-
 drivers/platform/x86/thinkpad_acpi.c                |   72 +++++++++++++++++++-
 drivers/usb/serial/generic.c                        |   39 ++++++++--
 drivers/virt/fsl_hypervisor.c                       |   29 ++++----
 drivers/virt/vboxguest/vboxguest_core.c             |   31 ++++++++
 drivers/virtio/virtio_ring.c                        |    1 
 fs/f2fs/data.c                                      |   17 +++-
 fs/f2fs/f2fs.h                                      |   13 +++
 fs/f2fs/file.c                                      |    2 
 fs/f2fs/gc.c                                        |    2 
 fs/f2fs/segment.c                                   |   13 +--
 fs/kernfs/dir.c                                     |    5 -
 include/linux/i2c.h                                 |    3 
 net/8021q/vlan_dev.c                                |    4 -
 net/bridge/br_if.c                                  |   13 +--
 net/core/fib_rules.c                                |    6 -
 net/core/flow_dissector.c                           |    3 
 net/dsa/dsa.c                                       |   11 ++-
 net/ipv4/raw.c                                      |    4 -
 net/ipv6/sit.c                                      |    2 
 net/packet/af_packet.c                              |   25 +++++-
 net/tipc/socket.c                                   |    4 -
 security/selinux/hooks.c                            |    8 +-
 tools/testing/selftests/seccomp/seccomp_bpf.c       |   43 ++++++-----
 45 files changed, 375 insertions(+), 147 deletions(-)

Andrea Parri (1):
      kernfs: fix barrier usage in __kernfs_new_node()

Christophe Leroy (1):
      net: ucc_geth - fix Oops when changing number of buffers in the ring

Corentin Labbe (1):
      net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filtering

Damien Le Moal (1):
      f2fs: Fix use of number of devices

Dan Carpenter (2):
      drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctl
      drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctl

David Ahern (1):
      ipv4: Fix raw socket lookup for local traffic

Dexuan Cui (3):
      PCI: hv: Fix a memory leak in hv_eject_device_work()
      PCI: hv: Add hv_pci_remove_slots() when we unload the driver
      PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if 
necessary

Eric Dumazet (1):
      flow_dissector: disable preemption around BPF calls

Greg Kroah-Hartman (1):
      Linux 5.1.3

Gustavo A. R. Silva (2):
      platform/x86: sony-laptop: Fix unintentional fall-through
      rtlwifi: rtl8723ae: Fix missing break in switch statement

Hangbin Liu (2):
      fib_rules: return 0 directly if an exactly same rule exists when 
NLM_F_EXCL not supplied
      vlan: disable SIOCSHWTSTAMP in container

Hans de Goede (1):
      virt: vbox: Sanity-check parameter types for hgcm-calls coming from 
userspace

Harini Katakam (1):
      net: macb: Change interrupt and napi enable order in open

Heiner Kallweit (1):
      net: phy: fix phy_validate_pause

Jarod Wilson (1):
      bonding: fix arp_validate toggling in active-backup mode

Jason Wang (2):
      tuntap: fix dividing by zero in ebpf queue selection
      tuntap: synchronize through tfiles array instead of tun->numqueues

Jiaxun Yang (1):
      platform/x86: thinkpad_acpi: Disable Bluetooth for some machines

Johan Hovold (1):
      USB: serial: fix unthrottle races

Kees Cook (1):
      selftests/seccomp: Handle namespace failures gracefully

Laurentiu Tudor (2):
      dpaa_eth: fix SG frame cleanup
      powerpc/booke64: set RI in default MSR

Lei YU (1):
      hwmon: (occ) Fix extended status bits

Mario Limonciello (1):
      platform/x86: dell-laptop: fix rfkill functionality

Nigel Croxon (1):
      Don't jump to compute_result state from check_result state

Paolo Abeni (1):
      selinux: do not report error on connect(AF_UNSPEC)

Parthasarathy Bhuvaragan (1):
      tipc: fix hanging clients using poll with EPOLLOUT flag

Paul Bolle (1):
      isdn: bas_gigaset: use usb_fill_int_urb() properly

Petr Štetiar (1):
      mwl8k: Fix rate_idx underflow

Rick Lindsley (1):
      powerpc/book3s/64: check for NULL pointer in pgd_alloc()

Russell Currey (1):
      powerpc/powernv/idle: Restore IAMR after idle

Stefan Wahren (1):
      hwmon: (pwm-fan) Disable PWM if fetching cooling data fails

Stephen Suryaputra (1):
      vrf: sit mtu should not be updated when vrf netdev is the link

Thomas Bogendoerfer (1):
      net: seeq: fix crash caused by not set dev.parent

Tobin C. Harding (1):
      bridge: Fix error path for kobject_init_and_add()

Wolfram Sang (1):
      i2c: core: ratelimit 'transfer when suspended' errors

YueHaibing (3):
      net: dsa: Fix error cleanup path in dsa_init_module
      packet: Fix error path in packet_init
      virtio_ring: Fix potential mem leak in virtqueue_add_indirect_packed

Attachment: signature.asc
Description: PGP signature

Reply via email to