All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-07 18:14:23 to 2025-09-07 20:13:48 UTC [more...]

[PATCH 5.15 00/64] 5.15.192-rc1 review
 2025-09-07 19:58 UTC  (33+ messages)
` [PATCH 5.15 01/64] bpf: Add cookie object to bpf maps
` [PATCH 5.15 02/64] bpf: Move cgroup iterator helpers to bpf.h
` [PATCH 5.15 03/64] bpf: Move bpf map owner out of common struct
` [PATCH 5.15 04/64] bpf: Fix oob access in cgroup local storage
` [PATCH 5.15 05/64] drm/amd/display: Dont warn when missing DCE encoder caps
` [PATCH 5.15 06/64] fs: writeback: fix use-after-free in __mark_inode_dirty()
` [PATCH 5.15 07/64] tee: fix NULL pointer dereference in tee_shm_put
` [PATCH 5.15 08/64] arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3399-pinebook-pro
` [PATCH 5.15 09/64] wifi: cfg80211: fix use-after-free in cmp_bss()
` [PATCH 5.15 10/64] netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after confirm
` [PATCH 5.15 11/64] netfilter: conntrack: helper: Replace -EEXIST by -EBUSY
` [PATCH 5.15 12/64] Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()
` [PATCH 5.15 13/64] xirc2ps_cs: fix register access when enabling FullDuplex
` [PATCH 5.15 14/64] mISDN: Fix memory leak in dsp_hwec_enable()
` [PATCH 5.15 15/64] icmp: fix icmp_ndo_send address translation for reply direction
` [PATCH 5.15 16/64] i40e: Fix potential invalid access when MAC list is empty
` [PATCH 5.15 17/64] net: ethernet: mtk_eth_soc: fix tx vlan tag for llc packets
` [PATCH 5.15 18/64] wifi: cw1200: cap SSID length in cw1200_do_join()
` [PATCH 5.15 19/64] wifi: libertas: cap SSID len in lbs_associate()
` [PATCH 5.15 20/64] net: thunder_bgx: add a missing of_node_put
` [PATCH 5.15 21/64] net: thunder_bgx: decrement cleanup index before use
` [PATCH 5.15 22/64] ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()
` [PATCH 5.15 23/64] ax25: properly unshare skbs in ax25_kiss_rcv()
` [PATCH 5.15 24/64] net: atm: fix memory leak in atm_register_sysfs when device_register fail
` [PATCH 5.15 25/64] ppp: fix memory leak in pad_compress_skb
` [PATCH 5.15 26/64] ptp: Add generic PTP is_sync() function
` [PATCH 5.15 28/64] phy: mscc: Stop taking ts_lock for tx_queue and use its own lock
` [PATCH 5.15 37/64] e1000e: fix heap overflow in e1000_set_eeprom
` [PATCH 5.15 38/64] mm/khugepaged: fix ->anon_vma race
` [PATCH 5.15 39/64] cpufreq/sched: Explicitly synchronize limits_changed flag handling
` [PATCH 5.15 40/64] KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass producer
` [PATCH 5.15 41/64] spi: tegra114: Remove unnecessary NULL-pointer checks

[PATCH 5.4 00/45] 5.4.299-rc1 review
 2025-09-07 19:58 UTC  (46+ messages)
