All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-14 21:33:50 to 2024-10-14 23:12:19 UTC [more...]

[PATCH v20 2/6] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
 2024-10-14 23:11 UTC  (2+ messages)

[PATCH] add f81601 support
 2024-10-14 23:12 UTC  (3+ messages)

[RFC v3 0/2] target/riscv: add endianness checks and atomicity guarantees
 2024-10-14 23:11 UTC  (4+ messages)
` [RFC v3 1/2] target/riscv: rvv: reduce the overhead for simple RISC-V vector unit-stride loads and stores
` [RFC v3 2/2] target/riscv: rvv: improve performance of RISC-V vector loads and stores on large amounts of data

[PATCH 6.11 000/214] 6.11.4-rc1 review
 2024-10-14 23:11 UTC  (2+ messages)

[syzbot] [bluetooth?] WARNING: ODEBUG bug in hci_release_dev (2)
 2024-10-14 23:11 UTC  (2+ messages)

[failures] kasan-delete-config_kasan_module_test.patch removed from -mm tree
 2024-10-14 23:11 UTC 

[failures] kasan-migrate-copy_user_test-to-kunit.patch removed from -mm tree
 2024-10-14 23:11 UTC 

[failures] kasan-move-checks-to-do_strncpy_from_user.patch removed from -mm tree
 2024-10-14 23:11 UTC 

[PATCH v3 2/3] kasan: migrate copy_user_test to kunit
 2024-10-14 23:10 UTC  (4+ messages)
` [PATCH RESEND v3 0/3] kasan: migrate the last module test "
  ` [PATCH RESEND v3 2/3] kasan: migrate copy_user_test "

[PATCH] docs:process:changes: fix version command for btrfs-progs
 2024-10-14 23:09 UTC  (2+ messages)

[PATCH v2 dwarves 0/5] btf_encoder: implement shared elf_functions table
 2024-10-14 23:08 UTC  (15+ messages)
` [PATCH v2 dwarves 3/5] btf_encoder: collect elf_functions in pre_cus__load_module
` [PATCH v2 dwarves 4/5] btf_encoder: make elf_functions.entry an elf_function list

[PATCH v3] btrfs: try to search for data csums in commit root
 2024-10-14 23:08 UTC 

[PATCH v3 00/15] Make EFI memory allocations synchronous with LMB
 2024-10-14 23:07 UTC  (12+ messages)
` [PATCH v3 03/15] efi: memory: use the lmb API's for allocating and freeing memory

[PATCH 09/21] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
 2024-10-14 23:03 UTC  (15+ messages)

[cip:linux-5.10.y-cip-rebase 606/1105] drivers/usb/host/xhci-plat.c:382 xhci_generic_plat_probe() error: we previously assumed 'sysdev' could be null (see line 372)
 2024-10-14 23:01 UTC 

incorrect shift and mask operation in drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
 2024-10-14 23:02 UTC 

[PATCHv2 net] usbnet: modern method to get random MAC
 2024-10-14 23:00 UTC  (4+ messages)

[PATCH v1 00/15] io_uring zero copy rx
 2024-10-14 22:58 UTC  (7+ messages)
` [PATCH v1 06/15] net: page_pool: add ->scrub mem provider callback

[PATCH v3 0/9] SEV Kernel Selftests
 2024-10-14 22:58 UTC  (8+ messages)
` [PATCH v3 1/9] KVM: selftests: Decouple SEV ioctls from asserts
` [PATCH v3 2/9] KVM: selftests: Add a basic SNP smoke test
` [PATCH v3 7/9] KVM: selftests: Add interface to manually flag protected/encrypted ranges

[PATCH 6.6 000/213] 6.6.57-rc1 review
 2024-10-14 22:57 UTC  (2+ messages)

[syzbot] [usb?] INFO: task hung in usb_port_suspend
 2024-10-14 22:57 UTC  (4+ messages)

[PATCH v2 0/7] vhost: Add support of kthread API
 2024-10-14 22:56 UTC  (3+ messages)
` [PATCH v2 4/7] vhost: Add the vhost_worker to support kthread

[PATCH v7 1/6] refs: atomically record overwritten ref in update_symref
 2024-10-14 22:53 UTC  (8+ messages)
