public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-13 16:46:43 to 2024-03-13 20:06:24 UTC [more...]

[PATCH 4.19 00/41] 4.19.310-rc1 review
 2024-03-13 20:06 UTC  (43+ messages)
` [PATCH 4.19 01/41] net: usb: lan78xx: Remove lots of set but unused 'ret' variables
` [PATCH 4.19 02/41] lan78xx: Fix white space and style issues
` [PATCH 4.19 03/41] lan78xx: Add missing return code checks
` [PATCH 4.19 04/41] lan78xx: Fix partial packet errors on suspend/resume
` [PATCH 4.19 05/41] lan78xx: Fix race conditions in suspend/resume handling
` [PATCH 4.19 06/41] net: lan78xx: fix runtime PM count underflow on link stop
` [PATCH 4.19 07/41] net: move definition of pcpu_lstats to header file
` [PATCH 4.19 08/41] geneve: make sure to pull inner header in geneve_rx()
` [PATCH 4.19 09/41] net/ipv6: avoid possible UAF in ip6_route_mpath_notify()
` [PATCH 4.19 10/41] net/rds: fix WARNING in rds_conn_connect_if_down
` [PATCH 4.19 11/41] netfilter: nf_conntrack_h323: Add protection for bmp length out of range
` [PATCH 4.19 12/41] netrom: Fix a data-race around sysctl_netrom_default_path_quality
` [PATCH 4.19 13/41] netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser
` [PATCH 4.19 14/41] netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser
` [PATCH 4.19 15/41] netrom: Fix a data-race around sysctl_netrom_transport_timeout
` [PATCH 4.19 16/41] netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries
` [PATCH 4.19 17/41] netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay
` [PATCH 4.19 18/41] netrom: Fix a data-race around sysctl_netrom_transport_busy_delay
` [PATCH 4.19 19/41] netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size
` [PATCH 4.19 20/41] netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout
` [PATCH 4.19 21/41] netrom: Fix a data-race around sysctl_netrom_routing_control
` [PATCH 4.19 22/41] netrom: Fix a data-race around sysctl_netrom_link_fails_count
` [PATCH 4.19 23/41] netrom: Fix data-races around sysctl_net_busy_read
` [PATCH 4.19 24/41] btrfs: ref-verify: free ref cache before clearing mount opt
` [PATCH 4.19 25/41] tools/selftest/vm: allow choosing mem size and page size in map_hugetlb
` [PATCH 4.19 26/41] selftests: mm: fix map_hugetlb failure on 64K page size systems
` [PATCH 4.19 27/41] um: allow not setting extra rpaths in the linux binary
` [PATCH 4.19 28/41] Input: i8042 - fix strange behavior of touchpad on Clevo NS70PU
` [PATCH 4.19 29/41] hv_netvsc: Make netvsc/VF binding check both MAC and serial number
` [PATCH 4.19 30/41] hv_netvsc: use netif_is_bond_master() instead of open code
` [PATCH 4.19 31/41] hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed
` [PATCH 4.19 32/41] y2038: rusage: use __kernel_old_timeval
` [PATCH 4.19 33/41] getrusage: add the "signal_struct *sig" local variable
` [PATCH 4.19 34/41] getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()
` [PATCH 4.19 35/41] getrusage: use __for_each_thread()
` [PATCH 4.19 36/41] getrusage: use sig->stats_lock rather than lock_task_sighand()
` [PATCH 4.19 37/41] exit: Fix typo in comment: s/sub-theads/sub-threads
` [PATCH 4.19 38/41] exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)
` [PATCH 4.19 39/41] selftests/vm: fix display of page size in map_hugetlb
` [PATCH 4.19 40/41] selftests/vm: fix map_hugetlb length used for testing read and write
` [PATCH 4.19 41/41] Linux 4.19.310-rc1

[PATCH 5.10 00/73] 5.10.213-rc1 review
 2024-03-13 20:05 UTC  (78+ messages)
` [PATCH 5.10 01/73] mmc: mmci: stm32: use a buffer for unaligned DMA requests
` [PATCH 5.10 02/73] mmc: mmci: stm32: fix DMA API overlapping mappings warning
` [PATCH 5.10 03/73] lan78xx: Fix white space and style issues
` [PATCH 5.10 04/73] lan78xx: Add missing return code checks
` [PATCH 5.10 05/73] lan78xx: Fix partial packet errors on suspend/resume
` [PATCH 5.10 06/73] lan78xx: Fix race conditions in suspend/resume handling
` [PATCH 5.10 07/73] net: lan78xx: fix runtime PM count underflow on link stop
` [PATCH 5.10 08/73] ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able
` [PATCH 5.10 09/73] i40e: disable NAPI right after disabling irqs when handling xsk_pool
` [PATCH 5.10 10/73] tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string
` [PATCH 5.10 11/73] geneve: make sure to pull inner header in geneve_rx()
` [PATCH 5.10 12/73] net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()
` [PATCH 5.10 13/73] net/ipv6: avoid possible UAF in ip6_route_mpath_notify()
` [PATCH 5.10 14/73] cpumap: Zero-initialise xdp_rxq_info struct before running XDP program
` [PATCH 5.10 15/73] net/rds: fix WARNING in rds_conn_connect_if_down
` [PATCH 5.10 16/73] netfilter: nft_ct: fix l3num expectations with inet pseudo family
` [PATCH 5.10 17/73] netfilter: nf_conntrack_h323: Add protection for bmp length out of range
` [PATCH 5.10 18/73] netrom: Fix a data-race around sysctl_netrom_default_path_quality
` [PATCH 5.10 19/73] netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser
` [PATCH 5.10 20/73] netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser
` [PATCH 5.10 21/73] netrom: Fix a data-race around sysctl_netrom_transport_timeout
` [PATCH 5.10 22/73] netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries
` [PATCH 5.10 23/73] netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay
` [PATCH 5.10 24/73] netrom: Fix a data-race around sysctl_netrom_transport_busy_delay
` [PATCH 5.10 25/73] netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size
` [PATCH 5.10 26/73] netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout
` [PATCH 5.10 27/73] netrom: Fix a data-race around sysctl_netrom_routing_control
` [PATCH 5.10 28/73] netrom: Fix a data-race around sysctl_netrom_link_fails_count
` [PATCH 5.10 29/73] netrom: Fix data-races around sysctl_net_busy_read
` [PATCH 5.10 30/73] selftests/mm: switch to bash from sh
` [PATCH 5.10 31/73] selftests: mm: fix map_hugetlb failure on 64K page size systems
` [PATCH 5.10 32/73] um: allow not setting extra rpaths in the linux binary
` [PATCH 5.10 33/73] xhci: remove extra loop in interrupt context
` [PATCH 5.10 34/73] xhci: prevent double-fetch of transfer and transfer event TRBs
` [PATCH 5.10 35/73] xhci: process isoc TD properly when there was a transaction error mid TD
` [PATCH 5.10 36/73] xhci: handle isoc Babble and Buffer Overrun events properly
` [PATCH 5.10 37/73] serial: max310x: Use devm_clk_get_optional() to get the input clock
` [PATCH 5.10 38/73] serial: max310x: Try to get crystal clock rate from property
` [PATCH 5.10 39/73] serial: max310x: fail probe if clock crystal is unstable
` [PATCH 5.10 40/73] serial: max310x: Make use of device properties
` [PATCH 5.10 41/73] serial: max310x: use regmap methods for SPI batch operations
` [PATCH 5.10 42/73] serial: max310x: use a separate regmap for each port
` [PATCH 5.10 43/73] serial: max310x: prevent infinite while() loop in port startup
` [PATCH 5.10 44/73] net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
` [PATCH 5.10 45/73] bpf: net: Change sk_getsockopt() to take the sockptr_t argument
` [PATCH 5.10 46/73] lsm: make security_socket_getpeersec_stream() sockptr_t safe
` [PATCH 5.10 47/73] lsm: fix default return value of the socket_getpeersec_*() hooks
` [PATCH 5.10 48/73] ext4: make ext4_es_insert_extent() return void
` [PATCH 5.10 49/73] ext4: refactor ext4_da_map_blocks()
` [PATCH 5.10 50/73] ext4: convert to exclusive lock while inserting delalloc extents
` [PATCH 5.10 51/73] Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardening
` [PATCH 5.10 52/73] hv_netvsc: Use vmbus_requestor to generate transaction IDs "
` [PATCH 5.10 53/73] hv_netvsc: Wait for completion on request SWITCH_DATA_PATH
` [PATCH 5.10 54/73] hv_netvsc: Process NETDEV_GOING_DOWN on VF hot remove
` [PATCH 5.10 55/73] hv_netvsc: Make netvsc/VF binding check both MAC and serial number
` [PATCH 5.10 56/73] hv_netvsc: use netif_is_bond_master() instead of open code
` [PATCH 5.10 57/73] hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed
` [PATCH 5.10 58/73] mm/hugetlb: change hugetlb_reserve_pages() to type bool
` [PATCH 5.10 59/73] mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVE
` [PATCH 5.10 60/73] getrusage: add the "signal_struct *sig" local variable
` [PATCH 5.10 61/73] getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()
` [PATCH 5.10 62/73] getrusage: use __for_each_thread()
` [PATCH 5.10 63/73] getrusage: use sig->stats_lock rather than lock_task_sighand()
` [PATCH 5.10 64/73] exit: Fix typo in comment: s/sub-theads/sub-threads
` [PATCH 5.10 65/73] exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)
` [PATCH 5.10 66/73] serial: max310x: Unprepare and disable clock in error path
` [PATCH 5.10 67/73] Drivers: hv: vmbus: Drop error message when 'No request id available'
` [PATCH 5.10 68/73] regmap: allow to define reg_update_bits for no bus configuration
` [PATCH 5.10 69/73] regmap: Add bulk read/write callbacks into regmap_config
` [PATCH 5.10 70/73] serial: max310x: make accessing revision id interface-agnostic
` [PATCH 5.10 71/73] serial: max310x: implement I2C support
` [PATCH 5.10 72/73] serial: max310x: fix IO data corruption in batched operations
` [PATCH 5.10 73/73] Linux 5.10.213-rc1