` [PATCH 5.4 01/45] powerpc: boot: Remove leading zero in label in udelay()
` [PATCH 5.4 02/45] wifi: cfg80211: fix use-after-free in cmp_bss()
` [PATCH 5.4 03/45] netfilter: conntrack: helper: Replace -EEXIST by -EBUSY
` [PATCH 5.4 04/45] Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()
` [PATCH 5.4 05/45] xirc2ps_cs: fix register access when enabling FullDuplex
` [PATCH 5.4 06/45] mISDN: Fix memory leak in dsp_hwec_enable()
` [PATCH 5.4 07/45] icmp: fix icmp_ndo_send address translation for reply direction
` [PATCH 5.4 08/45] i40e: Fix potential invalid access when MAC list is empty
` [PATCH 5.4 09/45] net: ethernet: mtk_eth_soc: fix tx vlan tag for llc packets
` [PATCH 5.4 10/45] wifi: cw1200: cap SSID length in cw1200_do_join()
` [PATCH 5.4 11/45] wifi: libertas: cap SSID len in lbs_associate()
` [PATCH 5.4 12/45] net: thunder_bgx: add a missing of_node_put
` [PATCH 5.4 13/45] net: thunder_bgx: decrement cleanup index before use
` [PATCH 5.4 14/45] ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()
` [PATCH 5.4 15/45] ax25: properly unshare skbs in ax25_kiss_rcv()
` [PATCH 5.4 16/45] net: atm: fix memory leak in atm_register_sysfs when device_register fail
` [PATCH 5.4 17/45] ppp: fix memory leak in pad_compress_skb
` [PATCH 5.4 18/45] ALSA: usb-audio: Add mute TLV for playback volumes on some devices
` [PATCH 5.4 19/45] pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region()
` [PATCH 5.4 20/45] wifi: mwifiex: Initialize the chan_stats array to zero
` [PATCH 5.4 21/45] drm/amdgpu: drop hw access in non-DC audio fini
` [PATCH 5.4 22/45] batman-adv: fix OOB read/write in network-coding decode
` [PATCH 5.4 23/45] e1000e: fix heap overflow in e1000_set_eeprom
` [PATCH 5.4 24/45] mm/khugepaged: fix ->anon_vma race
` [PATCH 5.4 25/45] scsi: lpfc: Fix buffer free/clear order in deferred receive path
` [PATCH 5.4 26/45] mm/slub: avoid accessing metadata when pointer is invalid in object_err()
` [PATCH 5.4 27/45] cpufreq/sched: Explicitly synchronize limits_changed flag handling
` [PATCH 5.4 28/45] KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass producer
` [PATCH 5.4 29/45] iio: chemical: pms7003: use aligned_s64 for timestamp
` [PATCH 5.4 30/45] iio: light: opt3001: fix deadlock due to concurrent flag access
` [PATCH 5.4 31/45] gpio: pca953x: fix IRQ storm on system wake up
` [PATCH 5.4 32/45] ALSA: hda/realtek - Add new HP ZBook laptop with micmute led fixup
` [PATCH 5.4 33/45] dmaengine: mediatek: Fix a possible deadlock error in mtk_cqdma_tx_status()
` [PATCH 5.4 34/45] net: dsa: microchip: update tag_ksz masks for KSZ9477 family
` [PATCH 5.4 35/45] net: dsa: microchip: linearize skb for tail-tagging switches
` [PATCH 5.4 36/45] vmxnet3: update MTU after device quiesce
` [PATCH 5.4 37/45] randstruct: gcc-plugin: Remove bogus void member
` [PATCH 5.4 38/45] randstruct: gcc-plugin: Fix attribute addition
` [PATCH 5.4 39/45] ALSA: hda/hdmi: Add pin fix for another HP EliteDesk 800 G4 model
` [PATCH 5.4 40/45] pcmcia: Add error handling for add_interval() in do_validate_mem()
` [PATCH 5.4 41/45] spi: spi-fsl-lpspi: Fix transmissions when using CONT
` [PATCH 5.4 42/45] spi: spi-fsl-lpspi: Set correct chip-select polarity bit
` [PATCH 5.4 43/45] spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abort
` [PATCH 5.4 44/45] cifs: fix integer overflow in match_server()
` [PATCH 5.4 45/45] dmaengine: mediatek: Fix a flag reuse error in mtk_cqdma_tx_status()

[PATCH 5.10 00/52] 5.10.243-rc1 review
 2025-09-07 19:58 UTC  (53+ messages)
` [PATCH 5.10 01/52] drm/amd/display: Dont warn when missing DCE encoder caps
` [PATCH 5.10 02/52] tee: fix NULL pointer dereference in tee_shm_put
` [PATCH 5.10 03/52] arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3399-pinebook-pro
` [PATCH 5.10 04/52] wifi: cfg80211: fix use-after-free in cmp_bss()
` [PATCH 5.10 05/52] netfilter: conntrack: helper: Replace -EEXIST by -EBUSY
` [PATCH 5.10 06/52] Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()
` [PATCH 5.10 07/52] xirc2ps_cs: fix register access when enabling FullDuplex
` [PATCH 5.10 08/52] mISDN: Fix memory leak in dsp_hwec_enable()
` [PATCH 5.10 09/52] icmp: fix icmp_ndo_send address translation for reply direction
` [PATCH 5.10 10/52] i40e: Fix potential invalid access when MAC list is empty
` [PATCH 5.10 11/52] net: ethernet: mtk_eth_soc: fix tx vlan tag for llc packets
` [PATCH 5.10 12/52] wifi: cw1200: cap SSID length in cw1200_do_join()
` [PATCH 5.10 13/52] wifi: libertas: cap SSID len in lbs_associate()
` [PATCH 5.10 14/52] net: thunder_bgx: add a missing of_node_put
` [PATCH 5.10 15/52] net: thunder_bgx: decrement cleanup index before use
` [PATCH 5.10 16/52] ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()
` [PATCH 5.10 17/52] ax25: properly unshare skbs in ax25_kiss_rcv()
` [PATCH 5.10 18/52] net: atm: fix memory leak in atm_register_sysfs when device_register fail
` [PATCH 5.10 19/52] ppp: fix memory leak in pad_compress_skb
` [PATCH 5.10 20/52] ALSA: usb-audio: Add mute TLV for playback volumes on some devices
` [PATCH 5.10 21/52] pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region()
` [PATCH 5.10 22/52] wifi: mwifiex: Initialize the chan_stats array to zero
` [PATCH 5.10 23/52] drm/amdgpu: drop hw access in non-DC audio fini
` [PATCH 5.10 24/52] scsi: lpfc: Fix buffer free/clear order in deferred receive path
` [PATCH 5.10 25/52] batman-adv: fix OOB read/write in network-coding decode
` [PATCH 5.10 26/52] e1000e: fix heap overflow in e1000_set_eeprom
` [PATCH 5.10 27/52] mm/khugepaged: fix ->anon_vma race
` [PATCH 5.10 28/52] mm/slub: avoid accessing metadata when pointer is invalid in object_err()
` [PATCH 5.10 29/52] cpufreq/sched: Explicitly synchronize limits_changed flag handling
` [PATCH 5.10 30/52] KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass producer
` [PATCH 5.10 31/52] iio: chemical: pms7003: use aligned_s64 for timestamp
` [PATCH 5.10 32/52] iio: light: opt3001: fix deadlock due to concurrent flag access
` [PATCH 5.10 33/52] gpio: pca953x: fix IRQ storm on system wake up
` [PATCH 5.10 34/52] ALSA: hda/realtek - Add new HP ZBook laptop with micmute led fixup
` [PATCH 5.10 35/52] dmaengine: mediatek: Fix a possible deadlock error in mtk_cqdma_tx_status()
` [PATCH 5.10 36/52] net: dsa: microchip: update tag_ksz masks for KSZ9477 family
` [PATCH 5.10 37/52] net: dsa: microchip: linearize skb for tail-tagging switches
` [PATCH 5.10 38/52] vmxnet3: update MTU after device quiesce
` [PATCH 5.10 39/52] arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs
` [PATCH 5.10 40/52] randstruct: gcc-plugin: Remove bogus void member
` [PATCH 5.10 41/52] randstruct: gcc-plugin: Fix attribute addition
` [PATCH 5.10 42/52] net: phy: microchip: implement generic .handle_interrupt() callback
` [PATCH 5.10 43/52] net: phy: microchip: remove the use of .ack_interrupt()
` [PATCH 5.10 44/52] net: phy: microchip: force IRQ polling mode for lan88xx
` [PATCH 5.10 45/52] ALSA: hda/hdmi: Add pin fix for another HP EliteDesk 800 G4 model
` [PATCH 5.10 46/52] pcmcia: Add error handling for add_interval() in do_validate_mem()
` [PATCH 5.10 47/52] spi: spi-fsl-lpspi: Fix transmissions when using CONT
` [PATCH 5.10 48/52] spi: spi-fsl-lpspi: Set correct chip-select polarity bit
` [PATCH 5.10 49/52] spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abort
` [PATCH 5.10 50/52] clk: qcom: gdsc: Set retain_ff before moving to HW CTRL
` [PATCH 5.10 51/52] cifs: fix integer overflow in match_server()
` [PATCH 5.10 52/52] dmaengine: mediatek: Fix a flag reuse error in mtk_cqdma_tx_status()

[PATCH v7 00/10] Add strobe duration and hw strobe signal v4l2 ctrl & use it for ov9282
 2025-09-07 20:08 UTC  (11+ messages)
` [PATCH v7 01/10] media: v4l: ctrls: add a control for flash/strobe duration
` [PATCH v7 02/10] media: v4l2-flash: add support "
` [PATCH v7 04/10] Documentation: uAPI: media: add V4L2_CID_FLASH_{DURATION,HW_STROBE_SIGNAL}
` [PATCH v7 06/10] media: i2c: ov9282: add hardware strobe signal v4l2 control

[PATCH RFC 2/3] rust: implement a test balloon via the "varint" subsystem
 2025-09-07 20:07 UTC  (2+ messages)

[PATCH] hw/sd/sdcard: Fix size check for backing block image, part II
 2025-09-07 19:50 UTC  (4+ messages)

[PATCH v2 0/7] tools/rtla: Code consolidation and osnoise actions
 2025-09-07 19:51 UTC  (3+ messages)
` [PATCH v2 4/7] tools/rtla: Consolidate code between osnoise/timerlat and hist/top

