mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v2 1/2] ext4: Check stripe size compatibility on remount as well
 2024-08-30  5:02 UTC  (4+ messages)
` [PATCH v2 2/2] ext4: Convert EXT4_B2C(sbi->s_stripe) users to EXT4_NUM_B2C

[PATCH net-next 0/6] various cleanups
 2024-08-30  4:56 UTC  (7+ messages)
` [PATCH net-next 2/6] net: ag71xx: update FIFO bits and descriptions
` [PATCH net-next 3/6] net: ag71xx: use ethtool_puts
` [PATCH net-next 5/6] net: ag71xx: remove always true branch

[PATCH 4/5] pinctrl: k210: Use devm_clk_get_enabled() helpers
 2024-08-30  4:54 UTC  (2+ messages)

[PATCH v5 0/3] mm: ZSWAP swap-out of mTHP folios
 2024-08-30  4:52 UTC  (6+ messages)

[PATCH v2 0/6] pinctrl: intel: High impedance impl. and cleanups
 2024-08-30  4:51 UTC  (4+ messages)
` [PATCH v2 6/6] pinctrl: intel: Introduce for_each_intel_gpio_group() helper et al

[PATCH -next 0/3] ata: Enable module autoloading
 2024-08-30  4:51 UTC  (3+ messages)
` [PATCH -next 1/3] ata: pata_ftide010: "

[PATCH v1 0/2] spi: pxa2xx: Fix module reloading failure
 2024-08-30  4:48 UTC  (3+ messages)
` [PATCH v1 1/2] spi: pxa2xx: Do not override dev->platform_data on probe

linux-next: duplicate patches in the dmaengine tree
 2024-08-30  4:47 UTC 

[PATCH 00/25] TDX vCPU/VM creation
 2024-08-30  4:45 UTC  (6+ messages)
` [PATCH 02/25] KVM: TDX: Define TDX architectural definitions

[PATCH] KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspace
 2024-08-30  4:44 UTC 

[PATCH v1 0/8] Correct inject's handling of pipe files on disk
 2024-08-30  4:39 UTC  (7+ messages)
` [PATCH v1 5/8] perf header: Allow attributes to be written after data

[PATCH v4 00/10] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-08-30  4:36 UTC  (11+ messages)
` [PATCH v4 01/10] KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock
` [PATCH v4 02/10] KVM: Register cpuhp and syscore callbacks when enabling hardware
` [PATCH v4 03/10] KVM: Rename symbols related to enabling virtualization hardware
` [PATCH v4 04/10] KVM: Rename arch hooks related to per-CPU virtualization enabling
` [PATCH v4 05/10] KVM: MIPS: Rename virtualization {en,dis}abling APIs to match common KVM
` [PATCH v4 06/10] KVM: x86: "
` [PATCH v4 07/10] KVM: Add a module param to allow enabling virtualization when KVM is loaded
` [PATCH v4 08/10] KVM: Add arch hooks for enabling/disabling virtualization
` [PATCH v4 09/10] x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef
` [PATCH v4 10/10] KVM: x86: Register "emergency disable" callbacks when virt is enabled

[Off Topic] Hello World
 2024-08-30  4:35 UTC 

[PATCH v11 0/4] firmware: ti_sci: Introduce system suspend support
 2024-08-30  4:35 UTC  (5+ messages)
` [PATCH v11 1/4] firmware: ti_sci: Add support for querying the firmware caps
` [PATCH v11 3/4] firmware: ti_sci: Introduce Power Management Ops

[PATCH v3] usb: xHCI: add XHCI_RESET_ON_RESUME quirk for Phytium xHCI host
 2024-08-30  4:35 UTC 

drivers/iommu/intel/dmar.c:1050:35: error: '%d' directive writing between 1 and 10 bytes into a region of size 9
 2024-08-30  4:29 UTC 

[tip:x86/misc] BUILD SUCCESS 4460e8538ef17c86eae46ccbe096eee8c740a7d0
 2024-08-30  4:28 UTC 

[RESEND v3 0/3] Change V4L2_TYPE_IS_CAPTURE condition
 2024-08-30  4:26 UTC  (4+ messages)
` [RESEND v3 2/3] media: qcom: venus: Fix uninitialized variable warning

[PATCH -next RESEND] soc: dove: Simplify with scoped for each OF child loop
 2024-08-30  4:09 UTC 

