stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-23 09:01:35 to 2022-11-23 09:13:12 UTC [more...]

[PATCH 5.4 000/156] 5.4.225-rc1 review
 2022-11-23  9:10 UTC  (54+ messages)
` [PATCH 5.4 001/156] xfs: preserve rmapbt swapext block reservation from freed blocks
` [PATCH 5.4 002/156] xfs: rename xfs_bmap_is_real_extent to is_written_extent
` [PATCH 5.4 003/156] xfs: redesign the reflink remap loop to fix blkres depletion crash
` [PATCH 5.4 004/156] xfs: use MMAPLOCK around filemap_map_pages()
` [PATCH 5.4 005/156] xfs: preserve inode versioning across remounts
` [PATCH 5.4 006/156] xfs: drain the buf delwri queue before xfsaild idles
` [PATCH 5.4 007/156] phy: stm32: fix an error code in probe
` [PATCH 5.4 008/156] wifi: cfg80211: silence a sparse RCU warning
` [PATCH 5.4 009/156] wifi: cfg80211: fix memory leak in query_regdb_file()
` [PATCH 5.4 010/156] bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queues
` [PATCH 5.4 011/156] HID: hyperv: fix possible memory leak in mousevsc_probe()
` [PATCH 5.4 012/156] net: gso: fix panic on frag_list with mixed head alloc types
` [PATCH 5.4 013/156] net: tun: Fix memory leaks of napi_get_frags
` [PATCH 5.4 014/156] bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()
` [PATCH 5.4 015/156] bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steer
` [PATCH 5.4 016/156] net: fman: Unregister ethernet device on removal
` [PATCH 5.4 017/156] capabilities: fix undefined behavior in bit shift for CAP_TO_MASK
` [PATCH 5.4 018/156] net: lapbether: fix issue of dev reference count leakage in lapbeth_device_event()
` [PATCH 5.4 019/156] hamradio: fix issue of dev reference count leakage in bpq_device_event()
` [PATCH 5.4 020/156] drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()
` [PATCH 5.4 021/156] ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network
` [PATCH 5.4 022/156] can: af_can: fix NULL pointer dereference in can_rx_register()
` [PATCH 5.4 023/156] tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header
` [PATCH 5.4 024/156] dmaengine: pxa_dma: use platform_get_irq_optional
` [PATCH 5.4 025/156] dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
` [PATCH 5.4 026/156] drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()
` [PATCH 5.4 027/156] perf stat: Fix printing os->prefix in CSV metrics output
` [PATCH 5.4 029/156] net/mlx5: Allow async trigger completion execution on single CPU systems
` [PATCH 5.4 030/156] net: cpsw: disable napi in cpsw_ndo_open()
` [PATCH 5.4 031/156] net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()
` [PATCH 5.4 038/156] arm64: efi: Fix handling of misaligned runtime regions and drop warning
` [PATCH 5.4 039/156] MIPS: jump_label: Fix compat branch range check
` [PATCH 5.4 040/156] mmc: cqhci: Provide helper for resetting both SDHCI and CQHCI
` [PATCH 5.4 041/156] mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCI
` [PATCH 5.4 042/156] mmc: sdhci-tegra: "
` [PATCH 5.4 043/156] ALSA: hda/ca0132: add quirk for EVGA Z390 DARK
` [PATCH 5.4 044/156] ALSA: hda: fix potential memleak in add_widget_node
` [PATCH 5.4 045/156] ALSA: usb-audio: Add quirk entry for M-Audio Micro
` [PATCH 5.4 046/156] ALSA: usb-audio: Add DSD support for Accuphase DAC-60
` [PATCH 5.4 047/156] vmlinux.lds.h: Fix placement of .data..decrypted section
` [PATCH 5.4 048/156] nilfs2: fix deadlock in nilfs_count_free_blocks()
` [PATCH 5.4 049/156] nilfs2: fix use-after-free bug of ns_writer on remount
` [PATCH 5.4 050/156] drm/i915/dmabuf: fix sg_table handling in map_dma_buf
` [PATCH 5.4 051/156] platform/x86: hp_wmi: Fix rfkill causing soft blocked wifi
` [PATCH 5.4 052/156] btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()
` [PATCH 5.4 053/156] udf: Fix a slab-out-of-bounds write bug in udf_find_entry()
` [PATCH 5.4 054/156] can: j1939: j1939_send_one(): fix missing CAN header initialization
` [PATCH 5.4 055/156] cert host tools: Stop complaining about deprecated OpenSSL functions
` [PATCH 5.4 056/156] dmaengine: at_hdmac: Fix at_lli struct definition
` [PATCH 5.4 057/156] dmaengine: at_hdmac: Dont start transactions at tx_submit level
` [PATCH 5.4 058/156] dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
` [PATCH 5.4 059/156] dmaengine: at_hdmac: Dont allow CPU to reorder channel enable

