All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-19 14:37:42 to 2022-08-19 15:41:51 UTC [more...]

[PATCH 5.15 00/14] 5.15.62-rc1 review
 2022-08-19 15:40 UTC  (6+ messages)
` [PATCH 5.15 01/14] io_uring: use original request task for inflight tracking
` [PATCH 5.15 10/14] btrfs: raid56: dont trust any cached sector in __raid56_parity_recover()
` [PATCH 5.15 11/14] kexec_file: drop weak attribute from functions
` [PATCH 5.15 13/14] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [PATCH 5.15 14/14] arm64: kexec_file: use more system keyrings to verify kernel image signature

[PATCH 5.18 0/6] 5.18.19-rc1 review
 2022-08-19 15:40 UTC  (9+ messages)
` [PATCH 5.18 1/6] tee: add overflow check in register_shm_helper()
` [PATCH 5.18 2/6] net_sched: cls_route: disallow handle of 0
` [PATCH 5.18 3/6] btrfs: only write the sectors in the vertical stripe which has data stripes
` [PATCH 5.18 4/6] btrfs: raid56: dont trust any cached sector in __raid56_parity_recover()
` [PATCH 5.18 5/6] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [PATCH 5.18 6/6] arm64: kexec_file: use more system keyrings to verify kernel image signature

[PATCH v1 0/3] cedrus: Various bug fixes
 2022-08-19 15:39 UTC  (9+ messages)
` [PATCH v1 2/3] media: cedrus: Set the platform driver data earlier
` [PATCH v1 3/3] media: cedrus: Fix endless loop in cedrus_h265_skip_bits()

[PATCH 5.19 0/7] 5.19.3-rc1 review
 2022-08-19 15:39 UTC  (10+ messages)
` [PATCH 5.19 1/7] Revert "mm: kfence: apply kmemleak_ignore_phys on early allocated pool"
` [PATCH 5.19 2/7] tee: add overflow check in register_shm_helper()
` [PATCH 5.19 3/7] net_sched: cls_route: disallow handle of 0
` [PATCH 5.19 4/7] btrfs: only write the sectors in the vertical stripe which has data stripes
` [PATCH 5.19 5/7] btrfs: raid56: dont trust any cached sector in __raid56_parity_recover()
` [PATCH 5.19 6/7] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [PATCH 5.19 7/7] arm64: kexec_file: use more system keyrings to verify kernel image signature

[PATCH v26 0/4] media: mediatek: support mdp3 on mt8183 platform
 2022-08-19 15:37 UTC  (4+ messages)
` [PATCH v26 4/4] media: platform: mtk-mdp3: add MediaTek MDP3 driver

[syzbot] WARNING: ODEBUG bug in __cancel_work
 2022-08-19 15:37 UTC 

[PATCH 5.10 0/1] ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
 2022-08-19 15:36 UTC  (4+ messages)

[PATCH] fill_fs_info: pass pointer to dnode_end_t instead of value
 2022-08-19 15:11 UTC  (3+ messages)

tools/usb/usbip reports errors based on uninitialized value
 2022-08-19 15:34 UTC  (2+ messages)

[PATCH 0/2] sched/fair: feec()/scale_rt_capacity() improvements
 2022-08-19 15:33 UTC  (3+ messages)
` [PATCH 1/2] sched/fair: Check if prev_cpu has highest spare cap in feec()
` [PATCH 2/2] sched/fair: Use IRQ scaling for all sched classes

[PATCH net-next v4] net: skb: prevent the split of kfree_skb_reason() by gcc
 2022-08-19 15:21 UTC  (8+ messages)

[PATCH net-next v2 0/3] openvswitch: allow specifying ifindex of new interfaces
 2022-08-19 15:30 UTC  (4+ messages)
