All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-16 02:04:49 to 2023-12-16 04:21:52 UTC [more...]

[for-linus][PATCH 00/15] tracing: Fixes for 6.7-rc5
 2023-12-16  4:22 UTC  (8+ messages)
` [for-linus][PATCH 01/15] ring-buffer: Fix writing to the buffer with max_data_size
` [for-linus][PATCH 02/15] tracing: Have large events show up as [LINE TOO BIG] instead of nothing
` [for-linus][PATCH 03/15] eventfs: Fix events beyond NAME_MAX blocking tasks
` [for-linus][PATCH 04/15] ring-buffer: Fix memory leak of free page
` [for-linus][PATCH 05/15] tracing: Update snapshot buffer on resize if it is allocated
` [for-linus][PATCH 06/15] ring-buffer: Do not update before stamp when switching sub-buffers
` [for-linus][PATCH 07/15] ring-buffer: Have saved event hold the entire event

[PATCH] fixing userspace memory dereference in security.c
 2023-12-16  4:11 UTC 

[PATCH 0/3] Some bug fixes and cleanups related to kexec
 2023-12-16  4:18 UTC  (7+ messages)
` [PATCH 1/3] kexec_file: fix incorrect end value passed to kimage_is_destination_range()
      ` [PATCH 1/3 v2] kexec: modify the meaning of the end parameter in kimage_is_destination_range()

[PATCH v5 0/4] vduse: add support for networking devices
 2023-12-16  4:18 UTC  (6+ messages)
` [PATCH v5 4/4] vduse: Add LSM hook to check Virtio device type

[syzbot] [block?] INFO: task hung in bdev_release
 2023-12-16  4:17 UTC  (2+ messages)

[PATCH] arch: powerpc: kernel: fixed some typos
 2023-12-15 11:58 UTC 

[PATCH net-next 15/24] net: Use nested-BH locking for XDP redirect
 2023-12-16  4:12 UTC  (2+ messages)

[hch-xfs:xfs-zoned 62/62] fs/xfs/libxfs/xfs_sb.c: xfs_rtbitmap.h is included more than once
 2023-12-16  4:12 UTC 

[PATCH 0/3] Move fscrypt keyring destruction to after ->put_super
 2023-12-16  4:12 UTC  (6+ messages)
` [PATCH 1/3] btrfs: call btrfs_close_devices from ->kill_sb
    ` [f2fs-dev] "

[PATCH] ASoC: fsl_mqs: remove duplicated including
 2023-12-15  9:13 UTC 

[PATCH 1/2] smb: client: fix potential OOB in cifs_dump_detail()
 2023-12-16  4:10 UTC  (2+ messages)
` [PATCH 2/2] smb: client: fix potential OOB in smb2_dump_detail()

[Bug 217599] New: Adaptec 71605z hangs with aacraid: Host adapter abort request after update to linux 6.4.0
 2023-12-16  4:07 UTC  (2+ messages)
` [Bug 217599] "

[GIT PULL] arm64 fixes for 6.7-rc6
 2023-12-16  4:07 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: configure pad driver strength for orangepi r1 plus lts
 2023-12-16  4:07 UTC  (3+ messages)

[PATCH bpf-next v3 0/6] bpf: Reduce memory usage for bpf_global_percpu_ma
 2023-12-16  4:07 UTC  (12+ messages)
` [PATCH bpf-next v3 1/6] bpf: Avoid unnecessary extra percpu memory allocation
` [PATCH bpf-next v3 2/6] bpf: Allow per unit prefill for non-fix-size percpu memory allocator
` [PATCH bpf-next v3 3/6] bpf: Refill only one percpu element in memalloc
` [PATCH bpf-next v3 4/6] bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocation
` [PATCH bpf-next v3 5/6] selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_ma
` [PATCH bpf-next v3 6/6] selftests/bpf: Add a selftest with > 512-byte percpu allocation size

[GIT PULL] PCI fixes for v6.7
 2023-12-16  4:07 UTC  (2+ messages)

