All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-24 17:34:23 to 2023-11-24 18:02:40 UTC [more...]

[PATCH 4.14 00/57] 4.14.331-rc1 review
 2023-11-24 17:51 UTC  (43+ messages)
` [PATCH 4.14 01/57] locking/ww_mutex/test: Fix potential workqueue corruption
` [PATCH 4.14 02/57] clocksource/drivers/timer-imx-gpt: Fix potential memory leak
` [PATCH 4.14 03/57] clocksource/drivers/timer-atmel-tcb: Fix initialization on SAM9 hardware
` [PATCH 4.14 04/57] x86/mm: Drop the 4 MB restriction on minimal NUMA node memory size
` [PATCH 4.14 05/57] wifi: mac80211: dont return unset power in ieee80211_get_tx_power()
` [PATCH 4.14 06/57] wifi: ath9k: fix clang-specific fortify warnings
` [PATCH 4.14 07/57] wifi: ath10k: fix clang-specific fortify warning
` [PATCH 4.14 08/57] net: annotate data-races around sk->sk_dst_pending_confirm
` [PATCH 4.14 09/57] drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7
` [PATCH 4.14 10/57] drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga
` [PATCH 4.14 11/57] selftests/efivarfs: create-read: fix a resource leak
` [PATCH 4.14 12/57] crypto: pcrypt - Fix hungtask for PADATA_RESET
` [PATCH 4.14 13/57] RDMA/hfi1: Use FIELD_GET() to extract Link Width
` [PATCH 4.14 14/57] fs/jfs: Add check for negative db_l2nbperpage
` [PATCH 4.14 15/57] fs/jfs: Add validity check for db_maxag and db_agpref
` [PATCH 4.14 16/57] jfs: fix array-index-out-of-bounds in dbFindLeaf
` [PATCH 4.14 17/57] jfs: fix array-index-out-of-bounds in diAlloc
` [PATCH 4.14 18/57] ALSA: hda: Fix possible null-ptr-deref when assigning a stream
` [PATCH 4.14 19/57] atm: iphase: Do PCI error checks on own line
` [PATCH 4.14 20/57] scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()
` [PATCH 4.14 22/57] i2c: sun6i-p2wi: Prevent potential division by zero
` [PATCH 4.14 23/57] media: gspca: cpia1: shift-out-of-bounds in set_flicker
` [PATCH 4.14 24/57] media: vivid: avoid integer overflow
` [PATCH 4.14 25/57] gfs2: ignore negated quota changes
` [PATCH 4.14 26/57] pwm: Fix double shift bug
` [PATCH 4.14 31/57] audit: dont WARN_ON_ONCE(!current->mm) in audit_exe_compare()
` [PATCH 4.14 32/57] hvc/xen: fix error path in xen_hvc_init() to always register frontend driver
` [PATCH 4.14 33/57] PCI/sysfs: Protect drivers D3cold preference from user space
` [PATCH 4.14 34/57] parisc/power: Add power soft-off when running on qemu
` [PATCH 4.14 35/57] mmc: vub300: fix an error code
` [PATCH 4.14 36/57] PM: hibernate: Use __get_safe_page() rather than touching the list
` [PATCH 4.14 37/57] PM: hibernate: Clean up sync_read handling in snapshot_write_next()
` [PATCH 4.14 38/57] mmc: meson-gx: Remove setting of CMD_CFG_ERROR
` [PATCH 4.14 39/57] genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware
` [PATCH 4.14 40/57] jbd2: fix potential data lost in recovering journal raced with synchronizing fs bdev
` [PATCH 4.14 41/57] mcb: fix error handling for different scenarios when parsing
` [PATCH 4.14 42/57] s390/cmma: fix initial kernel address space page table walk
` [PATCH 4.14 43/57] s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir
` [PATCH 4.14 44/57] parisc: Prevent booting 64-bit kernels on PA1.x machines
` [PATCH 4.14 45/57] parisc/pgtable: Do not drop upper 5 address bits of physical address
` [PATCH 4.14 46/57] parisc/power: Fix power soft-off when running on qemu
` [PATCH 4.14 47/57] ALSA: info: Fix potential deadlock at disconnection