[iwlwifi-chromeos:android16-6.12-desktop__release/core98-95 1/1] drivers/net/wireless/iwl7000/iwlwifi/pcie/gen1_2/trans.c:4193:27: error: no member named 'requires_dma_protection' in 'struct pci_dev'
 2025-09-07 19:46 UTC 

[PATCH 00/17] Use rust types in xdiff
 2025-09-07 19:45 UTC  (18+ messages)
` [PATCH 01/17] xdiff: delete static forward declarations in xprepare
` [PATCH 02/17] xdiff: delete local variables and initialize/free xdfile_t directly
` [PATCH 03/17] xdiff: delete unnecessary fields from xrecord_t and xdfile_t
` [PATCH 04/17] xdiff: delete xdl_get_rec() in xemit
` [PATCH 05/17] xdiff: delete struct diffdata_t
` [PATCH 06/17] xdiff: delete redundant array xdfile_t.ha
` [PATCH 07/17] xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_t
` [PATCH 08/17] xdiff: delete chastore from xdfile_t, view with --color-words
` [PATCH 09/17] xdiff: treat xdfile_t.rchg like an enum
` [PATCH 10/17] compat/rust_types.h: define rust primitive types
` [PATCH 11/17] xdiff: include compat/rust_types.h
` [PATCH 12/17] xdiff: make xrecord_t.ptr a u8 instead of char
` [PATCH 13/17] xdiff: make xrecord_t.size a usize instead of long
` [PATCH 14/17] xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash
` [PATCH 15/17] xdiff: make xdfile_t.nrec a usize instead of long
` [PATCH 16/17] xdiff: make xdfile_t.nreff "
` [PATCH 17/17] xdiff: change the types of dstart, dend, rchg, and rindex in xdfile_t

Doing blobless clone by default; switching between blobless, treeless and full clones by a command
 2025-09-07 19:42 UTC  (2+ messages)

[PATCH v2] scsi: ufs: mcq: Fix memory allocation checks for SQE and CQE
 2025-09-07 19:40 UTC 

[PATCH] drm/i915/display: Use DISPLAY_VER over GRAPHICS_VER
 2025-09-07 19:30 UTC  (4+ messages)

[RFC PATCH] can: dev: can_dev_dropped_skb: drop CAN FD skbs if FD is off
 2025-09-07 19:03 UTC  (2+ messages)

[PATCH net-next] ipv4: udp: fix typos in comments
 2025-09-07 19:25 UTC 

[PATCH] rust: task: update ARef and AlwaysRefCounted imports from sync::aref
 2025-09-07 19:24 UTC  (2+ messages)

[PATCH] rust: kernel: cpu: mark `CpuId::current()` inline
 2025-09-07 19:22 UTC  (2+ messages)

[PATCH] gettext, gettext-minimal-native: upgrade 0.23.1 -> 0.26
 2025-09-07 19:20 UTC 

URCU feature request?
 2025-09-07 19:18 UTC  (10+ messages)

[PATCH net-next] ipv6: udp: fix typos in comments
 2025-09-07 19:16 UTC 

[PATCH] serial: sh: Handle HSCIF RX FIFO overflow
 2025-09-07 19:16 UTC 

[PATCH] tracing : Fix multiple issues in trace_printk module handling
 2025-09-07 19:10 UTC  (2+ messages)

[PATCH v2 00/22] Apple Silicon USB3 support
 2025-09-07 19:02 UTC  (9+ messages)
` [PATCH v2 12/22] usb: typec: tipd: Update partner identity when power status was updated
` [PATCH v2 20/22] arm64: dts: apple: t8103: Add Apple Type-C PHY and dwc3 nodes

Existing patches of similar content
 2025-09-07 18:57 UTC 

[PATCH] smb: Use arc4 library instead of duplicate arc4 code
 2025-09-07 18:55 UTC  (4+ messages)

[PATCH 0/1] Enable HDMI Receiver on NanoPC-T6
 2025-09-07 18:51 UTC  (3+ messages)

[PATCH RESEND -tip] x86/percpu: Use BIT_WORD() and BIT_MASK() macros
 2025-09-07 18:48 UTC 

[GIT PULL] io_uring fix for 6.17-rc5
 2025-09-07 18:47 UTC  (8+ messages)

[PATCH] selinux: fix logic issue with per-file labeling for functionfs
 2025-09-07 18:46 UTC  (5+ messages)

[PATCH v2 0/2] Update DSS EDP integration configuration register
 2025-09-07 18:28 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: ti: k3-j721e-main: "
` [PATCH v2 2/2] arm64: dts: ti: k3-j784s4-j742s2-main-common: "