[PATCH 6.1 00/71] 6.1.82-rc1 review
 2024-03-13 20:04 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 1/5] scsi: mpt3sas: Prevent sending diag_reset when the controller is ready
 2024-03-13 20:03 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 3/5] drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series

[PATCH 1/2] drm/msm/dp: fix runtime PM leak on disconnect
 2024-03-13 19:48 UTC  (4+ messages)
` [PATCH 2/2] drm/msm/dp: fix runtime PM leak on connect failure

[PATCH] drm/i915/gt: Report full vm address range
 2024-03-13 19:39 UTC 

[PATCH 5.15 00/76] 5.15.152-rc1 review
 2024-03-13 19:21 UTC  (10+ messages)
` [PATCH 5.15 45/76] modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS
` [PATCH 5.15 72/76] regmap: allow to define reg_update_bits for no bus configuration
` [PATCH 5.15 73/76] regmap: Add bulk read/write callbacks into regmap_config

[merged mm-stable] memtest-use-readwrite_once-in-memory-scanning.patch removed from -mm tree
 2024-03-13 19:13 UTC 

[PATCH] clk: qcom: apss-ipq-pll: use stromer ops for IPQ5018 to fix boot failure
 2024-03-13 18:36 UTC  (2+ messages)

[PATCH 6.6 00/60] 6.6.22-rc1 review
 2024-03-13 18:32 UTC  (8+ messages)
