Gina-Lisa, wie Gott sie schuf Gina-Lisa Lohfink writes: (Summary) Gina-Lisa Lohfink, das Sternchen aus GERMANYS NEXT TOPMODEL, nackt und =
unzensiert:
http://www.zack-bohne.com/?cp486455
---------------------------------------
Du erh=C3=A4lst diese exklusive Einladung, da Du den STAR-Newsltetter a=
bonniert hast.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel"=
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
|
[PATCH] Input: ALPS - add signature for DualPoint model found in D ... Elvis Pranskevichus writes: (Summary) 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c
index 385e32b..cbedf95 100644
--- a/drivers/input/mouse/alps.c
+++ b/drivers/input/mouse/alps.c
@@ -54,6 +54,7 @@ static const struct alps_model_info alps_model_data[] = {
{ { 0x20, 0x02, 0x0e }, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT }, /* Dell Latitude E6500 */
{ { 0x73, 0x02, 0x50 }, 0xcf, 0xcf, ALPS_FW_BK_1 } /* Dell Vostro 1400 */
};
|
|
|
[regression] __tick_program_event of hpet is stuck Frans Pop writes: (Summary) Not seen with
earlier kernels, including 2.6.27-rc5.
CE: __tick_program_event of hpet is stuck 1468f1b3c9 1468f1c751
CE: increasing min_delta_ns 5000 to 10000 nsec
------------[ cut here ]------------
WARNING: at kernel/time/tick-oneshot.c:52 tick_dev_program_event+0x9c/0xd0
()
Modules linked in: tcp_diag inet_diag i915 drm ipv6 ext2 coretemp
acpi_cpufreq loop joydev snd_hda_intel snd_pcm_oss arc4 snd_pcm ecb
snd_mixer_oss snd_seq_dummy snd_seq_oss iwlagn snd_seq_midi iwlcore
snd_rawmidi snd_seq_midi_event snd_seq pcmcia rfkill snd_timer
snd_seq_device led_class mac80211 snd wmi video yenta_socket
rsrc_nonstatic cfg80211 intel_agp soundcore ac psmouse serio_raw output
container iTCO_wdt pcspkr pcmcia_core evdev battery button snd_page_alloc
ext3 jbd mbcache sha256_generic aes_x86_64 aes_generic cbc dm_crypt
crypto_blkcipher dm_mirror dm_log dm_snapshot dm_mod sg sr_mod cdrom
sd_mod piix ide_pci_generic ide_core ata_piix ohci1394 sdhci_pci sdhci
ricoh_mmc mmc_core ieee1394 ata_gener |
[PATCH 0 of 7] x86: lay groundwork for Xen domain 0 support Jeremy Fitzhardinge writes: (Summary) This won't be
true in the virtual case, and always mapping doesn't hurt in the
native case.
I've tested these patches on both 32 and 64 native booting, and it all
works for me.
Thanks,
J
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
|
[PATCH 00/18] ide: add generic ATA/ATAPI disk driver Bartlomiej Zolnierkiewicz writes: (Summary)
patches:
#01-02 drive-by bugfixes
#03-04 small improvements (good on their own)
#05-12 small cleanups (good on their own)
#13-17 preparatory patches (just to make the review easier)
#18 the main patch
diffstat:
drivers/ide/Kconfig | 23 -
drivers/ide/ide-atapi.c | 2
drivers/ide/ide-cd.c | 22 -
drivers/ide/ide-cd_ioctl.c | 35 -
drivers/ide/ide-disk_ioctl.c | 2
drivers/ide/ide-floppy.c | 2
drivers/ide/ide-gd-floppy.c | 2
drivers/scsi/ide-scsi.c | 26 -
include/linux/ide.h |
|
warn_on_slowpath at drivers/usb/serial/usb-serial.c:311 Shane writes: (Summary)
usb 6-2: new full speed USB device using uhci_hcd and address 2
usb 6-2: configuration #1 chosen from 1 choice
usbcore: registered new interface driver usbserial
usbserial: USB Serial Driver core
usbserial: USB Serial support registered for pl2303
pl2303 6-2:1.0: pl2303 converter detected
usb 6-2: pl2303 converter now attached to ttyUSB0
usbcore: registered new interface driver pl2303
pl2303: Prolific PL2303 USB to serial adaptor driver
------------[ cut here ]------------
WARNING: at drivers/usb/serial/usb-serial.c:311 serial_write+0x9c/0xa0 [usbserial]()
Modules linked in: pl2303 usbserial gspca_spca561 gspca_main acpi_cpufreq nfsd auth_rpcgss exportfs kvm_intel kvm nfs lockd sunrpc twofish twofish_common serpent blowfish aes_i586 aes_generic xcbc sha256_generic crypto_null af_key dm_snapshot dm_mirror dm_log coretemp w83627ehf hwmon_vid sg joydev usbhid snd_hda_intel snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd pata_jmicron ata_piix i2c_i801 ahci ehci_hcd soundcore r8 |
MMC host driver requirements MichaÅ_MirosÅaw writes: (Summary) It's based on
reverse-engineering work on a Windows driver so it will have
some magic register-access sequences, as the original driver used
completely different MMC/SD stack and probably not fully used chip's
capabilities.
BTW, Google said nothing interesting about the hardware: most hits are
about not existing drivers for it and manufacturer ignoring inquiries
for datasheets.
Best Regards,
Micha=B3 Miros=B3aw
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel"=
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
|
|
|
[PATCH] seccomp: drop now bogus dependency on PROC_FS Alexey Dobriyan writes: seccomp is prctl(2)-driven now.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
|
DEAR: EMAIL ACCOUNT OWNER. "ACCOUNT UPGARDING TEAM" writes: (Summary) DEAR: EMAIL ACCOUNT OWNER.
We wish to inform you that we are undergoing account data upgrading, in order for your email account can be verify and remain active,you are to reply this message and enter your email ID and password in the required information.
|
[GIT PULL] kmemcheck updates for tip/kmemcheck Vegard Nossum writes: (Summary) There should be no
conflicts.
You may also delete the tip/kmemcheck-dma branch as this has now been
integrated since the last pull you did.
The following changes since commit db4b0f1e8ae7c9ffde8bef2eb3dcd4fad5988ac1:
Vegard Nossum (1):
kmemcheck: implement REP MOVS/STOS emulation
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck.git for-tip
Vegard Nossum (3):
kmemcheck: hide/show pages in each iteration of a REP instruction
kmemcheck: rip out the optimized memset()
kmemcheck: rip out SMP code
arch/x86/Kconfig.debug |
|
[RFC] x86: io-apic - convert DO_ACTION macro into function Cyrill Gorcunov writes: (Summary) \
- } \
-}
-
-#define DO_ACTION(name,R, ACTION_ENABLE, ACTION_DISABLE, FINAL) \
- \
- static void name##_IO_APIC_irq (unsigned int irq) \
- __DO_ACTION(R, ACTION_ENABLE, ACTION_DISABLE, FINAL)
+/* modify chained irqs */
+static void io_apic_modify_irq(unsigned int irq, int io_reg,
+ int mask_and, int mask_or,
+ int mask_and_not, int read_after_mod)
+{
+ int pin;
+ }
+ }
+}
-#ifdef CONFIG_X86_64
-/*
- * Synchronize the IO-APIC and the CPU by doing
- * a dummy read from the IO-APIC
- */
-static inline void io_apic_sync(unsigned int apic)
+static void __unmask_IO_APIC_irq(unsigned int irq)
{
- struct io_apic __iomem *io_apic = io_apic_base(apic);
}
-/* mask = 1 */
-DO_ACTION(__mask, 0, |= IO_APIC_REDIR_MASKED, &= ~0, io_apic_sync(entry->apic))
-
-#else
-
-/* mask = 1 */
-DO_ACTION(__mask, 0, |= IO_APIC_REDIR_MASKED, &= ~0, )
-
-/* mask = 1, trigger = 0 */
-DO_ACTION(__mask_and_edge, 0, |= IO_APIC_REDIR_MASKED, &= ~IO_APIC_REDIR_LEVEL_TRIGGER, )
+#ifdef CONFIG_X86 |
Various OOps with 2.6.27-rc5 Alejandro Riveira Fernández writes: (Summary) RTL-8169 Gigabit Ethernet (rev 10)
The dmesg including oopses
[ 0.000000] Linux version 2.6.27-rc5 (alex@Varda) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #89 SMP PREEMPT Fri Aug 29 12:43:32 CEST 2008
[ 0.000000] Command line: BOOT_IMAGE=(hd0,2)/vmlinuz-2.6.27-rc5 root=UUID=ee465ea1-394d-4dd2-a5f9-a35567176c40 ro quiet splash
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e6000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bffb0000 (usable)
[ 0.000000] BIOS-e820: 00000000bffb0000 - 00000000bffc0000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bffc0000 - 00000000bfff0000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000 |
|
|
update on hrtimer based select/poll and range-hrtimers Arjan van de Ven writes: (Summary)
Rather than reposting the entire series, I'll point to the git tree at
git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-hrtimer.git
and I've pasted the new function below.
Rather than having the hardcoded steps from the "Linus" function, I've
turned it into:
0 for realtime tasks
"0.1% of the time" for not-nice, not realtime tasks
"0.5% of the time" for nice, not realtime tasks
with a cap of 100msec for both.
I would like to request feedback on this approach;
int divfactor = 1000;
if (task_nice(current))
divfactor = divfactor / 5;
slack = tv->tv_nsec / divfactor;
|
[PATCH] x86: cpu make amd.c more like amd_64.c v2 Yinghai Lu writes: (Summary) 6) {
+ /* Based on AMD doc 20734R - June 2000 */
+ if (c->x86_model == 0) {
+ clear_cpu_cap(c, X86_FEATURE_APIC);
+ }
+
+ if (c->x86_model == 10) {
+ /* AMD Geode LX is model 10 */
+ /* placeholder for any needed mods */
+ return; c->x86_model <= 10) {
+ if (!cpu_has(c, X86_FEATURE_XMM)) {
+ printk(KERN_INFO "Enabling disabled K7/SSE Support.\n");
+ }
+ }
+
+ /*
+ * It's been determined by AMD that Athlons since model 8 stepping 1
+ * are more robust with CLK_CTL set to 200xxxxx instead of 600xxxxx
+ * As per AMD technical note 27212 0.2
+ */
+ if ((c->x86_model == 8 &&
+ }
+ }
+
+ set_cpu_cap(c, X86_FEATURE_K7);
@@ -73,192 +262,55 @@ static void __cpuinit init_amd(struct cp
switch (c->x86) {
case 4:
- /*
- * General Systems BIOSen alias the cpu frequency registers
- * of the Elan at 0x000df000. 6) {
- /* Based on AMD doc 20734R - June 2000 */
- if (c->x86_model == 0) {
- clear_cpu_cap(c, X86_FEATURE_APIC);
- }
-
- if (c->x86_model == 6 |
Linux 2.4.37-rc1 Willy Tarreau writes: (Summary) Miller (3):
sit: Add missing kfree_skb() on pskb_may_pull() failure (CVE-2008-2136)
sparc: Fix mmap VA span checking (CVE-2008-2137)
sctp: Make sure N * sizeof(union sctp_addr) does not overflow (CVE-2008-2826)
Emeric Brun (1):
x86 SMP: don't report error on uniprocessor machines
Erik Andersen (1):
2.4.x USB and 1394 hotplug
Eugene Teo (1):
wan: Missing capability checks in sbni_ioctl() (CVE-2008-3525)
Florin Malita (1):
[PPPOE]: Missing result check in __pppoe_xmit().
Gilbert Ashley (1):
Kernel patch to add rootdelay feature
Gilbert Ashley Gilbert (1):
udf: fix uid/gid permissions
Gilles Espinasse (2):
PCI ID updates for amd74xx
ahci driver update
Glen Nakamura (3):
ext2_readdir() filp->f_pos fix (try #2)
Duplicate id in videodev.h
Fix typo in acpi_boot_init
Gunnar Larisch (1 |
Network channels. Evgeniy Polyakov writes: (Summary)
dceeb70a6a4f5cd90dbabde78bc543f85ef05860
diff --git a/arch/x86/ia32/ia32entry.S b/arch/x86/ia32/ia32entry.S
index ffc1bb4..f77e4d6 100644
--- a/arch/x86/ia32/ia32entry.S
+++ b/arch/x86/ia32/ia32entry.S
@@ -832,4 +832,5 @@ ia32_sys_call_table:
.quad sys_dup3 /* 330 */
.quad sys_pipe2
.quad sys_inotify_init1
+ .quad sys_netchannel_create
ia32_syscall_end:
diff --git a/arch/x86/kernel/syscall_table_32.S b/arch/x86/kernel/syscall_table_32.S
index d44395f..3f97ba0 100644
--- a/arch/x86/kernel/syscall_table_32.S
+++ b/arch/x86/kernel/syscall_table_32.S
@@ -332,3 +332,4 @@ ENTRY(sys_call_table)
.long sys_dup3 /* 330 */
.long sys_pipe2
.long sys_inotify_init1
+ .long sys_netchannel_create
diff --git a/include/asm-x86/unistd_32.h b/include/asm-x86/unistd_32.h
index d739467..4895385 100644
--- a/include/asm-x86/unistd_32.h
+++ b/include/asm-x86/unistd_32.h
@@ -338,6 +338,7 @@
#define __NR_dup3 330
#define __NR_pipe2 331
#define __NR_inotify_init1 332
+#define __NR_netchannel_cre |
Re: [2.6.27] overlapping early reservations [was: early exception ... Bodo Eggert writes: (Summary)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
|
Re: [PATCH 0 of 3] Low memory corruption detection and workaround Alan Jenkins writes: (Summary) acpi_set_register+0x161/0x173
[ 84.140181] [<ffffffff8020fe69>] check_for_bios_corruption+0xd9/0xe=
0
[ 84.140181] [<ffffffff803c1db9>] pm_dev_dbg+0x9/0x10
[ 84.140181] [<ffffffff803c28f2>] dpm_power_up+0x32/0xf0
[ 84.140181] [<ffffffff803c2b47>] device_power_up+0x17/0x20
[ 84.140181] [<ffffffff80261e6c>] suspend_devices_and_enter+0x16c/0x=
190
[ 84.140181] [<ffffffff8026205c>] enter_state+0x19c/0x1b0
[ 84.140181] [<ffffffff8026211f>] state_store+0xaf/0xf0
[ 84.140181] [<ffffffff803465b7>] kobj_attr_store+0x17/0x20
[ 84.140181] [<ffffffff802ff34b>] sysfs_write_file+0xeb/0x140
[ 84.140181] [<ffffffff802a9c87>] vfs_write+0xc7/0x180
[ 84.140181] [<ffffffff802aa290>] sys_write+0x50/0x90
[ 84.140181] [<ffffffff8020c35b>] system_call_fastpath+0x16/0x1b
[ 84.140181]
[ 84.140181] ---[ end trace e31222efe32d34ab ]---
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel"=
in< |
[GIT PULL] UBIFS updates for 2.6.27-rc6 Artem Bityutskiy writes: (Summary) Hi Linus,
please pull from
git://git.infradead.org/~dedekind/ubifs-2.6.git linux-next
The following changes since commit 6a55617ed5d1aa62b850de2cf66f5ede2eef4825:
Linus Torvalds (1):
Linux v2.6.27-rc4
are available:
Adrian Hunter (2):
UBIFS: always read hashed-key nodes under TNC mutex
UBIFS: allow for racing between GC and TNC
Artem Bityutskiy (13):
UBIFS: fix zero-length truncations
UBIFS: do not update min_idx_lebs in stafs
UBIFS: push empty flash hack down
UBIFS: remove incorrect index space check
UBIFS: improve statfs reporting
UBIFS: fix assertion
UBIFS: add forgotten gc_idx_lebs component
UBIFS: introduce LEB overhead
UBIFS: improve statfs reporting even more
UBIFS: fill f_fsid
UBIFS: amend f_fsid
UBIFS: fix division by zero
UBIFS: make minimum fanout 3
|
build issue #565 for v2.6.27-rc5 : undefined reference to `ei_inte ... Toralf Förster writes: (Summary) make
Here's the config:
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.27-rc5
# Sun Sep 7 13:43:52 2008
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
# CONFIG_GENERIC_LOCKBREAK is not set
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
# CONFIG_GENERIC_GPIO is not set
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
# CONFIG_ARCH |