All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-23 16:43:22 to 2022-05-23 17:18:42 UTC [more...]

[PATCH 5.4 00/68] 5.4.196-rc1 review
 2022-05-23 17:04 UTC  (16+ messages)
` [PATCH 5.4 01/68] floppy: use a statically allocated error counter
` [PATCH 5.4 04/68] rtc: fix use-after-free on device removal
` [PATCH 5.4 05/68] um: Cleanup syscall_handler_t definition/cast, fix warning
` [PATCH 5.4 07/68] Input: stmfts - fix reference leak in stmfts_input_open
` [PATCH 5.4 09/68] crypto: x86/chacha20 - Avoid spurious jumps to other functions
` [PATCH 5.4 10/68] ALSA: hda/realtek: Enable headset mic on Lenovo P360
` [PATCH 5.4 11/68] nvme-multipath: fix hang when disk goes live over reconnect
` [PATCH 5.4 12/68] rtc: mc146818-lib: Fix the AltCentury for AMD platforms
` [PATCH 5.4 13/68] MIPS: lantiq: check the return value of kzalloc()
` [PATCH 5.4 16/68] ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()
` [PATCH 5.4 17/68] nilfs2: fix lockdep warnings in page operations for btree nodes
` [PATCH 5.4 19/68] mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMC
` [PATCH 5.4 21/68] mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()
` [PATCH 5.4 22/68] SUNRPC: Clean up scheduling of autoclose
` [PATCH 5.4 23/68] SUNRPC: Prevent immediate close+reconnect

[PATCH 4.19 00/44] 4.19.245-rc1 review
 2022-05-23 17:05 UTC  (35+ messages)
` [PATCH 4.19 01/44] floppy: use a statically allocated error counter
` [PATCH 4.19 02/44] um: Cleanup syscall_handler_t definition/cast, fix warning
` [PATCH 4.19 03/44] Input: add bounds checking to input_set_capability()
` [PATCH 4.19 04/44] Input: stmfts - fix reference leak in stmfts_input_open
` [PATCH 4.19 05/44] crypto: stm32 - fix reference leak in stm32_crc_remove
` [PATCH 4.19 06/44] MIPS: lantiq: check the return value of kzalloc()
` [PATCH 4.19 07/44] drbd: remove usage of list iterator variable after loop
` [PATCH 4.19 08/44] ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()
` [PATCH 4.19 09/44] nilfs2: fix lockdep warnings in page operations for btree nodes
` [PATCH 4.19 10/44] nilfs2: fix lockdep warnings during disk space reclamation
` [PATCH 4.19 11/44] ALSA: wavefront: Proper check of get_user() error
` [PATCH 4.19 12/44] perf: Fix sys_perf_event_open() race against self
` [PATCH 4.19 13/44] Fix double fget() in vhost_net_set_backend()
` [PATCH 4.19 15/44] crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ
` [PATCH 4.19 16/44] drm/dp/mst: fix a possible memory leak in fetch_monitor_name()
` [PATCH 4.19 17/44] mmc: core: Cleanup BKOPS support
` [PATCH 4.19 18/44] mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMC
` [PATCH 4.19 19/44] mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSD
` [PATCH 4.19 20/44] mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()
` [PATCH 4.19 21/44] net: macb: Increment rx bd head after allocating skb and buffer
` [PATCH 4.19 22/44] net/sched: act_pedit: sanitize shift argument before usage
` [PATCH 4.19 23/44] net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()
` [PATCH 4.19 24/44] net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()
` [PATCH 4.19 25/44] clk: at91: generated: consider range when calculating best rate
` [PATCH 4.19 26/44] net/qla3xxx: Fix a test in ql_reset_work()
` [PATCH 4.19 27/44] NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
` [PATCH 4.19 28/44] net/mlx5e: Properly block LRO when XDP is enabled
` [PATCH 4.19 29/44] net: af_key: add check for pfkey_broadcast in function pfkey_process
` [PATCH 4.19 30/44] ARM: 9196/1: spectre-bhb: enable for Cortex-A15
` [PATCH 4.19 31/44] ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2
` [PATCH 4.19 32/44] igb: skip phy status check where unavailable
` [PATCH 4.19 34/44] gpio: gpio-vf610: do not touch other bits when set the target bit
` [PATCH 4.19 35/44] gpio: mvebu/pwm: Refuse requests with inverted polarity
` [PATCH 4.19 42/44] swiotlb: fix info leak with DMA_FROM_DEVICE

[PATCH] firmware: arm_scmi: Relax BASE protocol sanity checks on protocol list
 2022-05-23 17:15 UTC  (2+ messages)

[PATCH v7 00/25] Rust support
 2022-05-23 17:15 UTC  (3+ messages)
` [PATCH v7 04/25] kunit: take `kunit_assert` as `const`

