All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-25 07:11:08 to 2024-05-25 13:24:25 UTC [more...]

REJECTED: CVE-2024-27420: netrom: Fix a data-race around sysctl_netrom_link_fails_count
 2024-05-25 13:24 UTC 

[PATCH v3 2/8] EDAC/amd64: Check return value of amd_smn_read()
 2024-05-25 13:22 UTC  (2+ messages)

[RFC PATCH 0/3] Fix s390x flic migration and add some more qtests
 2024-05-25 13:12 UTC  (4+ messages)
` [RFC PATCH 1/3] hw/intc/s390_flic: Migrate pending state
` [RFC PATCH 2/3] tests/qtest/migration-test: enable on s390x
` [RFC PATCH 3/3] tests/qtest/migration-test: Enable test_ignore_shared

[PATCH mptcp-next 0/4] Squash to "use helpers in lib.sh" v5
 2024-05-25 13:01 UTC  (5+ messages)
` [PATCH mptcp-next 1/4] Squash to "selftests: net: lib: rename ns in setup_ns"
` [PATCH mptcp-next 2/4] Squash to "selftests: mptcp: lib: use setup/cleanup_ns helpers"
` [PATCH mptcp-next 3/4] selftests: mptcp: diag: add ns name empty check in cleanup
` [PATCH mptcp-next 4/4] selftests: mptcp: join: print title at the end of reset

[tip: locking/urgent] cleanup: Standardize the header guard define's name
 2024-05-25 12:45 UTC 

RFC2224 support in Linux /sbin/mount.nfs4?
 2024-05-25 12:44 UTC  (4+ messages)

cherry-pick request for "arm64/fpsimd: Avoid erroneous elide of user state reload"
 2024-05-25 12:36 UTC 

[PATCH] RISC-V: add Star64 board devicetree
 2024-05-25 12:41 UTC  (13+ messages)
      `  "

[PATCH] sched/fair: Reschedule the cfs_rq when current is ineligible
 2024-05-25 11:57 UTC  (4+ messages)

[PATCH] KEYS: trusted_tpm2: Only check options->keyhandle for ASN.1
 2024-05-25 12:36 UTC 

[pci:controller/keystone] BUILD SUCCESS 423fc92113d5272ef53c8a66698352e74c1cdeea
 2024-05-25 12:23 UTC 

[[PATCH] [RESUBMIT 2nd] Consistency for substitution hints (i18n) 1/1] parse-options: use localized substitution hints
 2024-05-25 12:24 UTC  (3+ messages)
` [PATCH 2 0/1] Allowing localized substitution hints in parse-options
` [PATCH 2 1/1] parse-options: allow localized substitution hints in macros

[PATCH bpf-next v5 0/7] use network helpers, part 5
 2024-05-25 12:08 UTC  (8+ messages)
