messages from 2024-05-05 14:51:34 to 2024-05-05 17:15:32 UTC [more...]
[PATCH RESEND v8 00/16] mm: jit/text allocator
2024-05-05 16:06 UTC (63+ messages)
` [PATCH RESEND v8 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH RESEND v8 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH RESEND v8 03/16] nios2: define virtual address space for modules
` [PATCH RESEND v8 04/16] sparc: simplify module_alloc()
` [PATCH RESEND v8 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH RESEND v8 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH RESEND v8 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH RESEND v8 08/16] mm/execmem, arch: convert remaining "
` [PATCH RESEND v8 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH RESEND v8 10/16] arm64: extend execmem_info "
` [PATCH RESEND v8 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH RESEND v8 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH RESEND v8 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH RESEND v8 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH RESEND v8 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
[GIT PULL] Char/Misc driver fixes for 6.9-rc7
2024-05-05 17:13 UTC (2+ messages)
[GIT PULL] dma-mapping fix for Linux 6.9
2024-05-05 17:13 UTC (2+ messages)
[GIT PULL v2] tracing/tracefs: Fixes for v6.9
2024-05-05 17:13 UTC (2+ messages)
[GIT PULL] probes: Fixes for v6.9-rc6
2024-05-05 17:13 UTC (2+ messages)
[GIT PULL] USB driver fixes for 6.9-rc7
2024-05-05 17:13 UTC (2+ messages)
[GIT PULL] clk fixes for v6.9-rc6
2024-05-05 17:12 UTC (2+ messages)
[git pull] Input updates for v6.9-rc6
2024-05-05 17:12 UTC (2+ messages)
[PATCH RESEND] time/timgr: Fix wrong reference when level 0 group allocation failed
2024-05-05 17:07 UTC (3+ messages)
` [PATCH v2] "
` [v2] "
[PATCH] parisc: Try to fix random segmentation faults in package builds
2024-05-05 16:58 UTC
Missing default handler for the EmbeddedControl OpRegion
2024-05-05 17:03 UTC (2+ messages)
[rt-devel:linux-6.9.y-rt 6/7] kernel/printk/nbcon.c:1540 nbcon_cpu_emergency_exit() warn: unsigned '*cpu_emergency_nesting' is never less than zero
2024-05-05 16:58 UTC
[RFC v1 0/5] Add Bananapi R3 Mini
2024-05-05 16:45 UTC (18+ messages)
` [RFC v1 1/5] dt-bindings: leds: add led trigger netdev
` [RFC v1 2/5] dt-bindings: clock: mediatek: add address-cells and size-cells to ethsys
` [RFC v1 3/5] dt-bindings: net: mediatek,net: add reset-cells
` [RFC v1 4/5] dt-bindings: arm64: dts: mediatek: add BananaPi R3 Mini
` [RFC v1 5/5] arm64: dts: mediatek: Add mt7986 based Bananapi "
[chao:bugfix/syzbot 33/33] fs/f2fs/f2fs.h:3130:24: error: 'struct f2fs_inode_info' has no member named 'i_gc_failures'; did you mean 'i_pin_failure'?
2024-05-05 16:48 UTC
[freescale-fslc:5.15-2.2.x-imx 4198/30000] ld.lld: error: undefined symbol: linflex_string_write
2024-05-05 16:48 UTC
get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
2024-05-05 16:46 UTC (9+ messages)
` [PATCH] epoll: try to be a _bit_ better about file lifetimes
[PATCH 00/10] PCI: Add generic Conf Type 0/1 helpers
2024-05-05 16:39 UTC (10+ messages)
` [PATCH 01/10] ARM: orion5x: Rename PCI_CONF_{REG,FUNC}() out of the way
` [PATCH 03/10] ARM: orion5x: Pass devfn to orion5x_pci_hw_{rd,wr}_conf()
` [PATCH 04/10] ARM: orion5x: Use generic PCI Conf Type 1 helper
[chao:bugfix/syzbot 33/33] fs/f2fs/f2fs.h:3130:17: error: no member named 'i_gc_failures' in 'struct f2fs_inode_info'; did you mean 'i_pin_failure'?
2024-05-05 16:37 UTC
Spelling mistake in git-gui in french
2024-05-05 15:47 UTC (3+ messages)
` [PATCH] po: fix typo in French "aperçu"
[linux-next:master 8796/10967] rtl8366rb.c:undefined reference to `devm_led_classdev_register_ext'
2024-05-05 16:27 UTC
cppcheck(1) internalAstError
2024-05-05 16:28 UTC
[syzbot] [bcachefs?] kernel BUG in bch2_alloc_v4_invalid
2024-05-05 16:25 UTC
[PATCH v9 4/4] bpf: Only enable BPF LSM hooks when an LSM program is attached
2024-05-05 16:25 UTC (3+ messages)
32-bit versus 64-bit ACPI tables
2024-05-05 16:25 UTC (2+ messages)
[PATCH v8 00/17] mm: jit/text allocator
2024-05-05 16:21 UTC (12+ messages)
` [PATCH v8 07/17] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v8 14/17] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v8 15/17] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v8 17/17] fixup: convert remaining archs: defaults handling
[PATCH] rpcrdma: don't decref EP if a ESTABLISHED did not happen
2024-05-05 14:35 UTC (2+ messages)
[PATCH v2 0/2] ARM: decompressor: support AUTO_ZRELADDR and appended DTB
2024-05-05 16:22 UTC (5+ messages)
[PATCH v2] devtools: add .clang-format file
2024-05-05 16:20 UTC (4+ messages)
` [PATCH v3] "
[PATCH] dmabuf: fix dmabuf file poll uaf issue
2024-05-05 16:20 UTC (14+ messages)
[PATCH 0/5] Decrease the usage of global GPIO numbers for LEDs
2024-05-05 16:19 UTC (3+ messages)
[syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in rewrite_old_nodes_pred
2024-05-05 16:14 UTC
[syzbot] [bpf?] [trace?] general protection fault in bpf_get_attach_cookie_tracing
2024-05-05 16:13 UTC
[PATCH v2] arm/arm64: dts: Drop "arm,armv8-pmuv3" compatible usage
2024-05-05 16:08 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/kexec: fix x86_64 build with binutils 2.41
2024-05-05 16:12 UTC (2+ messages)
[Buildroot] [git commit] package/kexec: fix x86_64 build with binutils 2.41
2024-05-05 16:11 UTC
[PATCH v5 0/7] refs: add support for transactional symref updates
2024-05-05 16:09 UTC (9+ messages)
` [PATCH v6 "
` [PATCH v6 1/7] refs: accept symref values in `ref_transaction_update()`
` [PATCH v6 4/7] refs: add support for transactional symref updates
[PATCH 1/2] platform/x86: x86-android-tablets: Pass struct device to init()
2024-05-05 16:08 UTC (2+ messages)
` [PATCH 2/2] platform/x86: x86-android-tablets: Create LED device for Xiaomi Pad 2 bottom bezel touch buttons
[freescale-fslc:5.15-2.2.x-imx 3220/30000] drivers/input/touchscreen/vtl/vtl_ts.c:126:undefined reference to `i2c_transfer'
2024-05-05 16:07 UTC
[shenki:aspeed-6.9-rebase 972/1143] drivers/gpio/gpio-aspeed.c:1126:48: warning: passing argument 1 of 'pinctrl_gpio_request' makes pointer from integer without a cast
2024-05-05 16:07 UTC
[PATCH 1/3] arm64: dts: marvell: eDPU: drop redundant address/size-cells
2024-05-05 16:06 UTC (3+ messages)
[PATCH 0/6] mips: bmips: improve handling of RAC and CBR addr
2024-05-05 16:05 UTC (6+ messages)
` [PATCH 3/6] dt-bindings: mips: brcm: Document mips-cbr-reg property
High packet capturing rate in DPDK enabled port
2024-05-05 16:02 UTC (2+ messages)
[arm:zii 35/93] drivers/net/dsa/b53/b53_common.c:2283:10: error: 'const struct dsa_switch_ops' has no member named 'adjust_link'
2024-05-05 15:56 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/pppd: fix build with kernel < 4.7
2024-05-05 15:53 UTC
[PATCH v3 0/7] Linux RISC-V IOMMU Support
2024-05-05 15:46 UTC (8+ messages)
` [PATCH v3 7/7] iommu/riscv: Paging domain support
[Buildroot] [PATCH 1/1] configs/orangepi_zero2w: new board
2024-05-05 15:44 UTC (2+ messages)
[PATCH v2 0/3] Update the max31790 driver
2024-05-05 15:40 UTC (11+ messages)
` [PATCH v2 3/3] dt-bindings: hwmon: max31790: Add maxim,pwmout-pin-as-tach-input property
[Buildroot] [PATCH 1/1] package/gptfdisk: bump to version 1.0.10
2024-05-05 15:40 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/ledmon: bump to version 1.0.0
2024-05-05 15:40 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/zziplib: bump to version 0.13.74
2024-05-05 15:40 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/rsync: bump to version 3.3.0
2024-05-05 15:38 UTC (2+ messages)
[Buildroot] [git commit] package/zziplib: bump to version 0.13.74
2024-05-05 15:33 UTC
[Buildroot] [git commit] package/multipath-tools: bump version to 0.9.8
2024-05-05 15:34 UTC
[Buildroot] [git commit] package/gptfdisk: bump to version 1.0.10
2024-05-05 15:28 UTC
[Buildroot] [git commit] package/ledmon: bump to version 1.0.0
2024-05-05 15:28 UTC
[Buildroot] [git commit] package/rsync: bump to version 3.3.0
2024-05-05 15:34 UTC
[Buildroot] [git commit] package/makedumpfile: bump version to 1.7.5
2024-05-05 15:34 UTC
[Buildroot] [git commit] package/git: bump to version 2.45.0
2024-05-05 15:28 UTC
[Buildroot] [PATCH 1/1] package/multipath-tools: bump version to 0.9.8
2024-05-05 15:37 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/makedumpfile: bump version to 1.7.5
2024-05-05 15:37 UTC (2+ messages)
[arm:zii 35/93] drivers/net/dsa/b53/b53_common.c:2283:3: error: field designator 'adjust_link' does not refer to any field in type 'const struct dsa_switch_ops'
2024-05-05 15:36 UTC (2+ messages)
[PATCH v4] usbip: Don't submit special requests twice
2024-05-05 15:31 UTC (2+ messages)
[PATCH v3] batman-adv: Add flex array to struct batadv_tvlv_tt_data
2024-05-05 15:22 UTC (5+ messages)
[PATCH] nvme-rdma, nvme-tcp: include max reconnects for failed reconnect logging
2024-05-05 15:27 UTC (3+ messages)
Possible git-diff bug when using exit-code with diff filters
2024-05-05 15:25 UTC (4+ messages)
` [PATCH 2/2] diff: fix --exit-code with external diff
[PATCH v2] nvme-rdma, nvme-tcp: include max reconnects for reconnect logging
2024-05-05 15:24 UTC
[PATCH v2] perf/ring_buffer: Prefer struct_size over open coded arithmetic
2024-05-05 15:24 UTC (2+ messages)
[Buildroot] [RFC PATCH 1/1] support/scripts/apply-patches.sh: set the maximum fuzz factor to 1
2024-05-05 15:16 UTC (2+ messages)
[PATCH net-next 0/8] rtnetlink: more rcu conversions for rtnl_fill_ifinfo()
2024-05-05 15:14 UTC (16+ messages)
` [PATCH net-next 2/8] rtnetlink: do not depend on RTNL for IFLA_IFNAME output
` [PATCH net-next 4/8] net: write once on dev->allmulti and dev->promiscuity
` [PATCH net-next 5/8] rtnetlink: do not depend on RTNL for many attributes
` [PATCH net-next 6/8] rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()
` [PATCH net-next 7/8] rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()
` [PATCH net-next 8/8] rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
[PATCH v6 0/5] initial support for Marvell 88PM886 PMIC
2024-05-05 15:15 UTC (3+ messages)
` [PATCH v6 3/5] regulator: add regulators driver "
[syzbot] [dri?] [media?] inconsistent lock state in valid_state (2)
2024-05-05 14:08 UTC (2+ messages)
` [PATCH] dma-buf/sw-sync: don't enable IRQ from sync_print_obj()
Patchwork summary for: spi-devel-general
2024-05-05 15:10 UTC
How to find out about a new peer connection in wireguard?
2024-05-05 14:59 UTC
btrfs-convert on 24Gb image corrupts files
2024-05-05 15:05 UTC
[PATCH 1/2] ASoC: amd: acp: fix for acp platform device creation failure
2024-05-05 15:03 UTC (2+ messages)
[PATCH] ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
2024-05-05 15:03 UTC (2+ messages)
[PATCH v2] spi: stm32: enable controller before asserting CS
2024-05-05 15:03 UTC (3+ messages)
[PATCH v2] ASoC: Use inline function for type safety in snd_soc_substream_to_rtd()
2024-05-05 15:03 UTC (2+ messages)
[PATCH 01/10] kconfig: gconf: redraw pane correctly after loading a config file
2024-05-05 15:01 UTC (3+ messages)
` [PATCH 10/10] kconfig: turn defaults and additional prompt for choice members into error
[PATCH net] selftests: test_bridge_neigh_suppress.sh: Try to stabilize test
2024-05-05 14:54 UTC
[PATCH net-next v2 0/2] Introduce auxiliary bus IRQs sysfs
2024-05-05 14:53 UTC (3+ messages)
` [PATCH net-next v2 1/2] driver core: auxiliary bus: show auxiliary device IRQs
` [PATCH net-next v2 2/2] net/mlx5: Expose SFs IRQs
[PATCH] selftests/alsa: fix a build warning: return a value in all cases
2024-05-05 14:53 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.