` [PATCH v8 0/6] set-head/fetch remote/HEAD updates, small change from v7
  ` [PATCH v8 1/6] refs: atomically record overwritten ref in update_symref
  ` [PATCH v8 2/6] remote set-head: add new variable for readability
  ` [PATCH v8 3/6] remote set-head: better output for --auto
  ` [PATCH v8 4/6] refs: add TRANSACTION_CREATE_EXISTS error
  ` [PATCH v8 5/6] refs: add create_only option to refs_update_symref
  ` [PATCH v8 6/6] fetch: set remote/HEAD if it does not exist

clang: error: linker command failed with exit code 1 (use -v to see invocation)
 2024-10-14 22:50 UTC 

[PATCH net-next v3 00/12] selftests: ncdevmem: Add ncdevmem to ksft
 2024-10-14 22:49 UTC  (7+ messages)
` [PATCH net-next v3 09/12] selftests: ncdevmem: Remove hard-coded queue numbers
` [PATCH net-next v3 10/12] selftests: ncdevmem: Run selftest when none of the -s or -c has been provided

Rust BoF and maintainer minutes and planning the roadmap to Rust
 2024-10-14 22:45 UTC  (5+ messages)

[PATCH 00/10] reftable: stop using `struct strbuf`
 2024-10-14 22:44 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/10] reftable: stop using `strbuf_addbuf()`
  ` [PATCH v2 02/10] reftable: stop using `strbuf_addf()`
  ` [PATCH v2 03/10] reftable/basics: provide new `reftable_buf` interface
  ` [PATCH v2 04/10] reftable: convert from `strbuf` to `reftable_buf`
  ` [PATCH v2 07/10] reftable/stack: adapt `format_name()` to handle allocation failures

[PATCH][next] drm/nouveau: Avoid -Wflex-array-member-not-at-end warning
 2024-10-14 22:43 UTC  (7+ messages)

[PATCH net-next v3 1/2] Convert neighbour-table to use hlist
 2024-10-14 22:43 UTC  (2+ messages)

[PATCH v3 0/3] This series adds a few patches to make it easy to use the system dtc in
 2024-10-14 22:43 UTC  (6+ messages)
` [PATCH v3 3/3] RFC: CI: Skip building dtc for world builds

[PATCH] docs/core-api: swiotlb: fix typos
 2024-10-14 22:40 UTC 

[PATCH 0/3] memory,acpi: resize memory blocks based on CFMW alignment
 2024-10-14 22:40 UTC  (10+ messages)
` [PATCH 1/3] memory: extern memory_block_size_bytes and set_memory_block_size_order

[PATCH 0/7] Dumping my refactoring cleanup queue before the upcoming release
 2024-10-14 22:39 UTC  (4+ messages)
` [PATCH 5/7] cobalt: sycall API: Remove architecture specific implementations

[PATCH net-next v3 0/7] bnxt_en: implement device memory TCP for bnxt
 2024-10-14 22:38 UTC  (12+ messages)
` [PATCH net-next v3 7/7] bnxt_en: add support for device memory tcp

[PATCH] selftests: clone3: Use the capget and capset syscall directly
 2024-10-14 22:38 UTC  (6+ messages)

[PATCH v3 00/20] x86: expo: Add support for editing coreboot CMOS RAM settings
 2024-10-14 22:32 UTC  (21+ messages)
` [PATCH v3 01/20] video: Add a dark-grey console colour
` [PATCH v3 02/20] video: Avoid starting a new line to close to the bottom
` [PATCH v3 03/20] expo: Place menu items to the right of all labels
` [PATCH v3 04/20] expo: Set the initial next_id to 1
` [PATCH v3 05/20] expo: Use standard numbering for save and discard
` [PATCH v3 06/20] expo: Allow menu items to have values
` [PATCH v3 07/20] expo: Add a little more cedit CMOS logging
` [PATCH v3 08/20] expo: Support menu-item values in cedit
` [PATCH v3 09/20] expo: Drop unneceesary calls to expo_str()
` [PATCH v3 10/20] expo: Drop scene_title_set()
` [PATCH v3 11/20] expo: Add forward declaration for udevice to cedit
` [PATCH v3 12/20] x86: coreboot: Enable unit tests
` [PATCH v3 13/20] docker: Update coreboot
` [PATCH v3 14/20] doc: Update coreboot's CI information
` [PATCH v3 15/20] x86: coreboot: Add a test for cbsysinfo command
` [PATCH v3 16/20] x86: coreboot: Show the option table
` [PATCH v3 17/20] x86: coreboot: Enable support for the configuration editor
` [PATCH v3 18/20] x86: coreboot: Add a command to check and update CMOS RAM
` [PATCH v3 19/20] x86: coreboot: Allow building an expo for editing CMOS config
` [PATCH v3 20/20] x86: Enable RTC command by default

[PATCH] plugins: fix qemu_plugin_reset
 2024-10-14 22:33 UTC 

[PATCH] tools/resolve_btfids: Fix 'variable' may be used uninitialized warnings
 2024-10-14 22:34 UTC  (2+ messages)

[PATCH v3 net] tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink()
 2024-10-14 22:33 UTC 

please help with intermittent s2idle problem on AMD laptop
 2024-10-14 22:32 UTC  (4+ messages)

[PATCH 0/3] crypto: x86/crc32c - jump table elimination and other cleanups
 2024-10-14 22:32 UTC  (5+ messages)
` [PATCH 3/3] crypto: x86/crc32c - eliminate jump table and excessive unrolling

