All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-20 14:44:52 to 2023-03-20 15:00:00 UTC [more...]

[PATCH 4.19 00/36] 4.19.279-rc1 review
 2023-03-20 14:55 UTC  (36+ messages)
` [PATCH 4.19 01/36] ext4: fix cgroup writeback accounting with fs-layer encryption
` [PATCH 4.19 02/36] fs: sysfs_emit_at: Remove PAGE_SIZE alignment check
` [PATCH 4.19 04/36] tcp: tcp_make_synack() can be called from process context
` [PATCH 4.19 06/36] qed/qed_dev: guard against a possible division by zero
` [PATCH 4.19 07/36] net: tunnels: annotate lockless accesses to dev->needed_headroom
` [PATCH 4.19 08/36] net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status fails
` [PATCH 4.19 09/36] nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition
` [PATCH 4.19 10/36] net: usb: smsc75xx: Limit packet length to skb->len
` [PATCH 4.19 11/36] nvmet: avoid potential UAF in nvmet_req_complete()
` [PATCH 4.19 12/36] block: sunvdc: add check for mdesc_grab() returning NULL
` [PATCH 4.19 13/36] ipv4: Fix incorrect table ID in IOCTL path
` [PATCH 4.19 14/36] net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pull
` [PATCH 4.19 15/36] net/iucv: Fix size of interrupt data
` [PATCH 4.19 16/36] ethernet: sun: add check for the mdesc_grab()
` [PATCH 4.19 17/36] hwmon: (adt7475) Display smoothing attributes in correct order
` [PATCH 4.19 18/36] hwmon: (adt7475) Fix masking of hysteresis registers
` [PATCH 4.19 19/36] hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condition
` [PATCH 4.19 20/36] media: m5mols: fix off-by-one loop termination error
` [PATCH 4.19 21/36] mmc: atmel-mci: fix race between stop command and start of next command
` [PATCH 4.19 22/36] jffs2: correct logic when creating a hole in jffs2_write_begin
` [PATCH 4.19 23/36] rust: arch/um: Disable FP/SIMD instruction to match x86
` [PATCH 4.19 24/36] ext4: fail ext4_iget if special inode unallocated
` [PATCH 4.19 25/36] ext4: fix task hung in ext4_xattr_delete_inode
` [PATCH 4.19 26/36] drm/amdkfd: Fix an illegal memory access
` [PATCH 4.19 27/36] sh: intc: Avoid spurious sizeof-pointer-div warning
` [PATCH 4.19 28/36] tracing: Check field value in hist_field_name()
` [PATCH 4.19 29/36] tracing: Make tracepoint lockdep check actually test something
` [PATCH 4.19 30/36] ftrace: Fix invalid address access in lookup_rec() when index is 0
` [PATCH 4.19 31/36] fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks
` [PATCH 4.19 32/36] x86/mm: Fix use of uninitialized buffer in sme_enable()
` [Intel-gfx] [PATCH 4.19 33/36] drm/i915: Dont use stolen memory for ring buffers with LLC
  `  "
` [PATCH 4.19 34/36] serial: 8250_em: Fix UART port type
` [PATCH 4.19 35/36] HID: core: Provide new max_buffer_size attribute to over-ride the default
` [PATCH 4.19 36/36] HID: uhid: Over-ride the default maximum data buffer value with our own

[LTP] [PATCH] configure.ac: fix mount_attr detection
 2023-03-20 14:59 UTC  (7+ messages)

[PATCH 5.4 00/60] 5.4.238-rc1 review
 2023-03-20 14:54 UTC  (4+ messages)
` [PATCH 5.4 01/60] ext4: fix cgroup writeback accounting with fs-layer encryption
` [PATCH 5.4 02/60] xfrm: Allow transport-mode states with AF_UNSPEC selector
` [PATCH 5.4 03/60] drm/panfrost: Dont sync rpm suspension after mmu flushing

[Intel-wired-lan] [PATCH net v2] ice: clear number of qs when rings are free
 2023-03-20 14:59 UTC  (3+ messages)

[PATCH 00/10] accel/tcg: refactor the cpu-exec loop
 2023-03-20 14:58 UTC  (7+ messages)
` [PATCH 03/10] accel/tcg: move i386 halt handling to sysemu_ops
` [PATCH 07/10] accel/tcg: use QEMU_IOTHREAD_LOCK_GUARD to cover the exit
` [PATCH 09/10] accel/tcg: re-inline the filtering of virtual IRQs but data driven

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-03-20 14:56 UTC  (4+ messages)
` [PATCH v3 07/51] cpuidle,psci: Push RCU-idle into driver