[PATCH -next v2 0/4] soc: fsl: cpm1: Simplify with scoped for each OF child loop and dev_err_probe()
 2024-08-30  4:06 UTC  (5+ messages)
` [PATCH -next v2 1/4] soc: fsl: cpm1: Simplify with scoped for each OF child loop
` [PATCH -next v2 2/4] soc: fsl: cpm1: Simplify with dev_err_probe()
` [PATCH -next v2 3/4] soc: fsl: cpm1: qmc: Simplify with scoped for each OF child
` [PATCH -next v2 4/4] soc: fsl: cpm1: qmc: Simplify with dev_err_probe()

[PATCH v8 00/21] Avoid MAP_FIXED gap exposure
 2024-08-30  4:01 UTC  (22+ messages)
` [PATCH v8 01/21] mm/vma: Correctly position vma_iterator in __split_vma()
` [PATCH v8 02/21] mm/vma: Introduce abort_munmap_vmas()
` [PATCH v8 03/21] mm/vma: Introduce vmi_complete_munmap_vmas()
` [PATCH v8 04/21] mm/vma: Extract the gathering of vmas from do_vmi_align_munmap()
` [PATCH v8 05/21] mm/vma: Introduce vma_munmap_struct for use in munmap operations
` [PATCH v8 06/21] mm/vma: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
` [PATCH v8 07/21] mm/vma: Extract validate_mm() from vma_complete()
` [PATCH v8 08/21] mm/vma: Inline munmap operation in mmap_region()
` [PATCH v8 09/21] mm/vma: Expand mmap_region() munmap call
` [PATCH v8 10/21] mm/vma: Support vma == NULL in init_vma_munmap()
` [PATCH v8 11/21] mm/mmap: Reposition vma iterator in mmap_region()
` [PATCH v8 12/21] mm/vma: Track start and end for munmap in vma_munmap_struct
` [PATCH v8 13/21] mm: Clean up unmap_region() argument list
` [PATCH v8 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v8 15/21] mm: Change failure of MAP_FIXED to restoring the gap on failure
` [PATCH v8 16/21] mm/mmap: Use PHYS_PFN in mmap_region()
` [PATCH v8 17/21] mm/mmap: Use vms accounted pages "
` [PATCH v8 18/21] ipc/shm, mm: Drop do_vma_munmap()
` [PATCH v8 19/21] mm: Move may_expand_vm() check in mmap_region()
` [PATCH v8 20/21] mm/vma: Drop incorrect comment from vms_gather_munmap_vmas()
` [PATCH v8 21/21] mm/vma.h: Optimise vma_munmap_struct

[RFC 0/7] Introduce swiotlb throttling
 2024-08-30  3:58 UTC  (5+ messages)

[PATCH -next] KVM: x86: Remove some unused declarations
 2024-08-30  3:54 UTC  (2+ messages)

[PATCH] mm,tmpfs: consider end of file write in shmem_is_huge
 2024-08-30  3:54 UTC 

[PATCHv4 net-next] net: ag71xx: get reset control using devm api
 2024-08-30  3:54 UTC  (5+ messages)

[PATCH] bcachefs: Remove the handling of bch2_trans_iter_exit() in __bch2_bkey_get_iter()
 2024-08-30  3:53 UTC  (7+ messages)

[syzbot] [net?] WARNING in hsr_fill_frame_info
 2024-08-30  3:53 UTC 

[PATCH 1/1] perf tests pmu: Initialize all fields of test_pmu variable
 2024-08-30  3:49 UTC  (5+ messages)

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-30  3:47 UTC  (12+ messages)
` [PATCH v6 02/11] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v6 03/11] KVM: arm64: "

[PATCH v2 0/7] i2c: npcm: Bug fixes read/write operation, checkpatch
 2024-08-30  3:46 UTC  (8+ messages)
` [PATCH v2 1/7] i2c: npcm: restore slave addresses array length
` [PATCH v2 2/7] i2c: npcm: correct the read/write operation procedure
` [PATCH v2 3/7] i2c: npcm: use a software flag to indicate a BER condition
` [PATCH v2 4/7] i2c: npcm: Modify timeout evaluation mechanism
` [PATCH v2 5/7] i2c: npcm: Modify the client address assignment
` [PATCH v2 6/7] i2c: npcm: use i2c frequency table
` [PATCH v2 7/7] i2c: npcm: Enable slave in eob interrupt

[PATCH] debugfs show actual source in /proc/mounts
 2024-08-30  3:44 UTC  (5+ messages)