` [PATCH net-next v2 1/3] "
` [PATCH net-next v2 2/3] openvswitch: fix memory leak at failed datapath creation
` [PATCH net-next v2 3/3] openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requests

[PATCH v1] regmap: introduce value tracing for regmap bulk operations
 2022-08-19 15:31 UTC  (12+ messages)

[hverkuil-media-tree:for-v6.1c 3/3] drivers/media/platform/mediatek/mdp3/mtk-mdp3-comp.c:905:10: warning: cast to smaller integer type 'enum mdp_comp_type' from 'const void *'
 2022-08-19 15:32 UTC  (3+ messages)

[PATCH v4 1/3] hide-refs: add hook to force hide refs
 2022-08-19 15:30 UTC  (2+ messages)

Dell XPS 13 9370: ucsi_acpi USBC000:00: UCSI_GET_PDOS returned 0 bytes
 2022-08-19 15:30 UTC  (2+ messages)

[RFC 00/19] uringlet
 2022-08-19 15:27 UTC  (20+ messages)
` [PATCH 01/19] io_uring: change return value of create_io_worker() and io_wqe_create_worker()
` [PATCH 02/19] io_uring: add IORING_SETUP_URINGLET
` [PATCH 03/19] io_uring: make worker pool per ctx for uringlet mode
` [PATCH 04/19] io-wq: split io_wqe_worker() to io_wqe_worker_normal() and io_wqe_worker_let()
` [PATCH 05/19] io_uring: add io_uringler_offload() for uringlet mode
` [PATCH 06/19] io-wq: change the io-worker scheduling logic
` [PATCH 07/19] io-wq: move worker state flags to io-wq.h
` [PATCH 08/19] io-wq: add IO_WORKER_F_SUBMIT and its friends
` [PATCH 09/19] io-wq: add IO_WORKER_F_SCHEDULED "
` [PATCH 10/19] io_uring: add io_submit_sqes_let()
` [PATCH 11/19] io_uring: don't allocate io-wq for a worker in uringlet mode
` [PATCH 12/19] io_uring: add uringlet worker cancellation function
` [PATCH 13/19] io-wq: add wq->owner for uringlet mode
` [PATCH 14/19] io_uring: modify issue_flags "
` [PATCH 15/19] io_uring: don't use inline completion cache if scheduled
` [PATCH 16/19] io_uring: release ctx->let when a ring exits
` [PATCH 17/19] io_uring: disable task plug for now
` [PATCH 18/19] io-wq: only do io_uringlet_end() at the first schedule time
` [PATCH 19/19] io_uring: wire up uringlet

[Nouveau] Quadro GPU shows as UNCLAIMED
 2022-08-19 15:24 UTC 

[PATCHv2 resend] dt-bindings: leds: Expand LED_COLOR_ID definitions
 2022-08-19 15:29 UTC 

[PATCH 0/2] Add pixel formats used in Synatpics SoC
 2022-08-19 15:28 UTC  (10+ messages)
` [PATCH 2/2] [WIP]: media: Add Synaptics compressed tiled format

[Intel-wired-lan] [PATCH] net: move from strlcpy with unused retval to strscpy
 2022-08-19 15:26 UTC  (2+ messages)
`  "

[RFC PATCH v2 0/8] qapi: add generator for Golang interface
 2022-08-19 15:25 UTC  (10+ messages)
` [RFC PATCH v2 4/8] qapi: golang: Generate qapi's union types in Go

[PATCH 0/5] pci_endpoint_test: Fix the return value of IOCTLs
 2022-08-19 15:27 UTC  (10+ messages)
` [PATCH 1/5] misc: pci_endpoint_test: Remove unnecessary WARN_ON
` [PATCH 2/5] misc: pci_endpoint_test: Fix the return value of IOCTL
` [PATCH 3/5] tools: PCI: Fix parsing the return value of IOCTLs
` [PATCH 4/5] tools: PCI: Fix memory leak
` [PATCH 5/5] Documentation: PCI: endpoint: Use the correct return value of pcitest.sh

[PATCH RESEND 0/2] Add GPCDMA support to Tegra234 I2C
 2022-08-19 15:27 UTC  (4+ messages)