[PATCH v2 kvmtool 00/12] arm64: Allow the user to set RAM base address
 2022-05-23 17:18 UTC  (3+ messages)
` [PATCH v2 kvmtool 02/12] builtin-run: Always use RAM size in bytes

next/master baseline: 632 runs, 52 regressions (next-20220523)
 2022-05-23 17:16 UTC 

[PATCH 4.14 00/33] 4.14.281-rc1 review
 2022-05-23 17:05 UTC  (32+ messages)
` [PATCH 4.14 01/33] floppy: use a statically allocated error counter
` [PATCH 4.14 02/33] um: Cleanup syscall_handler_t definition/cast, fix warning
` [PATCH 4.14 03/33] Input: add bounds checking to input_set_capability()
` [PATCH 4.14 04/33] Input: stmfts - fix reference leak in stmfts_input_open
` [PATCH 4.14 05/33] MIPS: lantiq: check the return value of kzalloc()
` [PATCH 4.14 06/33] drbd: remove usage of list iterator variable after loop
` [PATCH 4.14 07/33] ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()
` [PATCH 4.14 08/33] ALSA: wavefront: Proper check of get_user() error
` [PATCH 4.14 09/33] perf: Fix sys_perf_event_open() race against self
` [PATCH 4.14 10/33] drm/dp/mst: fix a possible memory leak in fetch_monitor_name()
` [PATCH 4.14 11/33] mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMC
` [PATCH 4.14 12/33] mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSD
` [PATCH 4.14 13/33] mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()
` [PATCH 4.14 14/33] net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()
` [PATCH 4.14 15/33] net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()
` [PATCH 4.14 16/33] clk: at91: generated: consider range when calculating best rate
` [PATCH 4.14 17/33] net/qla3xxx: Fix a test in ql_reset_work()
` [PATCH 4.14 18/33] NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
` [PATCH 4.14 19/33] net: af_key: add check for pfkey_broadcast in function pfkey_process
` [PATCH 4.14 20/33] ARM: 9196/1: spectre-bhb: enable for Cortex-A15
` [PATCH 4.14 21/33] ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2
` [PATCH 4.14 22/33] igb: skip phy status check where unavailable
` [PATCH 4.14 23/33] net: bridge: Clear offload_fwd_mark when passing frame up bridge interface
` [PATCH 4.14 24/33] gpio: gpio-vf610: do not touch other bits when set the target bit
` [PATCH 4.14 25/33] gpio: mvebu/pwm: Refuse requests with inverted polarity
` [PATCH 4.14 26/33] perf bench numa: Address compiler error on s390
` [PATCH 4.14 27/33] scsi: qla2xxx: Fix missed DMA unmap for aborted commands
` [PATCH 4.14 28/33] mac80211: fix rx reordering with non explicit / psmp ack policy
` [PATCH 4.14 29/33] ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()
` [PATCH 4.14 30/33] net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()
` [PATCH 4.14 32/33] swiotlb: fix info leak with DMA_FROM_DEVICE

[PATCH v5 0/3] WCH CH341 GPIO and SPI support
 2022-05-23 17:09 UTC  (5+ messages)
` [PATCH v5 3/3] i2c: ch341: add I2C MFD cell driver for the CH341

RTT-PROBE: lore-subspace-rtt
 2022-05-23 17:11 UTC 

[PATCH 0/5] serial: Add MMIO & SPCR support for AWS EC2 metal instances
 2022-05-23 17:11 UTC  (3+ messages)
` [PATCH 3/5] ns8250: Add base support for MMIO UARTs