[PATCH v5] rockchip/drm: vop2: add support for gamma LUT
 2024-10-14 22:30 UTC  (2+ messages)

[PATCH -next] selftests: memcg: remove useless code in test_memcg_oom_group_leaf_events
 2024-10-14 22:30 UTC  (2+ messages)

[PATCH v1 0/2] baseband/acc: vrb2 FFT support
 2024-10-14 22:30 UTC  (3+ messages)
` [PATCH v1 1/2] baseband/acc: FFT support in VRB2 PRQ device
` [PATCH v1 2/2] baseband/acc: saturate input to 6 bits for VRB decoder

[PATCH v2] tests/intel/xe_exec_reset: Explicitly declare exec
 2024-10-14 22:30 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for tests/intel/xe_exec_reset: Explicitly declare exec (rev3)

[syzbot] [fs?] BUG: unable to handle kernel NULL pointer dereference in read_cache_folio
 2024-10-14 22:26 UTC 

[PATCH net-next 0/9] Netfilter updates for net-net
 2024-10-14 22:25 UTC  (6+ messages)

[syzbot] [fs?] BUG: unable to handle kernel NULL pointer dereference in read_cache_folio
 2024-10-14 22:25 UTC  (2+ messages)
` [syzbot] Re: Fix "

[PATCH 0/5] cxl: Initialization and shutdown fixes
 2024-10-14 22:24 UTC  (7+ messages)

[Intel-wired-lan] [iwl-next v4 0/8] ice: managing MSI-X in driver
 2024-10-14 22:23 UTC  (7+ messages)
` [Intel-wired-lan] [iwl-next v4 3/8] ice: get rid of num_lan_msix field
          `  "

[isar-cip-core][PATCH] distro: add preliminary support for the upcoming Debian 13 (trixie)
 2024-10-14 22:22 UTC  (2+ messages)

[PATCH] mm: khugepaged: fix the incorrect statistics when collapsing large file folios
 2024-10-14 22:21 UTC  (4+ messages)

Xen PAT settings vs Linux PAT settings
 2024-10-14 22:21 UTC  (4+ messages)

[PATCH v4] rockchip: board: Increase rng-seed size to make it sufficient for modern Linux
 2024-10-14 22:21 UTC  (2+ messages)

[PATCH v4 0/5] Add support for EU stall sampling
 2024-10-14 22:21 UTC  (5+ messages)
` [PATCH v4 2/5] drm/xe/eustall: Introduce API "
` [PATCH v4 4/5] drm/xe/query: Add a device query to get EU stall data information

[PATCH v2 00/16] target/mips: Remove target-specific endianness knowledge
 2024-10-14 22:18 UTC  (4+ messages)
` [PATCH v2 10/16] target/mips: Replace MO_TE by mo_endian()

[meta][PATCH v3] python3-cryptography: upgrade 42.0.8 -> 43.0.1
 2024-10-14 22:16 UTC 

[PATCH v2] diff-highlight: make install link into DESTDIR #Makefile
 2024-10-14 22:17 UTC  (5+ messages)
` [PATCH v3] diff-highlight: make install link into DESTDIR

[PATCH v5] devtools: add .clang-format file
 2024-10-14 22:16 UTC  (3+ messages)
` [PATCH v6] "

hid-input.c && vendor defined usage pages
 2024-10-14 22:15 UTC  (3+ messages)

[PATCH] ring-buffer: Fix reader locking when changing the sub buffer order
 2024-10-14 22:15 UTC  (2+ messages)

[PATCH 00/10] Platform compatibility fixes
 2024-10-14 22:14 UTC  (13+ messages)