` [PATCH RESEND 1/2] i2c: tegra: Add GPCDMA support

[LTP] [PATCH] commands/df01.sh: print more logs when test fails
 2022-08-19 15:27 UTC  (2+ messages)

[PATCH 0/4] perf tools: Support reading PERF_FORMAT_LOST (v3)
 2022-08-19 15:26 UTC  (3+ messages)

[PATCH v8 00/13] FWU: Add FWU Multi Bank Update feature support
 2022-08-19 15:24 UTC  (15+ messages)
` [PATCH v8 02/13] FWU: Add FWU metadata structure and driver for accessing metadata
` [PATCH v8 10/13] FWU: cmd: Add a command to read FWU metadata

[PULL] u-boot-riscv/master
 2022-08-19 15:24 UTC  (7+ messages)
        ` [PATCH] riscv: fix compitible with binutils 2.38

[PATCH] block: move from strlcpy with unused retval to strscpy
 2022-08-19 15:24 UTC  (5+ messages)
  ` [Drbd-dev] "

[pseudo][PATCH] pseudo_util: Silence symlink errors and fix resolution bug
 2022-08-19 15:23 UTC 

drivers/net/wireless/mediatek/mt76/mt7915/mmio.c:341 __mt7915_reg_addr() warn: always true condition '(addr <= 4294967295) => (0-u32max <= u32max)'
 2022-08-19 15:22 UTC 

[syzbot] general protection fault in release_udmabuf
 2022-08-19 15:22 UTC 

[OE-core][PATCH v2] rng-tools: Replace obsolete "wants systemd-udev-settle"
 2022-08-19 15:21 UTC  (8+ messages)
` [OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

[pseudo][PATCH] ports/linux: Remove build dependency on libattr
 2022-08-19 15:20 UTC 

[RFC PATCH v2 net-next] docs: net: add an explanation of VF (and other) Representors
 2022-08-19 15:20 UTC  (5+ messages)

[PATCH RFC mptcp] net: tcp: prevent transition to FIN_WAIT2 when mptcp has unacked data_fin
 2022-08-19 15:20 UTC  (2+ messages)

[Buildroot] [PATCH v3 0/8] Add support for FDPIC binaries on ARM
 2022-08-19 15:17 UTC  (9+ messages)
` [Buildroot] [PATCH v3 1/8] Revert "arch: drop now useless support for FDPIC"
` [Buildroot] [PATCH v3 2/8] arch: don't enable FDPIC binaries by default
` [Buildroot] [PATCH v3 3/8] arch: make FDPIC dependent on toolchain support
` [Buildroot] [PATCH v3 4/8] arch/arm: add support for FDPIC
` [Buildroot] [PATCH v3 5/8] boot/uboot: pass -mno-fdpic if FDPIC is enabled
` [Buildroot] [PATCH v3 6/8] linux: "
` [Buildroot] [PATCH v3 7/8] package/uclibc: enable NPTL on no-MMU ARM w/ FDPIC
` [Buildroot] [PATCH v3 8/8] package/pkg-autotools: patch libtool to support ARM FDPIC

[RFC PATCH 0/3] kallsyms: add option to include relative filepaths into kallsyms
 2022-08-19 15:19 UTC  (9+ messages)
` [RFC PATCH 3/3] "

[XEN PATCH v4 00/32] Toolstack build system improvement, toward non-recursive makefiles
 2022-08-19 15:18 UTC  (4+ messages)
` [XEN PATCH v4 21/32] tools: Remove -Werror everywhere else

[PATCH v3 0/6] NFSD: Improvements for the NFSv4.2 READ_PLUS operation
 2022-08-19 15:18 UTC  (13+ messages)
` [PATCH v3 6/6] NFSD: Repeal and replace the READ_PLUS implementation

[PATCH net v5 0/3] bonding: 802.3ad: fix no transmission of LACPDUs
 2022-08-19 15:15 UTC  (4+ messages)
` [PATCH net v5 1/3] selftests: include bonding tests into the kselftest infra
` [PATCH net v5 2/3] bonding: 802.3ad: fix no transmission of LACPDUs
` [PATCH net v5 3/3] bonding: 3ad: make ad_ticks_per_sec a const

[PATCH 0/9 v4.9-RT] Backports to fix random core
 2022-08-19 15:14 UTC  (2+ messages)

[PATCH 0/3] Add dma-buf secure-heap
 2022-08-19 15:13 UTC  (11+ messages)
` [PATCH 1/3] dma-buf: heaps: add Linaro secure dmabuf heap support
    ` [EXT] "

[RFC/PATCH] sequencer: do not translate reflog messages
 2022-08-19 15:12 UTC  (6+ messages)
` [PATCH 0/4] sequencer: clarify translations
  ` [PATCH 1/4] sequencer: do not translate reflog messages

drivers/scsi/pcmcia/nsp_cs.c:1683:34: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-08-19 15:11 UTC 

mv88e6060: NULL dereference in dsa_slave_changeupper()
 2022-08-19 15:11 UTC 

What's cooking in git.git (Aug 2022, #05; Mon, 15)
 2022-08-19 14:40 UTC  (8+ messages)
` js/bisect-in-c, was "

[PATCH v2] target/riscv: Use official extension names for AIA CSRs
 2022-08-19 15:10 UTC  (2+ messages)

[lttng-dev] C API message iterator example for libbabeltrace2
 2022-08-19 15:00 UTC  (2+ messages)

[PATCH v5 00/26] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-08-19 15:07 UTC  (6+ messages)
` [PATCH v5 09/26] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS

[libvirt test] 172638: regressions - FAIL
 2022-08-19 15:05 UTC 

[syzbot] INFO: rcu detected stall in watchdog
 2022-08-19 15:05 UTC 

[PATCH 0/9] Replace PREEMPT_RT ifdefs with preempt_[dis|en]able_nested()
 2022-08-19 15:04 UTC  (5+ messages)
` [PATCH 1/9] slub: Make PREEMPT_RT support less convoluted

[Intel-gfx] [PATCH v2 00/15] drm/i915: HuC loading for DG2
 2022-08-19 15:01 UTC  (4+ messages)
    `  "

❌ FAIL: Test report for 6.0.0-rc1 (mainline.kernel.org-clang) [4c2d0b03]
 2022-08-19 15:01 UTC 

[ammarfaizi2-block:stable/linux-stable-rc/queue/5.4 285/287] drivers/tee/tee_shm.c:242:14: error: implicit declaration of function 'access_ok'
 2022-08-19 15:00 UTC 

[PATCH] kernel: exit: cleanup release_thread()
 2022-08-19 14:55 UTC  (7+ messages)

[PATCH v6 0/2] power: domain: handle power supplies that need interrupts
 2022-08-19 14:53 UTC  (6+ messages)
` [PATCH v6 1/2] power: domain: handle genpd correctly when needing interrupts

[PATCH] powerpc: remove support for kmtergr1 and MPC8309
 2022-08-19 14:55 UTC 

[PATCH blktests v3 0/6] fix module check issues
 2022-08-19 14:54 UTC  (5+ messages)
` [PATCH blktests v3 1/6] common/rc: avoid module load in _have_driver()
` [PATCH blktests v3 6/6] srp/rc: allow test with built-in sd_mod and sg drivers

[PATCH] misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panic
 2022-08-19 14:52 UTC  (8+ messages)

[PATCH 0/5] Some fixes and an improvement for using CTest on Windows
 2022-08-19 14:52 UTC  (6+ messages)
` [PATCH 4/5] add -p: avoid ambiguous signed/unsigned comparison

[PATCH 0/2] mmc: sd: Fix inconsistent sd3_bus_mode with failed voltage switch
 2022-08-19 14:49 UTC  (2+ messages)

kernel/bpf/offload.c:122:2-9: WARNING: NULL check before dev_{put, hold} functions is not needed
 2022-08-19 14:50 UTC 

6.0-rc1 regression block (blk_mq) / RCU task stuck errors + block-io hang
 2022-08-19 14:49 UTC  (2+ messages)

[virtio-dev] [PATCH v2 0/2] Improve virtio performance for 9k mtu
 2022-08-19 14:49 UTC  (3+ messages)
` [virtio-dev] [PATCH v2 1/2] virtio-net: introduce and use helper function for guest gso support checks
` [virtio-dev] [PATCH v2 2/2] virtio-net: use mtu size as buffer length for big packets

FAILED: patch "[PATCH] arm64: kexec_file: use more system keyrings to verify kernel" failed to apply to 5.10-stable tree
 2022-08-19 14:48 UTC  (4+ messages)

[PATCH 0/5] Add PWM for MStar SoCs
 2022-08-19 14:44 UTC  (6+ messages)
` [PATCH 2/5] pwm: Add support for the MSTAR MSC313 PWM

Patch "kexec, KEYS: make the code in bzImage64_verify_sig generic" has been added to the 5.18-stable tree
 2022-08-19 14:46 UTC 

Patch "arm64: kexec_file: use more system keyrings to verify kernel image signature" has been added to the 5.18-stable tree
 2022-08-19 14:46 UTC 

Patch "kexec, KEYS: make the code in bzImage64_verify_sig generic" has been added to the 5.15-stable tree
 2022-08-19 14:46 UTC 

Patch "arm64: kexec_file: use more system keyrings to verify kernel image signature" has been added to the 5.15-stable tree
 2022-08-19 14:46 UTC 

Patch "kexec, KEYS: make the code in bzImage64_verify_sig generic" has been added to the 5.10-stable tree
 2022-08-19 14:46 UTC 

Patch "arm64: kexec_file: use more system keyrings to verify kernel image signature" has been added to the 5.10-stable tree
 2022-08-19 14:46 UTC 

[PATCH v5 0/4] Introduce security_create_user_ns()
 2022-08-19 14:45 UTC  (11+ messages)

FAILED: patch "[PATCH] arm64: kexec_file: use more system keyrings to verify kernel" failed to apply to 5.19-stable tree
 2022-08-19 14:45 UTC  (7+ messages)

[ammarfaizi2-block:paulmck/linux-rcu/dev.2022.08.03b 68/79] kernel/rcu/rcutorture.c:1194:18-31: duplicated argument to && or || (fwd)
 2022-08-19 14:45 UTC  (3+ messages)

FAILED: patch "[PATCH] arm64: kexec_file: use more system keyrings to verify kernel" failed to apply to 5.18-stable tree
 2022-08-19 14:43 UTC  (3+ messages)

Representative
 2022-08-19 14:30 UTC 

Representative
 2022-08-19 14:30 UTC 

Patch "kexec, KEYS: make the code in bzImage64_verify_sig generic" has been added to the 5.19-stable tree
 2022-08-19 14:42 UTC 

Patch "arm64: kexec_file: use more system keyrings to verify kernel image signature" has been added to the 5.19-stable tree
 2022-08-19 14:42 UTC 

FAILED: patch "[PATCH] arm64: kexec_file: use more system keyrings to verify kernel" failed to apply to 5.15-stable tree
 2022-08-19 14:41 UTC  (3+ messages)

[Intel-gfx] [drm-intel:drm-intel-gt-next 2/2] drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:352:20: error: unused function 'context_has_committed_requests'
 2022-08-19 14:39 UTC  (3+ messages)
`  "

[RESEND PATCH] perf/x86/intel: Fix unchecked MSR access error for Alder Lake N
 2022-08-19 14:38 UTC  (2+ messages)

[PATCH] Add a link to environment variables inside docs
 2022-08-19 14:36 UTC  (3+ messages)

[PATCH STABLE 5.10 0/2] btrfs: raid56: backports to reduce corruption
 2022-08-19 14:39 UTC  (2+ messages)

[GIT PULL] MMC fixes for v6.0-rc2
 2022-08-19 14:39 UTC 

[PATCH] util-linux: Remove raw flags in EXTRA_OECONF
 2022-08-19 14:38 UTC  (2+ messages)
` [OE-core] "

[PATCH v2] NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENT
 2022-08-19 14:37 UTC  (3+ messages)


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.