[PATCH v3 0/4] devres: Provide krealloc_array
 2023-03-20 14:57 UTC  (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] hwmon: pmbus: Use devm_krealloc_array
` [PATCH v3 3/4] iio: adc: "
` [PATCH v3 4/4] serial: qcom_geni: Comment use of devm_krealloc rather than devm_krealloc_array

[PATCH 4.14 00/30] 4.14.311-rc1 review
 2023-03-20 14:54 UTC  (32+ messages)
` [PATCH 4.14 01/30] ext4: fix cgroup writeback accounting with fs-layer encryption
` [PATCH 4.14 02/30] fs: sysfs_emit_at: Remove PAGE_SIZE alignment check
` [PATCH 4.14 03/30] tcp: tcp_make_synack() can be called from process context
` [PATCH 4.14 04/30] nfc: pn533: initialize struct pn533_out_arg properly
` [PATCH 4.14 05/30] qed/qed_dev: guard against a possible division by zero
` [PATCH 4.14 06/30] net: tunnels: annotate lockless accesses to dev->needed_headroom
` [PATCH 4.14 07/30] net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status fails
` [PATCH 4.14 08/30] nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition
` [PATCH 4.14 09/30] net: usb: smsc75xx: Limit packet length to skb->len
` [PATCH 4.14 10/30] nvmet: avoid potential UAF in nvmet_req_complete()
` [PATCH 4.14 11/30] block: sunvdc: add check for mdesc_grab() returning NULL
` [PATCH 4.14 12/30] ipv4: Fix incorrect table ID in IOCTL path
` [PATCH 4.14 13/30] net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pull
` [PATCH 4.14 14/30] net/iucv: Fix size of interrupt data
` [PATCH 4.14 15/30] ethernet: sun: add check for the mdesc_grab()
` [PATCH 4.14 16/30] hwmon: (adt7475) Display smoothing attributes in correct order
` [PATCH 4.14 17/30] hwmon: (adt7475) Fix masking of hysteresis registers
` [PATCH 4.14 18/30] hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condition
` [PATCH 4.14 19/30] media: m5mols: fix off-by-one loop termination error
` [PATCH 4.14 20/30] mmc: atmel-mci: fix race between stop command and start of next command
` [PATCH 4.14 21/30] rust: arch/um: Disable FP/SIMD instruction to match x86
` [PATCH 4.14 22/30] ext4: fail ext4_iget if special inode unallocated
` [PATCH 4.14 23/30] ext4: fix task hung in ext4_xattr_delete_inode
` [PATCH 4.14 24/30] sh: intc: Avoid spurious sizeof-pointer-div warning
` [PATCH 4.14 25/30] ftrace: Fix invalid address access in lookup_rec() when index is 0
` [PATCH 4.14 26/30] fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks
` [Intel-gfx] [PATCH 4.14 27/30] drm/i915: Dont use stolen memory for ring buffers with LLC
  `  "
` [PATCH 4.14 28/30] serial: 8250_em: Fix UART port type
` [PATCH 4.14 29/30] HID: core: Provide new max_buffer_size attribute to over-ride the default
` [PATCH 4.14 30/30] HID: uhid: Over-ride the default maximum data buffer value with our own

[PATCH 0/4] further cleanup of vma_merge()
 2023-03-20 14:58 UTC  (4+ messages)
` [PATCH 2/4] mm/mmap/vma_merge: set next to NULL if not applicable

[PATCH][next] wifi: mt76: mt7921: Replace fake flex-arrays with flexible-array members
 2023-03-20 14:56 UTC  (2+ messages)

[PATCH -next v15 00/19] riscv: Add vector ISA support
 2023-03-20 14:55 UTC  (9+ messages)
