mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[BUG] : kernel/built-in.o(.text+0x18db4):kernel/workqueue.c:823: undefined reference to `.L343'
 2007-11-03  8:43 UTC  (6+ messages)

[PATCH,RFC 1/3] Change CONFIG_LOCALVERSION_AUTO to use a git-describe-ish format
 2007-11-03  1:52 UTC 

[GIT PULL -mm] 0/8 Unionfs updates/cleanups/fixes
 2007-11-03  1:22 UTC  (9+ messages)
` [PATCH 1/8] Unionfs: delete whiteouts in sticky directories
` [PATCH 2/8] Unionfs: cleanup permission checking code
` [PATCH 3/8] Unionfs: update usage.txt documentation
` [PATCH 4/8] Unionfs: mmap updates
` [PATCH 5/8] Unionfs: avoid a deadlock during branch-management on a pivot_root'ed union
` [PATCH 6/8] Unionfs: don't bother validating inode if it has no lower branches
` [PATCH 7/8] Unionfs: don't printk an error if it's due to common copyup
` [PATCH 8/8] Unionfs/VFS: no need to export 2 symbols in security/security.c

"Fix ATAPI transfer lengths" causes CD writing regression
 2007-11-03  1:17 UTC  (16+ messages)

[patch 0/4] ticket spinlocks for x86
 2007-11-03  0:56 UTC  (13+ messages)
` [patch 1/4] x86: FIFO ticket spinlocks

[PATCH] 9p: basic sysfs support
 2007-11-03  0:18 UTC  (4+ messages)

[2.6 patch] fs/nfs/dir.c should #include "internal.h"
 2007-11-03  0:04 UTC 

[2.6 patch] fs/dlm/: proper prototypes
 2007-11-03  0:04 UTC 

[2.6 patch] fs/eventfd.c should #include <linux/syscalls.h>
 2007-11-03  0:04 UTC 

[2.6 patch] fs/signalfd.c should #include <linux/syscalls.h>
 2007-11-03  0:04 UTC 

[2.6 patch] fs/utimes.c should #include <linux/syscalls.h>
 2007-11-03  0:04 UTC 

[2.6 patch] proper prototype for get_filesystem_list()
 2007-11-03  0:04 UTC 

[2.6 patch] make __vmalloc_area_node() static
 2007-11-03  0:03 UTC 

[2.6 patch] mm/slub.c: remove unused exports
 2007-11-03  0:03 UTC 

[RFC] kobject and kset core changes and cleanups
 2007-11-02 23:59 UTC  (55+ messages)
` [PATCH 01/54] ecryptfs: clean up attribute mess
` [PATCH 02/54] KOBJECT: remove struct kobj_type from struct kset
` [PATCH 03/54] KOBJECT: remove kobj_set_kset_s as no one is using it anymore
` [PATCH 04/54] kset: add kset_create_and_register function
` [PATCH 05/54] kset: convert fuse to use kset_create
` [PATCH 06/54] kset: convert securityfs "
` [PATCH 07/54] kset: convert debugfs "
` [PATCH 08/54] kset: convert configfs "
` [PATCH 09/54] kset: convert ecryptfs "
` [PATCH 10/54] kset: convert main fs kset "
` [PATCH 11/54] kset: convert gfs2 "
` [PATCH 12/54] kset: convert gfs2 dlm "
` [PATCH 13/54] kset: convert "
` [PATCH 14/54] kset: convert pci hotplug to use kset_create_and_register
` [PATCH 15/54] kset: remove decl_subsys_name
` [PATCH 16/54] kset: convert kernel_subsys to use kset_create
` [PATCH 17/54] kset: convert drivers/base/bus.c kset_create_and_register
` [PATCH 18/54] kset: convert drivers/base/class.c kset_create_and_register
` [PATCH 19/54] kset: convert drivers/base/firmware.c kset_create_and_register
` [PATCH 20/54] kset: convert /sys/devices to use kset_create
` [PATCH 21/54] kset: convert /sys/hypervisor "
` [PATCH 22/54] kset: convert /sys/devices/system "
` [PATCH 23/54] kset: convert slub "
` [PATCH 24/54] kset: move /sys/slab to /sys/kernel/slab
` [PATCH 25/54] kset: convert /sys/module to use kset_create
` [PATCH 26/54] kset: convert /sys/power "
` [PATCH 27/54] kset: convert s390 hypervisor kset "
` [PATCH 28/54] kset: convert struct bus_device->devices "
` [PATCH 29/54] kset: convert struct bus_device->drivers "
` [PATCH 30/54] driver core: remove owner field from struct bus_type
` [PATCH 31/54] driver core: add way to get to bus kset
` [PATCH 32/54] driver core: add way to get to bus device klist
` [PATCH 33/54] driver core: remove fields from struct bus_type
` [PATCH 34/54] Driver Core: add kobj_attribute handling
` [PATCH 35/54] Driver Core: switch all dynamic ksets to kobj_sysfs_ops
` [PATCH 36/54] fix struct user_info export's sysfs interaction
` [PATCH 37/54] ecryptfs: remove version_str file from sysfs
` [PATCH 38/54] efivars: remove new_var and del_var files "
` [PATCH 39/54] kobject: convert efivars to kobj_attr interface
` [PATCH 40/54] firmware: export firmware_kset so that people can use that instead of the braindead firmware_register interface
` [PATCH 41/54] kset: convert efivars to use kset_create for the efi subsystem
` [PATCH 42/54] kset: convert efivars to use kset_create for the vars sub-subsystem
` [PATCH 43/54] kobject: convert arm/mach-omap1/pm.c to kobj_attr interface
` [PATCH 44/54] kobject: convert pseries/power.c "
` [PATCH 45/54] kobject: convert s390 ipl.c "
` [PATCH 46/54] kset: convert s390 ipl.c to use kset_create
` [PATCH 47/54] kobject: convert parisc/pdc_stable to kobj_attr interface
` [PATCH 48/54] kset: convert parisc/pdc_stable.c to use kset_create
` [PATCH 49/54] Driver Core: kill subsys_attribute and default sysfs ops
` [PATCH 50/54] kset: convert edd to use kset_create
` [PATCH 51/54] kset: convert acpi "
` [PATCH 52/54] firmware: remove firmware_(un)register()
` [PATCH 53/54] kset: convert ocfs2 to use kset_create
` [PATCH 54/54] kset: remove decl_subsys macro

[PATCH] acpi4asus: add support for F3Sa
 2007-11-02 23:52 UTC 

Suspend to ram regression (2.6.24-rc1-git)
 2007-11-02 23:37 UTC  (3+ messages)

bizarre network timing problem
 2007-11-02 23:23 UTC  (11+ messages)

2.6.24-rc1-54866f032307063776b4eff7eadb131d47f9f9b4 fails to boot: kernel BUG at include/linux/scatterlist.h:49!
 2007-11-02 23:16 UTC  (3+ messages)

[WATCHDOG] v2.6.24 Watchdog Device Drivers patches - part 3
 2007-11-02 23:10 UTC 

TCP_DEFER_ACCEPT issues
 2007-11-02 22:19 UTC  (3+ messages)

[2.6 patch] the scheduled I2C RTC driver removal
 2007-11-02 22:12 UTC  (2+ messages)

[PATCH] eCryptfs: Cast page->index to loff_t instead of off_t
 2007-11-02 22:11 UTC 

expected behavior of PF_PACKET on NETIF_F_HW_VLAN_RX device?
 2007-11-02 21:52 UTC  (9+ messages)

[patch] PID namespace design bug, workaround
 2007-11-02 21:39 UTC  (15+ messages)

Working frv toolchain?
 2007-11-02 21:19 UTC  (6+ messages)

PROBLEM: fakephp hangs terminal in 2.6.22 (and 2.6.21), does not Hot Plug
 2007-11-02 21:16 UTC 

[linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1
 2007-11-02 21:14 UTC 

[build bug, 2.6.24-rc1] CONFIG_VIDEO_DEV=m & CONFIG_VIDEO_SAA7146_VV=y
 2007-11-02 21:12 UTC  (8+ messages)

[PATCH] Use list_for_each_entry instead of list_for_each in sound/oss drivers
 2007-11-02 21:10 UTC 

100% iowait on one of cpus in current -git
 2007-11-02 21:02 UTC  (15+ messages)
                ` writeout stalls "

[PATCH] eCryptfs: Release mutex on hash error path
 2007-11-02 20:51 UTC 

[PATCH] Version 10 (2.6.24-rc1) Smack: Simplified Mandatory Access Control Kernel
 2007-11-02 20:50 UTC 

[2.6 patch] kernel/power/: move function prototypes to header
 2007-11-02 20:35 UTC  (2+ messages)

[PATCH] add_partition silently ignored errors
 2007-11-02 20:29 UTC  (11+ messages)

[PATCH 0/3] eCryptfs: extent offset fix, crypto performance, and larger header regions
 2007-11-02 20:18 UTC  (6+ messages)
` [PATCH 1/3] eCryptfs: Track header bytes rather than extents
` [PATCH 2/3] eCryptfs: Increment extent_offset once per loop interation
` [PATCH 3/3] eCryptfs: Set inode key only once per crypto operation

[PATCH/RFC] eradicate bashisms in scripts/patch-kernel
 2007-11-02 20:17 UTC  (9+ messages)

[PATCH] mtrr use type bool
 2007-11-02 20:14 UTC  (2+ messages)
` [PATCH] mtrr use type bool [RESEND]

build #337 failed for 2.6.24-rc1-gb1d08ac In function `usbnet_set_settings':
 2007-11-02 20:05 UTC  (8+ messages)

[PATCH] Remove unused code from mm/tiny-shmem.c
 2007-11-02 19:48 UTC  (2+ messages)

Quad core CPU detected but shows as single core in 2.6.23.1
 2007-11-02 19:31 UTC 

2.6.23 regression: second access of empty ntfs file leads to D state hang
 2007-11-02 19:22 UTC  (9+ messages)
` [Linux-NTFS-Dev] "

[PATCH] Smackv9: Use a stateful parser for parsing Smack rules
 2007-11-02 18:50 UTC  (3+ messages)

question about sata-error on boot
 2007-11-02 18:34 UTC 

[ANNOUNCE] The Linux Test Project has been Released for OCTOBER 2007
 2007-11-02 18:18 UTC 

[PATCH -mm 0/3] convert IOMMUs to use iova
 2007-11-02 18:11 UTC  (6+ messages)
` [PATCH 1/3] move iova from drivers/pci/ to lib/
` [PATCH 2/3] move iova cache code to iova.c
` [PATCH 3/3] POWERPC: convert the IOMMU to use iova

[PATCH][REFERENCE ONLY] 9p: ramfs 9p server
 2007-11-02 18:05 UTC  (2+ messages)

[PATCH 0/7] struct path related cleanups of d_path() code
 2007-11-02 18:03 UTC  (5+ messages)
` [PATCH 6/7] d_path: Make d_path() use a struct path
  ` [PATCH 6/7] d_path: Make d_path() use a struct path (2nd try)

Error in __bread reading a 4K block from a SATA device
 2007-11-02 18:00 UTC 

patch remove-broken-ptrace-special-case-code-from-file-mapping.patch queued to -stable tree
 2007-11-02 18:00 UTC  (3+ messages)
        ` [stable] "

nmi_watchdog on x86_64
 2007-11-02 17:55 UTC  (3+ messages)

[regression] v2.6.24-rc1-497-gb1d08ac: kde battery icon gone
 2007-11-02 17:49 UTC  (2+ messages)

2.6.24-rc1-git11: Reported regressions from 2.6.23
 2007-11-02 17:43 UTC 

[patch 0/9] 2.6.22-stable review
 2007-11-02 17:41 UTC  (11+ messages)
  ` [patch 1/9] genirq: cleanup mismerge artifact
  ` [patch 2/9] genirq: suppress resend of level interrupts
  ` [patch 3/9] genirq: mark io_apic level interrupts to avoid resend
  ` [patch 4/9] IB/uverbs: Fix checking of userspace object ownership
  ` [patch 5/9] minixfs: limit minixfs printks on corrupted dir i_size (CVE-2006-6058)
  ` [patch 6/9] param_sysfs_builtin memchr argument fix
  ` [patch 7/9] x86: fix global_flush_tlb() bug
  ` [patch 8/9] dm snapshot: fix invalidation deadlock
  ` [patch 9/9] Revert "x86_64: allocate sparsemem memmap above 4G"

2.6.34-rc1 eat my photo SD card :-(
 2007-11-02 17:39 UTC  (4+ messages)

[PATCH] Forbid user to change file flags on quota files
 2007-11-02 17:32 UTC  (2+ messages)

[PATCH] Use i8253.c lock for PC speaker on MIPS, too
 2007-11-02 17:26 UTC 

[BUG] 2.6.23.1 host freezes when running kvm
 2007-11-02 17:19 UTC  (9+ messages)
    ` [kvm-devel] "

Is gcc thread-unsafe?
 2007-11-02 17:18 UTC  (2+ messages)

dead(?) CONFIG variables under drivers/ directory
 2007-11-02 17:17 UTC 

Device mapper regression 2.6.23 vs. v2.6.23-6597-gcfa76f0
 2007-11-02 17:12 UTC  (5+ messages)

2.6.23.1: Random hangs during boot with "tsc" clocksource
 2007-11-02 17:10 UTC 

[PATCH 10/10] 9p: marshalling to/from scatter list
 2007-11-02 17:09 UTC 

[PATCH 9/10] 9p: tcp listener implementation
 2007-11-02 17:08 UTC 

[git pull] Input updates for 2.6.24-rc1
 2007-11-02 17:07 UTC 

[PATCH 8/10] 9p: loopback transport
 2007-11-02 17:07 UTC 

[PATCH 7/10] 9p: sysfs support for in-kenel servers
 2007-11-02 17:05 UTC 

[PATCH 6/10] 9p: in-kernel server basic support
 2007-11-02 17:04 UTC 

[PATCH 5/10] 9p: marshalling changes for in-kernel server
 2007-11-02 17:02 UTC 

[PATCH 4/10] 9p: tranport interface changes for in-kernel server
 2007-11-02 17:01 UTC 

[PATCH 3/10] 9p: socket and fd transport changes
 2007-11-02 16:59 UTC 

[PATCH 2/10] 9p: fcall deserialization changes
 2007-11-02 16:57 UTC 

[PATCH] Fix delay accounting regression
 2007-11-02 16:55 UTC  (4+ messages)

[PATCH 1/10] 9p: new transport interface
 2007-11-02 16:55 UTC 

delayacct regression in 2.6.24 git
 2007-11-02 16:28 UTC  (3+ messages)

[PATCH 00/33] Swap over NFS -v14
 2007-11-02  8:54 UTC  (6+ messages)

100% iowait on one of cpus in current -git
 2007-10-22  6:22 UTC 

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®