[syzbot] [modules?] kernel panic: stack is corrupted in call_usermodehelper_exec
 2024-08-30  3:44 UTC 

[syzbot] [kernel?] possible deadlock in assign_fw
 2024-08-30  3:43 UTC  (2+ messages)
` [syzbot] [usb?] "

[PATCH -next] drm/amd/display: Delete redundant null check for 'steam' and 'plane'
 2024-08-30  3:41 UTC 

[PATCH v2 0/4] Add Aspeed G7 gpio support
 2024-08-30  3:40 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: gpio: aspeed,ast2400-gpio: Support ast2700
` [PATCH v2 2/4] gpio: aspeed: Remove the name for bank array
` [PATCH v2 3/4] gpio: aspeed: Create llops to handle hardware access
` [PATCH v2 4/4] gpio: aspeed: Support G7 Aspeed gpio controller

[PATCH] bcachefs: Switch to memalloc_flags_do() for vmalloc allocations
 2024-08-30  3:39 UTC  (9+ messages)

[PATCH] crash: Default to CRASH_DUMP=n when support for it is unlikely
 2024-08-30  3:37 UTC  (3+ messages)

[PATCH RFC] reset: Provide new devm_reset helpers for get and deassert reset control
 2024-08-30  3:33 UTC 

[PATCH v1] tty: serial: samsung:Simplify with dev_err_probe()
 2024-08-30  3:32 UTC 

[tip:x86/urgent] BUILD SUCCESS a547a5880cba6f287179135381f1b484b251be31
 2024-08-30  3:32 UTC 

[PATCH v2 1/4] erofs: add file-backed mount support
 2024-08-30  3:28 UTC  (4+ messages)
` [PATCH v2 2/4] erofs: support unencoded inodes for fileio
` [PATCH v2 3/4] erofs: support compressed "
` [PATCH v2 4/4] erofs: mark experimental fscache backend deprecated

[PATCH 1/1] fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_private
 2024-08-30  3:27 UTC 

[RFC V3 1/3] phy: freescale: fsl-samsung-hdmi: Replace register defines with macro
 2024-08-30  3:24 UTC  (3+ messages)
` [RFC V3 2/3] phy: freescale: fsl-samsung-hdmi: Simplify REG21_PMS_S_MASK lookup
` [RFC V3 3/3] phy: freescale: fsl-samsung-hdmi: Support dynamic integer

[PATCH -next 8/8] soc: ti: knav_qmss_queue: Simplify with scoped for each OF child loop
 2024-08-30  3:24 UTC  (2+ messages)

[PATCH v1] arm64: dts: ls1088ardb: add new RTC PCF2131 support
 2024-08-30  3:22 UTC 

[PATCH] usb: dwc2: Adjust the timing of USB Driver Interrupt Registration in the Crashkernel Scenario
 2024-08-30  3:17 UTC 

[PATCH v1] dm: Convert to use ERR_CAST()
 2024-08-30  3:16 UTC 

[syzbot] [net?] WARNING in hsr_fill_frame_info
 2024-08-30  3:12 UTC  (3+ messages)
` [syzbot] "

[BUG?] bcachefs: keep writing to device when there is no high-level I/O activity
 2024-08-30  3:08 UTC  (3+ messages)
  `  "

[PATCH] wifi: mwifiex: avoid AP and STA running on different channel
 2024-08-30  3:06 UTC 

[PATCH] prctl: allow prctl_set_mm_exe_file without unmapping old exe
 2024-08-30  2:55 UTC  (2+ messages)

[PATCH v5.10-v5.15] cgroup/cpuset: Prevent UAF in proc_cpuset_show()
 2024-08-30  2:55 UTC 

[PATCH v1] kernel:time:hrtimer: Use helper function hrtimer_is_queued()
 2024-08-30  2:53 UTC  (3+ messages)

[PATCH 0/9] mmc: convert to devm_clk_get_enabled() API
 2024-08-30  2:47 UTC  (2+ messages)

[PATCH v2 00/17] arm64: dts: qcom: change labels to lower-case
 2024-08-30  2:45 UTC  (3+ messages)
` [PATCH v2 05/17] arm64: dts: qcom: sc8280xp: "

[git pull] drm fixes for 6.11-rc6
 2024-08-30  2:44 UTC  (3+ messages)

[PATCH] hwmon: Add support for the INA260 chip to the INA219 and compatibles driver
 2024-08-30  2:40 UTC  (2+ messages)