` [PATCH bpf-next v5 1/7] selftests/bpf: Drop struct post_socket_opts
` [PATCH bpf-next v5 2/7] selftests/bpf: Add start_server_str helper
` [PATCH bpf-next v5 3/7] selftests/bpf: Use post_socket_cb in connect_to_fd_opts
` [PATCH bpf-next v5 4/7] selftests/bpf: Use post_socket_cb in start_server_str
` [PATCH bpf-next v5 5/7] selftests/bpf: Use start_server_str in do_test in bpf_tcp_ca
` [PATCH bpf-next v5 6/7] selftests/bpf: Use connect_to_fd_opts "
` [PATCH bpf-next v5 7/7] selftests/bpf: Add post_connect_cb callback

Recent changes (master)
 2024-05-25 12:00 UTC 

[PATCH 00/16] Assorted Cleanups For prepare-kernel.sh
 2024-05-25 11:58 UTC  (17+ messages)
` [PATCH 01/16] prepare-kernel.sh: Add reverse mode
` [PATCH 02/16] prepare-kernel.sh: Emit architecture agnostic changes
` [PATCH 03/16] prepare-kernel.sh: Convert to tabs
` [PATCH 04/16] prepare-kernel.sh: Improve kernel tree check
` [PATCH 05/16] prepare-kernel.sh: Fix shellcheck SC2046 warnings wrt. check_filter
` [PATCH 06/16] prepare-kernel.sh: Disable SC2115 warning around $linux_tree
` [PATCH 07/16] prepare-kernel.sh: Don't use eval
` [PATCH 08/16] prepare-kernel.sh: Don't depend on bash
` [PATCH 09/16] prepare-kernel.sh: Remove --filterkvers= and --filterarch=
` [PATCH 10/16] prepare-kernel.sh: Remove interactivity
` [PATCH 11/16] prepare-kernel.sh: Remove --forcelink
` [PATCH 12/16] prepare-kernel.sh: Fix dovetail check
` [PATCH 13/16] prepare-kernel.sh: Define command line variables
` [PATCH 14/16] prepare-kernel.sh: Remove dead code
` [PATCH 15/16] prepare-kernel.sh: Don't allow uninitialized variables
` [PATCH 16/16] prepare-kernel.sh: Remove kernel version check

[PATCH 2/2] pidfd: add pidfdfs
 2024-05-25 11:57 UTC  (11+ messages)

[PATCH v6 3/8] rust: file: add Rust abstraction for `struct file`
 2024-05-25 11:53 UTC  (3+ messages)

[syzbot] [wireless?] INFO: task hung in regdb_fw_cb
 2024-05-25 11:48 UTC 

[Bug 218891] New: In function ‘dcn321_update_bw_bounding_box’ - warning: the frame size of 1336 bytes is larger than 1280 bytes
 2024-05-25 11:46 UTC  (2+ messages)
` [Bug 218891] "

[PULL 00/24] Build system and target/i386/translate.c cleanups for 2025-05-25
 2024-05-25 11:33 UTC  (25+ messages)
` [PULL 01/24] configure: move -mcx16 flag out of CPU_CFLAGS
` [PULL 02/24] target/i386: disable jmp_opt if EFLAGS.RF is 1
` [PULL 03/24] target/i386: no single-step exception after MOV or POP SS
` [PULL 04/24] target/i386: cleanup eob handling of RSM
` [PULL 05/24] target/i386: remove unnecessary gen_update_cc_op before gen_eob*
` [PULL 06/24] target/i386: cpu_load_eflags already sets cc_op
` [PULL 07/24] target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS
` [PULL 08/24] target/i386: document and group DISAS_* constants
` [PULL 09/24] target/i386: avoid calling gen_eob_syscall before tb_stop
` [PULL 10/24] target/i386: avoid calling gen_eob_inhibit_irq "
` [PULL 11/24] target/i386: assert that gen_update_eip_cur and gen_update_eip_next are the same in tb_stop
` [PULL 12/24] target/i386: raze the gen_eob* jungle
` [PULL 13/24] target/i386: reg in gen_ldst_modrm is always OR_TMP0
` [PULL 14/24] target/i386: split gen_ldst_modrm for load and store
` [PULL 15/24] target/i386: inline gen_add_A0_ds_seg
` [PULL 16/24] target/i386: use mo_stacksize more
` [PULL 17/24] target/i386: introduce gen_lea_ss_ofs
` [PULL 18/24] target/i386: clean up repeated string operations
` [PULL 19/24] target/i386: remove aflag argument of gen_lea_v_seg
` [PULL 20/24] meson: remove unnecessary reference to libm
` [PULL 21/24] meson: remove unnecessary dependency
` [PULL 22/24] tcg: include dependencies in static_library()
` [PULL 23/24] meson: do not query modules before they are processed
` [PULL 24/24] migration: remove unnecessary zlib dependency

[xen-unstable test] 186141: tolerable FAIL - PUSHED
 2024-05-25 11:36 UTC 

[l1k:mariusz-npem 2/3] drivers/pci/npem.c:254:5: warning: no previous prototype for 'brightness_set'
 2024-05-25 11:34 UTC 