[PATCH v1] tty: Make tty-ldisc module loading logic easy to understand
 2023-12-16  4:04 UTC  (6+ messages)
` [PATCH v2] tty: Add comments for tty-ldisc module loading logic

[PATCH 0/3] Bug fixes for NFSD callback
 2023-12-16  3:57 UTC  (9+ messages)
` [PATCH 3/3] NFSD: Fix server reboot hang problem when callback workqueue is stuck

[powerpc:next] BUILD SUCCESS 8fc63a91e785ef06fb7f1aba59297793d85095f7
 2023-12-16  3:58 UTC 

[PATCH v3 00/22] Complete decoupling of bootm logic from commands
 2023-12-16  3:14 UTC  (23+ messages)
` [PATCH v3 01/22] mips: Add a reset_cpu() function
` [PATCH v3 02/22] m68k: "
` [PATCH v3 03/22] ppc: "
` [PATCH v3 04/22] nios2: "
` [PATCH v3 05/22] riscv: "
` [PATCH v3 06/22] bootm: Adjust how the board is reset
` [PATCH v3 07/22] sandbox: bootm: Enable more bootm OS methods
` [PATCH v3 08/22] bootm: Create a struct for argument information
` [PATCH v3 09/22] bootm: Adjust arguments of boot_os_fn
` [PATCH v3 10/22] bootm: Add more fields to bootm_info
` [PATCH v3 11/22] bootm: Move do_bootm_states() comment to header file
` [PATCH v3 12/22] booti: Avoid use of #ifdef
` [PATCH v3 13/22] bootz: "
` [PATCH v3 14/22] bootm: Drop arguments from do_bootm_states()
` [PATCH v3 15/22] bootm: Rename do_bootm_states() to bootm_run_states()
` [PATCH v3 16/22] bootm: Tidy up boot_selected_os()
` [PATCH v3 17/22] bootm: Create a function to run through the bootm states
` [PATCH v3 18/22] stm32: Use local vars in stm32prog for initrd and fdt
` [PATCH v3 19/22] bootm: Create a function to run through the bootz states
` [PATCH v3 20/22] stm32: Use bootm_run() and bootz_run()
` [PATCH v3 21/22] bootm: Create a function to run through the booti states
` [PATCH v3 22/22] bootm: Create a new boot_run() function to handle booting

[PATCH RESEND bpf-next v2] selftests/bpf: Test the release of map btf
 2023-12-16  3:55 UTC 

[PATCH] drm/mm: Allow CONFIG_DRM_MM_DEBUG with DRM=m
 2023-12-16  3:50 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/mm: Allow CONFIG_DRM_MM_DEBUG with DRM=m (rev2)
` ✗ Fi.CI.IGT: failure "

[linux-linus test] 184146: tolerable FAIL - PUSHED
 2023-12-16  3:44 UTC 

[PATCH v1 1/2] usb: dwc3: Refactor usb-psy init
 2023-12-16  3:43 UTC  (2+ messages)
` [PATCH v1 2/2] usb: gadget: Retry populating usb-psy when null

[PATCH net-next 12/24] seg6: Use nested-BH locking for seg6_bpf_srh_states
 2023-12-16  3:39 UTC  (2+ messages)

[PATCH v9 1/2] dt-bindings: adc: add AD7173
 2023-12-16  3:39 UTC  (2+ messages)

drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:79:2-8: WARNING: NULL check before some freeing functions is not needed
 2023-12-16  3:39 UTC 

scripts/kernel-doc: sound/ac97/bus.c:192: warning: Function parameter or struct member 'drv' not described in 'snd_ac97_codec_driver_register'
 2023-12-16  3:39 UTC 

