Linux kernel -stable discussions
 help / color / mirror / Atom feed
 messages from 2024-01-29 17:14:47 to 2024-01-29 17:17:14 UTC [more...]

[PATCH 6.6 000/331] 6.6.15-rc1 review
 2024-01-29 17:06 UTC  (201+ messages)
` [PATCH 6.6 080/331] arm64: dts: qcom: msm8916: Make blsp_dma controlled-remotely
` [PATCH 6.6 083/331] arm64: dts: qcom: sdm845: fix USB wakeup interrupt types
` [PATCH 6.6 084/331] arm64: dts: qcom: sdm670: "
` [PATCH 6.6 085/331] arm64: dts: qcom: sm8150: "
` [PATCH 6.6 086/331] arm64: dts: qcom: sc8180x: "
` [PATCH 6.6 087/331] arm64: dts: qcom: sc7280: fix usb_1 "
` [PATCH 6.6 088/331] arm64: dts: qcom: Add missing vio-supply for AW2013
` [PATCH 6.6 089/331] ARM: dts: qcom: sdx55: fix USB DP/DM HS PHY interrupts
` [PATCH 6.6 109/331] riscv: mm: Fixup compat arch_get_mmap_end
` [PATCH 6.6 110/331] riscv: mm: Fixup compat mode boot failure
` [PATCH 6.6 111/331] arm64: Rename ARM64_WORKAROUND_2966298
` [PATCH 6.6 112/331] arm64: errata: Add Cortex-A510 speculative unprivileged load workaround
` [PATCH 6.6 113/331] arm64/sme: Always exit sme_alloc() early with existing storage
` [PATCH 6.6 114/331] arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
` [PATCH 6.6 115/331] rtc: cmos: Use ACPI alarm for non-Intel x86 systems too
` [PATCH 6.6 116/331] rtc: Adjust failure return code for cmos_set_alarm()
` [PATCH 6.6 117/331] rtc: mc146818-lib: Adjust failure return code for mc146818_get_time()
` [PATCH 6.6 118/331] rtc: Add support for configuring the UIP timeout for RTC reads
` [PATCH 6.6 119/331] rtc: Extend timeout for waiting for UIP to clear to 1s
` [PATCH 6.6 120/331] nouveau/vmm: dont set addr on the fail path to avoid warning
` [PATCH 6.6 121/331] efi: disable mirror feature during crashkernel
` [PATCH 6.6 122/331] ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
` [PATCH 6.6 123/331] kexec: do syscore_shutdown() in kernel_kexec
` [PATCH 6.6 124/331] selftests: mm: hugepage-vmemmap fails on 64K page size systems
` [PATCH 6.6 125/331] mm/rmap: fix misplaced parenthesis of a likely()
` [PATCH 6.6 126/331] mm/sparsemem: fix race in accessing memory_section->usage
` [PATCH 6.6 127/331] rename(): fix the locking of subdirectories
` [PATCH 6.6 128/331] serial: sc16is7xx: improve regmap debugfs by using one regmap per port
` [PATCH 6.6 129/331] serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()
` [PATCH 6.6 130/331] serial: sc16is7xx: remove global regmap from struct sc16is7xx_port
` [PATCH 6.6 131/331] serial: sc16is7xx: remove unused line structure member
` [PATCH 6.6 132/331] serial: sc16is7xx: change EFR lock to operate on each channels
` [PATCH 6.6 133/331] serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFO
` [PATCH 6.6 134/331] serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error
` [PATCH 6.6 135/331] serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()
` [PATCH 6.6 136/331] serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()
` [PATCH 6.6 137/331] LoongArch/smp: Call rcutree_report_cpu_starting() earlier
` [PATCH 6.6 138/331] mm: page_alloc: unreserve highatomic page blocks before oom
` [PATCH 6.6 139/331] serial: Do not hold the port lock when setting rx-during-tx GPIO
` [PATCH 6.6 140/331] ksmbd: set v2 lease version on lease upgrade
` [PATCH 6.6 141/331] ksmbd: fix potential circular locking issue in smb2_set_ea()
` [PATCH 6.6 142/331] ksmbd: dont increment epoch if current state and request state are same
` [PATCH 6.6 143/331] ksmbd: send lease break notification on FILE_RENAME_INFORMATION
` [PATCH 6.6 144/331] ksmbd: Add missing set_freezable() for freezable kthread
` [PATCH 6.6 145/331] dt-bindings: net: snps,dwmac: Tx coe unsupported
` [PATCH 6.6 146/331] bpf: move explored_state() closer to the beginning of verifier.c
` [PATCH 6.6 147/331] bpf: extract same_callsites() as utility function
` [PATCH 6.6 148/331] bpf: exact states comparison for iterator convergence checks
` [PATCH 6.6 149/331] selftests/bpf: tests with delayed read/precision makrs in loop body
` [PATCH 6.6 150/331] bpf: correct loop detection for iterators convergence
` [PATCH 6.6 151/331] selftests/bpf: test if state loops are detected in a tricky case
` [PATCH 6.6 152/331] bpf: print full verifier states on infinite loop detection
` [PATCH 6.6 153/331] selftests/bpf: track tcp payload offset as scalar in xdp_synproxy
` [PATCH 6.6 154/331] selftests/bpf: track string payload offset as scalar in strobemeta
` [PATCH 6.6 155/331] bpf: extract __check_reg_arg() utility function
` [PATCH 6.6 156/331] bpf: extract setup_func_entry() "
` [PATCH 6.6 157/331] bpf: verify callbacks as if they are called unknown number of times
` [PATCH 6.6 158/331] selftests/bpf: tests for iterating callbacks
` [PATCH 6.6 159/331] bpf: widening for callback iterators
` [PATCH 6.6 160/331] selftests/bpf: test widening for iterating callbacks
` [PATCH 6.6 161/331] bpf: keep track of max number of bpf_loop callback iterations
` [PATCH 6.6 162/331] selftests/bpf: check if max number of bpf_loop iterations is tracked
` [PATCH 6.6 163/331] Revert "drm/amd: Enable PCIe PME from D3"
` [PATCH 6.6 164/331] cifs: fix lock ordering while disabling multichannel
` [PATCH 6.6 165/331] cifs: fix a pending undercount of srv_count
` [PATCH 6.6 166/331] cifs: after disabling multichannel, mark tcon for reconnect
` [PATCH 6.6 167/331] SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()
` [PATCH 6.6 168/331] wifi: mac80211: fix potential sta-link leak
` [PATCH 6.6 169/331] net/smc: fix illegal rmb_desc access in SMC-D connection dump
` [PATCH 6.6 170/331] selftests: bonding: Increase timeout to 1200s
` [PATCH 6.6 171/331] tcp: make sure init the accept_queues spinlocks once
` [PATCH 6.6 172/331] bnxt_en: Wait for FLR to complete during probe
` [PATCH 6.6 173/331] bnxt_en: Prevent kernel warning when running offline self test
` [PATCH 6.6 174/331] vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING
` [PATCH 6.6 175/331] llc: make llc_ui_sendmsg() more robust against bonding changes
` [PATCH 6.6 176/331] llc: Drop support for ETH_P_TR_802_2
` [PATCH 6.6 177/331] udp: fix busy polling
` [PATCH 6.6 178/331] net: fix removing a namespace with conflicting altnames
` [PATCH 6.6 179/331] tun: fix missing dropped counter in tun_xdp_act
` [PATCH 6.6 180/331] tun: add missing rx stats accounting "
` [PATCH 6.6 181/331] net: micrel: Fix PTP frame parsing for lan8814
` [PATCH 6.6 182/331] net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv
` [PATCH 6.6 183/331] netfs, fscache: Prevent Oops in fscache_put_cache()
` [PATCH 6.6 184/331] tracing: Ensure visibility when inserting an element into tracing_map
` [PATCH 6.6 185/331] afs: Hide silly-rename files from userspace
` [PATCH 6.6 186/331] tcp: Add memory barrier to tcp_push()
` [PATCH 6.6 187/331] selftest: Dont reuse port for SO_INCOMING_CPU test
` [PATCH 6.6 188/331] netlink: fix potential sleeping issue in mqueue_flush_file
` [PATCH 6.6 189/331] ipv6: init the accept_queues spinlocks in inet6_create
` [PATCH 6.6 190/331] selftests: fill in some missing configs for net
` [PATCH 6.6 191/331] net/sched: flower: Fix chain template offload
` [PATCH 6.6 192/331] net/mlx5e: Fix operation precedence bug in port timestamping napi_poll context
` [PATCH 6.6 193/331] net/mlx5e: Fix peer flow lists handling
` [PATCH 6.6 194/331] net/mlx5: Fix a WARN upon a callback command failure
` [PATCH 6.6 195/331] net/mlx5: Bridge, Enable mcast in smfs steering mode
` [PATCH 6.6 196/331] net/mlx5: Bridge, fix multicast packets sent to uplink
` [PATCH 6.6 197/331] net/mlx5: DR, Use the right GVMI number for drop action
` [PATCH 6.6 198/331] net/mlx5: DR, Cant go to uplink vport on RX rule
` [PATCH 6.6 199/331] net/mlx5: Use mlx5 device constant for selecting CQ period mode for ASO
` [PATCH 6.6 200/331] net/mlx5e: Allow software parsing when IPsec crypto is enabled
` [PATCH 6.6 201/331] net/mlx5e: Ignore IPsec replay window values on sender side
` [PATCH 6.6 202/331] net/mlx5e: fix a double-free in arfs_create_groups
` [PATCH 6.6 203/331] net/mlx5e: fix a potential double-free in fs_any_create_groups
` [PATCH 6.6 204/331] rcu: Defer RCU kthreads wakeup when CPU is dying
` [PATCH 6.6 205/331] netfilter: nft_limit: reject configurations that cause integer overflow
` [PATCH 6.6 206/331] netfilter: nf_tables: restrict anonymous set and map names to 16 bytes
` [PATCH 6.6 207/331] netfilter: nf_tables: validate NFPROTO_* family
` [PATCH 6.6 208/331] net: stmmac: Wait a bit for the reset to take effect
` [PATCH 6.6 209/331] net: mvpp2: clear BM pool before initialization
` [PATCH 6.6 210/331] selftests: net: fix rps_default_mask with >32 CPUs
` [PATCH 6.6 211/331] selftests: netdevsim: fix the udp_tunnel_nic test
` [PATCH 6.6 212/331] xsk: recycle buffer in case Rx queue was full
` [PATCH 6.6 213/331] xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
` [PATCH 6.6 214/331] bpf: Propagate modified uaddrlen from cgroup sockaddr programs
` [PATCH 6.6 215/331] bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf
` [PATCH 6.6 216/331] xsk: fix usage of multi-buffer BPF helpers for ZC XDP
` [PATCH 6.6 217/331] ice: work on pre-XDP prog frag count
` [PATCH 6.6 218/331] i40e: handle multi-buffer packets that are shrunk by xdp prog
` [PATCH 6.6 219/331] ice: remove redundant xdp_rxq_info registration
` [PATCH 6.6 220/331] intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers
` [PATCH 6.6 221/331] ice: update xdp_rxq_info::frag_size for ZC enabled Rx queue
` [PATCH 6.6 222/331] xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL
` [PATCH 6.6 223/331] i40e: set xdp_rxq_info::frag_size
` [PATCH 6.6 224/331] i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queue
` [PATCH 6.6 225/331] fjes: fix memleaks in fjes_hw_setup
` [PATCH 6.6 226/331] selftests: bonding: do not test arp/ns target with mode balance-alb/tlb
` [PATCH 6.6 227/331] net: fec: fix the unhandled context fault from smmu
` [PATCH 6.6 228/331] tsnep: Remove FCS for XDP data path
` [PATCH 6.6 229/331] tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring
` [PATCH 6.6 230/331] btrfs: scrub: avoid use-after-free when chunk length is not 64K aligned
` [PATCH 6.6 231/331] btrfs: zoned: fix lock ordering in btrfs_zone_activate()
` [PATCH 6.6 232/331] btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume being deleted
` [PATCH 6.6 233/331] btrfs: ref-verify: free ref cache before clearing mount opt
` [PATCH 6.6 234/331] btrfs: tree-checker: fix inline ref size in error messages
` [PATCH 6.6 235/331] btrfs: dont warn if discard range is not aligned to sector
` [PATCH 6.6 236/331] btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args
` [PATCH 6.6 237/331] btrfs: dont abort filesystem when attempting to snapshot deleted subvolume
` [PATCH 6.6 238/331] rbd: dont move requests to the running list on errors
` [PATCH 6.6 239/331] exec: Fix error handling in begin_new_exec()
` [PATCH 6.6 240/331] wifi: iwlwifi: fix a memory corruption
` [PATCH 6.6 241/331] nfsd: fix RELEASE_LOCKOWNER
` [PATCH 6.6 242/331] hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes
` [PATCH 6.6 243/331] netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechain
` [PATCH 6.6 244/331] netfilter: nf_tables: reject QUEUE/DROP verdict parameters
` [PATCH 6.6 245/331] platform/x86: intel-uncore-freq: Fix types in sysfs callbacks
` [PATCH 6.6 246/331] platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
` [PATCH 6.6 247/331] ksmbd: fix global oob in ksmbd_nl_policy
` [PATCH 6.6 248/331] firmware: arm_scmi: Check mailbox/SMT channel for consistency
` [PATCH 6.6 249/331] Revert "drivers/firmware: Move sysfb_init() from device_initcall to subsys_initcall_sync"
` [PATCH 6.6 250/331] drm/amdgpu: Fix the null pointer when load rlc firmware
` [PATCH 6.6 251/331] xfs: read only mounts with fsopen mount API are busted
` [PATCH 6.6 252/331] gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04
` [PATCH 6.6 253/331] cpufreq: intel_pstate: Refine computation of P-state for given frequency
` [PATCH 6.6 254/331] Revert "drm/i915/dsi: Do display on sequence later on icl+"
` [PATCH 6.6 255/331] drm: Dont unref the same fb many times by mistake due to deadlock handling
` [PATCH 6.6 256/331] drm/bridge: nxp-ptn3460: fix i2c_master_send() error checking
` [PATCH 6.6 257/331] drm: Fix TODO list mentioning non-KMS drivers
` [PATCH 6.6 258/331] drm/tidss: Fix atomic_flush check
` [PATCH 6.6 259/331] drm: Disable the cursor plane on atomic contexts with virtualized drivers
` [PATCH 6.6 260/331] drm/virtio: Disable damage clipping if FB changed since last page-flip
` [PATCH 6.6 261/331] drm: Allow drivers to indicate the damage helpers to ignore damage clips
` [PATCH 6.6 262/331] drm/amd/display: fix bandwidth validation failure on DCN 2.1
` [PATCH 6.6 263/331] drm/amd/display: Disable PSR-SU on Parade 0803 TCON again
` [PATCH 6.6 264/331] Revert "drm/amd/display: fix bandwidth validation failure on DCN 2.1"
` [PATCH 6.6 265/331] drm/bridge: nxp-ptn3460: simplify some error checking
` [PATCH 6.6 266/331] drm/amdgpu: correct the cu count for gfx v11
` [PATCH 6.6 267/331] drm/amd/display: Fix variable deferencing before NULL check in edp_setup_replay()
` [PATCH 6.6 268/331] drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable W/A
` [PATCH 6.6 269/331] drm/amd/display: Align the returned error code with legacy DP
` [PATCH 6.6 270/331] drm/amd/display: Fix late derefrence dsc check in link_set_dsc_pps_packet()
` [PATCH 6.6 271/331] drm/amdgpu/pm: Fix the power source flag error
` [PATCH 6.6 272/331] drm/amd/display: Fix uninitialized variable usage in core_link_ read_dpcd() & write_dpcd() functions
` [PATCH 6.6 273/331] net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not set
` [PATCH 6.6 274/331] thermal: intel: hfi: Refactor enabling code into helper functions
` [PATCH 6.6 275/331] thermal: intel: hfi: Disable an HFI instance when all its CPUs go offline
` [PATCH 6.6 276/331] thermal: intel: hfi: Add syscore callbacks for system-wide PM
` [PATCH 6.6 277/331] fs/pipe: move check to pipe_has_watch_queue()
` [PATCH 6.6 278/331] pipe: wakeup wr_wait after setting max_usage
` [PATCH 6.6 279/331] media: v4l: cci: Include linux/bits.h
` [PATCH 6.6 280/331] media: v4l: cci: Add macros to obtain register width and address
` [PATCH 6.6 281/331] media: v4l2-cci: Add support for little-endian encoded registers
` [PATCH 6.6 282/331] media: i2c: imx290: Properly encode registers as little-endian
` [PATCH 6.6 283/331] thermal: trip: Drop redundant trips check from for_each_thermal_trip()
` [PATCH 6.6 284/331] thermal: core: Store trip pointer in struct thermal_instance
` [PATCH 6.6 285/331] thermal: gov_power_allocator: avoid inability to reset a cdev
` [PATCH 6.6 286/331] mm: migrate: record the mlocked page status to remove unnecessary lru drain
` [PATCH 6.6 287/331] mm: migrate: fix getting incorrect page mapping during page migration
` [PATCH 6.6 288/331] serial: core: Provide port lock wrappers
` [PATCH 6.6 289/331] serial: sc16is7xx: Use "
` [PATCH 6.6 290/331] serial: sc16is7xx: fix unconditional activation of THRI interrupt
` [PATCH 6.6 291/331] btrfs: zoned: factor out prepare_allocation_zoned()
` [PATCH 6.6 292/331] btrfs: zoned: optimize hint byte for zoned allocator
` [PATCH 6.6 293/331] drm/i915/lnl: Remove watchdog timers for PSR
` [PATCH 6.6 294/331] drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULT
` [PATCH 6.6 295/331] drm/panel-edp: Add AUO B116XTN02, BOE NT116WHM-N21,836X2, NV116WHM-N49 V8.0
` [PATCH 6.6 296/331] drm/panel-edp: drm/panel-edp: Fix AUO B116XAK01 name and timing
` [PATCH 6.6 297/331] drm/panel-edp: drm/panel-edp: Fix AUO B116XTN02 name
` [PATCH 6.6 299/331] drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
` [PATCH 6.6 308/331] drm/exynos: fix accidental on-stack copy of exynos_drm_plane
` [PATCH 6.6 309/331] drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resume


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