All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-13 00:25:59 to 2022-10-13 01:01:11 UTC [more...]

[PATCH v5 00/30] KVM: hardware enable/disable reorganize
 2022-10-13  0:25 UTC  (2+ messages)

[PATCH AUTOSEL 5.19 01/63] staging: r8188eu: do not spam the kernel log
 2022-10-13  0:18 UTC  (42+ messages)
` [PATCH AUTOSEL 5.19 03/63] media: cx88: Fix a null-ptr-deref bug in buffer_prepare()
` [PATCH AUTOSEL 5.19 04/63] media: platform: fix some double free in meson-ge2d and mtk-jpeg and s5p-mfc
` [PATCH AUTOSEL 5.19 05/63] clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate
` [PATCH AUTOSEL 5.19 07/63] usb: host: xhci-plat: suspend and resume clocks
` [PATCH AUTOSEL 5.19 08/63] usb: host: xhci-plat: suspend/resume clks for brcm
` [PATCH AUTOSEL 5.19 09/63] scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID
` [PATCH AUTOSEL 5.19 10/63] dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow
` [PATCH AUTOSEL 5.19 11/63] scsi: 3w-9xxx: Avoid disabling device if failing to enable it
` [PATCH AUTOSEL 5.19 13/63] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
` [PATCH AUTOSEL 5.19 14/63] usb: gadget: uvc: increase worker prio to WQ_HIGHPRI
` [PATCH AUTOSEL 5.19 17/63] power: supply: adp5061: fix out-of-bounds read in adp5061_get_chg_type()
` [PATCH AUTOSEL 5.19 19/63] blk-throttle: prevent overflow while calculating wait time
` [PATCH AUTOSEL 5.19 20/63] clk: microchip: mpfs: add MSS pll's set & round rate
` [PATCH AUTOSEL 5.19 22/63] gpiolib: of: make Freescale SPI quirk similar to all others
` [PATCH AUTOSEL 5.19 24/63] ata: libahci_platform: Sanity check the DT child nodes number
` [PATCH AUTOSEL 5.19 25/63] habanalabs: ignore EEPROM errors during boot
` [PATCH AUTOSEL 5.19 26/63] bcache: fix set_at_max_writeback_rate() for multiple attached devices
` [PATCH AUTOSEL 5.19 27/63] soundwire: cadence: Don't overwrite msg->buf during write commands
` [PATCH AUTOSEL 5.19 28/63] soundwire: intel: fix error handling on dai registration issues
` [PATCH AUTOSEL 5.19 29/63] hid: topre: Add driver fixing report descriptor
` [PATCH AUTOSEL 5.19 30/63] habanalabs: remove some f/w descriptor validations
` [PATCH AUTOSEL 5.19 31/63] HID: roccat: Fix use-after-free in roccat_read()
` [PATCH AUTOSEL 5.19 32/63] HSI: ssi_protocol: fix potential resource leak in ssip_pn_open()
` [PATCH AUTOSEL 5.19 33/63] HID: nintendo: check analog user calibration for plausibility
` [PATCH AUTOSEL 5.19 35/63] md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d
` [PATCH AUTOSEL 5.19 37/63] usb: musb: Fix musb_gadget.c rxstate overflow bug
` [PATCH AUTOSEL 5.19 39/63] arm64: dts: imx8mp: Add snps,gfladj-refclk-lpm-sel quirk to USB nodes
` [PATCH AUTOSEL 5.19 41/63] Revert "usb: storage: Add quirk for Samsung Fit flash"
` [PATCH AUTOSEL 5.19 42/63] tty: n_gsm: replace use of gsm_read_ea() with gsm_read_ea_val()
` [PATCH AUTOSEL 5.19 50/63] nvme: handle effects after freeing the request
` [PATCH AUTOSEL 5.19 52/63] nvmet-tcp: add bounds check on Transfer Tag
` [PATCH AUTOSEL 5.19 53/63] usb: idmouse: fix an uninit-value in idmouse_open
` [PATCH AUTOSEL 5.19 56/63] nvmet: don't look at the request_queue in nvmet_bdev_set_limits
` [PATCH AUTOSEL 5.19 57/63] hwmon (occ): Retry for checksum failure
` [PATCH AUTOSEL 5.19 58/63] fsi: occ: Prevent use after free
` [PATCH AUTOSEL 5.19 59/63] fsi: master-ast-cf: Fix missing of_node_put in fsi_master_acf_probe
` [PATCH AUTOSEL 5.19 62/63] clk: bcm2835: Make peripheral PLLC critical
` [PATCH AUTOSEL 5.19 63/63] clk: bcm2835: Round UART input clock up