[PATCH 4.19 000/114] 4.19.267-rc1 review
 2022-11-23  9:05 UTC  (116+ messages)
` [PATCH 4.19 001/114] phy: stm32: fix an error code in probe
` [PATCH 4.19 002/114] wifi: cfg80211: fix memory leak in query_regdb_file()
` [PATCH 4.19 003/114] HID: hyperv: fix possible memory leak in mousevsc_probe()
` [PATCH 4.19 004/114] net: gso: fix panic on frag_list with mixed head alloc types
` [PATCH 4.19 005/114] net: tun: Fix memory leaks of napi_get_frags
` [PATCH 4.19 006/114] bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steer
` [PATCH 4.19 007/114] net: fman: Unregister ethernet device on removal
` [PATCH 4.19 008/114] capabilities: fix undefined behavior in bit shift for CAP_TO_MASK
` [PATCH 4.19 009/114] net: lapbether: fix issue of dev reference count leakage in lapbeth_device_event()
` [PATCH 4.19 010/114] hamradio: fix issue of dev reference count leakage in bpq_device_event()
` [PATCH 4.19 011/114] drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()
` [PATCH 4.19 012/114] ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network
` [PATCH 4.19 013/114] tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header
` [PATCH 4.19 014/114] dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
` [PATCH 4.19 015/114] drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()
` [PATCH 4.19 016/114] net: nixge: disable napi when enable interrupts failed in nixge_open()
` [PATCH 4.19 017/114] net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()
` [PATCH 4.19 018/114] ethernet: s2io: disable napi when start nic failed in s2io_card_up()
` [PATCH 4.19 019/114] net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()
` [PATCH 4.19 020/114] net: macvlan: fix memory leaks of macvlan_common_newlink
` [PATCH 4.19 021/114] riscv: process: fix kernel info leakage
` [PATCH 4.19 022/114] arm64: efi: Fix handling of misaligned runtime regions and drop warning
` [PATCH 4.19 023/114] ALSA: hda/ca0132: add quirk for EVGA Z390 DARK
` [PATCH 4.19 024/114] ALSA: hda: fix potential memleak in add_widget_node
` [PATCH 4.19 025/114] ALSA: usb-audio: Add quirk entry for M-Audio Micro
` [PATCH 4.19 026/114] ALSA: usb-audio: Add DSD support for Accuphase DAC-60
` [PATCH 4.19 027/114] vmlinux.lds.h: Fix placement of .data..decrypted section
` [PATCH 4.19 028/114] nilfs2: fix deadlock in nilfs_count_free_blocks()
` [PATCH 4.19 029/114] nilfs2: fix use-after-free bug of ns_writer on remount
` [PATCH 4.19 030/114] drm/i915/dmabuf: fix sg_table handling in map_dma_buf
` [PATCH 4.19 031/114] platform/x86: hp_wmi: Fix rfkill causing soft blocked wifi
` [PATCH 4.19 032/114] btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()
` [PATCH 4.19 033/114] udf: Fix a slab-out-of-bounds write bug in udf_find_entry()
` [PATCH 4.19 034/114] cert host tools: Stop complaining about deprecated OpenSSL functions
` [PATCH 4.19 035/114] dmaengine: at_hdmac: Fix at_lli struct definition
` [PATCH 4.19 036/114] dmaengine: at_hdmac: Dont start transactions at tx_submit level
` [PATCH 4.19 037/114] dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
` [PATCH 4.19 038/114] dmaengine: at_hdmac: Dont allow CPU to reorder channel enable
` [PATCH 4.19 039/114] dmaengine: at_hdmac: Fix impossible condition
` [PATCH 4.19 040/114] dmaengine: at_hdmac: Check return code of dma_async_device_register
` [PATCH 4.19 041/114] net: tun: call napi_schedule_prep() to ensure we own a napi
` [PATCH 4.19 042/114] x86/cpu: Restore AMDs DE_CFG MSR after resume
` [PATCH 4.19 043/114] ASoC: wm5102: Revert "ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe"
` [PATCH 4.19 044/114] ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe"
` [PATCH 4.19 045/114] ASoC: wm8997: Revert "ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe"
` [PATCH 4.19 046/114] spi: intel: Fix the offset to get the 64K erase opcode
` [PATCH 4.19 047/114] selftests/futex: fix build for clang
` [PATCH 4.19 048/114] selftests/intel_pstate: fix build for ARCH=x86_64
` [PATCH 4.19 049/114] rtc: cmos: fix build on non-ACPI platforms
` [PATCH 4.19 050/114] NFSv4: Retry LOCK on OLD_STATEID during delegation return
` [PATCH 4.19 051/114] drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_valid
` [PATCH 4.19 052/114] btrfs: remove pointless and double ulist frees in error paths of qgroup tests
` [PATCH 4.19 053/114] Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
` [PATCH 4.19 054/114] ASoC: core: Fix use-after-free in snd_soc_exit()
` [PATCH 4.19 055/114] serial: 8250_omap: remove wait loop from Errata i202 workaround
` [PATCH 4.19 056/114] serial: 8250: omap: Flush PM QOS work on remove
` [PATCH 4.19 057/114] serial: imx: Add missing .thaw_noirq hook
` [PATCH 4.19 058/114] tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send
` [PATCH 4.19 059/114] ASoC: soc-utils: Remove __exit for snd_soc_util_exit()
` [PATCH 4.19 060/114] block: sed-opal: kmalloc the cmd/resp buffers
` [PATCH 4.19 061/114] siox: fix possible memory leak in siox_device_add()
` [PATCH 4.19 062/114] parport_pc: Avoid FIFO port location truncation
` [PATCH 4.19 063/114] pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map
` [PATCH 4.19 064/114] ata: libata-transport: fix double ata_host_put() in ata_tport_add()
` [PATCH 4.19 065/114] net: bgmac: Drop free_netdev() from bgmac_enet_remove()
` [PATCH 4.19 066/114] mISDN: fix possible memory leak in mISDN_dsp_element_register()
` [PATCH 4.19 067/114] mISDN: fix misuse of put_device() in mISDN_register_device()
` [PATCH 4.19 068/114] net: caif: fix double disconnect client in chnl_net_open()
` [PATCH 4.19 069/114] bnxt_en: Remove debugfs when pci_register_driver failed
` [PATCH 4.19 070/114] xen/pcpu: fix possible memory leak in register_pcpu()
` [PATCH 4.19 071/114] drbd: use after free in drbd_create_device()
` [PATCH 4.19 072/114] net/x25: Fix skb leak in x25_lapb_receive_frame()
` [PATCH 4.19 073/114] cifs: Fix wrong return value checking when GETFLAGS
` [PATCH 4.19 074/114] net: thunderbolt: Fix error handling in tbnet_init()
` [PATCH 4.19 075/114] ftrace: Fix the possible incorrect kernel message
` [PATCH 4.19 076/114] ftrace: Optimize the allocation for mcount entries
` [PATCH 4.19 077/114] ftrace: Fix null pointer dereference in ftrace_add_mod()
` [PATCH 4.19 078/114] ring_buffer: Do not deactivate non-existant pages
` [PATCH 4.19 079/114] ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()
` [PATCH 4.19 080/114] slimbus: stream: correct presence rate frequencies
` [PATCH 4.19 081/114] speakup: fix a segfault caused by switching consoles
` [PATCH 4.19 082/114] USB: serial: option: add Sierra Wireless EM9191
` [PATCH 4.19 083/114] USB: serial: option: remove old LARA-R6 PID
` [PATCH 4.19 084/114] USB: serial: option: add u-blox LARA-R6 00B modem
` [PATCH 4.19 085/114] USB: serial: option: add u-blox LARA-L6 modem
` [PATCH 4.19 086/114] USB: serial: option: add Fibocom FM160 0x0111 composition
` [PATCH 4.19 087/114] usb: add NO_LPM quirk for Realforce 87U Keyboard
` [PATCH 4.19 088/114] usb: chipidea: fix deadlock in ci_otg_del_timer
` [PATCH 4.19 089/114] iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()
` [PATCH 4.19 090/114] iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()
` [PATCH 4.19 091/114] iio: pressure: ms5611: changed hardcoded SPI speed to value limited
` [PATCH 4.19 092/114] dm ioctl: fix misbehavior if list_versions races with module loading
` [PATCH 4.19 093/114] serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
` [PATCH 4.19 094/114] serial: 8250_lpss: Configure DMA also w/o DMA filter
` [PATCH 4.19 095/114] mmc: core: properly select voltage range without power cycle
` [PATCH 4.19 096/114] mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()
` [PATCH 4.19 097/114] docs: update mediator contact information in CoC doc
` [PATCH 4.19 098/114] misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()
` [PATCH 4.19 099/114] scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()
` [PATCH 4.19 100/114] Input: i8042 - fix leaking of platform device on module removal
` [PATCH 4.19 101/114] serial: 8250: Flush DMA Rx on RLSI
` [PATCH 4.19 102/114] macvlan: enforce a consistent minimal mtu
` [PATCH 4.19 103/114] tcp: cdg: allow tcp_cdg_release() to be called multiple times
` [PATCH 4.19 104/114] kcm: avoid potential race in kcm_tx_work
` [PATCH 4.19 105/114] bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()
` [PATCH 4.19 106/114] kcm: close race conditions on sk_receive_queue
` [PATCH 4.19 107/114] 9p: trans_fd/p9_conn_cancel: drop client lock earlier
` [PATCH 4.19 108/114] gfs2: Check sb_bsize_shift after reading superblock
` [PATCH 4.19 109/114] gfs2: Switch from strlcpy to strscpy
` [PATCH 4.19 110/114] 9p/trans_fd: always use O_NONBLOCK read/write
` [PATCH 4.19 111/114] mm: fs: initialize fsdata passed to write_begin/write_end interface
` [PATCH 4.19 112/114] ntfs: fix use-after-free in ntfs_attr_find()
` [PATCH 4.19 113/114] ntfs: fix out-of-bounds read "
` [PATCH 4.19 114/114] ntfs: check overflow when iterating ATTR_RECORDs