[PATCH] soundwire: stream: fix NULL pointer dereference for multi_link
 2023-11-24 18:01 UTC 

[PATCH 4.19 00/97] 4.19.300-rc1 review
 2023-11-24 17:51 UTC  (100+ messages)
` [PATCH 4.19 01/97] locking/ww_mutex/test: Fix potential workqueue corruption
` [PATCH 4.19 02/97] perf/core: Bail out early if the request AUX area is out of bound
` [PATCH 4.19 03/97] clocksource/drivers/timer-imx-gpt: Fix potential memory leak
` [PATCH 4.19 04/97] clocksource/drivers/timer-atmel-tcb: Fix initialization on SAM9 hardware
` [PATCH 4.19 05/97] x86/mm: Drop the 4 MB restriction on minimal NUMA node memory size
` [PATCH 4.19 06/97] wifi: mac80211: dont return unset power in ieee80211_get_tx_power()
` [PATCH 4.19 07/97] wifi: ath9k: fix clang-specific fortify warnings
` [PATCH 4.19 08/97] wifi: ath10k: fix clang-specific fortify warning
` [PATCH 4.19 09/97] net: annotate data-races around sk->sk_tx_queue_mapping
` [PATCH 4.19 10/97] net: annotate data-races around sk->sk_dst_pending_confirm
` [PATCH 4.19 11/97] Bluetooth: Fix double free in hci_conn_cleanup
` [PATCH 4.19 12/97] platform/x86: thinkpad_acpi: Add battery quirk for Thinkpad X120e
` [PATCH 4.19 13/97] drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7
` [PATCH 4.19 14/97] drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga
` [PATCH 4.19 15/97] drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL
` [PATCH 4.19 16/97] selftests/efivarfs: create-read: fix a resource leak
` [PATCH 4.19 17/97] crypto: pcrypt - Fix hungtask for PADATA_RESET
` [PATCH 4.19 18/97] RDMA/hfi1: Use FIELD_GET() to extract Link Width
` [PATCH 4.19 19/97] fs/jfs: Add check for negative db_l2nbperpage
` [PATCH 4.19 20/97] fs/jfs: Add validity check for db_maxag and db_agpref
` [PATCH 4.19 21/97] jfs: fix array-index-out-of-bounds in dbFindLeaf
` [PATCH 4.19 22/97] jfs: fix array-index-out-of-bounds in diAlloc
` [PATCH 4.19 23/97] ARM: 9320/1: fix stack depot IRQ stack filter
` [PATCH 4.19 24/97] ALSA: hda: Fix possible null-ptr-deref when assigning a stream
` [PATCH 4.19 25/97] atm: iphase: Do PCI error checks on own line
` [PATCH 4.19 26/97] scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()
` [PATCH 4.19 27/97] HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221W
` [PATCH 4.19 28/97] tty: vcc: Add check for kstrdup() in vcc_probe()
` [PATCH 4.19 29/97] usb: gadget: f_ncm: Always set current gadget in ncm_bind()
` [PATCH 4.19 30/97] i2c: sun6i-p2wi: Prevent potential division by zero
` [PATCH 4.19 31/97] media: gspca: cpia1: shift-out-of-bounds in set_flicker
` [PATCH 4.19 32/97] media: vivid: avoid integer overflow
` [PATCH 4.19 33/97] gfs2: ignore negated quota changes
` [PATCH 4.19 34/97] drm/amd/display: Avoid NULL dereference of timing generator
` [PATCH 4.19 35/97] pwm: Fix double shift bug
` [PATCH 4.19 36/97] NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO
` [PATCH 4.19 37/97] ipvlan: add ipvlan_route_v6_outbound() helper
` [PATCH 4.19 38/97] tty: Fix uninit-value access in ppp_sync_receive()
` [PATCH 4.19 39/97] tipc: Fix kernel-infoleak due to uninitialized TLV value
` [PATCH 4.19 40/97] ppp: limit MRU to 64K
` [PATCH 4.19 41/97] xen/events: fix delayed eoi list handling
` [PATCH 4.19 42/97] ptp: annotate data-race around q->head and q->tail
` [PATCH 4.19 43/97] net: ethernet: cortina: Fix max RX frame define
` [PATCH 4.19 44/97] net: ethernet: cortina: Handle large frames
` [PATCH 4.19 45/97] net: ethernet: cortina: Fix MTU max setting
` [PATCH 4.19 46/97] macvlan: Dont propagate promisc change to lower dev in passthru
` [PATCH 4.19 47/97] cifs: spnego: add ; in HOST_KEY_LEN
` [PATCH 4.19 48/97] media: venus: hfi: add checks to perform sanity on queue pointers
` [PATCH 4.19 49/97] randstruct: Fix gcc-plugin performance mode to stay in group
` [PATCH 4.19 50/97] KVM: x86: Ignore MSR_AMD64_TW_CFG access
` [PATCH 4.19 51/97] audit: dont take task_lock() in audit_exe_compare() code path
` [PATCH 4.19 52/97] audit: dont WARN_ON_ONCE(!current->mm) in audit_exe_compare()
` [PATCH 4.19 53/97] hvc/xen: fix error path in xen_hvc_init() to always register frontend driver
` [PATCH 4.19 54/97] PCI/sysfs: Protect drivers D3cold preference from user space
` [PATCH 4.19 55/97] mmc: meson-gx: Remove setting of CMD_CFG_ERROR
` [PATCH 4.19 56/97] genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware
` [PATCH 4.19 57/97] PCI: keystone: Dont discard .remove() callback
` [PATCH 4.19 58/97] PCI: keystone: Dont discard .probe() callback
` [PATCH 4.19 59/97] parisc/pdc: Add width field to struct pdc_model
` [PATCH 4.19 60/97] parisc/power: Add power soft-off when running on qemu
` [PATCH 4.19 61/97] clk: qcom: ipq8074: drop the CLK_SET_RATE_PARENT flag from PLL clocks
` [PATCH 4.19 62/97] mmc: vub300: fix an error code
` [PATCH 4.19 63/97] PM: hibernate: Use __get_safe_page() rather than touching the list
` [PATCH 4.19 64/97] PM: hibernate: Clean up sync_read handling in snapshot_write_next()
` [PATCH 4.19 65/97] jbd2: fix potential data lost in recovering journal raced with synchronizing fs bdev
` [PATCH 4.19 66/97] quota: explicitly forbid quota files from being encrypted
` [PATCH 4.19 67/97] mcb: fix error handling for different scenarios when parsing
` [PATCH 4.19 68/97] dmaengine: stm32-mdma: correct desc prep when channel running
` [PATCH 4.19 69/97] s390/cmma: fix initial kernel address space page table walk
` [PATCH 4.19 70/97] s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir
` [PATCH 4.19 71/97] parisc: Prevent booting 64-bit kernels on PA1.x machines
` [PATCH 4.19 72/97] parisc/pgtable: Do not drop upper 5 address bits of physical address
` [PATCH 4.19 73/97] parisc/power: Fix power soft-off when running on qemu
` [PATCH 4.19 74/97] ALSA: info: Fix potential deadlock at disconnection
` [PATCH 4.19 75/97] ALSA: hda/realtek - Enable internal speaker of ASUS K6500ZC
` [PATCH 4.19 76/97] tty: serial: meson: if no alias specified use an available id
` [PATCH 4.19 77/97] tty/serial: Migrate meson_uart to use has_sysrq
` [PATCH 4.19 78/97] serial: meson: remove redundant initialization of variable id
` [PATCH 4.19 79/97] tty: serial: meson: retrieve port FIFO size from DT
` [PATCH 4.19 80/97] serial: meson: Use platform_get_irq() to get the interrupt
` [PATCH 4.19 81/97] tty: serial: meson: fix hard LOCKUP on crtscts mode
` [PATCH 4.19 82/97] net: dsa: lan9303: consequently nested-lock physical MDIO
` [PATCH 4.19 83/97] i2c: i801: fix potential race in i801_block_transaction_byte_by_byte
` [PATCH 4.19 84/97] media: lirc: drop trailing space from scancode transmit
` [PATCH 4.19 85/97] media: sharp: fix sharp encoding
` [PATCH 4.19 86/97] media: venus: hfi_parser: Add check to keep the number of codecs within range
` [PATCH 4.19 87/97] media: venus: hfi: fix the check to handle session buffer requirement
` [PATCH 4.19 88/97] media: venus: hfi: add checks to handle capabilities from firmware
` [PATCH 4.19 89/97] Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"
` [PATCH 4.19 90/97] ext4: apply umask if ACL support is disabled
` [PATCH 4.19 91/97] ext4: correct offset of gdb backup in non meta_bg group to update_backups
` [PATCH 4.19 92/97] ext4: correct return value of ext4_convert_meta_bg
` [PATCH 4.19 93/97] ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks
` [PATCH 4.19 94/97] drm/amdgpu: fix error handling in amdgpu_bo_list_get()
` [PATCH 4.19 95/97] scsi: virtio_scsi: limit number of hw queues by nr_cpu_ids
` [PATCH 4.19 96/97] iomap: Set all uptodate bits for an Uptodate page
` [PATCH 4.19 97/97] net: sched: fix race condition in qdisc_graft()

build scripts: branches with forward slashes in names
 2023-11-24 18:00 UTC  (4+ messages)

[libvirt test] 183850: tolerable all pass - PUSHED
 2023-11-24 17:59 UTC 

[PATCH v3 00/13] xen/spinlock: make recursive spinlocks a dedicated type
 2023-11-24 17:59 UTC  (3+ messages)
` [PATCH v3 02/13] xen/spinlock: reduce lock profile ifdefs