[PATCH AUTOSEL 5.10 01/33] clk: zynqmp: Fix stack-out-of-bounds in strncpy`
 2022-10-13  0:23 UTC  (27+ messages)
` [PATCH AUTOSEL 5.10 03/33] clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate
` [PATCH AUTOSEL 5.10 04/33] usb: host: xhci-plat: suspend and resume clocks
` [PATCH AUTOSEL 5.10 05/33] usb: host: xhci-plat: suspend/resume clks for brcm
` [PATCH AUTOSEL 5.10 07/33] scsi: 3w-9xxx: Avoid disabling device if failing to enable it
` [PATCH AUTOSEL 5.10 08/33] nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
` [PATCH AUTOSEL 5.10 11/33] power: supply: adp5061: fix out-of-bounds read in adp5061_get_chg_type()
` [PATCH AUTOSEL 5.10 13/33] blk-throttle: prevent overflow while calculating wait time
` [PATCH AUTOSEL 5.10 14/33] ata: libahci_platform: Sanity check the DT child nodes number
` [PATCH AUTOSEL 5.10 15/33] bcache: fix set_at_max_writeback_rate() for multiple attached devices
` [PATCH AUTOSEL 5.10 16/33] soundwire: cadence: Don't overwrite msg->buf during write commands
` [PATCH AUTOSEL 5.10 17/33] soundwire: intel: fix error handling on dai registration issues
` [PATCH AUTOSEL 5.10 18/33] hid: topre: Add driver fixing report descriptor
` [PATCH AUTOSEL 5.10 19/33] HID: roccat: Fix use-after-free in roccat_read()
` [PATCH AUTOSEL 5.10 20/33] HSI: ssi_protocol: fix potential resource leak in ssip_pn_open()
` [PATCH AUTOSEL 5.10 21/33] md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d
` [PATCH AUTOSEL 5.10 22/33] usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()
` [PATCH AUTOSEL 5.10 23/33] usb: musb: Fix musb_gadget.c rxstate overflow bug
` [PATCH AUTOSEL 5.10 28/33] nvme: copy firmware_rev on each init
` [PATCH AUTOSEL 5.10 29/33] nvmet-tcp: add bounds check on Transfer Tag
` [PATCH AUTOSEL 5.10 30/33] usb: idmouse: fix an uninit-value in idmouse_open
` [PATCH AUTOSEL 5.10 31/33] fsi: master-ast-cf: Fix missing of_node_put in fsi_master_acf_probe
` [PATCH AUTOSEL 5.10 32/33] sbitmap: fix lockup while swapping
` [PATCH AUTOSEL 5.10 33/33] clk: bcm2835: Make peripheral PLLC critical

RTT-PROBE: lore-subspace-rtt
 2022-10-13  1:00 UTC 

[PATCH 1/8] vdpa/ifc: add new device ID
 2022-10-13  1:00 UTC  (6+ messages)
` [PATCH v3 0/8] vdpa/ifc: add multi queue support
  ` [PATCH v3 7/8] vhost: vDPA blk device gets ready when any queue is ready

[GIT PULL] Please pull powerpc/linux.git powerpc-6.1-1 tag
 2022-10-13  0:21 UTC  (8+ messages)

[xen-4.13-testing test] 173587: regressions - FAIL
 2022-10-13  0:57 UTC 

[PATCH AUTOSEL 4.19 01/19] media: cx88: Fix a null-ptr-deref bug in buffer_prepare()
 2022-10-13  0:26 UTC  (16+ messages)