` [PATCH 01/10] t/test-lib: fix quoting of TEST_RESULTS_SAN_FILE
` [PATCH 03/10] t/lib-gitweb: test against the build version of gitweb
` [PATCH 04/10] t/lib-gpg: fix setup of GNUPGHOME in MinGW
` [PATCH 07/10] t5500, t5601: skip tests which exercise paths with '[::1]' on Cygwin
` [PATCH 09/10] builtin/credential-cache: fix missing parameter for stub function
` [PATCH 10/10] http: fix build error on FreeBSD

KernelCI hw-vendors working group
 2024-10-14 22:13 UTC 

[PATCH 2/2] mm/mglru: reset page lru tier bits when activating
 2024-10-14 22:12 UTC 

[PATCH 1/2] mm/mglru: only clear kswapd_failures if reclaimable
 2024-10-14 22:12 UTC 

[PATCH v3 0/5] btrfs: encoded reads via io_uring
 2024-10-14 22:12 UTC  (3+ messages)
` [PATCH 4/5] btrfs: add nowait parameter to btrfs_encoded_read

[PATCH v2 0/3] target/i386: Use probe_access_full_mmu in ptw_translate
 2024-10-14 22:10 UTC  (3+ messages)
` [PATCH v2 3/3] target/i386: Remove ra parameter from ptw_translate

[PATCH] tcg: remove singlestep_enabled from DisasContextBase
 2024-10-14 22:09 UTC  (2+ messages)

vmlinux.o: warning: objtool: adis16400_write_raw+0xb5: can't find jump dest instruction at .text.adis16400_write_raw+0x293
 2024-10-14 22:09 UTC 

[PATCH] selftests:timers: remove local CLOCKID defines
 2024-10-14 22:09 UTC  (4+ messages)

[PATCH v3 1/6] iio: backend: add API for interface get
 2024-10-14 22:08 UTC  (4+ messages)
` [PATCH v3 6/6] iio: adc: ad4851: add ad485x driver

[PATCH] selftests: timers: Remove unneeded semicolon
 2024-10-14 22:08 UTC  (4+ messages)

[RFC PATCH] selftest/tcp-ao: Add filter tests
 2024-10-14 22:07 UTC  (2+ messages)

Possible regression with file madvise(MADV_COLLAPSE)
 2024-10-14 22:06 UTC  (9+ messages)

[linux-next:pending-fixes 207/319] fs/btrfs/qgroup.c:2014:6: error: use of undeclared identifier 'bytenr'
 2024-10-14 22:06 UTC  (5+ messages)

[PATCH v2] sched_ext: Trigger ops.update_idle() from pick_task_idle()
 2024-10-14 22:06 UTC 

[PATCH] platform/x86: dell-wmi: Ignore suspend notifications
 2024-10-14 22:05 UTC 

[PATCH v2 0/6] LSM: Replace secctx/len pairs with lsm_context
 2024-10-14 21:54 UTC  (5+ messages)

[PATCH 0/1] Do Not Disturb broke GD D-pad
 2024-10-14 22:02 UTC  (3+ messages)
` [PATCH 1/1] input: fix generic desktop D-Pad controls

[PATCH 0/2] Normalized CFI integer tags Kconfig fixes
 2024-10-14 22:01 UTC  (2+ messages)

[RFC] kernel-doc: allow object-like macros in ReST output
 2024-10-14 22:00 UTC  (6+ messages)

[Regression] Bluetooth mouse broken in 6.12-rc3
 2024-10-14 21:59 UTC  (2+ messages)

[PATCH 1/2] kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION`
 2024-10-14 22:00 UTC  (7+ messages)
` [PATCH] "

[PATCH] cyclictest: Fix help text for '-a' option
 2024-10-14 21:59 UTC 

[PATCH v2 0/4] trace-cmd reset: Add option to preserve specific events
 2024-10-14 21:59 UTC  (2+ messages)

[PATCH v3] Kbuild: fix issues with rustc-option
 2024-10-14 21:58 UTC  (2+ messages)

[Outreachy][PATCH v5] t6050: avoid pipes with upstream Git commands
 2024-10-14 21:57 UTC  (3+ messages)