[PATCH i-g-t v5] tools/mk_detect_intel_gpu: add a tool to detect Intel GPUs from their PCI IDs
 2024-05-25 11:32 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for tools/mk_detect_intel_gpu: add a tool to detect Intel GPUs from their PCI IDs (rev2)

[PATCH v2] xfs_io: make MADV_SOFT_OFFLINE conditional
 2024-05-25 11:25 UTC  (3+ messages)

[PATCH v10 0/2] wifi: mwifiex: add code to support host mlme
 2024-05-25 11:24 UTC  (9+ messages)
` [PATCH v10 1/2] wifi: mwifiex: add host mlme for client mode
    ` [EXT] "

[PATCH] drm/i915: Fix SEL_FETCH_{SIZE,OFFSET} registers
 2024-05-25 11:23 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] md: make md_flush_request() more readable
 2024-05-25 18:56 UTC 

[PATCH 0/2] md: flush deadlock bugfix
 2024-05-25 18:52 UTC  (3+ messages)
` [PATCH 1/2] md: change the return value type of md_write_start to void
` [PATCH 2/2] md: fix deadlock between mddev_suspend and flush bio

[PATCH 0/3] Upgrade strace quilt and git
 2024-05-25 10:59 UTC  (3+ messages)
` [PATCH 2/3] quilt: 0.67 -> 0.68
  ` [OE-core] "

[PATCH RFC] : fhandle: relax open_by_handle_at() permission checks
 2024-05-25 10:55 UTC  (2+ messages)

[pci:controller/al] BUILD SUCCESS 81dc1a0b274a4006ffaf513511456938b4c809a3
 2024-05-25 10:52 UTC 

[OE-core][scarthgap][PATCH 0/6] scarthgap backports
 2024-05-25 10:48 UTC  (7+ messages)
` [OE-core][scarthgap][PATCH 1/6] llvm: Upgrade to 18.1.4
` [OE-core][scarthgap][PATCH 2/6] llvm: Upgrade to 18.1.5
` [OE-core][scarthgap][PATCH 3/6] llvm: Switch to using release tarballs
` [OE-core][scarthgap][PATCH 4/6] ncurses: Fix CVE-2023-45918
` [OE-core][scarthgap][PATCH 5/6] update-rc.d: add +git to PV
` [OE-core][scarthgap][PATCH 6/6] libusb1: Set CVE_PRODUCT

[PATCH v6 1/3] perf report: Support LLVM for addr2line()
 2024-05-25 10:47 UTC  (3+ messages)
` [PATCH v6 2/3] perf annotate: split out read_symbol()
` [PATCH v6 3/3] perf annotate: LLVM-based disassembler

[GIT PULL] IRQ fix
 2024-05-25 10:48 UTC 

[PATCH i-g-t] tests/kms_hdr: Add more logs to skips
 2024-05-25 10:46 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH stable,5.15 0/2] Revert the patchset for fix CVE-2024-26865
 2024-05-25 10:42 UTC  (6+ messages)

[RFC PATCH v2 00/20] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-05-25 10:33 UTC  (10+ messages)
` [RFC PATCH v2 11/20] powerpc/mm: Complement huge_pte_alloc() for all non HUGEPD setups
` [RFC PATCH v2 15/20] powerpc/85xx: Switch to 64 bits PGD

arch/microblaze/kernel/entry.S:945: Error: unknown opcode "suspend"
 2024-05-25 10:40 UTC 

[GIT PULL] x86 fixes
 2024-05-25 10:39 UTC 

[PATCH i-g-t 1/3] tests/kms_color_helper: Add a helper to get high resolution mode
 2024-05-25 10:37 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/3] "

[PATCH] btrfs-progs: convert: Add 64 bit block numbers support
 2024-05-25 10:31 UTC 

[PATCH 1/3] dt-bindings: hwmon: g762: Convert to yaml schema
 2024-05-25 10:29 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: hwmon: g76x: Add support for g761