` [PATCH AUTOSEL 4.19 02/19] scsi: 3w-9xxx: Avoid disabling device if failing to enable it
` [PATCH AUTOSEL 4.19 03/19] nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
` [PATCH AUTOSEL 4.19 04/19] power: supply: adp5061: fix out-of-bounds read in adp5061_get_chg_type()
` [PATCH AUTOSEL 4.19 05/19] staging: vt6655: fix potential memory leak
` [PATCH AUTOSEL 4.19 06/19] ata: libahci_platform: Sanity check the DT child nodes number
` [PATCH AUTOSEL 4.19 11/19] usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()
` [PATCH AUTOSEL 4.19 12/19] usb: musb: Fix musb_gadget.c rxstate overflow bug
` [PATCH AUTOSEL 4.19 13/19] Revert "usb: storage: Add quirk for Samsung Fit flash"
` [PATCH AUTOSEL 4.19 14/19] staging: rtl8192u: Fix return type of ieee80211_xmit
` [PATCH AUTOSEL 4.19 15/19] staging: octeon: Fix return type of cvm_oct_xmit and cvm_oct_xmit_pow
` [PATCH AUTOSEL 4.19 16/19] nvme: copy firmware_rev on each init
` [PATCH AUTOSEL 4.19 17/19] usb: idmouse: fix an uninit-value in idmouse_open
` [PATCH AUTOSEL 4.19 18/19] fsi: master-ast-cf: Fix missing of_node_put in fsi_master_acf_probe
` [PATCH AUTOSEL 4.19 19/19] clk: bcm2835: Make peripheral PLLC critical

[PATCH AUTOSEL 5.4 01/27] clk: zynqmp: Fix stack-out-of-bounds in strncpy`
 2022-10-13  0:24 UTC  (24+ messages)
` [PATCH AUTOSEL 5.4 02/27] media: cx88: Fix a null-ptr-deref bug in buffer_prepare()
` [PATCH AUTOSEL 5.4 03/27] clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate
` [PATCH AUTOSEL 5.4 05/27] nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
` [PATCH AUTOSEL 5.4 08/27] power: supply: adp5061: fix out-of-bounds read in adp5061_get_chg_type()
` [PATCH AUTOSEL 5.4 10/27] ata: libahci_platform: Sanity check the DT child nodes number
` [PATCH AUTOSEL 5.4 11/27] bcache: fix set_at_max_writeback_rate() for multiple attached devices
` [PATCH AUTOSEL 5.4 12/27] hid: topre: Add driver fixing report descriptor
` [PATCH AUTOSEL 5.4 13/27] HID: roccat: Fix use-after-free in roccat_read()
` [PATCH AUTOSEL 5.4 14/27] HSI: ssi_protocol: fix potential resource leak in ssip_pn_open()
` [PATCH AUTOSEL 5.4 15/27] md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d
` [PATCH AUTOSEL 5.4 16/27] usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()
` [PATCH AUTOSEL 5.4 17/27] usb: musb: Fix musb_gadget.c rxstate overflow bug
` [PATCH AUTOSEL 5.4 20/27] staging: rtl8192u: Fix return type of ieee80211_xmit
` [PATCH AUTOSEL 5.4 21/27] staging: octeon: Fix return type of cvm_oct_xmit and cvm_oct_xmit_pow
` [PATCH AUTOSEL 5.4 22/27] nvme: copy firmware_rev on each init
` [PATCH AUTOSEL 5.4 23/27] nvmet-tcp: add bounds check on Transfer Tag
` [PATCH AUTOSEL 5.4 24/27] usb: idmouse: fix an uninit-value in idmouse_open
` [PATCH AUTOSEL 5.4 25/27] fsi: master-ast-cf: Fix missing of_node_put in fsi_master_acf_probe
` [PATCH AUTOSEL 5.4 26/27] sbitmap: fix lockup while swapping
` [PATCH AUTOSEL 5.4 27/27] clk: bcm2835: Make peripheral PLLC critical

[PATCH AUTOSEL 4.9 01/10] media: cx88: Fix a null-ptr-deref bug in buffer_prepare()
 2022-10-13  0:27 UTC  (8+ messages)
` [PATCH AUTOSEL 4.9 02/10] scsi: 3w-9xxx: Avoid disabling device if failing to enable it
` [PATCH AUTOSEL 4.9 03/10] hid: topre: Add driver fixing report descriptor
` [PATCH AUTOSEL 4.9 04/10] HID: roccat: Fix use-after-free in roccat_read()
` [PATCH AUTOSEL 4.9 05/10] HSI: ssi_protocol: fix potential resource leak in ssip_pn_open()
` [PATCH AUTOSEL 4.9 06/10] usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()
` [PATCH AUTOSEL 4.9 07/10] usb: musb: Fix musb_gadget.c rxstate overflow bug
` [PATCH AUTOSEL 4.9 09/10] staging: octeon: Fix return type of cvm_oct_xmit and cvm_oct_xmit_pow

