Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2024-06-19 13:04:38 to 2024-06-19 13:14:20 UTC [more...]

[PATCH 6.9 000/281] 6.9.6-rc1 review
 2024-06-19 12:53 UTC  (64+ messages)
` [PATCH 6.9 001/281] wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs
` [PATCH 6.9 002/281] wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz AP
` [PATCH 6.9 003/281] cpufreq: amd-pstate: Unify computation of {max,min,nominal,lowest_nonlinear}_freq
` [PATCH 6.9 004/281] cpufreq: amd-pstate: Add quirk for the pstate CPPC capabilities missing
` [PATCH 6.9 005/281] cpufreq: amd-pstate: remove global header file
` [PATCH 6.9 006/281] wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects
` [PATCH 6.9 007/281] wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()
` [PATCH 6.9 008/281] wifi: cfg80211: fully move wiphy work to unbound workqueue
` [PATCH 6.9 009/281] wifi: cfg80211: Lock wiphy in cfg80211_get_station
` [PATCH 6.9 010/281] wifi: cfg80211: pmsr: use correct nla_get_uX functions
` [PATCH 6.9 011/281] wifi: mac80211: pass proper link id for channel switch started notification
` [PATCH 6.9 012/281] wifi: iwlwifi: mvm: dont initialize csa_work twice
` [PATCH 6.9 013/281] wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64
` [PATCH 6.9 014/281] wifi: iwlwifi: mvm: set properly mac header
` [PATCH 6.9 015/281] wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef
` [PATCH 6.9 016/281] wifi: iwlwifi: mvm: check n_ssids before accessing the ssids
` [PATCH 6.9 017/281] wifi: iwlwifi: mvm: dont read past the mfuart notifcation
` [PATCH 6.9 018/281] wifi: mac80211: fix Spatial Reuse element size check
` [PATCH 6.9 019/281] wifi: mac80211: correctly parse Spatial Reuse Parameter Set element
` [PATCH 6.9 020/281] scsi: ufs: mcq: Fix error output and clean up ufshcd_mcq_abort()
` [PATCH 6.9 021/281] RISC-V: KVM: No need to use mask when hart-index-bit is 0
` [PATCH 6.9 022/281] RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_ext function
` [PATCH 6.9 023/281] virtio_net: fix possible dim status unrecoverable
` [PATCH 6.9 024/281] ax25: Fix refcount imbalance on inbound connections
` [PATCH 6.9 025/281] ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()
` [PATCH 6.9 026/281] net/ncsi: Fix the multi thread manner of NCSI driver
` [PATCH 6.9 027/281] net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume
` [PATCH 6.9 028/281] bpf: Fix a potential use-after-free in bpf_link_free()
` [PATCH 6.9 029/281] KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent
` [PATCH 6.9 030/281] KVM: SEV-ES: Delegate LBR virtualization to the processor
` [PATCH 6.9 031/281] vmxnet3: disable rx data ring on dma allocation failure
` [PATCH 6.9 032/281] ipv6: ioam: block BH from ioam6_output()
` [PATCH 6.9 033/281] ipv6: sr: block BH in seg6_output_core() and seg6_input_core()
` [PATCH 6.9 034/281] net: tls: fix marking packets as decrypted
` [PATCH 6.9 035/281] bpf: Set run context for rawtp test_run callback
` [PATCH 6.9 036/281] octeontx2-af: Always allocate PF entries from low prioriy zone
` [PATCH 6.9 037/281] net/smc: avoid overwriting when adjusting sock bufsizes
` [PATCH 6.9 038/281] net: phy: Micrel KSZ8061: fix errata solution not taking effect problem
` [PATCH 6.9 039/281] ionic: fix kernel panic in XDP_TX action
` [PATCH 6.9 041/281] tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
` [PATCH 6.9 042/281] mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTAB
` [PATCH 6.9 043/281] rtnetlink: make the "split" NLM_DONE handling generic
` [PATCH 6.9 050/281] ice: fix iteration of TLVs in Preserved Fields Area
` [PATCH 6.9 051/281] ice: fix reads from NVM Shadow RAM on E830 and E825-C devices
` [PATCH 6.9 052/281] ice: remove af_xdp_zc_qps bitmap
` [PATCH 6.9 053/281] ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
` [PATCH 6.9 054/281] ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
` [PATCH 6.9 055/281] igc: Fix Energy Efficient Ethernet support declaration
` [PATCH 6.9 056/281] net: wwan: iosm: Fix tainted pointer delete is case of region creation fail
` [PATCH 6.9 057/281] af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer
` [PATCH 6.9 058/281] af_unix: Annodate data-races around sk->sk_state for writers
` [PATCH 6.9 059/281] af_unix: Annotate data-race of sk->sk_state in unix_inq_len()
` [PATCH 6.9 060/281] af_unix: Annotate data-races around sk->sk_state in unix_write_space() and poll()
` [PATCH 6.9 061/281] af_unix: Annotate data-race of sk->sk_state in unix_stream_connect()
` [PATCH 6.9 062/281] af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg()
` [PATCH 6.9 063/281] af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb()
` [PATCH 6.9 064/281] af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG
` [PATCH 6.9 065/281] af_unix: Annotate data-races around sk->sk_sndbuf
` [PATCH 6.9 066/281] af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen
` [PATCH 6.9 067/281] af_unix: Use unix_recvq_full_lockless() in unix_stream_connect()
` [PATCH 6.9 068/281] af_unix: Use skb_queue_empty_lockless() in unix_release_sock()
` [PATCH 6.9 069/281] af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen()
` [PATCH 6.9 070/281] af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill()

[PATCH 6.6 000/267] 6.6.35-rc1 review
 2024-06-19 13:09 UTC  (138+ messages)
` [PATCH 6.6 069/267] selftests/mm: log a consistent test name for check_compaction
` [PATCH 6.6 116/267] selftests/ftrace: Fix to check required event file
` [PATCH 6.6 119/267] SUNRPC: return proper error from gss_wrap_req_priv
` [PATCH 6.6 120/267] NFS: add barriers when testing for NFS_FSDATA_BLOCKED
` [PATCH 6.6 121/267] selftests/tracing: Fix event filter test to retry up to 10 times
` [PATCH 6.6 122/267] nvme: fix nvme_pr_* status code parsing
` [PATCH 6.6 123/267] drm/panel: sitronix-st7789v: Add check for of_drm_get_panel_orientation
` [PATCH 6.6 124/267] platform/x86: dell-smbios: Fix wrong token data in sysfs
` [PATCH 6.6 125/267] gpio: tqmx86: fix typo in Kconfig label
` [PATCH 6.6 142/267] net: sfp: Always call `sfp_sm_mod_remove()` on remove
` [PATCH 6.6 143/267] net: hns3: fix kernel crash problem in concurrent scenario
` [PATCH 6.6 144/267] net: hns3: add cond_resched() to hns3 ring buffer init process
` [PATCH 6.6 145/267] liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet
` [PATCH 6.6 146/267] net: stmmac: dwmac-qcom-ethqos: Configure host DMA width
` [PATCH 6.6 147/267] drm/komeda: check for error-valued pointer
` [PATCH 6.6 148/267] drm/bridge/panel: Fix runtime warning on panel bridge release
` [PATCH 6.6 149/267] tcp: fix race in tcp_v6_syn_recv_sock()
` [PATCH 6.6 150/267] net dsa: qca8k: fix usages of device_get_named_child_node()
` [PATCH 6.6 151/267] geneve: Fix incorrect inner network header offset when innerprotoinherit is set
` [PATCH 6.6 152/267] net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packets
` [PATCH 6.6 153/267] Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
` [PATCH 6.6 154/267] Bluetooth: fix connection setup in l2cap_connect
` [PATCH 6.6 155/267] netfilter: nft_inner: validate mandatory meta and payload
` [PATCH 6.6 156/267] netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type
` [PATCH 6.6 157/267] x86/asm: Use %c/%n instead of %P operand modifier in asm templates
` [PATCH 6.6 158/267] x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking
` [PATCH 6.6 159/267] scsi: ufs: core: Quiesce request queues before checking pending cmds
` [PATCH 6.6 160/267] net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPP
` [PATCH 6.6 161/267] gve: ignore nonrelevant GSO type bits when processing TSO headers
` [PATCH 6.6 162/267] net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters
` [PATCH 6.6 163/267] block: sed-opal: avoid possible wrong address reference in read_sed_opal_key()
` [PATCH 6.6 164/267] block: fix request.queuelist usage in flush
` [PATCH 6.6 165/267] nvmet-passthru: propagate status from id override functions
` [PATCH 6.6 166/267] net/ipv6: Fix the RT cache flush via sysctl using a previous delay
` [PATCH 6.6 167/267] net: bridge: mst: pass vlan group directly to br_mst_vlan_set_state
` [PATCH 6.6 168/267] net: bridge: mst: fix suspicious rcu usage in br_mst_set_state
` [PATCH 6.6 169/267] ionic: fix use after netif_napi_del()
` [PATCH 6.6 170/267] af_unix: Read with MSG_PEEK loops if the first unread byte is OOB
` [PATCH 6.6 171/267] bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send()
` [PATCH 6.6 172/267] misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bus_probe()
` [PATCH 6.6 173/267] ksmbd: move leading slash check to smb2_get_name()
` [PATCH 6.6 174/267] ksmbd: fix missing use of get_write in in smb2_set_ea()
` [PATCH 6.6 175/267] x86/boot: Dont add the EFI stub to targets, again
` [PATCH 6.6 176/267] iio: adc: ad9467: fix scan type sign
` [PATCH 6.6 177/267] iio: dac: ad5592r: fix temperature channel scaling value
` [PATCH 6.6 178/267] iio: invensense: fix odr switching to same value
` [PATCH 6.6 179/267] iio: imu: inv_icm42600: delete unneeded update watermark call
` [PATCH 6.6 180/267] drivers: core: synchronize really_probe() and dev_uevent()
` [PATCH 6.6 181/267] parisc: Try to fix random segmentation faults in package builds
` [PATCH 6.6 182/267] ACPI: x86: Force StorageD3Enable on more products
` [PATCH 6.6 183/267] drm/exynos/vidi: fix memory leak in .get_modes()
` [PATCH 6.6 184/267] drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found
` [PATCH 6.6 185/267] mptcp: ensure snd_una is properly initialized on connect
` [PATCH 6.6 186/267] mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
` [PATCH 6.6 187/267] mptcp: pm: update add_addr counters after connect
` [PATCH 6.6 188/267] clkdev: Update clkdev id usage to allow for longer names
` [PATCH 6.6 189/267] irqchip/gic-v3-its: Fix potential race condition in its_vlpi_prop_update()
` [PATCH 6.6 190/267] x86/kexec: Fix bug with call depth tracking
` [PATCH 6.6 191/267] x86/amd_nb: Check for invalid SMN reads
` [PATCH 6.6 192/267] perf/core: Fix missing wakeup when waiting for context reference
` [PATCH 6.6 193/267] perf auxtrace: Fix multiple use of --itrace option
` [PATCH 6.6 194/267] riscv: fix overlap of allocated page and PTR_ERR
` [PATCH 6.6 195/267] tracing/selftests: Fix kprobe event name test for .isra. functions
` [PATCH 6.6 196/267] kheaders: explicitly define file modes for archived headers
` [PATCH 6.6 197/267] null_blk: Print correct max open zones limit in null_init_zoned_dev()
` [PATCH 6.6 198/267] sock_map: avoid race between sock_map_close and sk_psock_put
` [PATCH 6.6 199/267] dma-buf: handle testing kthreads creation failure
` [PATCH 6.6 200/267] vmci: prevent speculation leaks by sanitizing event in event_deliver()
` [PATCH 6.6 201/267] spmi: hisi-spmi-controller: Do not override device identifier
` [PATCH 6.6 202/267] knfsd: LOOKUP can return an illegal error value
` [PATCH 6.6 203/267] fs/proc: fix softlockup in __read_vmcore
` [PATCH 6.6 204/267] ocfs2: use coarse time for new created files
` [PATCH 6.6 205/267] ocfs2: fix races between hole punching and AIO+DIO
` [PATCH 6.6 206/267] PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id
` [PATCH 6.6 207/267] dmaengine: axi-dmac: fix possible race in remove()
` [PATCH 6.6 208/267] remoteproc: k3-r5: Wait for core0 power-up before powering up core1
` [PATCH 6.6 209/267] remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs
` [PATCH 6.6 210/267] iio: adc: axi-adc: make sure AXI clock is enabled
` [PATCH 6.6 211/267] iio: invensense: fix interrupt timestamp alignment
` [PATCH 6.6 212/267] riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context
` [PATCH 6.6 213/267] rtla/timerlat: Simplify "no value" printing on top
` [PATCH 6.6 214/267] rtla/auto-analysis: Replace \t with spaces
` [PATCH 6.6 215/267] drm/i915/gt: Disarm breadcrumbs if engines are already idle
` [PATCH 6.6 216/267] drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)
` [PATCH 6.6 217/267] drm/i915/dpt: Make DPT object unshrinkable
` [PATCH 6.6 218/267] drm/i915: Fix audio component initialization
` [PATCH 6.6 219/267] intel_th: pci: Add Granite Rapids support
` [PATCH 6.6 220/267] intel_th: pci: Add Granite Rapids SOC support
` [PATCH 6.6 221/267] intel_th: pci: Add Sapphire "
` [PATCH 6.6 222/267] intel_th: pci: Add Meteor Lake-S support
` [PATCH 6.6 223/267] intel_th: pci: Add Lunar Lake support
` [PATCH 6.6 224/267] pmdomain: ti-sci: Fix duplicate PD referrals
` [PATCH 6.6 225/267] btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_info
` [PATCH 6.6 226/267] btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_info
` [PATCH 6.6 227/267] btrfs: zoned: factor out single bg handling "
` [PATCH 6.6 228/267] btrfs: zoned: factor out DUP "
` [PATCH 6.6 229/267] btrfs: zoned: fix use-after-free due to race with dev replace
` [PATCH 6.6 230/267] xfs: fix imprecise logic in xchk_btree_check_block_owner
` [PATCH 6.6 231/267] xfs: fix scrub stats file permissions
` [PATCH 6.6 232/267] xfs: fix SEEK_HOLE/DATA for regions with active COW extents
` [PATCH 6.6 233/267] xfs: shrink failure needs to hold AGI buffer
` [PATCH 6.6 234/267] xfs: ensure submit buffers on LSN boundaries in error handlers
` [PATCH 6.6 235/267] xfs: allow sunit mount option to repair bad primary sb stripe values
` [PATCH 6.6 236/267] xfs: dont use current->journal_info
` [PATCH 6.6 237/267] xfs: allow cross-linking special files without project quota
` [PATCH 6.6 238/267] swiotlb: Enforce page alignment in swiotlb_alloc()
` [PATCH 6.6 239/267] swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE
` [PATCH 6.6 240/267] swiotlb: extend buffer pre-padding to alloc_align_mask if necessary
` [PATCH 6.6 241/267] nilfs2: fix potential kernel bug due to lack of writeback flag waiting
` [PATCH 6.6 242/267] tick/nohz_full: Dont abuse smp_call_function_single() in tick_setup_device()
` [PATCH 6.6 243/267] mm/huge_memory: dont unpoison huge_zero_folio
` [PATCH 6.6 244/267] serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ level
` [PATCH 6.6 245/267] Revert "fork: defer linking file vma until vma is fully initialized"
` [PATCH 6.6 246/267] selftests/net: add lib.sh
` [PATCH 6.6 247/267] selftests/net: add variable NS_LIST for lib.sh
` [PATCH 6.6 248/267] selftests: forwarding: Avoid failures to source net/lib.sh
` [PATCH 6.6 249/267] remoteproc: k3-r5: Jump to error handling labels in start/stop errors
` [PATCH 6.6 250/267] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
` [PATCH 6.6 251/267] selftests/net/lib: update busywait timeout value
` [PATCH 6.6 252/267] selftests/net/lib: no need to record ns name if it already exist
` [PATCH 6.6 253/267] selftests: net: lib: support errexit with busywait
` [PATCH 6.6 254/267] selftests: net: lib: avoid error removing empty netns name
` [PATCH 6.6 255/267] greybus: Fix use-after-free bug in gb_interface_release due to race condition
` [PATCH 6.6 256/267] ima: Fix use-after-free on a dentrys dname.name
` [PATCH 6.6 257/267] device property: Implement device_is_big_endian()
` [PATCH 6.6 258/267] serial: core: Add UPIO_UNKNOWN constant for unknown port type
` [PATCH 6.6 259/267] serial: port: Introduce a common helper to read properties
` [PATCH 6.6 260/267] serial: 8250_dw: Switch to use uart_read_port_properties()
` [PATCH 6.6 261/267] serial: 8250_dw: Replace ACPI device check by a quirk
` [PATCH 6.6 262/267] serial: 8250_dw: Dont use struct dw8250_data outside of 8250_dw
` [PATCH 6.6 263/267] usb-storage: alauda: Check whether the media is initialized
` [PATCH 6.6 264/267] misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_bus_probe()
` [PATCH 6.6 265/267] i2c: at91: Fix the functionality flags of the slave-only interface
` [PATCH 6.6 266/267] i2c: designware: "
` [PATCH 6.6 267/267] zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDING


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