` [PATCH 3/3] hwmon: g672: add "

[PATCH] promisor-remote: add promisor.quiet configuration option
 2024-05-25 10:29 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v3 0/5] lib/gpgpu: add shader support
 2024-05-25 10:28 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for lib/gpgpu: add shader support (rev3)

[tip: irq/urgent] genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()
 2024-05-25 10:22 UTC  (2+ messages)

[PATCH 0/6] ipmi: Convert to platform remove callback returning void
 2024-05-25 10:10 UTC  (7+ messages)

[PATCH 0/3] reset: Convert to platform remove callback returning void
 2024-05-25 10:14 UTC  (5+ messages)

[PATCH v4 0/5] Wave515 decoder IP support
 2024-05-25 10:09 UTC  (6+ messages)

[Bug 218890] New: reset SuperSpeed USB device number 2 using xhci_hcd
 2024-05-25 10:02 UTC 

[PATCH] wifi: mac80211: fix NULL dereference at band check in starting tx ba session
 2024-05-25 10:01 UTC  (2+ messages)

[GIT PULL] Ceph updates for 6.10-rc1
 2024-05-25  9:57 UTC 

[PATCH v5 3/3] perf annotate: LLVM-based disassembler
 2024-05-25  9:58 UTC 

[PATCH -next] cgroup/cpuset: Reduce the lock protecting CS_SCHED_LOAD_BALANCE
 2024-05-25  9:46 UTC 

[PATCH -next] cgroup/cpuset: Update comment on callback_lock
 2024-05-25  9:45 UTC 

[PATCH -next] cgroup/cpuset: Remove unnecessary zeroing
 2024-05-25  9:44 UTC 

[PATCH v10 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-05-25  9:48 UTC  (6+ messages)
` [PATCH v10 07/36] function_graph: Allow multiple users to attach to function graph

[Buildroot] [git commit] configs/visionfive2: uboot needs openssl
 2024-05-25  9:40 UTC 

[Buildroot] [PATCH] configs/amarula_vyasa_rk3288_defconfig: add uboot and linux hashes
 2024-05-25  9:45 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] configs/visionfive2: uboot needs openssl
 2024-05-25  9:43 UTC  (2+ messages)

[PATCH 6.9 00/25] 6.9.2-rc1 review
 2024-05-25  9:37 UTC  (4+ messages)

[PATCH v2 0/1] Add FUTEX_SPIN operation
 2024-05-25  9:36 UTC  (3+ messages)
` [PATCH v2 1/1] futex: "

[PATCH i-g-t] [RFC] Introduce SR-IOV VM-level testing tool
 2024-05-25  9:35 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for Introduce SR-IOV VM-level testing tool (rev2)

[PATCH v3 0/3] perf maps: Improve the kcore maps merging
 2024-05-25  9:29 UTC  (4+ messages)
` [PATCH v3 1/3] perf maps: Sort kcore maps

[linux-linus test] 186140: regressions - FAIL
 2024-05-25  9:24 UTC 

[PATCH i-g-t 00/23] Intel Xe OA IGT's
 2024-05-25  9:22 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for Intel Xe OA IGT's (rev2)

[PATCH v4 0/7] Support kdump with LUKS encryption by reusing LUKS volume keys
 2024-05-25  7:57 UTC  (5+ messages)
` [PATCH v4 2/7] crash_dump: make dm crypt keys persist for the kdump kernel

[PATCH] wifi: mwifiex: fix parsing of more than two AKM suites
 2024-05-25  9:15 UTC  (2+ messages)

[PATCH i-g-t] tests/kms_plane: Convert to dynamic subtests
 2024-05-25  9:15 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[drm-xe:drm-xe-next] BUILD REGRESSION 5cef84939723f96352d7087b0ea596a65fb972c6
 2024-05-25  9:10 UTC 

[Buildroot] [PATCH 1/2] configs/orangepi_r1_defconfig: u-boot 2024.01 needs host-openssl
 2024-05-25  9:04 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] configs/orangepi_pc_defconfig: "

[PATCH v19 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-05-25  9:02 UTC  (3+ messages)
` [PATCH v19 12/20] dm verity: expose root hash digest and signature data to LSMs