[PATCH 03/16] multipathd: disable queueing when removing unknown maps
 2023-12-16  3:37 UTC  (12+ messages)
  ` [PATCH 10/16] libmultipath: print error when find_mp_by_str() fails
  ` [PATCH 07/16] multipathd: always start failure replies with "fail\n"
  ` [PATCH 12/16] multipathd: make cli_handlers check for paths by dev and devt
  ` [PATCH 14/16] libdmmp: handle failures in _process_cmd
  ` [PATCH 16/16] multipath: Don't always retry deletgated remove failures

[PATCH 00/50] big header dependency cleanup targeting sched.h
 2023-12-16  3:35 UTC  (51+ messages)
` [PATCH 01/50] drivers/gpu/drm/i915/i915_memcpy.c: fix missing includes
` [PATCH 02/50] x86/kernel/fpu/bugs.c: fix missing include
` [PATCH 03/50] x86/lib/cache-smp.c: "
` [PATCH 04/50] x86/include/asm/debugreg.h: "
` [PATCH 05/50] x86/include/asm/paravirt_types.h: "
` [PATCH 06/50] task_stack.h: add "
` [PATCH 07/50] nsproxy.h: "
` [PATCH 08/50] kernel/fork.c: "
` [PATCH 09/50] kmsan: add missing types.h dependency
` [PATCH 10/50] time_namespace.h: fix missing include
` [PATCH 11/50] nodemask: Split out include/linux/nodemask_types.h
  ` [PATCH 12/50] prandom: Remove unused include
  ` [PATCH 13/50] timekeeping: Kill percpu.h dependency
  ` [PATCH 14/50] arm64: Fix circular header dependency
  ` [PATCH 15/50] kernel/numa.c: Move logging out of numa.h
  ` [PATCH 16/50] sched.h: Move (spin|rwlock)_needbreak() to spinlock.h
  ` [PATCH 17/50] ktime.h: move ktime_t to types.h
  ` [PATCH 18/50] hrtimers: Split out hrtimer_types.h
  ` [PATCH 19/50] locking/mutex: split out mutex_types.h
  ` [PATCH 20/50] posix-cpu-timers: Split out posix-timers_types.h
  ` [PATCH 21/50] locking/seqlock: Split out seqlock_types.h
` [PATCH 22/50] pid: Split out pid_types.h
  ` [PATCH 23/50] sched.h: move pid helpers to pid.h
  ` [PATCH 24/50] plist: Split out plist_types.h
  ` [PATCH 25/50] wait: Remove uapi header file from main header file
  ` [PATCH 26/50] rslib: kill bogus dependency on list.h
  ` [PATCH 27/50] timerqueue: Split out timerqueue_types.h
  ` [PATCH 28/50] signal: Kill bogus dependency on list.h
  ` [PATCH 29/50] timers: Split out timer_types.h
  ` [PATCH 30/50] workqueue: Split out workqueue_types.h
  ` [PATCH 31/50] shm: Slim down dependencies
  ` [PATCH 32/50] ipc: Kill bogus dependency on spinlock.h
` [PATCH 33/50] Split out irqflags_types.h
  ` [PATCH 34/50] mm_types_task.h: Trim dependencies
  ` [PATCH 35/50] cpumask: Split out cpumask_types.h
  ` [PATCH 36/50] syscall_user_dispatch.h: split out *_types.h
  ` [PATCH 37/50] x86/signal: kill dependency on time.h
  ` [PATCH 38/50] uapi/linux/resource.h: fix include
  ` [PATCH 39/50] refcount: Split out refcount_types.h
  ` [PATCH 40/50] seccomp: Split out seccomp_types.h
  ` [PATCH 41/50] uidgid: Split out uidgid_types.h
  ` [PATCH 42/50] sem: Split out sem_types.h
  ` [PATCH 43/50] lockdep: move held_lock to lockdep_types.h
` [PATCH 44/50] restart_block: Trim includes
  ` [PATCH 45/50] rseq: Split out rseq.h from sched.h
  ` [PATCH 46/50] preempt.h: Kill dependency on list.h
  ` [PATCH 47/50] thread_info, uaccess.h: Move HARDENED_USERCOPY to better location
  ` [PATCH 48/50] Kill unnecessary kernel.h include
  ` [PATCH 49/50] kill unnecessary thread_info.h include
  ` [PATCH 50/50] Kill sched.h dependency on rcupdate.h

[PATCH 3/3] crash_core: fix and simplify the logic of crash_exclude_mem_range()
 2023-12-16  3:31 UTC  (4+ messages)

[PATCH V3 0/7] Clean up perf mem
 2023-12-16  3:29 UTC  (3+ messages)

net: ipconfig: dev_set_mtu call is incompatible with a number of Ethernet drivers
 2023-12-16  3:30 UTC  (3+ messages)
` [PATCH] RFC: net: ipconfig: temporarily bring interface down when changing MTU