[PATCH] octeontx2-af: Fix possible buffer overflow
 2023-11-24 17:58 UTC  (2+ messages)

[PATCH 0/3] service: Minor address_updated Changes
 2023-11-24 17:57 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] service: Leverage 'connman_service_is_default'
  ` [PATCH v2 2/3] service: Add DBG statement to 'address_updated'
  ` [PATCH v2 3/3] service: Add documentation "

[PATCH 0/5] xen: address violations of MISRA C:2012 Rule 11.8
 2023-11-24 17:56 UTC  (4+ messages)
` [PATCH 3/5] AMD/IOMMU: "

[PATCH -next] mm, proc: collect percpu free pages into the free pages
 2023-11-24 17:54 UTC  (7+ messages)
` [PATCH -next v2] "

[PATCH 0/1] arm-bsp/documentation: corstone1000: fix the requirements.txt and conf.py path
 2023-11-24 17:53 UTC  (2+ messages)
` [PATCH 1/1] "

Wrong source MAC for DHCP requests with AddressRandomization=network
 2023-11-24 17:51 UTC  (5+ messages)

[viro-vfs:work.csum-x86 4/18] arch/x86/include/asm/checksum_32.h:41:57: sparse: sparse: incorrect type in argument 1 (different base types)
 2023-11-24 17:50 UTC 

[viro-vfs:work.csum-x86 4/18] net/core/datagram.c:745:55: sparse: sparse: incorrect type in argument 1 (different base types)
 2023-11-24 17:50 UTC 

[linux-next:master 2098/2998] htmldocs: ./include/net/page_pool/types.h:73: warning: Function parameter or member 'STRUCT_GROUP(' not described in 'page_pool_params'
 2023-11-24 17:50 UTC 

[PATCH] btrfs: send: Ensure send_fd is writable
 2023-11-24 17:43 UTC  (2+ messages)

[android-common:android15-6.1 198/533] arch/arm64/kvm/arm.c:2213: warning: expecting prototype for Initialize Hyp(). Prototype was for kvm_arm_init() instead
 2023-11-24 17:50 UTC 

[RESEND PATCH v7 00/10] Small-sized THP for anonymous memory
 2023-11-24 17:48 UTC  (13+ messages)
` [RESEND PATCH v7 02/10] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
` [RESEND PATCH v7 09/10] selftests/mm/cow: Generalize do_run_with_thp() helper

stable-rc/queue/4.19 build: 19 builds: 6 failed, 13 passed, 3 errors, 14 warnings (v4.19.299-97-g7841746109202)
 2023-11-24 17:47 UTC 

[PATCH v2] mfd: intel-lpss: Add missing check for platform_get_resource
 2023-11-24 17:47 UTC  (2+ messages)

[PATCH 58/58] service: Make DBG in '__connman_service_ipconfig_indicate_state' consistent
 2023-11-24 17:46 UTC  (3+ messages)
` [PATCH v2] "

