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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 21 Mar 2020 10:27:19 +0100
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 5.4.27

I'm announcing the release of the 5.4.27 kernel.

All users of the 5.4 kernel series must upgrade.

The updated 5.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.4.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

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

 Documentation/admin-guide/kernel-parameters.txt      |    4 
 Makefile                                             |    5 
 arch/arm/Makefile                                    |    4 
 arch/arm/boot/compressed/Makefile                    |    4 
 arch/arm/kernel/vdso.c                               |    2 
 arch/arm/lib/copy_from_user.S                        |    2 
 block/blk-flush.c                                    |    2 
 block/blk-mq-sched.c                                 |   44 +++-
 block/blk-mq.c                                       |   18 +
 block/blk-mq.h                                       |    3 
 drivers/acpi/acpi_watchdog.c                         |   12 +
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c               |    5 
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c                |    8 
 drivers/gpu/drm/amd/powerplay/smu_v11_0.c            |    6 
 drivers/hid/hid-apple.c                              |    3 
 drivers/hid/hid-bigbenff.c                           |   31 ++
 drivers/hid/hid-google-hammer.c                      |    2 
 drivers/hid/hid-ids.h                                |    2 
 drivers/hid/hid-quirks.c                             |    1 
 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c             |    8 
 drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c     |    1 
 drivers/net/ethernet/huawei/hinic/hinic_hw_dev.h     |    2 
 drivers/net/ethernet/huawei/hinic/hinic_hw_if.h      |    1 
 drivers/net/ethernet/huawei/hinic/hinic_hw_qp.h      |    1 
 drivers/net/ethernet/huawei/hinic/hinic_main.c       |    3 
 drivers/net/ethernet/huawei/hinic/hinic_rx.c         |    5 
 drivers/net/ethernet/micrel/ks8851_mll.c             |   14 -
 drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c   |  186 ++++++++--------
 drivers/net/ethernet/qualcomm/rmnet/rmnet_config.h   |    3 
 drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c |    7 
 drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.c      |    8 
 drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.h      |    1 
 drivers/net/ethernet/sfc/ptp.c                       |   38 +++
 drivers/net/ethernet/xilinx/ll_temac.h               |    4 
 drivers/net/ethernet/xilinx/ll_temac_main.c          |  209 +++++++++++++++----
 drivers/net/phy/mscc.c                               |    4 
 drivers/net/slip/slip.c                              |    3 
 drivers/net/usb/qmi_wwan.c                           |    3 
 drivers/scsi/libfc/fc_disc.c                         |    2 
 drivers/watchdog/wdat_wdt.c                          |   23 ++
 fs/jbd2/transaction.c                                |    8 
 kernel/signal.c                                      |   23 +-
 kernel/trace/trace_events_hist.c                     |   32 ++
 mm/slub.c                                            |    9 
 net/ipv4/cipso_ipv4.c                                |    7 
 net/mac80211/rx.c                                    |    2 
 net/netfilter/xt_hashlimit.c                         |   36 ---
 net/qrtr/qrtr.c                                      |    2 
 net/wireless/reg.c                                   |    2 
 tools/testing/selftests/rseq/Makefile                |    2 
 50 files changed, 560 insertions(+), 247 deletions(-)

Alex Maftei (amaftei) (1):
      sfc: fix timestamp reconstruction at 16-bit rollover points

Antoine Tenart (1):
      net: phy: mscc: fix firmware paths

Ard Biesheuvel (1):
      ARM: 8961/2: Fix Kbuild issue caused by per-task stack protector GCC plugin

Carl Huang (1):
      net: qrtr: fix len of skb_put_padto in qrtr_node_enqueue

Chen-Tsung Hsieh (1):
      HID: google: add moonball USB id

Cong Wang (1):
      netfilter: xt_hashlimit: unregister proc file before releasing mutex

Daniele Palmas (1):
      net: usb: qmi_wwan: restore mtu min/max values after raw_ip switch

Esben Haabendal (4):
      net: ll_temac: Fix race condition causing TX hang
      net: ll_temac: Add more error handling of dma_map_single() calls
      net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressure
      net: ll_temac: Handle DMA halt condition caused by buffer underrun

Felix Kuehling (1):
      drm/amdgpu: Fix TLB invalidation request when using semaphore

Florian Fainelli (1):
      ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional()

Florian Westphal (1):
      netfilter: hashlimit: do not use indirect calls during gc

Greg Kroah-Hartman (1):
      Linux 5.4.27

Hanno Zulla (3):
      HID: hid-bigbenff: fix general protection fault caused by double kfree
      HID: hid-bigbenff: call hid_hw_stop() in case of error
      HID: hid-bigbenff: fix race condition for scheduled work during removal

Igor Druzhinin (1):
      scsi: libfc: free response frame from GPN_ID

Jann Horn (1):
      mm: slub: add missing TID bump in kmem_cache_alloc_bulk()

Jean Delvare (1):
      ACPI: watchdog: Allow disabling WDAT at boot

Johannes Berg (1):
      cfg80211: check reg_rule for NULL in handle_channel_custom()

Kai-Heng Feng (1):
      HID: i2c-hid: add Trekstor Surfbook E11B to descriptor override

Kees Cook (1):
      ARM: 8958/1: rename missed uaccess .fixup section

Linus Torvalds (1):
      signal: avoid double atomic counter increments for user accounting

Luo bin (3):
      hinic: fix a irq affinity bug
      hinic: fix a bug of setting hw_ioctxt
      hinic: fix a bug of rss configuration

Madhuparna Bhowmik (1):
      mac80211: rx: avoid RCU list traversal under mutex

Mansour Behabadi (1):
      HID: apple: Add support for recent firmware on Magic Keyboards

Marek Vasut (1):
      net: ks8851-ml: Fix IRQ handling and locking

Masahiro Yamada (2):
      kbuild: add dtbs_check to PHONY
      kbuild: add dt_binding_check to PHONY in a correct place

Matteo Croce (1):
      ipv4: ensure rcu_read_lock() in cipso_v4_error()

Michael Ellerman (1):
      selftests/rseq: Fix out-of-tree compilation

Mika Westerberg (1):
      ACPI: watchdog: Set default timeout in probe

Ming Lei (2):
      blk-mq: insert passthrough request into hctx->dispatch directly
      blk-mq: insert flush request to the front of dispatch queue

Monk Liu (1):
      drm/amdgpu: fix memory leak during TDR test(v2)

Qian Cai (1):
      jbd2: fix data races at struct journal_head

Taehee Yoo (8):
      net: rmnet: fix NULL pointer dereference in rmnet_newlink()
      net: rmnet: fix NULL pointer dereference in rmnet_changelink()
      net: rmnet: fix suspicious RCU usage
      net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()
      net: rmnet: do not allow to change mux id if mux id is duplicated
      net: rmnet: use upper/lower device infrastructure
      net: rmnet: fix bridge mode bugs
      net: rmnet: fix packet forwarding in rmnet bridge mode

Tom Zanussi (1):
      tracing: Fix number printing bug in print_synth_event()

Tony Fischetti (1):
      HID: add ALWAYS_POLL quirk to lenovo pixart mouse

yangerkun (1):
      slip: not call free_netdev before rtnl_unlock in slip_open


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