[PATCH] ksmbd: vfs: fix all kernel-doc warnings
 2023-12-16  3:28 UTC 

[PATCH] x86/split_lock: add split lock counter
 2023-12-16  3:27 UTC  (3+ messages)

[PATCH v5 02/16] Revert "drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume"
 2023-12-16  3:17 UTC  (7+ messages)
  ` [v5,02/16] "
          ` [v5, 02/16] "

[PATCH] mm: page_alloc: Simplify __free_pages_ok()
 2023-12-16  3:23 UTC  (2+ messages)

[PATCH 4/4] arm64: dts: sprd: Add support for Unisoc's UMS9620
 2023-12-16  3:16 UTC  (2+ messages)

scripts/kernel-doc: arch/arm/mach-sa1100/ssp.c:89: warning: Function parameter or struct member 'data' not described in 'ssp_read_word'
 2023-12-16  3:17 UTC 

drivers/leds/rgb/leds-qcom-lpg.c:177: warning: Excess struct member 'channels' description in 'lpg_led'
 2023-12-16  3:16 UTC 

[djwong-xfs:rmap-intent-cleanups 321/417] fs/xfs/libxfs/xfs_imeta.c:80:1: error: unused function 'xfs_imeta_path_check'
 2023-12-16  3:17 UTC 

[PATCH] multipath-tools: update ml
 2023-12-16  3:14 UTC  (2+ messages)

filemap.c:(.text+0x4960): relocation truncated to fit: R_CKCORE_PCREL_IMM16BY4 against `__jump_table'
 2023-12-16  3:13 UTC  (2+ messages)

[PATCH v14 0/6] powerpc/crash: Kernel handling of CPU and memory hotplug
 2023-12-16  3:11 UTC  (6+ messages)
` [PATCH v14 6/6] powerpc: add crash memory hotplug support

[PATCH v2 05/15] tracefs: add __get_str_strip_nl - RFC
 2023-12-16  3:09 UTC  (5+ messages)
` [re: PATCH v2 00/15 - 00/11] dyndbg: add support for writing debug logs to trace

[PATCH] ksmbd: auth: fix most kernel-doc warnings
 2023-12-16  3:03 UTC 

[RFC PATCH net-next v1 0/4] Abstract page from net stack
 2023-12-16  3:01 UTC  (8+ messages)
` [RFC PATCH net-next v1 2/4] net: introduce abstraction for network memory
` [RFC PATCH net-next v1 4/4] net: page_pool: use netmem_t instead of struct page in API

stable-rc/queue/5.15 baseline: 106 runs, 3 regressions (v5.15.143-20-gec6c0b9aa1251)
 2023-12-16  2:59 UTC 

scripts/kernel-doc: arch/arm64/kvm/hyp/vhe/sysreg-sr.c:109: warning: expecting prototype for __vcpu_put_switch_syregs(). Prototype was for __vcpu_put_switch_sysregs() instead
 2023-12-16  2:54 UTC 

[PATCH v2 5/5] multipathd: force setting dm state when disabling/restoring queueing
 2023-12-16  2:53 UTC  (6+ messages)
  ` [PATCH v2 2/5] multipathd: don't modify the multipath device on show commands
  ` [PATCH v2 4/5] multipathd: cleanup __setup_multipath

cron job: media_tree daily build: WARNINGS
 2023-12-16  2:50 UTC 

[PATCH bpf-next] bpf: ensure precise is reset to false in __mark_reg_const_zero()
 2023-12-16  2:44 UTC  (2+ messages)

[PATCH net-next v5 0/8] Implement more ethtool_ops for Wangxun
 2023-12-16  2:41 UTC  (7+ messages)
` [PATCH net-next v5 5/8] net: wangxun: add ethtool_ops for ring parameters
` [PATCH net-next v5 6/8] net: wangxun: add coalesce options support
` [PATCH net-next v5 7/8] net: wangxun: add ethtool_ops for channel number

