All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-06 13:04:23 to 2022-10-06 13:45:35 UTC [more...]

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-06 13:38 UTC  (44+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
  ` [f2fs-dev] "
        ` [Drbd-dev] "
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
  ` [f2fs-dev] "
      ` [Drbd-dev] "
      ` [Drbd-dev] "

[igt-dev] [PATCH i-g-t] tests/kms_force_connector_basic: Test Cleanup
 2022-10-06 13:45 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_force_connector_basic: Test Cleanup (rev8)

[PATCH] hw/char/pl011: fix baud rate calculation
 2022-10-06 11:12 UTC  (3+ messages)

[PATCH 1/2] diskfilter: check calloc() result for NULL
 2022-10-06 13:44 UTC  (5+ messages)
` [PATCH 2/2] diskfilter: don't make a RAID array with more than 1024 disks

[PATCH] qtest: start a VNC test
 2022-10-06 13:42 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in nilfs_permission
 2022-10-06 13:44 UTC  (3+ messages)

RFC: FPA support removal from gdb and its impact on kgdb
 2022-10-06 13:42 UTC  (3+ messages)

[PATCH 0/3] kernel/kernel-yocto: 6.0 prep
 2022-10-06 13:43 UTC  (7+ messages)
` [PATCH 2/3] perf: make scripting depend on setuptools3
  ` [OE-core] "

Kernel 6.0.0 bug pptp not work
 2022-10-06 13:43 UTC  (7+ messages)

[RFC] mempool: rte_mempool_do_generic_get optimizations
 2022-10-06 13:43 UTC  (5+ messages)
` [PATCH v2] mempool: fix get objects from mempool with cache

[PATCH] staging: most: net: Replace macros HB and LB with static inline functions
 2022-10-06 13:42 UTC  (4+ messages)

[u-boot][PATCH] mtd: nand: Fix SPL build after migration of CONFIG_SYS_NAND_SELF_INIT to Kconfig
 2022-10-06 13:42 UTC  (4+ messages)

[PATCH 1/1] io_uring: optimise mb() in io_req_local_work_add
 2022-10-06 13:40 UTC  (2+ messages)

[RFC PATCH 0/3] MIPS decodetree conversion attempt
 2022-10-06 13:37 UTC  (5+ messages)

[PATCH 2/2] mmc: queue: Flush recovery work on cleanup
 2022-10-06 13:39 UTC 

Minor tweak to wiki Linux build instructions
 2022-10-06 13:35 UTC 

[PATCH V3 0/7] arm64/perf: Enable branch stack sampling
 2022-10-06 13:37 UTC  (4+ messages)
` [PATCH V3 4/7] driver/perf/arm_pmu_platform: Add support for BRBE attributes detection

[PATCH 0/8] riscv: improve boot time isa extensions handling
 2022-10-06 13:38 UTC  (26+ messages)
` [PATCH 1/8] riscv: move riscv_noncoherent_supported() out of ZICBOM probe
` [PATCH 2/8] riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
` [PATCH 3/8] riscv: hwcap: make ISA extension ids can be used in asm
` [PATCH 4/8] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
` [PATCH 5/8] riscv: introduce riscv_has_extension_[un]likely()
` [PATCH 6/8] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
` [PATCH 7/8] riscv: cpu_relax: switch "
` [PATCH 8/8] riscv: remove riscv_isa_ext_keys[] array and related usage

[PATCH] block: Remove the repeat word 'can'
 2022-10-06 13:38 UTC  (2+ messages)

[PATCH 1/2] mmc: block: Remove error check of hw_reset on reset
 2022-10-06 13:38 UTC 

[PATCH] quorum: Remove unnecessary forward declaration
 2022-10-06 13:25 UTC  (2+ messages)

[PATCH v6 0/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner
 2022-10-06 13:38 UTC  (6+ messages)
` [PATCH v6 2/2] "

[Intel-gfx] [PATCH 1/3] drm/i915: Extract intel_mmio_bar()
 2022-10-06 13:37 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] drm/i915: Extract intel_mmio_bar() (rev2)

[PATCH 1/2] drivers: hid: adjust gyro calibration data
 2022-10-06 13:36 UTC  (2+ messages)

[PATCH 0/6] add thread lifetime and attributes API
 2022-10-06 13:36 UTC  (4+ messages)
` [PATCH v4 "

[PATCH 0/3] fs: improve setgid stripping consistency even more
 2022-10-06 13:35 UTC  (4+ messages)
` [PATCH 1/3] attr: use consistent sgid stripping checks

[PATCH] perf: Fix missing SIGTRAPs due to pending_disable abuse
 2022-10-06 13:33 UTC  (2+ messages)
` [PATCH] perf: Fix missing SIGTRAPs

[qemu-mainline test] 173435: tolerable FAIL - PUSHED
 2022-10-06 13:33 UTC 

[arnd-asm-generic:master 9/9] arch/alpha/kernel/core_marvel.c:807:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'marvel_ioread8'
 2022-10-06 13:28 UTC 

RCU stall warnings even with rcu_nocbs and rcu_nocb_poll
 2022-10-06 13:31 UTC  (2+ messages)

[PATCH v2 0/5] treewide cleanup of random integer usage
 2022-10-06 13:30 UTC  (21+ messages)
` [PATCH v2 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v2 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v2 3/5] treewide: use get_random_u32() "
` [PATCH v2 4/5] treewide: use get_random_bytes "
` [PATCH v2 5/5] prandom: remove unused functions

[PATCH v2 0/2] Add zoned storage emulation to virtio-blk driver
 2022-10-06 13:24 UTC  (4+ messages)
` [PATCH v2 1/2] include: update virtio_blk headers from Linux 5.19-rc2+

[PATCH v3] grub-core/kern/corecmd: Quote variable values when displayed by the set command
 2022-10-06 13:32 UTC  (2+ messages)

[PATCH] xen/pcifront: move xenstore config scanning into sub-function
 2022-10-06 13:29 UTC  (2+ messages)

[PATCH 1/2] opkg: use a git clone, not a dynamic snapshot
 2022-10-06 13:31 UTC  (2+ messages)
` [PATCH 2/2] opkg-utils: "

[PATCH v1] nvme: do not log errors for user commands
 2022-10-06 13:30 UTC  (3+ messages)

arasan-sdhci eMMC Problem 'command timeout'
 2022-10-06 13:28 UTC  (3+ messages)

[PATCH] gitmodules: recurse by default
 2022-10-06 13:02 UTC  (2+ messages)

[PATCH] xen/virtio: Convert PAGE_SIZE/PAGE_SHIFT/PFN_UP to Xen counterparts
 2022-10-06 13:28 UTC  (2+ messages)

[PATCH v2] hw/net: npcm7xx_emc: set MAC in register space
 2022-10-06 13:18 UTC  (2+ messages)

[PATCH 1/6] device-tree: add re-randomization helper function
 2022-10-06 13:17 UTC  (3+ messages)

other ways of removing GPLv3 components (than meta-gplv2) #GPLv3
 2022-10-06 13:27 UTC 

[PATCH RESEND v3 00/17] EDAC/mc/synopsys: Various fixes and cleanups
 2022-10-06 13:25 UTC  (6+ messages)
` [PATCH RESEND v3 14/17] EDAC/synopsys: Detach Zynq DDRC controller support

[PATCH] test/service: fix spurious failures by extending timeout
 2022-10-06 13:27 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] templates: Add support for acpi on Hurd
 2022-10-06 13:26 UTC  (2+ messages)

[u-boot][PATCH v2 0/4] Introduce MEMORY uclass and TI GPMC driver
 2022-10-06 13:24 UTC  (5+ messages)
` [u-boot][PATCH v2 1/4] dm: memory: Introduce new uclass
` [u-boot][PATCH v2 2/4] scripts: Makefile.spl: Enable memory drivers to be built for SPL
` [u-boot][PATCH v2 3/4] dt/bindings: memory: Add bindings for TI GPMC driver
` [u-boot][PATCH v2 4/4] memory: Add "

[PATCH v1 1/2] eal: add lcore busyness telemetry
 2022-10-06 13:25 UTC  (4+ messages)
` [PATCH v7 0/4] Add lcore poll "

[Intel-gfx] [PATCH v5] drm/i915: stop using swiotlb
 2022-10-06 13:25 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: stop using swiotlb (rev7)

[net] 0e4d354762: kernel-selftests.net.fcnal-test.sh.fail
 2022-10-06 13:23 UTC  (2+ messages)

[PATCH v3 00/13] coresight: Add new API to allocate trace source ID values
 2022-10-06 13:22 UTC  (5+ messages)
` [PATCH v3 13/13] coresight: trace-id: Add debug & test macros to Trace ID allocation

[PATCH 0/4] a few small unused-parameter fixes
 2022-10-06 13:23 UTC  (6+ messages)
` [PATCH 1/4] test-submodule: inline resolve_relative_url() function
` [PATCH 2/4] multi-pack-index: avoid writing to global in option callback
` [PATCH 3/4] commit: "
` [PATCH 4/4] attr: convert DEBUG_ATTR to use trace API
  ` [PATCH 4alt/4] attr: drop DEBUG_ATTR code

[meta-zephyr][kirkstone][PATCH] nrf52840-mdk-usb-dongle.conf: Add new machine from makerdiary
 2022-10-06 13:23 UTC 

6.0.0-RC kernels trigger Firefox snap bug with 6.0.0-rc3 through 6.0.0-rc7
 2022-10-06 13:23 UTC  (5+ messages)

[PATCH 2/2] drivers: hid: warn feature report 0x81
 2022-10-06 13:22 UTC  (2+ messages)

GCMP and other unknown ciphers
 2022-10-06 13:22 UTC 

[PATCH 00/16] Updates to ov9282 sensor driver
 2022-10-06 13:21 UTC  (4+ messages)
` [PATCH 10/16] media: i2c: ov9282: Action CID_VBLANK when set

[PATCH v5 0/1] grub-module-verifierxx.c: enable running standalone checkers
 2022-10-06 13:19 UTC  (3+ messages)
` [PATCH v5 1/1] "

[PATCH] IB/mlx5: Add a signature check to received EQEs and CQEs
 2022-10-06 13:18 UTC  (3+ messages)
      ` [External] : "

[Buildroot] [PATCH] support/scripts/fix-rpath: parallelize patch files
 2022-10-06 13:18 UTC  (2+ messages)

[PATCH] imx8m: fix reading of DDR4 MR registers [again]
 2022-10-06 13:17 UTC  (2+ messages)

[PATCH] net/9p: use a dedicated spinlock for modifying IDR
 2022-10-06 13:16 UTC  (3+ messages)
` [PATCH] net/9p: use a dedicated spinlock for trans_fd

[PATCH v5] perf test: Introduce script for data symbol testing
 2022-10-06 13:17 UTC  (3+ messages)

[PATCH] docs/nuvoton: Update URL for images
 2022-10-06 13:08 UTC  (3+ messages)

PROBLEM: Segfault in kconfig
 2022-10-06 13:15 UTC  (2+ messages)

[PATCH 1/1] efi_loader: efi_dp_part_node check dp_alloc return value
 2022-10-06 13:13 UTC  (5+ messages)

[PATCH v1 2/2] examples/fips_validation: add parsing for tdes
 2022-10-06 13:13 UTC  (3+ messages)
` [PATCH v2 1/2] examples/fips_validation: share test callback with multiple keys

[PATCH] ui/cocoa: Support hardware cursor interface
 2022-10-06 12:58 UTC  (4+ messages)

[PATCH] net/virtio: add queue and port ID in some logs
 2022-10-06 13:12 UTC  (2+ messages)

[PATCH 0/2][4.17] x86emul: string insn corrections
 2022-10-06 13:11 UTC  (3+ messages)
` [PATCH 1/2][4.17] x86emul: further correct 64-bit mode zero count repeated string insn handling
` [PATCH 2/2][4.17] x86emul: pull permission check ahead for REP INS/OUTS

[PATCH 1/2] arm: update Android common kernel
 2022-10-06 13:10 UTC  (2+ messages)

mainline build failure due to 5d8c3e836fc2 ("drm/amd/display: fix array-bounds error in dc_stream_remove_writeback()")
 2022-10-06  8:51 UTC 

[PATCH] drm/amd/display: fix array-bounds error in dc_stream_remove_writeback()
 2022-10-06  6:46 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 67ae4f7434cee86ee318d46fb10b8a9840ad2e81
 2022-10-06  7:55 UTC  (2+ messages)

[PATCH 0/2] Clean up protocol installation API
 2022-10-06 13:08 UTC  (5+ messages)
` [PATCH 1/2] efi_loader: define internal implementations of install/uninstallmultiple
` [PATCH 2/2] cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocol

[PATCH 1/3] pwm: Reorder header file to get rid of struct pwm_capture forward declaration
 2022-10-06 13:10 UTC  (6+ messages)
` [PATCH 3/3] pwm: Make capture support optional

[PATCH 0/8] MediaTek watchdog: Convert mtk-wdt.txt to dt-schema
 2022-10-06 12:07 UTC  (5+ messages)
` [PATCH 1/8] arm64: dts: mediatek: mt8186: Fix watchdog compatible
` [PATCH 3/8] arm64: dts: mediatek: mt7986: "

[patch] proc.5: tfix
 2022-10-06 13:06 UTC 

[PATCH v2 0/1] Fix slow loading problem introduced by 887f98f0d
 2022-10-06 13:07 UTC  (4+ messages)
` [PATCH v2 1/1] mm: Better handling of adding new regions

[PATCH -perfbook] formal: Update RCU-test-ratio table as of v6.0
 2022-10-06 13:07 UTC  (2+ messages)

[PATCH] net/virtio: remove declaration of undefined function
 2022-10-06 13:07 UTC  (2+ messages)

[PATCH v6 2/4] mmc: sdhci-tegra: Add support to program MC stream ID
 2022-10-06 13:06 UTC  (5+ messages)
` [PATCH v7 1/4] mmc: sdhci-tegra: Separate Tegra194 and Tegra234 SoC data
  ` [PATCH v7 2/4] mmc: sdhci-tegra: Add support to program MC stream ID
  ` [PATCH v7 3/4] mmc: sdhci-tegra: Issue CMD and DAT resets together
  ` [PATCH v7 4/4] mmc: sdhci-tegra: Use actual clock rate for SW tuning correction

[tpm2] Re: How can I prevent MITM attacks for unsealing?
 2022-10-06 13:07 UTC 

[Intel-wired-lan] [PATCH net v5] i40e: Fix DMA mappings leak
 2022-10-06 13:09 UTC 

[Intel-wired-lan] [next-queue 0/3] i40e: Add an i40e_napi_poll tracepoint
 2022-10-06 13:06 UTC  (9+ messages)
` [Intel-wired-lan] [next-queue 1/3] i40e: Store the irq number in i40e_q_vector
            `  "

[PATCH 1/2] ata: allow toggling fua parameter at runtime
 2022-10-06 13:06 UTC  (4+ messages)
` [PATCH 2/2] ata: allow enabling FUA support in Kconfig

[PATCH] ssh signing: return an error when signature cannot be read
 2022-10-06 13:05 UTC  (4+ messages)
` [PATCH v2] "

[Intel-wired-lan] [next-queue v2 0/4] i40e: Add an i40e_napi_poll tracepoint
 2022-10-06 13:03 UTC  (6+ messages)
` [Intel-wired-lan] [next-queue v2 2/4] i40e: Record number TXes cleaned during NAPI
        `  "

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-06 13:04 UTC  (4+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd


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.