[PATCH v12 0/2] Add support for Loongson1 APB DMA
 2024-08-30  2:33 UTC  (3+ messages)

[RESEND PATCH V4 0/3] riscv: mm: Add soft-dirty and uffd-wp support
 2024-08-30  2:31 UTC  (7+ messages)
` [RESEND PATCH V4 1/3] riscv: mm: Prepare for reusing PTE RSW bit(9)
` [RESEND PATCH V4 2/3] riscv: mm: Add soft-dirty page tracking support
` [RESEND PATCH V4 3/3] riscv: mm: Add uffd write-protect support

[PATCH 0/2] Initialize vDPA speed/duplex and support their updates
 2024-08-30  2:31 UTC  (4+ messages)
` [PATCH 2/2] vdpa: Add support to update speed/duplex in vDPA/mlx5_vnet

[PATCH V5 net-next 00/11] Add support of HIBMCGE Ethernet Driver
 2024-08-30  2:27 UTC  (7+ messages)
` [PATCH V5 net-next 05/11] net: hibmcge: Implement some .ndo functions

[PATCH] MAINTAINERS: add virtio-vsock driver in the VIRTIO CORE section
 2024-08-30  2:27 UTC  (3+ messages)

[syzbot] [net?] WARNING in hsr_fill_frame_info
 2024-08-30  2:22 UTC 

[PATCH net v4] net: phy: Fix missing of_node_put() for leds
 2024-08-30  2:20 UTC 

[PATCH net-next] r8169: add support for RTL8126A rev.b
 2024-08-30  2:18 UTC 

[PATCH] fuse: make foffset alignment opt-in for optimum backend performance
 2024-08-30  2:10 UTC  (5+ messages)

[PATCH v3 0/1] Fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
 2024-08-30  2:08 UTC  (4+ messages)
` [PATCH v3 1/1] cgroup: fix "

[PATCH net-next v1] sunrpc: Use ERR_CAST() to return
 2024-08-30  2:08 UTC  (2+ messages)

[PATCH bpf-next RESEND] bpf: Use sockfd_put() helper
 2024-08-30  2:07 UTC 

[PATCH bpf-next RESEND] bpf: Use sockfd_put() helper
 2024-08-30  2:06 UTC 

[PATCH 0/3] Staging: rtl8192e: Yet another variable rename and cleanup series
 2024-08-30  2:05 UTC  (4+ messages)
` [PATCH 1/3] Staging: rtl8192e: Rename variable pNetwork
` [PATCH 2/3] Staging: rtl8192e: Rename variable bHwError
` [PATCH 3/3] Staging: rtl8192e: Add spaces around operators

[PATCH bpf] bpf: add check for invalid name in btf_name_valid_section()
 2024-08-30  2:03 UTC  (5+ messages)

[PATCH v5 0/3] Fix an error caused by improperly dirtied buffer
 2024-08-30  2:03 UTC  (4+ messages)
` [PATCH 3/3] ext4: fix a potential assertion failure due to "

[PATCH bpf-next v4 1/2] bpf: Make the pointer returned by iter next method valid
 2024-08-30  2:00 UTC  (2+ messages)

[PATCH net-next v2 00/12] net: vxlan: add skb drop reasons support
 2024-08-30  2:00 UTC  (13+ messages)
` [PATCH net-next v2 01/12] net: vxlan: add vxlan to the drop reason subsystem
` [PATCH net-next v2 02/12] net: skb: add pskb_network_may_pull_reason() helper
` [PATCH net-next v2 03/12] net: tunnel: add pskb_inet_may_pull_reason() helper
` [PATCH net-next v2 04/12] net: tunnel: add skb_vlan_inet_prepare_reason() helper
` [PATCH net-next v2 05/12] net: vxlan: make vxlan_remcsum() return drop reasons
` [PATCH net-next v2 06/12] net: vxlan: make vxlan_set_mac() "
` [PATCH net-next v2 07/12] net: vxlan: add skb drop reasons to vxlan_rcv()
` [PATCH net-next v2 08/12] net: vxlan: use vxlan_kfree_skb() in vxlan_xmit()
` [PATCH net-next v2 09/12] net: vxlan: add drop reasons support to vxlan_xmit_one()
` [PATCH net-next v2 10/12] net: vxlan: use kfree_skb_reason in vxlan_mdb_xmit
` [PATCH net-next v2 11/12] net: vxlan: use kfree_skb_reason in vxlan_encap_bypass
` [PATCH net-next v2 12/12] net: vxlan: use vxlan_kfree_skb in encap_bypass_if_local