[PATCH 00/22] imx: patches in queue
 2022-05-23 17:10 UTC  (3+ messages)
` [PATCH 02/22] imx: imx8m[m/n/p]_venice: Enable SPL_DM_SERIAL

[PATCH] KVM: set_msr_mce: Permit guests to ignore single-bit ECC errors
 2022-05-23 17:08 UTC  (2+ messages)

cip-gitlab/ci/pavel/linux-test build: 176 builds: 5 failed, 171 passed, 6 errors, 35 warnings (v4.4-st5-1797-gb2b8419761095) #kernelci
 2022-05-23 17:08 UTC 

[PATCH 5.10 00/97] 5.10.118-rc1 review
 2022-05-23 17:05 UTC  (3+ messages)
` [PATCH 5.10 01/97] usb: gadget: fix race when gadget driver register via ioctl
` [PATCH 5.10 02/97] io_uring: always grab file table for deferred statx

[PATCH 5.15 000/132] 5.15.42-rc1 review
 2022-05-23 17:03 UTC  (2+ messages)
` [PATCH 5.15 001/132] usb: gadget: fix race when gadget driver register via ioctl

[PATCH v3 0/4] drm/dp: Make DP AUX bus usage easier; use it on ps8640
 2022-05-23 17:00 UTC  (5+ messages)
` [PATCH v3 3/4] drm/bridge: Add devm_drm_bridge_add()

[PATCH kvmtool 0/2] Fixes for virtio_balloon stats printing
 2022-05-23 17:07 UTC  (8+ messages)

[PATCH] char: xillybus: Check endpoint type properly
 2022-05-23 17:05 UTC  (8+ messages)
` [PATCH v2] char: xillybus: Check endpoint type before allocing

[RFC PATCH 0/3] fat: add support for the renameat2 RENAME_EXCHANGE flag
 2022-05-23 17:05 UTC  (5+ messages)
` [RFC PATCH 2/3] fat: add renameat2 RENAME_EXCHANGE flag support

[PATCH] dt-bindings: input: matrix-keymap: Add common 'linux,no-autorepeat' property
 2022-05-23 17:04 UTC 

[PATCH v2 0/5] drivers/baseband: PMD to support ACC101 device
 2022-05-23 17:06 UTC  (5+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 3/4] baseband/acc100: configuration of ACC101 from PF

[PATCH 5.17 000/158] 5.17.10-rc1 review
 2022-05-23 17:02 UTC  (2+ messages)
` [PATCH 5.17 001/158] usb: gadget: fix race when gadget driver register via ioctl

[PATCH 4.9 00/25] 4.9.316-rc1 review
 2022-05-23 17:03 UTC  (26+ messages)
` [PATCH 4.9 01/25] floppy: use a statically allocated error counter
` [PATCH 4.9 02/25] um: Cleanup syscall_handler_t definition/cast, fix warning
` [PATCH 4.9 03/25] Input: add bounds checking to input_set_capability()
` [PATCH 4.9 04/25] MIPS: lantiq: check the return value of kzalloc()
` [PATCH 4.9 05/25] drbd: remove usage of list iterator variable after loop
` [PATCH 4.9 06/25] ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()
` [PATCH 4.9 07/25] mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMC
` [PATCH 4.9 08/25] mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSD
` [PATCH 4.9 09/25] mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()
` [PATCH 4.9 10/25] ALSA: wavefront: Proper check of get_user() error
` [PATCH 4.9 11/25] perf: Fix sys_perf_event_open() race against self
` [PATCH 4.9 12/25] drm/dp/mst: fix a possible memory leak in fetch_monitor_name()
` [PATCH 4.9 13/25] net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()
` [PATCH 4.9 14/25] net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()
` [PATCH 4.9 15/25] net/qla3xxx: Fix a test in ql_reset_work()
` [PATCH 4.9 16/25] NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
` [PATCH 4.9 17/25] net: af_key: add check for pfkey_broadcast in function pfkey_process
` [PATCH 4.9 18/25] ARM: 9196/1: spectre-bhb: enable for Cortex-A15
` [PATCH 4.9 19/25] ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2
` [PATCH 4.9 20/25] igb: skip phy status check where unavailable
` [PATCH 4.9 21/25] perf bench numa: Address compiler error on s390
` [PATCH 4.9 22/25] scsi: qla2xxx: Fix missed DMA unmap for aborted commands
` [PATCH 4.9 23/25] mac80211: fix rx reordering with non explicit / psmp ack policy
` [PATCH 4.9 24/25] ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()
` [PATCH 4.9 25/25] net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()

[PATCH v3] mtd: spi-nor: macronix: Add support for mx66l2g45g
 2022-05-23 17:04 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/3] drm/i915: Add HWMON support
 2022-05-23 17:03 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

[nft PATCH v4 00/32] Extend values assignable to packet marks and payload fields
 2022-05-23 17:03 UTC  (3+ messages)
` [nft PATCH v4 08/32] netlink: send bit-length of bitwise binops to kernel