` [Outreachy][PATCH v6] "

[PATCH] kbuild: refactor cc-option-yn, cc-disable-warning, rust-option-yn macros
 2024-10-14 21:56 UTC  (2+ messages)

[PATCH 1/2] drm/sched: adding a new scheduling policy
 2024-10-14 21:56 UTC  (4+ messages)

[PATCH v4 0/5] Adjust initial EFI memory-allocation to be in the U-Boot region
 2024-10-14 21:54 UTC  (13+ messages)
` [PATCH v4 2/5] efi: Show the location of the bounce buffer when debugging
` [PATCH v4 4/5] efi: Reserve some memory for initial use

[PATCH v2] tracing: replace multiple deprecated strncpy with memcpy
 2024-10-14 21:54 UTC  (3+ messages)

[PATCH 00/14] x86/ibt: FineIBT-BHI
 2024-10-14 21:54 UTC  (11+ messages)
` [PATCH 13/14] x86: BHI stubs

[PATCH] accel/qaic: Add crashdump to Sahara
 2024-10-14 21:52 UTC  (2+ messages)

[PATCH 1/2] qconfig: Add an way to select defconfigs without stdin
 2024-10-14 21:51 UTC  (8+ messages)
` [PATCH 2/2] qconfig: Ignore defconfigs containing #include

[PATCH] tests/intel/xe_exec_reset: Explicitly declare exec
 2024-10-14 21:50 UTC  (3+ messages)

[RFC PATCH v2 0/1] seal system mappings
 2024-10-14 21:50 UTC  (2+ messages)
` [RFC PATCH v2 1/1] exec: "

[PATCH i-g-t] i915/drm_fdinfo: Quiesce GPU prior to running some tests
 2024-10-14 21:48 UTC  (5+ messages)
` ✗ CI.xeFULL: failure for "
` ✗ Fi.CI.IGT: "

Bug report
 2024-10-14 21:47 UTC  (9+ messages)
` [PATCH 0/3] cmake: fix autogenerated clar headers
  ` [PATCH 1/3] Makefile: extract script to generate clar declarations
  ` [PATCH 2/3] cmake: fix compilation of clar-based unit tests
  ` [PATCH 3/3] cmake: set up proper dependencies for generated clar headers

[PATCH net-next v3 9/9] Revert "net: do not leave a dangling sk pointer, when socket creation fails"
 2024-10-14 21:42 UTC  (2+ messages)

[PATCH v3 00/16] Add support for Synopsis DWMAC IP on NXP Automotive SoCs S32G2xx/S32G3xx/S32R45
 2024-10-14 21:40 UTC  (5+ messages)
` [PATCH v3 05/16] net: dwmac-dwc-qos-eth: Use helper rgmii_clock

[PATCH net-next v3 8/9] net: warn, if pf->create does not clear sock->sk on error
 2024-10-14 21:40 UTC  (2+ messages)

[PATCH iproute2-next] rt_names: read `rt_addrprotos.d` directory
 2024-10-14 21:40 UTC  (2+ messages)

[REGRESSION][BISECTED] erroneous buffer overflow detected in bch2_xattr_validate
 2024-10-14 21:39 UTC  (12+ messages)

[PATCH net-next v3 7/9] net: inet6: do not leave a dangling sk pointer in inet6_create()
 2024-10-14 21:38 UTC  (2+ messages)

[PATCH net-next v3 6/9] net: inet: do not leave a dangling sk pointer in inet_create()
 2024-10-14 21:37 UTC  (2+ messages)

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-10-14 21:37 UTC  (4+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
  ` [RFC PATCH v1 17/57] kvm: Remove PAGE_SIZE compile-time constant assumption

[PATCH v3 0/4] Enable shared SE support over I2C
 2024-10-14 21:36 UTC  (3+ messages)
` [PATCH v3 4/4] i2c: i2c-qcom-geni: Enable i2c controller sharing between two subsystems

[PATCH 0/3] R atoi
 2024-10-14 21:35 UTC  (3+ messages)
` [PATCH 2/3] t3404: replace test with test_line_count()

[PATCH net-next v3 5/9] net: ieee802154: do not leave a dangling sk pointer in ieee802154_create()
 2024-10-14 21:35 UTC  (2+ messages)

[PATCH v3] rockchip: board: Increase rng-seed size to make it sufficient for modern Linux
 2024-10-14 21:35 UTC  (2+ messages)

git rebase exec make -C in worktree confuses repo root dir
 2024-10-14 21:34 UTC  (3+ messages)

[PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-14 21:33 UTC  (6+ messages)
` [PATCH v4 2/6] objtool: Fix unreachable instruction warnings for weak funcitons
` [PATCH v4 3/6] Change the symbols order when --ffuntion-sections is enabled
` [PATCH v4 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v4 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v4 6/6] Add Propeller configuration for kernel build


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.