` [PATCH -next v15 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state

[PATCH 00/11] usb: phy: Convert to platform remove callback returning void
 2023-03-20 14:54 UTC  (3+ messages)
` [PATCH 08/11] usb: phy: mxs: "
  ` [EXT] "

[PATCH v3 00/21] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings
 2023-03-20 14:54 UTC  (32+ messages)
` [PATCH v3 05/21] pinctrl: mediatek: remove OF_GPIO as reverse dependency
` [PATCH v3 10/21] dt-bindings: pinctrl: mediatek: mt6795: rename to mediatek,mt6795-pinctrl
` [PATCH v3 12/21] dt-bindings: pinctrl: mediatek: mt8192: rename to mediatek,mt8192-pinctrl
` [PATCH v3 13/21] dt-bindings: pinctrl: mediatek: mt8195: rename to mediatek,mt8195-pinctrl
` [PATCH v3 14/21] dt-bindings: pinctrl: mediatek: fix naming inconsistency
` [PATCH v3 15/21] dt-bindings: pinctrl: {mediatek,ralink}: fix formatting
` [PATCH v3 16/21] dt-bindings: pinctrl: mediatek: fix pinmux header location
` [PATCH v3 17/21] dt-bindings: pinctrl: mediatek: drop quotes from referred schemas

[RFC PATCH v1 0/3] fix header length on skb merging
 2023-03-20 14:57 UTC  (3+ messages)
` [RFC PATCH v1 1/3] virtio/vsock: "

cgroup2 labeling question
 2023-03-20 14:46 UTC  (6+ messages)

[PULL 00/31] various fixes (testing, plugins, gitdm)
 2023-03-20 14:56 UTC  (7+ messages)
` [PULL 05/31] gitlab: update centos-8-stream job

[PATCH 00/18] Venus QoL / maintainability fixes
 2023-03-20 14:54 UTC  (10+ messages)
` [PATCH 01/18] media: venus: hfi_venus: Set venus_sys_idle_indicator to false on V6

[RFC PATCH v2 00/11] Add stage-2 translation for SMMUv3
 2023-03-20 14:56 UTC  (3+ messages)
` [RFC PATCH v2 04/11] hw/arm/smmuv3: Add page table walk for stage-2

[PATCH 6.2 000/211] 6.2.8-rc1 review
 2023-03-20 14:52 UTC  (2+ messages)
` [PATCH 6.2 001/211] xfrm: Allow transport-mode states with AF_UNSPEC selector

[PATCH 6.1 000/198] 6.1.21-rc1 review
 2023-03-20 14:52 UTC  (2+ messages)
` [PATCH 6.1 001/198] xfrm: Allow transport-mode states with AF_UNSPEC selector

[PATCH 0/3] KVM: support the cpu feature FLUSH_L1D
 2023-03-20 14:53 UTC  (7+ messages)
` [PATCH 1/3] kvm: vmx: Add IA32_FLUSH_CMD guest support

[PATCH 5.15 000/115] 5.15.104-rc1 review
 2023-03-20 14:53 UTC  (3+ messages)
` [PATCH 5.15 001/115] xfrm: Allow transport-mode states with AF_UNSPEC selector
` [PATCH 5.15 002/115] drm/panfrost: Dont sync rpm suspension after mmu flushing

Renaming md raid and moving md raid to a different machine
 2023-03-20 14:53 UTC  (7+ messages)

[PATCH 5.10 00/99] 5.10.176-rc1 review
 2023-03-20 14:53 UTC  (2+ messages)
` [PATCH 5.10 01/99] xfrm: Allow transport-mode states with AF_UNSPEC selector

[PATCH 1/4] net/mlx5/hws: fix bug in pattern creation
 2023-03-20 14:53 UTC  (4+ messages)
` [PATCH 2/4] net/mlx5/hws: shared context uses defaults from local context
` [PATCH 3/4] net/mlx5/hws: keep all jumbo tag for deletion
` [PATCH 4/4] net/mlx5/hws: add check for modify-header actions

[RFC v2 1/3] file: Introduce iterate_fd_locked
 2023-03-20 14:51 UTC  (3+ messages)
` [RFC v2 3/3] file, epoll: Implement do_replace() and eventpoll_replace()

[dm-devel] [PATCH] libmultipath: limit paths that can get wwid from environment
 2023-03-20 14:53 UTC  (2+ messages)

[PATCH 0/2] Add few device nodes for IPQ5332 SoC
 2023-03-20 14:51 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: watchdog: qcom-wdt: add qcom,apss-wdt-ipq5332 compatible

mdadm --detail works, mdadm --stop says "does not appear to be an md device"
 2023-03-20 14:50 UTC  (3+ messages)

[PATCH v2 0/3] Sapphire Rapids C0.x idle states support
 2023-03-20 14:50 UTC  (3+ messages)
` [PATCH v2 3/3] intel_idle: add C0.2 state for Sapphire Rapids Xeon

[PATCH v3 0/2] Drop map from handle_mask_sync() parameters
 2023-03-20 14:50 UTC  (3+ messages)
` [PATCH v3 1/2] gpio: 104-dio-48e: Implement struct dio48e_gpio
` [PATCH v3 2/2] regmap-irq: Drop map from handle_mask_sync() parameters