[PATCH v1] selftests/mm: Log run_vmtests.sh results in TAP format
 2023-12-16  2:40 UTC  (7+ messages)

[PATCH 0/3] arm64: dts: qcom: fix USB wakeup interrupts again (pt 2)
 2023-12-16  2:34 UTC  (3+ messages)
` [PATCH 1/3] arm64: dts: qcom: sdm670: fix USB DP/DM HS PHY interrupts

[PATCH v2] USB: core: Use device_driver directly in struct usb_driver and usb_device_driver
 2023-12-16  2:29 UTC 

[PATCH bpf-next] s390/bpf: Fix indirect trampoline generation
 2023-12-16  2:29 UTC  (3+ messages)

[PATCH 00/12 net-next] qca_spi: collection of improvements
 2023-12-16  2:25 UTC  (2+ messages)

[PATCH v2 0/2] md: fix is_mddev_idle()
 2023-12-16  2:24 UTC  (4+ messages)
` [PATCH v2 1/2] md: Fix overflow in is_mddev_idle

[PATCH v2 01/12] usb: typec: altmodes: add typec_cable_ops to typec_altmode
 2023-12-16  2:21 UTC  (2+ messages)

[Bug 218274] New: AMD r9 m380, 2015,27 imac - amdgpu wont work
 2023-12-16  2:19 UTC  (2+ messages)
` [Bug 218274] "

[PATCH v2] drm/xe: Fix UBSAN splat in add_preempt_fences()
 2023-12-16  2:15 UTC  (2+ messages)
` ✓ CI.BAT: success for drm/xe: Fix UBSAN splat in add_preempt_fences() (rev2)

stable-rc/queue/5.10 baseline: 102 runs, 7 regressions (v5.10.204-13-g361190381c8fa)
 2023-12-16  2:13 UTC 

scripts/kernel-doc: drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.c:37: warning: Excess struct member 'data' description in 'brcmf_fweh_queue_item'
 2023-12-16  2:11 UTC 

drivers/phy/renesas/phy-rcar-gen3-usb2.c:747 rcar_gen3_phy_usb2_probe() warn: missing error code 'ret'
 2023-12-16  2:11 UTC 

[sean-jc:x86/guarded_kvm_headers_file 29/29] drivers/vfio/pci/vfio_pci_zdev.c:162:27: error: implicit declaration of function 'kvm_file_to_kvm'
 2023-12-16  2:11 UTC 

[PATCH] arm64: dts: rockchip: rk3588: Fix USB PD clocks
 2023-12-16  2:10 UTC  (3+ messages)

[PATCH] net: devlink: insert space after include
 2023-12-16  2:10 UTC  (2+ messages)

[PATCH net-next] dt-bindings: net: marvell,orion-mdio: Drop "reg" sizes schema
 2023-12-16  2:10 UTC  (2+ messages)

[PATCH net-next 0/2] tcp/dccp: refine source port selection
 2023-12-16  2:10 UTC  (2+ messages)

[PATCH net-next 0/3] ynl-gen: update check format
 2023-12-16  2:09 UTC  (7+ messages)
` [PATCH net-next 1/3] tools: ynl-gen: use correct len for string and binary
` [PATCH net-next 2/3] tools: ynl-gen: support using defines in checks
` [PATCH net-next 3/3] netlink: specs: use exact-len for IPv6 addr

[Patch v4 0/3] Register with RDMA SOC interface and support for CQ
 2023-12-16  2:04 UTC  (4+ messages)
` [Patch v4 1/3] RDMA/mana_ib: register RDMA device with GDMA
` [Patch v4 2/3] RDMA/mana_ib: query device capabilities
` [Patch v4 3/3] RDMA/mana_ib: Add CQ interrupt support for RAW QP


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.