` [PATCH 6.6 05/60] mm: migrate: remove PageTransHuge check in numamigrate_isolate_page()
` [PATCH 6.6 06/60] mm: migrate: remove THP mapcount "
` [PATCH 6.6 07/60] mm: migrate: convert numamigrate_isolate_page() to numamigrate_isolate_folio()

+ nilfs2-prevent-kernel-bug-at-submit_bh_wbc.patch added to mm-nonmm-unstable branch
 2024-03-13 18:30 UTC 

+ nilfs2-fix-failure-to-detect-dat-corruption-in-btree-and-direct-mappings.patch added to mm-nonmm-unstable branch
 2024-03-13 18:30 UTC 

[PATCH v4 0/5] Pinephone video out fixes (flipping between two frames)
 2024-03-13 18:18 UTC  (5+ messages)
` [PATCH v4 1/5] clk: sunxi-ng: common: Support minimum and maximum rate
` [PATCH v4 2/5] clk: sunxi-ng: a64: Set minimum and maximum rate for PLL-MIPI

[PATCH 5.15 00/76] 5.15.152-rc1 review
 2024-03-13 17:55 UTC 

[PATCH] vmwgfx: Create debugfs ttm_resource_manager entry only if needed
 2024-03-13 17:57 UTC  (2+ messages)

[PATCH 5.4 000/267] 5.4.269-rc1 review
 2024-03-13 17:48 UTC  (3+ messages)
` [PATCH 5.4 015/267] arm64: dts: qcom: sdm845: fix USB wakeup interrupt types

[PATCH] drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()
 2024-03-13 17:44 UTC  (2+ messages)

[PATCH] memtest: use {READ,WRITE}_ONCE in memory scanning
 2024-03-13 17:21 UTC  (2+ messages)