[PATCH 4.14 00/88] 4.14.300-rc1 review
 2022-11-23  8:51 UTC  (31+ messages)
` [PATCH 4.14 48/88] net: caif: fix double disconnect client in chnl_net_open()
` [PATCH 4.14 50/88] drbd: use after free in drbd_create_device()
` [PATCH 4.14 51/88] net/x25: Fix skb leak in x25_lapb_receive_frame()
` [PATCH 4.14 52/88] cifs: Fix wrong return value checking when GETFLAGS
` [PATCH 4.14 53/88] ftrace: Fix the possible incorrect kernel message
` [PATCH 4.14 54/88] ftrace: Optimize the allocation for mcount entries
` [PATCH 4.14 55/88] ftrace: Fix null pointer dereference in ftrace_add_mod()
` [PATCH 4.14 56/88] ring_buffer: Do not deactivate non-existant pages
` [PATCH 4.14 57/88] ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()
` [PATCH 4.14 68/88] dm ioctl: fix misbehavior if list_versions races with module loading
` [PATCH 4.14 69/88] serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
` [PATCH 4.14 70/88] serial: 8250_lpss: Configure DMA also w/o DMA filter
` [PATCH 4.14 71/88] mmc: core: properly select voltage range without power cycle
` [PATCH 4.14 72/88] mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()
` [PATCH 4.14 73/88] misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()
` [PATCH 4.14 74/88] nilfs2: fix use-after-free bug of ns_writer on remount
` [PATCH 4.14 75/88] serial: 8250: Flush DMA Rx on RLSI
` [PATCH 4.14 76/88] macvlan: enforce a consistent minimal mtu
` [PATCH 4.14 77/88] tcp: cdg: allow tcp_cdg_release() to be called multiple times
` [PATCH 4.14 78/88] kcm: avoid potential race in kcm_tx_work
` [PATCH 4.14 79/88] bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()
` [PATCH 4.14 80/88] kcm: close race conditions on sk_receive_queue
` [PATCH 4.14 81/88] 9p: trans_fd/p9_conn_cancel: drop client lock earlier
` [PATCH 4.14 82/88] gfs2: Check sb_bsize_shift after reading superblock
` [PATCH 4.14 83/88] gfs2: Switch from strlcpy to strscpy
` [PATCH 4.14 84/88] 9p/trans_fd: always use O_NONBLOCK read/write
` [PATCH 4.14 85/88] mm: fs: initialize fsdata passed to write_begin/write_end interface
` [PATCH 4.14 86/88] ntfs: fix use-after-free in ntfs_attr_find()
` [PATCH 4.14 87/88] ntfs: fix out-of-bounds read "
` [PATCH 4.14 88/88] ntfs: check overflow when iterating ATTR_RECORDs


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).