[PATCH for-8.2] export/vhost-user-blk: Fix consecutive drains
 2023-11-24 17:44 UTC 

+ makefileextrawarn-turn-on-missing-prototypes-globally.patch added to mm-nonmm-unstable branch
 2023-11-24 17:45 UTC 

+ x86-sta2x11-include-header-for-sta2x11_get_instance-prototype.patch added to mm-nonmm-unstable branch
 2023-11-24 17:45 UTC 

+ usb-fsl-mph-dr-of-mark-fsl_usb2_mpc5121_init-static.patch added to mm-nonmm-unstable branch
 2023-11-24 17:45 UTC 

+ sched-fair-move-unused-stub-functions-to-header.patch added to mm-nonmm-unstable branch
 2023-11-24 17:45 UTC 

+ jffs2-mark-__jffs2_dbg_superblock_counts-static.patch added to mm-nonmm-unstable branch
 2023-11-24 17:45 UTC 

+ ida-make-ida_dump-static.patch added to mm-nonmm-unstable branch
 2023-11-24 17:45 UTC 

[Intel-xe] [PATCH 0/2] drm/xe, drm_xe_uapi: VM mode renaming and uapi update
 2023-11-24 17:44 UTC  (8+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe: Internally change the compute_mode and no_dma_fence mode naming
` [Intel-xe] ✓ CI.KUnit: success for drm/xe, drm_xe_uapi: VM mode renaming and uapi update
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "

How to set the NFSv4 "HIDDEN" attribute on Linux?
 2023-11-24 17:43 UTC  (7+ messages)
        ` <DOT>foo gets NFSv4 HIDDEN attribute by default by nfsd? "

[PATCH v9 1/3] vte: upgrade 2.72.2 -> 2.74.0
 2023-11-24 17:42 UTC  (7+ messages)
` [OE-core] "

[PATCH v2] linux-user/riscv: Add Zicboz extensions to hwprobe
 2023-11-24 17:41 UTC  (3+ messages)

[PATCH 1/6] dt-bindings: usb: dwc3: Clean up hs_phy_irq in bindings
 2023-11-24 17:39 UTC  (5+ messages)

backports for wifi-7 and kernel 6.5
 2023-11-24 17:38 UTC  (3+ messages)

[PATCH] uapi: propagate __struct_group() attributes to the container union
 2023-11-24 17:37 UTC  (2+ messages)

[PATCH -next] md: synchronize flush io with array reconfiguration
 2023-11-24 17:36 UTC  (2+ messages)

[PATCH] wifi: cfg80211: Rename bssid to peer_addr in cfg80211_pmksa
 2023-11-24 17:35 UTC  (2+ messages)

[tip:sched/core] BUILD SUCCESS f12560779f9d734446508f3df17f5632e9aaa2c8
 2023-11-24 17:34 UTC 

[PATCH v10 0/8] spi: Add support for stacked/parallel memories
 2023-11-24 17:33 UTC  (13+ messages)
` [PATCH v10 1/8] spi: Add multi-cs memories support in SPI core

[PATCH] hwmon: sht3x: read out sensor serial number
 2023-11-24 17:34 UTC  (2+ messages)

[PATCH] tee: Use iov_iter to better support shared buffer registration
 2023-11-24 17:34 UTC  (2+ messages)

[PATCH net-next v7 15/16] net: ethtool: ts: Let the active time stamping layer be selectable
 2023-11-24 17:34 UTC  (12+ 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.