[PATCH] target/i386: always go through gen_eob*()
 2024-05-25  8:57 UTC  (3+ messages)

[PATCH 1/3] wifi: ath12k: change DMA direction while mapping reinjected packets
 2024-05-25  8:57 UTC  (2+ messages)

[PATCH 1/2] wifi: ath11k: refactor setting country code logic
 2024-05-25  8:55 UTC  (2+ messages)

[PATCH 1/2] wifi: ath12k: Refactor Rx descriptor CMEM configuration
 2024-05-25  8:54 UTC  (2+ messages)

[bristot:sample/dummy_rv 3/4] kismet: WARNING: unmet direct dependencies detected for RV_MON_DUMMY when selected by DUMMY_DRIVER
 2024-05-25  8:54 UTC 

[linux-nvme:nvme-6.10] BUILD SUCCESS 1bd293fcf3af84674e82ed022c049491f3768840
 2024-05-25  8:50 UTC 

drivers/mmc/host/mxcmmc.c:626 mxcmci_transfer_data() error: uninitialized symbol 'stat'
 2024-05-25  8:44 UTC 

[PATCH v2 0/2] image-bootfiles: new class
 2024-05-25  8:50 UTC  (3+ messages)
` [PATCH v2 1/2] bootimg-partition: break out code to a common library
` [PATCH v2 2/2] image-bootfiles.bbclass: new class, copy boot files to root filesystem

include/asm-generic/percpu.h:31:40: error: implicit declaration of function 'raw_smp_processor_id'
 2024-05-25  8:32 UTC  (4+ messages)

[PATCH v2] drm/i915: Increase FLR timeout from 3s to 9s
 2024-05-25  8:25 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] sandbox: enable support for the unlz4 command
 2024-05-25  8:10 UTC 

[GIT PULL] RTC for 6.10
 2024-05-25  8:05 UTC 

FUNCTION_GRAPH_TRACER + UNWINDER_FRAME_POINTER broken on arm
 2024-05-25  7:59 UTC 

[PATCH v5 5/5] clk: imx: clk-audiomix: Corrent parent clock for earc_phy and audpll
 2024-05-25  7:55 UTC  (3+ messages)

[GIT PULL] I3C changes for 6.10
 2024-05-25  7:52 UTC  (2+ messages)

[GIT PULL] perf tools changes for v6.10
 2024-05-25  7:37 UTC  (7+ messages)

[PATCH] staging: rtl8712: remove unnecessary alignment of pxmitpriv->pxmitbuf
 2024-05-25  7:32 UTC 

Overlay Filesystem Documentation page
 2024-05-25  7:32 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] configs/at91sam9x5ek_dev_defconfig: fix Linux compilation error
 2024-05-25  7:27 UTC 

[PATCH v5 2/5] clk: imx: clk-audiomix: Add reset controller
 2024-05-25  7:26 UTC  (3+ messages)

[meta-oe][PATCH] libfido2: remove non-functional native and nativesdk BBCLASSEXTEND
 2024-05-25  7:21 UTC 

[bug report] WARNING: CPU: 2 PID: 3445306 at drivers/block/ublk_drv.c:2633 ublk_ctrl_start_recovery.constprop.0+0x74/0x180
 2024-05-25  7:19 UTC  (3+ messages)

REJECTED: CVE-2023-52656: io_uring: drop any code related to SCM_RIGHTS
 2024-05-25  7:16 UTC 

CVE-2023-52656: io_uring: drop any code related to SCM_RIGHTS
 2024-05-25  7:15 UTC  (4+ messages)

[GIT PULL] ntfs3: bugfixes for 6.10
 2024-05-25  7:03 UTC 


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.