[LSF/MM/BPF BoF]: extend UBLK to cover real storage hardware
 2023-03-20 12:34 UTC  (11+ messages)

[meta-python][PATCH v2 1/4] python_mesonpy.bbclass: New class
 2023-03-20 14:52 UTC  (6+ messages)
` [meta-python][PATCH v2 3/4] python3-pyproject-metadata: New recipe
  ` [oe] "
` [meta-python][PATCH v2 4/4] python3-meson-python: "
  ` [oe] "
` [oe] [meta-python][PATCH v2 1/4] python_mesonpy.bbclass: New class

[Intel-gfx] [PATCH v1 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-20 14:49 UTC  (11+ messages)
` [Intel-gfx] [PATCH v1 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()
                `  "

[PATCH 00/14] arm64: dts: qcom: sa8775p: add basic PMIC support
 2023-03-20 14:49 UTC  (3+ messages)
` [PATCH 04/14] dt-bindings: mfd: qcom,spmi-pmic: add compatible for pmm8654au

[PATCHv5 net 1/2] net: asix: fix modprobe "sysfs: cannot create duplicate filename"
 2023-03-20 14:48 UTC  (2+ messages)

nvme-tcp poll queue crash
 2023-03-20 14:51 UTC  (3+ messages)

[PATCH 0/6 RESEND] media: mediatek: vcodec: Add debugfs file for decode and encode
 2023-03-20 14:49 UTC  (4+ messages)
` [PATCH 3/6 RESEND] media: mediatek: vcodec: Add a debugfs file to get different useful information

[PATCH v2 0/3] dts: imx8qxp add cdns usb3 port
 2023-03-20 14:49 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: usb: cdns-imx8qm: add imx8qm cdns3 glue bindings
    ` [EXT] "

[RESEND PATCH v9 1/2] dt-bindings: PCI: qcom: Add SM8550 compatible
 2023-03-20 14:46 UTC  (2+ messages)
` [RESEND PATCH v9 2/2] PCI: qcom: Add SM8550 PCIe support

[PATCH v4] dt-bindings: iommu: renesas, ipmmu-vmsa: Update for R-Car Gen4
 2023-03-20 14:49 UTC  (2+ messages)

[LTP] [PATCH] Add goals of patch review and tips
 2023-03-20 14:48 UTC  (6+ messages)

[PATCH v2 00/23] drm/msm+PM+icc: Make job_run() reclaim-safe
 2023-03-20 14:43 UTC  (39+ messages)
` [PATCH v2 03/23] drm/msm/gem: Tidy up VMA API
` [PATCH v2 05/23] drm/msm/gem: Simplify vmap vs LRU tracking
` [PATCH v2 06/23] drm/gem: Export drm_gem_lru_move_tail_locked()
` [PATCH v2 07/23] drm/msm/gem: Move update_lru()
` [PATCH v2 08/23] drm/msm/gem: Protect pin_count/madv by LRU lock
` [PATCH v2 09/23] drm/msm/gem: Avoid obj lock in job_run()
` [PATCH v2 10/23] drm/msm: Switch idr_lock to spinlock
` [PATCH v2 11/23] drm/msm: Use idr_preload()
` [PATCH v2 12/23] drm/msm/gpu: Move fw loading out of hw_init() path
` [PATCH v2 13/23] drm/msm/gpu: Move BO allocation out of hw_init
` [PATCH v2 14/23] drm/msm/a6xx: Move ioremap out of hw_init path
` [PATCH v2 15/23] PM / devfreq: Drop unneed locking to appease lockdep
` [PATCH v2 16/23] PM / devfreq: Teach lockdep about locking order
` [PATCH v2 17/23] PM / QoS: Fix constraints alloc vs reclaim locking
` [PATCH v2 18/23] PM / QoS: Decouple request alloc from dev_pm_qos_mtx
` [PATCH v2 19/23] PM / QoS: Teach lockdep about dev_pm_qos_mtx locking order
` [PATCH v2 20/23] soc: qcom: smd-rpm: Use GFP_ATOMIC in write path
` [PATCH v2 21/23] interconnect: Fix locking for runpm vs reclaim
` [PATCH v2 22/23] interconnect: Teach lockdep about icc_bw_lock order
` [PATCH v2 23/23] drm/sched: Add (optional) fence signaling annotation

[PATCH v2 0/2] regmap-irq: Drop map from handle_mask_sync() parameters
 2023-03-20 14:45 UTC  (4+ messages)


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.