[PATCH 5.4 00/51] 5.4.272-rc1 review
 2024-03-13 17:09 UTC  (54+ messages)
` [PATCH 5.4 01/51] lan78xx: Fix white space and style issues
` [PATCH 5.4 02/51] lan78xx: Add missing return code checks
` [PATCH 5.4 03/51] lan78xx: Fix partial packet errors on suspend/resume
` [PATCH 5.4 04/51] lan78xx: Fix race conditions in suspend/resume handling
` [PATCH 5.4 05/51] net: lan78xx: fix runtime PM count underflow on link stop
` [PATCH 5.4 06/51] ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able
` [PATCH 5.4 07/51] geneve: make sure to pull inner header in geneve_rx()
` [PATCH 5.4 08/51] net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()
` [PATCH 5.4 09/51] net/ipv6: avoid possible UAF in ip6_route_mpath_notify()
` [PATCH 5.4 10/51] net/rds: fix WARNING in rds_conn_connect_if_down
` [PATCH 5.4 11/51] netfilter: nft_ct: fix l3num expectations with inet pseudo family
` [PATCH 5.4 12/51] netfilter: nf_conntrack_h323: Add protection for bmp length out of range
` [PATCH 5.4 13/51] netrom: Fix a data-race around sysctl_netrom_default_path_quality
` [PATCH 5.4 14/51] netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser
` [PATCH 5.4 15/51] netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser
` [PATCH 5.4 16/51] netrom: Fix a data-race around sysctl_netrom_transport_timeout
` [PATCH 5.4 17/51] netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries
` [PATCH 5.4 18/51] netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay
` [PATCH 5.4 19/51] netrom: Fix a data-race around sysctl_netrom_transport_busy_delay
` [PATCH 5.4 20/51] netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size
` [PATCH 5.4 21/51] netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout
` [PATCH 5.4 22/51] netrom: Fix a data-race around sysctl_netrom_routing_control
` [PATCH 5.4 23/51] netrom: Fix a data-race around sysctl_netrom_link_fails_count
` [PATCH 5.4 24/51] netrom: Fix data-races around sysctl_net_busy_read
` [PATCH 5.4 25/51] selftests: mm: fix map_hugetlb failure on 64K page size systems
` [PATCH 5.4 26/51] um: allow not setting extra rpaths in the linux binary
` [PATCH 5.4 27/51] serial: max310x: Use devm_clk_get_optional() to get the input clock
` [PATCH 5.4 28/51] serial: max310x: Try to get crystal clock rate from property
` [PATCH 5.4 29/51] serial: max310x: fail probe if clock crystal is unstable
` [PATCH 5.4 30/51] serial: max310x: Make use of device properties
` [PATCH 5.4 31/51] serial: max310x: use regmap methods for SPI batch operations
` [PATCH 5.4 32/51] serial: max310x: use a separate regmap for each port
` [PATCH 5.4 33/51] serial: max310x: prevent infinite while() loop in port startup
` [PATCH 5.4 34/51] Input: i8042 - fix strange behavior of touchpad on Clevo NS70PU
` [PATCH 5.4 35/51] hv_netvsc: Make netvsc/VF binding check both MAC and serial number
` [PATCH 5.4 36/51] hv_netvsc: use netif_is_bond_master() instead of open code
` [PATCH 5.4 37/51] hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed
` [PATCH 5.4 38/51] y2038: rusage: use __kernel_old_timeval
` [PATCH 5.4 39/51] getrusage: add the "signal_struct *sig" local variable
` [PATCH 5.4 40/51] getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()
` [PATCH 5.4 41/51] getrusage: use __for_each_thread()
` [PATCH 5.4 42/51] getrusage: use sig->stats_lock rather than lock_task_sighand()
` [PATCH 5.4 43/51] exit: Fix typo in comment: s/sub-theads/sub-threads
` [PATCH 5.4 44/51] exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)
` [PATCH 5.4 45/51] serial: max310x: Unprepare and disable clock in error path
` [PATCH 5.4 46/51] regmap: allow to define reg_update_bits for no bus configuration
` [PATCH 5.4 47/51] regmap: Add bulk read/write callbacks into regmap_config
` [PATCH 5.4 48/51] serial: max310x: make accessing revision id interface-agnostic
` [PATCH 5.4 49/51] serial: max310x: implement I2C support
` [PATCH 5.4 50/51] serial: max310x: fix IO data corruption in batched operations
` [PATCH 5.4 51/51] Linux 5.4.272-rc1


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox