linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-10 00:48:51 to 2021-09-10 01:02:37 UTC [more...]

[PATCH AUTOSEL 4.19 01/25] clk: rockchip: rk3036: fix up the sclk_sfc parent error
 2021-09-10  0:22 UTC  (25+ messages)
` [PATCH AUTOSEL 4.19 02/25] scsi: smartpqi: Fix ISR accessing uninitialized data
` [PATCH AUTOSEL 4.19 03/25] scsi: lpfc: Fix cq_id truncation in rq create
` [PATCH AUTOSEL 4.19 04/25] clk: mediatek: Fix asymmetrical PLL enable and disable control
` [PATCH AUTOSEL 4.19 05/25] HID: usbhid: free raw_report buffers in usbhid_stop
` [PATCH AUTOSEL 4.19 06/25] f2fs: fix to force keeping write barrier for strict fsync mode
` [PATCH AUTOSEL 4.19 07/25] f2fs: fix min_seq_blocks can not make sense in some scenes
` [PATCH AUTOSEL 4.19 08/25] powerpc: make the install target not depend on any build artifact
` [PATCH AUTOSEL 4.19 09/25] jbd2: fix portability problems caused by unaligned accesses
` [PATCH AUTOSEL 4.19 10/25] scsi: qla2xxx: Fix NPIV create erroneous error
` [PATCH AUTOSEL 4.19 11/25] scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_cmd()
` [PATCH AUTOSEL 4.19 12/25] fs: dlm: fix return -EINTR on recovery stopped
` [PATCH AUTOSEL 4.19 13/25] scsi: core: Fix missing FORCE for scsi_devinfo_tbl.c build rule
` [PATCH AUTOSEL 4.19 14/25] powerpc/32: indirect function call use bctrl rather than blrl in ret_from_kernel_thread
` [PATCH AUTOSEL 4.19 15/25] powerpc/booke: Avoid link stack corruption in several places
` [PATCH AUTOSEL 4.19 16/25] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME
` [PATCH AUTOSEL 4.19 17/25] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP
` [PATCH AUTOSEL 4.19 18/25] RDMA/core/sa_query: Retry SA queries
` [PATCH AUTOSEL 4.19 19/25] platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning
` [PATCH AUTOSEL 4.19 20/25] ext4: if zeroout fails fall back to splitting the extent node
` [PATCH AUTOSEL 4.19 21/25] ext4: Make sure quota files are not grabbed accidentally
` [PATCH AUTOSEL 4.19 22/25] xen: remove stray preempt_disable() from PV AP startup code
` [PATCH AUTOSEL 4.19 23/25] checkkconfigsymbols.py: Fix the '--ignore' option
` [PATCH AUTOSEL 4.19 24/25] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
` [PATCH AUTOSEL 4.19 25/25] ocfs2: ocfs2_downconvert_lock failure results in deadlock

[PATCH AUTOSEL 4.14 01/19] clk: rockchip: rk3036: fix up the sclk_sfc parent error
 2021-09-10  0:22 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 02/19] scsi: smartpqi: Fix ISR accessing uninitialized data

[PATCH AUTOSEL 5.4 01/37] clk: rockchip: rk3036: fix up the sclk_sfc parent error
 2021-09-10  0:21 UTC  (37+ messages)
` [PATCH AUTOSEL 5.4 02/37] scsi: be2iscsi: Fix use-after-free during IP updates
` [PATCH AUTOSEL 5.4 03/37] scsi: lpfc: Fix NVMe support reporting in log message
` [PATCH AUTOSEL 5.4 04/37] f2fs: Revert "f2fs: Fix indefinite loop in f2fs_gc() v1"
` [PATCH AUTOSEL 5.4 05/37] scsi: smartpqi: Fix ISR accessing uninitialized data
` [PATCH AUTOSEL 5.4 06/37] scsi: lpfc: Fix cq_id truncation in rq create
` [PATCH AUTOSEL 5.4 07/37] clk: mediatek: Fix asymmetrical PLL enable and disable control
` [PATCH AUTOSEL 5.4 08/37] HID: usbhid: free raw_report buffers in usbhid_stop
` [PATCH AUTOSEL 5.4 09/37] f2fs: fix to force keeping write barrier for strict fsync mode
` [PATCH AUTOSEL 5.4 10/37] f2fs: fix min_seq_blocks can not make sense in some scenes
` [PATCH AUTOSEL 5.4 11/37] scsi: ufs: Verify UIC locking requirements at runtime
` [PATCH AUTOSEL 5.4 12/37] powerpc: make the install target not depend on any build artifact
` [PATCH AUTOSEL 5.4 13/37] KVM: PPC: Book3S HV: XICS: Fix mapping of passthrough interrupts
` [PATCH AUTOSEL 5.4 14/37] jbd2: fix portability problems caused by unaligned accesses
` [PATCH AUTOSEL 5.4 15/37] scsi: qla2xxx: Fix port type info
` [PATCH AUTOSEL 5.4 16/37] scsi: qla2xxx: Fix NPIV create erroneous error
` [PATCH AUTOSEL 5.4 17/37] ovl: skip checking lower file's i_writecount on truncate
` [PATCH AUTOSEL 5.4 18/37] scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_cmd()
` [PATCH AUTOSEL 5.4 19/37] fs: dlm: fix return -EINTR on recovery stopped
` [PATCH AUTOSEL 5.4 20/37] HID: sony: Fix more ShanWan clone gamepads to not rumble when plugged in
` [PATCH AUTOSEL 5.4 21/37] MIPS: mscc: ocelot: disable all switch ports by default
` [PATCH AUTOSEL 5.4 22/37] MIPS: mscc: ocelot: mark the phy-mode for internal PHY ports
` [PATCH AUTOSEL 5.4 23/37] scsi: core: Fix missing FORCE for scsi_devinfo_tbl.c build rule
` [PATCH AUTOSEL 5.4 24/37] powerpc/32: indirect function call use bctrl rather than blrl in ret_from_kernel_thread
` [PATCH AUTOSEL 5.4 25/37] powerpc/booke: Avoid link stack corruption in several places
` [PATCH AUTOSEL 5.4 26/37] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME
` [PATCH AUTOSEL 5.4 27/37] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP
` [PATCH AUTOSEL 5.4 28/37] KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulation
` [PATCH AUTOSEL 5.4 29/37] RDMA/core/sa_query: Retry SA queries
` [PATCH AUTOSEL 5.4 30/37] platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning
` [PATCH AUTOSEL 5.4 31/37] clk: zynqmp: Fix a memory leak
` [PATCH AUTOSEL 5.4 32/37] ext4: if zeroout fails fall back to splitting the extent node
` [PATCH AUTOSEL 5.4 33/37] ext4: Make sure quota files are not grabbed accidentally
` [PATCH AUTOSEL 5.4 34/37] xen: remove stray preempt_disable() from PV AP startup code
` [PATCH AUTOSEL 5.4 35/37] checkkconfigsymbols.py: Fix the '--ignore' option
` [PATCH AUTOSEL 5.4 36/37] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
` [PATCH AUTOSEL 5.4 37/37] ocfs2: ocfs2_downconvert_lock failure results in deadlock

[PATCH AUTOSEL 5.10 01/53] clk: rockchip: rk3036: fix up the sclk_sfc parent error
 2021-09-10  0:20 UTC  (53+ messages)
` [PATCH AUTOSEL 5.10 02/53] scsi: be2iscsi: Fix use-after-free during IP updates
` [PATCH AUTOSEL 5.10 03/53] scsi: lpfc: Fix NVMe support reporting in log message
` [PATCH AUTOSEL 5.10 04/53] f2fs: Revert "f2fs: Fix indefinite loop in f2fs_gc() v1"
` [PATCH AUTOSEL 5.10 05/53] scsi: smartpqi: Fix ISR accessing uninitialized data
` [PATCH AUTOSEL 5.10 06/53] iommu/amd: Fix printing of IOMMU events when rate limiting kicks in
` [PATCH AUTOSEL 5.10 07/53] scsi: lpfc: Fix cq_id truncation in rq create
` [PATCH AUTOSEL 5.10 08/53] pinctrl: renesas: Fix pin control matching on R-Car H3e-2G
` [PATCH AUTOSEL 5.10 09/53] clk: mediatek: Fix asymmetrical PLL enable and disable control
` [PATCH AUTOSEL 5.10 10/53] HID: usbhid: free raw_report buffers in usbhid_stop
` [PATCH AUTOSEL 5.10 11/53] f2fs: fix to force keeping write barrier for strict fsync mode
` [PATCH AUTOSEL 5.10 12/53] f2fs: fix min_seq_blocks can not make sense in some scenes
` [PATCH AUTOSEL 5.10 13/53] scsi: ufs: Verify UIC locking requirements at runtime
` [PATCH AUTOSEL 5.10 14/53] cpuidle: pseries: Do not cap the CEDE0 latency in fixup_cede0_latency()
` [PATCH AUTOSEL 5.10 15/53] powerpc: make the install target not depend on any build artifact
` [PATCH AUTOSEL 5.10 16/53] f2fs: fix to stop filesystem update once CP failed
` [PATCH AUTOSEL 5.10 17/53] MIPS: loongson2ef: don't build serial.o unconditionally
` [PATCH AUTOSEL 5.10 18/53] jbd2: fix portability problems caused by unaligned accesses
` [PATCH AUTOSEL 5.10 19/53] jbd2: fix clang warning in recovery.c
` [PATCH AUTOSEL 5.10 20/53] iommu: Fix race condition during default domain allocation
` [PATCH AUTOSEL 5.10 21/53] iommu/arm-smmu: Fix race condition during iommu_group creation
` [PATCH AUTOSEL 5.10 22/53] scsi: qla2xxx: Fix port type info
` [PATCH AUTOSEL 5.10 23/53] scsi: qla2xxx: Fix unsafe removal from linked list
` [PATCH AUTOSEL 5.10 24/53] scsi: qla2xxx: Fix NPIV create erroneous error
` [PATCH AUTOSEL 5.10 25/53] ovl: skip checking lower file's i_writecount on truncate
` [PATCH AUTOSEL 5.10 26/53] scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_cmd()
` [PATCH AUTOSEL 5.10 27/53] iommu/vt-d: Add present bit check in pasid entry setup helpers
` [PATCH AUTOSEL 5.10 28/53] fs: dlm: fix return -EINTR on recovery stopped
` [PATCH AUTOSEL 5.10 29/53] HID: sony: Fix more ShanWan clone gamepads to not rumble when plugged in
` [PATCH AUTOSEL 5.10 30/53] MIPS: mscc: ocelot: disable all switch ports by default
` [PATCH AUTOSEL 5.10 31/53] MIPS: mscc: ocelot: mark the phy-mode for internal PHY ports
` [PATCH AUTOSEL 5.10 32/53] scsi: qla2xxx: Fix NVMe | FCP personality change
` [PATCH AUTOSEL 5.10 33/53] scsi: qla2xxx: Fix NVMe session down detection
` [PATCH AUTOSEL 5.10 34/53] scsi: core: Fix missing FORCE for scsi_devinfo_tbl.c build rule
` [PATCH AUTOSEL 5.10 35/53] powerpc/32: indirect function call use bctrl rather than blrl in ret_from_kernel_thread
` [PATCH AUTOSEL 5.10 36/53] powerpc/booke: Avoid link stack corruption in several places
` [PATCH AUTOSEL 5.10 37/53] powerpc: Avoid link stack corruption in misc asm functions
` [PATCH AUTOSEL 5.10 38/53] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME
` [PATCH AUTOSEL 5.10 39/53] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP
` [PATCH AUTOSEL 5.10 40/53] KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulation
` [PATCH AUTOSEL 5.10 41/53] RDMA/core/sa_query: Retry SA queries
` [PATCH AUTOSEL 5.10 42/53] selftests: openat2: Fix testing failure for O_LARGEFILE flag
` [PATCH AUTOSEL 5.10 43/53] selftests/x86: Fix error: variably modified 'altstack_data' at file scope
` [PATCH AUTOSEL 5.10 44/53] platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning
` [PATCH AUTOSEL 5.10 45/53] clk: zynqmp: Fix a memory leak
` [PATCH AUTOSEL 5.10 46/53] MIPS: ingenic: Unconditionally enable clock of CPU #0
` [PATCH AUTOSEL 5.10 47/53] ext4: if zeroout fails fall back to splitting the extent node
` [PATCH AUTOSEL 5.10 48/53] ext4: Make sure quota files are not grabbed accidentally
` [PATCH AUTOSEL 5.10 49/53] xen: remove stray preempt_disable() from PV AP startup code
` [PATCH AUTOSEL 5.10 50/53] checkkconfigsymbols.py: Fix the '--ignore' option
` [PATCH AUTOSEL 5.10 51/53] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
` [PATCH AUTOSEL 5.10 52/53] ocfs2: ocfs2_downconvert_lock failure results in deadlock
` [PATCH AUTOSEL 5.10 53/53] kasan: test: avoid corrupting memory in kasan_rcu_uaf

[PATCH AUTOSEL 5.13 01/88] pinctrl: renesas: rcar: Avoid changing PUDn when disabling bias
 2021-09-10  0:18 UTC  (81+ messages)
` [PATCH AUTOSEL 5.13 08/88] scsi: lpfc: Fix target reset handler from falsely returning FAILURE
` [PATCH AUTOSEL 5.13 10/88] scsi: lpfc: Fix KASAN slab-out-of-bounds in lpfc_unreg_rpi() routine
` [PATCH AUTOSEL 5.13 11/88] scsi: lpfc: Clear outstanding active mailbox during PCI function reset
` [PATCH AUTOSEL 5.13 12/88] scsi: lpfc: Skip issuing ADISC when node is in NPR state
` [PATCH AUTOSEL 5.13 13/88] f2fs: Revert "f2fs: Fix indefinite loop in f2fs_gc() v1"
` [PATCH AUTOSEL 5.13 14/88] scsi: smartpqi: Fix ISR accessing uninitialized data
` [PATCH AUTOSEL 5.13 15/88] f2fs: don't sleep while grabing nat_tree_lock
` [PATCH AUTOSEL 5.13 16/88] iommu/amd: Fix printing of IOMMU events when rate limiting kicks in
` [PATCH AUTOSEL 5.13 17/88] scsi: lpfc: Fix cq_id truncation in rq create
` [PATCH AUTOSEL 5.13 18/88] pinctrl: renesas: Fix pin control matching on R-Car H3e-2G
` [PATCH AUTOSEL 5.13 19/88] clk: mediatek: Fix asymmetrical PLL enable and disable control
` [PATCH AUTOSEL 5.13 20/88] HID: usbhid: free raw_report buffers in usbhid_stop
` [PATCH AUTOSEL 5.13 21/88] scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted()
` [PATCH AUTOSEL 5.13 22/88] iommu/amd: Sync once for scatter-gather operations
` [PATCH AUTOSEL 5.13 23/88] f2fs: fix to force keeping write barrier for strict fsync mode
` [PATCH AUTOSEL 5.13 24/88] f2fs: fix min_seq_blocks can not make sense in some scenes
` [PATCH AUTOSEL 5.13 25/88] scsi: ufs: Verify UIC locking requirements at runtime
` [PATCH AUTOSEL 5.13 26/88] scsi: ufs: Request sense data asynchronously
` [PATCH AUTOSEL 5.13 27/88] cpuidle: pseries: Do not cap the CEDE0 latency in fixup_cede0_latency()
` [PATCH AUTOSEL 5.13 28/88] powerpc: make the install target not depend on any build artifact
` [PATCH AUTOSEL 5.13 29/88] f2fs: fix to stop filesystem update once CP failed
` [PATCH AUTOSEL 5.13 30/88] MIPS: loongson2ef: don't build serial.o unconditionally
` [PATCH AUTOSEL 5.13 31/88] xprtrdma: Disconnect after an ib_post_send() immediate error
` [PATCH AUTOSEL 5.13 32/88] KVM: PPC: Book3S HV: XICS: Fix mapping of passthrough interrupts
` [PATCH AUTOSEL 5.13 33/88] jbd2: fix portability problems caused by unaligned accesses
` [PATCH AUTOSEL 5.13 34/88] jbd2: fix clang warning in recovery.c
` [PATCH AUTOSEL 5.13 35/88] iommu: Fix race condition during default domain allocation
` [PATCH AUTOSEL 5.13 36/88] iommu/arm-smmu: Fix race condition during iommu_group creation
` [PATCH AUTOSEL 5.13 37/88] scsi: qla2xxx: Fix port type info
` [PATCH AUTOSEL 5.13 38/88] scsi: qla2xxx: Fix unsafe removal from linked list
` [PATCH AUTOSEL 5.13 39/88] scsi: qla2xxx: Fix NPIV create erroneous error
` [PATCH AUTOSEL 5.13 40/88] ovl: copy up sync/noatime fileattr flags
` [PATCH AUTOSEL 5.13 41/88] ovl: skip checking lower file's i_writecount on truncate
` [PATCH AUTOSEL 5.13 42/88] platform/x86: intel_pmc_core: Prevent possibile overflow
` [PATCH AUTOSEL 5.13 43/88] scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_cmd()
` [PATCH AUTOSEL 5.13 44/88] iommu/vt-d: Add present bit check in pasid entry setup helpers
` [PATCH AUTOSEL 5.13 45/88] fs: dlm: fix return -EINTR on recovery stopped
` [PATCH AUTOSEL 5.13 46/88] platform/x86: ideapad-laptop: Fix Legion 5 Fn lock LED
` [PATCH AUTOSEL 5.13 47/88] HID: thrustmaster: Fix memory leaks in probe
` [PATCH AUTOSEL 5.13 48/88] HID: thrustmaster: Fix memory leak in remove
` [PATCH AUTOSEL 5.13 49/88] HID: thrustmaster: Fix memory leak in thrustmaster_interrupts()
` [PATCH AUTOSEL 5.13 50/88] HID: sony: Fix more ShanWan clone gamepads to not rumble when plugged in
` [PATCH AUTOSEL 5.13 51/88] MIPS: mscc: ocelot: disable all switch ports by default
` [PATCH AUTOSEL 5.13 52/88] MIPS: mscc: ocelot: mark the phy-mode for internal PHY ports
` [PATCH AUTOSEL 5.13 53/88] scsi: qla2xxx: Fix hang during NVMe session tear down
` [PATCH AUTOSEL 5.13 54/88] scsi: qla2xxx: Fix NVMe | FCP personality change
` [PATCH AUTOSEL 5.13 55/88] scsi: qla2xxx: Fix hang on NVMe command timeouts
` [PATCH AUTOSEL 5.13 56/88] scsi: qla2xxx: Fix NVMe session down detection
` [PATCH AUTOSEL 5.13 57/88] scsi: core: Fix missing FORCE for scsi_devinfo_tbl.c build rule
` [PATCH AUTOSEL 5.13 58/88] vfio/type1: Fix vfio_find_dma_valid return
` [PATCH AUTOSEL 5.13 59/88] scsi: ufs: Fix ufshcd_request_sense_async() for Samsung KLUFG8RHDA-B2D1
` [PATCH AUTOSEL 5.13 60/88] powerpc/32: indirect function call use bctrl rather than blrl in ret_from_kernel_thread
` [PATCH AUTOSEL 5.13 61/88] powerpc/booke: Avoid link stack corruption in several places
` [PATCH AUTOSEL 5.13 62/88] powerpc: Avoid link stack corruption in misc asm functions
` [PATCH AUTOSEL 5.13 63/88] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME
` [PATCH AUTOSEL 5.13 64/88] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP
` [PATCH AUTOSEL 5.13 65/88] KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulation
` [PATCH AUTOSEL 5.13 66/88] RDMA/core/sa_query: Retry SA queries
` [PATCH AUTOSEL 5.13 67/88] selftests: openat2: Fix testing failure for O_LARGEFILE flag
` [PATCH AUTOSEL 5.13 68/88] selftests/x86: Fix error: variably modified 'altstack_data' at file scope
` [PATCH AUTOSEL 5.13 69/88] platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning
` [PATCH AUTOSEL 5.13 70/88] powerpc/pseries/iommu: Allow DDW windows starting at 0x00
` [PATCH AUTOSEL 5.13 71/88] clk: zynqmp: Fix a memory leak
` [PATCH AUTOSEL 5.13 72/88] MIPS: ingenic: Unconditionally enable clock of CPU #0
` [PATCH AUTOSEL 5.13 73/88] ext4: if zeroout fails fall back to splitting the extent node
` [PATCH AUTOSEL 5.13 74/88] ext4: Make sure quota files are not grabbed accidentally
` [PATCH AUTOSEL 5.13 75/88] ext4: make the updating inode data procedure atomic
` [PATCH AUTOSEL 5.13 76/88] xen: remove stray preempt_disable() from PV AP startup code
` [PATCH AUTOSEL 5.13 77/88] x86/build/vdso: fix missing FORCE for *.so build rule
` [PATCH AUTOSEL 5.13 78/88] checkkconfigsymbols.py: Fix the '--ignore' option
` [PATCH AUTOSEL 5.13 79/88] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
` [PATCH AUTOSEL 5.13 80/88] ocfs2: ocfs2_downconvert_lock failure results in deadlock
` [PATCH AUTOSEL 5.13 81/88] fs: drop_caches: fix skipping over shadow cache inodes
` [PATCH AUTOSEL 5.13 82/88] kasan: test: avoid writing invalid memory
` [PATCH AUTOSEL 5.13 83/88] kasan: test: avoid corrupting memory via memset
` [PATCH AUTOSEL 5.13 84/88] kasan: test: disable kmalloc_memmove_invalid_size for HW_TAGS
` [PATCH AUTOSEL 5.13 85/88] kasan: test: only do kmalloc_uaf_memset for generic mode
` [PATCH AUTOSEL 5.13 86/88] kasan: test: clean up ksize_uaf
` [PATCH AUTOSEL 5.13 87/88] kasan: test: avoid corrupting memory in copy_user_test
` [PATCH AUTOSEL 5.13 88/88] kasan: test: avoid corrupting memory in kasan_rcu_uaf

[PATCH v4 1/3] x86/sgx: Report SGX memory in /sys/devices/system/node/node*/meminfo
 2021-09-10  0:20 UTC  (3+ messages)
` [PATCH v4 2/3] x86/sgx: Report SGX memory in /proc/meminfo

[PATCH AUTOSEL 5.14 01/99] pinctrl: renesas: rcar: Avoid changing PUDn when disabling bias
 2021-09-10  0:14 UTC  (2+ messages)
` [PATCH AUTOSEL 5.14 25/99] scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted()

[PATCH 00/24] x86/entry/64: Convert a bunch of ASM entry code into C code
 2021-09-10  0:18 UTC  (3+ messages)
` [PATCH 17/24] x86/entry: Introduce struct ist_regs


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).