[PATCH v4 0/4] introduce SPDX
 2022-10-13  0:56 UTC  (5+ messages)
` [PATCH v4 1/4] Add licenses under LICENSES
` [PATCH v4 2/4] Remove extra copies of licenses and license headers
` [PATCH v4 3/4] Add SPDX to CODING_STYLE
` [PATCH v4 4/4] add SPDX to arch/arm/*.c

[RFC PATCH 0/7] crypto: x86 - fix RCU stalls
 2022-10-13  0:42 UTC  (10+ messages)
` [PATCH v2 00/19] "
  ` [PATCH v2 04/19] crypto: x86/sha - limit FPU preemption
  ` [PATCH v2 16/19] crypto: x86 - print CPU optimized loaded messages
  ` [PATCH v2 17/19] crypto: x86 - standardize suboptimal prints
  ` [PATCH v2 18/19] crypto: x86 - standardize not loaded prints

[PATCH] bpf/btf: Fix is_int_ptr()
 2022-10-13  0:50 UTC  (2+ messages)

[PATCH net-next] net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()
 2022-10-13  0:54 UTC  (5+ messages)

[PATCH v12 0/4] Add the iMX8MP PCIe support
 2022-10-13  0:45 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-10-13  0:50 UTC 

[PATCH v2 00/19] Introduce security commands for CXL pmem device
 2022-10-13  0:14 UTC  (3+ messages)
` [PATCH v2 01/19] memregion: Add cpu_cache_invalidate_memregion() interface
  ` [PATCH v3] "

[PATCH 1/2] x86/sev: Add KVM commands for instance certs
 2022-10-13  0:42 UTC  (3+ messages)

kselftest: bonding: dev_addr_lists.sh doesn't run due to lack of dependencies
 2022-10-13  0:40 UTC  (2+ messages)

[PATCH v4 0/2] net: phylink: add phylink_set_mac_pm() helper
 2022-10-13  0:45 UTC  (4+ messages)
` [PATCH v4 2/2] net: stmmac: Enable mac_managed_pm phylink config

[PATCH] time_t.3type: reference _TIME_BITS
 2022-10-13  0:33 UTC 

[PATCH] fix close_range fails unexpectedly in unprivileged process
 2022-10-13  0:48 UTC  (4+ messages)
` [OE-core] "

[PATCH v7 1/5] PCI: qcom: Add system suspend and resume support
 2022-10-13  0:44 UTC  (2+ messages)

[PATCH v3 0/4] Add RZ/G2L MTU3a MFD, Counter and pwm driver
 2022-10-13  0:24 UTC  (9+ messages)
` [PATCH v3 4/4] counter: Add RZ/G2L MTU3 counter driver

[PATCH] xen/virtio: Handle PCI devices which Host controller is described in DT
 2022-10-13  0:33 UTC  (4+ messages)

[PATCH v2 0/7] drm/i915: prepare for uC loading on MTL
 2022-10-13  0:43 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: prepare for uC loading on MTL (rev2)
` [Intel-gfx] ✗ Fi.CI.DOCS: "

[PATCH AUTOSEL 5.15 01/47] clk: zynqmp: Fix stack-out-of-bounds in strncpy`
 2022-10-13  0:21 UTC  (29+ messages)
` [PATCH AUTOSEL 5.15 02/47] media: cx88: Fix a null-ptr-deref bug in buffer_prepare()
` [PATCH AUTOSEL 5.15 03/47] media: platform: fix some double free in meson-ge2d and mtk-jpeg and s5p-mfc
` [PATCH AUTOSEL 5.15 04/47] clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate
` [PATCH AUTOSEL 5.15 05/47] usb: host: xhci-plat: suspend and resume clocks
` [PATCH AUTOSEL 5.15 06/47] usb: host: xhci-plat: suspend/resume clks for brcm
` [PATCH AUTOSEL 5.15 08/47] scsi: 3w-9xxx: Avoid disabling device if failing to enable it
` [PATCH AUTOSEL 5.15 10/47] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
` [PATCH AUTOSEL 5.15 19/47] ata: libahci_platform: Sanity check the DT child nodes number
` [PATCH AUTOSEL 5.15 20/47] bcache: fix set_at_max_writeback_rate() for multiple attached devices
` [PATCH AUTOSEL 5.15 21/47] soundwire: cadence: Don't overwrite msg->buf during write commands
` [PATCH AUTOSEL 5.15 22/47] soundwire: intel: fix error handling on dai registration issues
` [PATCH AUTOSEL 5.15 23/47] hid: topre: Add driver fixing report descriptor
` [PATCH AUTOSEL 5.15 25/47] HID: roccat: Fix use-after-free in roccat_read()
` [PATCH AUTOSEL 5.15 26/47] HSI: ssi_protocol: fix potential resource leak in ssip_pn_open()
` [PATCH AUTOSEL 5.15 27/47] eventfd: guard wake_up in eventfd fs calls as well
` [PATCH AUTOSEL 5.15 30/47] usb: musb: Fix musb_gadget.c rxstate overflow bug
` [PATCH AUTOSEL 5.15 31/47] arm64: dts: imx8mp: Add snps,gfladj-refclk-lpm-sel quirk to USB nodes
` [PATCH AUTOSEL 5.15 32/47] usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resume bug
` [PATCH AUTOSEL 5.15 33/47] Revert "usb: storage: Add quirk for Samsung Fit flash"
` [PATCH AUTOSEL 5.15 39/47] scsi: tracing: Fix compile error in trace_array calls when TRACING is disabled
` [PATCH AUTOSEL 5.15 43/47] usb: idmouse: fix an uninit-value in idmouse_open
` [PATCH AUTOSEL 5.15 46/47] clk: bcm2835: Make peripheral PLLC critical
` [PATCH AUTOSEL 5.15 47/47] clk: bcm2835: Round UART input clock up

RTT-PROBE: lore-subspace-rtt
 2022-10-13  0:40 UTC 

[PATCH AUTOSEL 4.14 01/13] media: cx88: Fix a null-ptr-deref bug in buffer_prepare()
 2022-10-13  0:27 UTC  (13+ messages)
` [PATCH AUTOSEL 4.14 02/13] scsi: 3w-9xxx: Avoid disabling device if failing to enable it
` [PATCH AUTOSEL 4.14 03/13] nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
` [PATCH AUTOSEL 4.14 04/13] hid: topre: Add driver fixing report descriptor
` [PATCH AUTOSEL 4.14 05/13] HID: roccat: Fix use-after-free in roccat_read()
` [PATCH AUTOSEL 4.14 06/13] HSI: ssi_protocol: fix potential resource leak in ssip_pn_open()
` [PATCH AUTOSEL 4.14 07/13] md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d
` [PATCH AUTOSEL 4.14 08/13] usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()
` [PATCH AUTOSEL 4.14 09/13] usb: musb: Fix musb_gadget.c rxstate overflow bug
` [PATCH AUTOSEL 4.14 10/13] Revert "usb: storage: Add quirk for Samsung Fit flash"
` [PATCH AUTOSEL 4.14 11/13] staging: rtl8192u: Fix return type of ieee80211_xmit
` [PATCH AUTOSEL 4.14 12/13] staging: octeon: Fix return type of cvm_oct_xmit and cvm_oct_xmit_pow
` [PATCH AUTOSEL 4.14 13/13] usb: idmouse: fix an uninit-value in idmouse_open

[PATCH AUTOSEL 6.0 01/67] staging: r8188eu: do not spam the kernel log
 2022-10-13  0:15 UTC  (4+ messages)
` [dm-devel] [PATCH AUTOSEL 6.0 56/67] block: replace blk_queue_nowait with bdev_nowait
` [PATCH AUTOSEL 6.0 59/67] nvmet: don't look at the request_queue in nvmet_bdev_set_limits
` [PATCH AUTOSEL 6.0 63/67] dmaengine: dw-edma: Remove runtime PM support

[igt-dev] [PATCH 1/2] tests/kms_universal_plane: turn off pipe when primary plane is off
 2022-10-13  0:32 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [1/2] "

RTT-PROBE: lore-subspace-rtt
 2022-10-13  0:30 UTC 

[RFC PATCH 3/4] KVM: x86/xen: Disallow gpc locks reinitialization
 2022-10-13  0:22 UTC  (5+ messages)
` [PATCH 0/8] KVM: x86: gfn_to_pfn_cache cleanups and a fix
  ` [PATCH 8/8] KVM: x86: Fix NULL pointer dereference in kvm_xen_set_evtchn_fast()


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.