[PATCH v3] timekeeping: Use time_after() in timekeeping_check_update()
 2024-08-30  1:54 UTC 

[PATCH v1] ASoC: codecs: Switch to use dev_err_probe()
 2024-08-30  1:47 UTC 

[PATCH v3 0/4] riscv: spacemit: add pinctrl support to K1 SoC
 2024-08-30  1:46 UTC  (5+ messages)
` [PATCH v3 2/4] pinctrl: spacemit: add support for SpacemiT "
` [PATCH v3 3/4] riscv: dts: spacemit: add pinctrl support for "

[PATCH] mm, proc: collect percpu free pages into the free pages
 2024-08-30  1:44 UTC 

[PATCH net-next v1] sunrpc: xprtrdma: Use ERR_CAST() to return
 2024-08-30  1:43 UTC 

[PATCH 1/3] ampere/arm64: Add a fixup handler for alignment faults in aarch64 code
 2024-08-30  1:43 UTC  (2+ messages)

linux-next: build failure after merge of the bluetooth tree
 2024-08-30  1:42 UTC 

linux-next: build failure after merge of the bpf-next tree
 2024-08-30  1:32 UTC  (2+ messages)

[PATCH v12 0/3] riscv: sophgo: add dmamux support for Sophgo CV1800/SG2000 SoCs
 2024-08-30  1:30 UTC  (6+ messages)
` [PATCH v12 2/3] soc/sophgo: add top sysctrl layout file for CV18XX/SG200X

[PATCH] bcachefs: Remove duplicate included headers
 2024-08-30  1:26 UTC  (2+ messages)

[PATCH] sched: remove unused __HAVE_THREAD_FUNCTIONS hook support
 2024-08-30  1:25 UTC  (2+ messages)

[PATCH v3 -next 00/12] cgroup:cpuset:separate legacy cgroup v1 code and put under config option
 2024-08-30  1:24 UTC  (4+ messages)
` [PATCH v3 -next 10/12] cgroup/cpuset: rename functions shared between v1 and v2

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-08-30  1:16 UTC  (7+ messages)
` [PATCH RFC v2 1/4] mm: Add MAP_BELOW_HINT
` [PATCH RFC v2 2/4] mm: Add hint and mmap_flags to struct vm_unmapped_area_info

[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
 2024-08-30  1:10 UTC  (7+ messages)

[PATCH net-next v3] net: mvneta: Use min macro
 2024-08-30  1:04 UTC 

[PATCH -next] ARM: footbridge: Remove duplicated include in common.c
 2024-08-30  0:59 UTC 

[PATCH RFC 0/2] usb: typec: Add new driver for Parade PS8830 Type-C Retimer
 2024-08-30  0:57 UTC  (2+ messages)

[PATCH net] RDMA/mana_ib: fix a bug in calculating the wrong page table index when 64kb page table is used
 2024-08-30  0:56 UTC  (6+ messages)
` [PATCH net] RDMA/mana_ib: use the correct page size for mapping user-mode doorbell page

[GIT PULL] execve fix for v6.11-rc6
 2024-08-30  0:51 UTC  (2+ messages)

[PATCH v4 0/4] Add board support for Sipeed LicheeRV Nano
 2024-08-30  0:37 UTC  (4+ messages)
` [PATCH v4 4/4] riscv: dts: sophgo: Add LicheeRV Nano board device tree

[PATCH v2 00/13] LSM: Move away from secids
 2024-08-30  0:34 UTC  (14+ messages)
  ` [PATCH v2 01/13] LSM: Add the lsmblob data structure
  ` [PATCH v2 02/13] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v2 03/13] LSM: Add lsmblob_to_secctx hook
  ` [PATCH v2 04/13] Audit: maintain an lsmblob in audit_context
  ` [PATCH v2 05/13] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v2 06/13] Audit: Update shutdown LSM data
  ` [PATCH v2 07/13] LSM: Use lsmblob in security_current_getsecid
  ` [PATCH v2 08/13] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v2 09/13] Audit: use an lsmblob in audit_names
  ` [PATCH v2 10/13] LSM: Create new security_cred_getlsmblob LSM hook
  ` [PATCH v2 11/13] Audit: Change context data from secid to lsmblob
  ` [PATCH v2 12/13] Netlabel: Use lsmblob for audit data
  ` [PATCH v2 13/13] LSM: Remove lsmblob scaffolding

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®