[Virtio-fs] [virtiofsd] Issue opened: virtiofsd fails to start due to AVCs when running under the `container_kvm_t` label (aka, with Kata Containers)
 2022-05-23 17:03 UTC 

[REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
 2022-05-23 17:03 UTC  (4+ messages)

next/pending-fixes baseline: 408 runs, 14 regressions (v5.18-155-gb82692513a38)
 2022-05-23 17:03 UTC 

[PATCH net-next 0/3][pull request] 100GbE Intel Wired LAN Driver Updates 2022-05-17
 2022-05-23 17:02 UTC  (9+ messages)
` [PATCH net-next 2/3] ice: add i2c write command
` [PATCH net-next 3/3] ice: add write functionality for GNSS TTY

[PATCH 1/3] CI: remove preferred version from external-gccarm
 2022-05-23 17:02 UTC  (2+ messages)

[PATCH 0/3] arm/trusted-firmware-a: upgrade mbedtls to 2.28
 2022-05-23 17:02 UTC  (2+ messages)

[ovmf test] 170706: regressions - FAIL
 2022-05-23 17:02 UTC 

[PATCH 1/3] arm-toolchain/external-arm-toolchain: set the version in the recipe
 2022-05-23 15:42 UTC  (2+ messages)

[PATCH][kirkstone] CI: use external-arm-toolchain 10.3
 2022-05-23 15:42 UTC  (2+ messages)

[PATCH 0/2] corstone1000: branches alignment on master
 2022-05-23 15:42 UTC  (2+ messages)

[PATCH kirkstone 0/2] backport to kirkstone <corstone1000: branches alignment on master>
 2022-05-23 15:42 UTC  (2+ messages)

[GIT PULL] scheduler updates for v5.19
 2022-05-23 17:02 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-23 17:01 UTC 

[tpm2] Re: Virtualbox ubuntu 22.04 guest with tpm_server
 2022-05-23 17:00 UTC 

[PATCH 0/5] MediaTek Helio X10 MT6795 - MT6331 PMIC Keys
 2022-05-23 16:58 UTC  (7+ messages)
` [PATCH 2/5] Input: mtk-pmic-keys - Use regmap_{set,clear}_bits where possible

[PATCH v3 00/49] semihosting cleanup
 2022-05-23 16:58 UTC  (9+ messages)
` [PATCH v3 08/49] semihosting: Inline set_swi_errno into common_semi_cb
` [PATCH v3 23/49] semihosting: Split out semihost_sys_open

[GIT PULL] TPM DEVICE DRIVER updates for v5.19-rc1
 2022-05-23 16:57 UTC 

[PATCH RFC v25 0/7] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-05-23 16:57 UTC  (6+ messages)

[PATCH v4 0/3] x86: Prefer MWAIT over HLT on AMD processors
 2022-05-23 16:55 UTC  (4+ messages)
` [PATCH v4 1/3] x86: Handle idle=nomwait cmdline properly for x86_idle
` [PATCH v4 2/3] x86: Remove vendor checks from prefer_mwait_c1_over_halt
` [PATCH v4 3/3] x86: Fix comment for X86_FEATURE_ZEN

[PATCH] dt-bindings: Fix properties without any type
 2022-05-23 16:56 UTC  (5+ messages)

[tpm2] Re: Virtualbox ubuntu 22.04 guest with tpm_server
 2022-05-23 16:57 UTC 

[tip:master] BUILD SUCCESS cfbb29a89e8b30b6838385fdf515a9e3535eb0ae
 2022-05-23 16:55 UTC 

[PATCH] event/dlb2: add support for single 512B write of 4 QEs
 2022-05-23 16:55 UTC  (7+ messages)
` [PATCH v4] "

Proposing changes to the OpenBMC tree (to make upstreaming easier)
 2022-05-23 16:53 UTC  (3+ messages)

[PATCH 0/4] Add APIs for configurable power options
 2022-05-23 16:54 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/4] examples/l3fwd_power: add cli for configurable options

[PATCH] target/riscv: add zicsr/zifencei to isa_string
 2022-05-23 16:51 UTC  (3+ messages)

[PATCH 1/1] scsi_dh_alua: properly handling the ALUA transitioning state
 2022-05-23 16:52 UTC  (10+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-23 16:51 UTC 

[patch 0/9] scripts/spdxcheck: Better statistics and exclude handling
 2022-05-23 16:11 UTC  (7+ messages)

[PATCH 1/5] modpost: fix undefined behavior of is_arm_mapping_symbol()
 2022-05-23 16:46 UTC  (5+ messages)
` [PATCH 2/5] modpost: remove the unused argument of check_sec_ref()
` [PATCH 3/5] modpost: simplify mod->name allocation
` [PATCH 4/5] modpost: reuse ARRAY_SIZE() macro for section_mismatch()
` [PATCH 5/5] modpost: squash if...else if in find_elf_symbol2()

[PATCH] drm/amdgpu: differenciate between LP and non-LP DDR memory
 2022-05-23 16:48 UTC  (2+ messages)

[GIT PULL] perf events changes for v5.19
 2022-05-23 16:48 UTC 

[PATCH -next] drm/panel: Fix build error when CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20=y && CONFIG_DRM_DISPLAY_HELPER=m
 2022-05-23 16:47 UTC  (3+ messages)

[PATCH v2] x86/platform/uv: Dont use smp_processor_id while preemptible
 2022-05-23 16:45 UTC 

[RFC PATCH] timers: Optimize usleep_range()
 2022-05-23 16:47 UTC  (2+ messages)

[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
 2022-05-23 16:45 UTC  (11+ messages)

[PATCH v17 0/8] support dirty restraint on vCPU
 2022-05-23 16:44 UTC  (5+ messages)
` [PATCH v17 6/8] softmmu/dirtylimit: Implement virtual CPU throttle

[PATCH v10 00/13] Convert powerpc to default topdown mmap layout (v10)
 2022-05-23 16:44 UTC  (5+ messages)
` [PATCH v10 10/13] powerpc/mm: Move get_unmapped_area functions to slice.c

[PATCH 0/7] add support for uring passthrough commands
 2022-05-23 16:44 UTC  (3+ messages)
  ` [PATCH 3/7] engines/io_uring: add new I/O engine for uring passthrough support

[PATCH v2] powerpc/64s: Don't read H_BLOCK_REMOVE characteristics in radix mode
 2022-05-23 16:43 UTC  (2+ messages)

Patch "net: xfrm: fix shift-out-of-bounds in xfrm_get_default" has been added to the 5.10-stable tree
 2022-05-23 16:44 UTC 

[tpm2] TPM2 ESPI development for Windows
 2022-05-23 16:43 UTC 

[PATCH v3] KVM: x86: Fix the intel_pt PMI handling wrongly considered from guest
 2022-05-23 16:43 UTC  (2+ messages)

[PATCH v1 0/5] iio: treewide: rearrange iio trig get/register
 2022-05-23 16:41 UTC  (2+ messages)
` [PATCH v1 4/5] iio:chemical:ccs811: rearrange iio trigger get and register


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.