[PATCH] Fixed the build warning in init_trace_printk_function_export():
 2025-09-07 18:33 UTC  (2+ messages)

[PATCH -tip v2] x86: Remove code depending on __GCC_ASM_FLAG_OUTPUTS__
 2025-09-07 18:33 UTC 

[PATCH v4 0/5] Fix accurate exception reporting in SPARC assembly
 2025-09-07 18:33 UTC  (5+ messages)
` [PATCH v4 2/5] sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC III

[PATCH 0/3] bpf: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-07 18:30 UTC  (2+ messages)

[PATCH] arm64: dts: amlogic: gxbb-odroidc2: remove UHS capability for SD card
 2025-09-07 18:23 UTC  (3+ messages)

[PATCH v2 00/23] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-09-07 18:25 UTC  (5+ messages)
` [PATCH v2 02/23] dt-bindings: clock: tegra30: Add IDs for CSI pad clocks

[RFC PATCH v2 0/7] fetch2: add support for implicit urls
 2025-09-07 18:22 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH v2] sched/fair: bump sd->max_newidle_lb_cost when newidle balance fails
 2025-09-07 18:21 UTC  (2+ messages)

[PATCH] scsi: megaraid: Fix potential divide-by-zero errors
 2025-09-07 18:17 UTC 

[PATCH v4 0/3] usb: dwc3: Modify role-switching QC drd usb controllers
 2025-09-07 18:17 UTC  (4+ messages)

[PATCH] md: allow autodetection of superblock v1.x
 2025-09-07 18:01 UTC 

[PATCH v5 0/2] usb: dwc3: Modify role-switching QC drd usb controllers
 2025-09-07 18:14 UTC  (3+ messages)
` [PATCH v5 1/2] usb: dwc3: core: Introduce glue callbacks for flattened implementations
` [PATCH v5 2/2] usb: dwc3: qcom: Implement glue callbacks to facilitate runtime suspend


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.